Trace number 3688571

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotOPT3 114.86 112.78

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.113981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688571-1337884896.opb
0.10/0.10	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.076s.
0.10/0.18	c declared #vars     192
0.10/0.18	c internal #vars     704
0.10/0.18	c #constraints  1049
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.10/0.18	c 1049 constraints processed.
0.10/0.18	c objective function length is 8 literals
0.71/0.48	c cleaning 2499 clauses out of 5001 with flag 5001/5001
0.98/0.69	c cleaning 4244 clauses out of 8502 with flag 11001/11001
1.31/0.99	c cleaning 5622 clauses out of 11257 with flag 18000/18000
2.01/1.34	c cleaning 6810 clauses out of 13635 with flag 26000/26000
2.01/1.38	c SATISFIABLE
2.01/1.38	c OPTIMIZING...
2.01/1.38	c Got one! Elapsed wall clock time (in seconds):1.286
2.01/1.39	o 5
2.43/1.59	c cleaning 6252 clauses out of 12516 with flag 5000/31691
2.84/1.77	c cleaning 6110 clauses out of 12264 with flag 11000/37691
3.16/1.98	c cleaning 6556 clauses out of 13154 with flag 18000/44691
3.47/2.27	c cleaning 7287 clauses out of 14598 with flag 26000/52691
3.86/2.61	c cleaning 8151 clauses out of 16311 with flag 35000/61691
4.38/3.12	c cleaning 9069 clauses out of 18160 with flag 45000/71691
4.98/3.71	c cleaning 10041 clauses out of 20092 with flag 56001/82692
5.48/4.21	c cleaning 11003 clauses out of 22050 with flag 68000/94691
5.61/4.35	c Got one! Elapsed wall clock time (in seconds):4.247
5.61/4.35	o 3
5.71/4.43	c cleaning 8185 clauses out of 16412 with flag 2001/100056
6.00/4.71	c cleaning 7102 clauses out of 14229 with flag 8003/106058
6.30/5.02	c cleaning 7055 clauses out of 14124 with flag 15000/113055
6.62/5.30	c cleaning 7518 clauses out of 15069 with flag 23001/121056
6.93/5.64	c cleaning 8261 clauses out of 16550 with flag 32000/130055
7.23/5.97	c cleaning 9145 clauses out of 18290 with flag 42001/140056
7.64/6.36	c cleaning 10063 clauses out of 20144 with flag 53000/151055
8.15/6.80	c cleaning 11021 clauses out of 22082 with flag 65001/163056
8.65/7.33	c cleaning 12026 clauses out of 24061 with flag 78001/176056
9.15/7.81	c cleaning 12999 clauses out of 26035 with flag 92001/190056
9.78/8.42	c cleaning 14006 clauses out of 28036 with flag 107001/205056
10.29/8.99	c cleaning 15000 clauses out of 30030 with flag 123001/221056
11.01/9.64	c cleaning 16010 clauses out of 32029 with flag 140000/238055
11.92/10.57	c cleaning 16989 clauses out of 34020 with flag 158001/256056
12.93/11.59	c cleaning 18009 clauses out of 36030 with flag 177000/275055
14.03/12.65	c cleaning 19002 clauses out of 38022 with flag 197001/295056
15.04/13.68	c cleaning 19991 clauses out of 40019 with flag 218000/316055
16.35/14.96	c cleaning 20992 clauses out of 42029 with flag 240001/338056
17.48/16.04	c cleaning 22007 clauses out of 44036 with flag 263000/361055
18.79/17.35	c cleaning 23002 clauses out of 46030 with flag 287001/385056
20.00/18.58	c cleaning 24000 clauses out of 48028 with flag 312001/410056
21.21/19.77	c cleaning 24984 clauses out of 50026 with flag 338000/436055
23.12/21.63	c cleaning 26011 clauses out of 52042 with flag 365001/463056
25.04/23.55	c cleaning 27003 clauses out of 54030 with flag 393000/491055
27.17/25.69	c cleaning 27992 clauses out of 56027 with flag 422000/520055
28.79/27.30	c cleaning 29004 clauses out of 58034 with flag 452000/550055
31.31/29.77	c cleaning 29996 clauses out of 60030 with flag 483000/581055
34.11/32.58	c cleaning 31006 clauses out of 62034 with flag 515000/613055
36.22/34.60	c cleaning 31991 clauses out of 64029 with flag 548001/646056
38.34/36.79	c cleaning 33006 clauses out of 66037 with flag 582000/680055
40.37/38.71	c cleaning 34007 clauses out of 68031 with flag 617000/715055
43.41/41.73	c cleaning 34991 clauses out of 70024 with flag 653000/751055
45.94/44.21	c cleaning 35992 clauses out of 72034 with flag 690001/788056
48.17/46.44	c cleaning 37007 clauses out of 74042 with flag 728001/826056
50.69/48.96	c cleaning 38005 clauses out of 76034 with flag 767001/865056
53.81/52.02	c cleaning 39000 clauses out of 78029 with flag 807001/905056
56.45/54.62	c cleaning 39996 clauses out of 80028 with flag 848000/946055
59.09/57.24	c cleaning 41002 clauses out of 82032 with flag 890000/988055
61.81/59.93	c cleaning 42001 clauses out of 84030 with flag 933000/1031055
64.82/62.93	c cleaning 43002 clauses out of 86030 with flag 977001/1075056
68.33/66.42	c cleaning 43997 clauses out of 88027 with flag 1022000/1120055
72.14/70.27	c cleaning 45001 clauses out of 90032 with flag 1068003/1166058
76.36/74.44	c cleaning 45999 clauses out of 92028 with flag 1115000/1213055
80.08/78.16	c cleaning 47001 clauses out of 94030 with flag 1163001/1261056
83.69/81.79	c cleaning 48008 clauses out of 96027 with flag 1212000/1310055
88.10/86.15	c cleaning 49001 clauses out of 98019 with flag 1262000/1360055
92.91/90.90	c cleaning 49999 clauses out of 100018 with flag 1313000/1411055
97.07/95.01	c cleaning 51001 clauses out of 102019 with flag 1365000/1463055
100.99/98.92	c cleaning 52002 clauses out of 104018 with flag 1418000/1516055
105.80/103.79	c cleaning 53004 clauses out of 106016 with flag 1472000/1570055
112.73/110.67	c cleaning 54007 clauses out of 108013 with flag 1527001/1625056
114.86/112.77	c starts		: 209
114.86/112.77	c conflicts		: 1645171
114.86/112.77	c decisions		: 1706575
114.86/112.77	c propagations		: 28095061
114.86/112.77	c inspects		: 1401998383
114.86/112.77	c shortcuts		: 0
114.86/112.77	c learnt literals	: 13
114.86/112.77	c learnt binary clauses	: 20
114.86/112.77	c learnt ternary clauses	: 42
114.86/112.77	c learnt constraints	: 1645157
114.86/112.77	c ignored constraints	: 0
114.86/112.77	c root simplifications	: 0
114.86/112.77	c removed literals (reason simplification)	: 0
114.86/112.77	c reason swapping (by a shorter reason)	: 0
114.86/112.77	c Calls to reduceDB	: 63
114.86/112.77	c number of reductions to clauses (during analyze)	: 0
114.86/112.77	c number of learned constraints concerned by reduction	: 0
114.86/112.77	c number of learning phase by resolution	: 0
114.86/112.77	c number of learning phase by cutting planes	: 0
114.86/112.77	c speed (assignments/second)	: 249532.03186755604
114.86/112.77	c non guided choices	5906
114.86/112.77	c learnt constraints type 
114.86/112.77	c constraints type 
114.86/112.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
114.86/112.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
114.86/112.77	c 1049 constraints processed.
114.86/112.77	s OPTIMUM FOUND
114.86/112.77	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 -x14 x15 -x16 x17 -x18 -x19 x20 -x21 x22 x23 -x24 x25 x26 x27 x28 x29 x30 -x31 -x32 x33 -x34 x35 x36 -x37 x38 -x39 x40 x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 x49 -x50 x51 -x52 -x53 -x54 -x55 x56 x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 x69 x70 x71 -x72 x73 x74 x75 x76 -x77 -x78 x79 x80 x81 x82 x83 -x84 -x85 x86 x87 x88 x89 -x90 -x91 x92 x93 -x94 x95 x96 x97 -x98 x99 -x100 -x101 x102 -x103 x104 x105 -x106 x107 -x108 x109 x110 x111 x112 x113 -x114 -x115 x116 -x117 -x118 x119 -x120 x121 x122 -x123 x124 x125 -x126 x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 x141 -x142 x143 -x144 -x145 -x146 -x147 x148 x149 x150 -x151 -x152 -x153 x154 -x155 -x156 x157 -x158 -x159 x160 -x161 x162 -x163 x164 -x165 -x166 -x167 -x168 x169 x170 x171 x172 x173 x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 x186 x187 -x188 -x189 x190 x191 -x192 
114.86/112.77	c objective function=3
114.86/112.77	c Total wall clock time (in seconds): 112.672

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688571-1337884896/watcher-3688571-1337884896 -o /tmp/evaluation-result-3688571-1337884896/solver-3688571-1337884896 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688571-1337884896.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27811
/proc/meminfo: memFree=29170060/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27811/stat : 27811 (java) R 27809 27811 24862 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 254613961 23793664 717 33554432000 1073741824 1073778376 140737452139360 140737452128424 254741100624 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 5809 717 531 9 0 128 0

[startup+0.0839041 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27811
/proc/meminfo: memFree=29170060/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 4251 0 1 0 7 1 0 0 20 0 18 0 254613961 9787813888 5451 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2389603 5451 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100196 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27811
/proc/meminfo: memFree=29170060/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 4429 0 1 0 9 1 0 0 20 0 18 0 254613961 9787813888 6102 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2389603 6102 2133 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300175 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27811
/proc/meminfo: memFree=29170060/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 6632 0 1 0 55 2 0 0 20 0 19 0 254613961 9855975424 8075 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 8075 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9624976

[startup+0.700183 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 27811
/proc/meminfo: memFree=29170060/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 7422 0 1 0 109 2 0 0 20 0 19 0 254613961 9855975424 10211 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 10211 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 1.95 2.00 1.99 4/213 27830
/proc/meminfo: memFree=29097436/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=2.43 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 17903 0 1 0 239 4 0 0 20 0 19 0 254613961 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 16902 2268 9 0 2396937 0
[pid=27811/tid=27813] ppid=27809 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (java) R 27809 27811 24862 0 -1 4202560 2459 0 1 0 139 2 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214161432984 140213989444200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (java) S 27809 27811 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214122924712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27815] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27815/stat : 27815 (java) S 27809 27811 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214121872168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27816] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27816/stat : 27816 (java) S 27809 27811 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214120819624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27817] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27817/stat : 27817 (java) S 27809 27811 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214119767080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27818] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27818/stat : 27818 (java) S 27809 27811 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214118713512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27819] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27819/stat : 27819 (java) S 27809 27811 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214117660968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27820] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27820/stat : 27820 (java) S 27809 27811 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214116608424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27821] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27821/stat : 27821 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140214115555880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27822] ppid=27809 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/27811/task/27822/stat : 27822 (java) S 27809 27811 24862 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 19 0 254613963 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213984668264 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27823] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27823/stat : 27823 (java) S 27809 27811 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213983614584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27824] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27824/stat : 27824 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213982561928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27825] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27825/stat : 27825 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213981510672 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27826] ppid=27809 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27811/task/27826/stat : 27826 (java) R 27809 27811 24862 0 -1 4202560 6410 0 0 0 40 0 0 0 20 0 19 0 254613966 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213980435128 140214165550629 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27827] ppid=27809 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/27811/task/27827/stat : 27827 (java) S 27809 27811 24862 0 -1 4202560 7761 0 0 0 48 1 0 0 20 0 19 0 254613966 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213979404472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27828] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27828/stat : 27828 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213978352120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27829] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27829/stat : 27829 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213977299784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27830] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27830/stat : 27830 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613980 9855975424 16902 33554432000 1073741824 1073778376 140737452139360 140213976245544 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.95 2.00 1.99 4/213 27887
/proc/meminfo: memFree=29116356/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=4.38 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 19681 0 1 0 432 6 0 0 20 0 19 0 254613961 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 17945 2268 9 0 2396937 0
[pid=27811/tid=27813] ppid=27809 vsize=9624976 CPUtime=2.94 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (java) R 27809 27811 24862 0 -1 4202560 2464 0 1 0 292 2 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214161433080 140213989416477 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214122924712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27815] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27815/stat : 27815 (java) S 27809 27811 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214121872168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27816] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27816/stat : 27816 (java) S 27809 27811 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214120819624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27817] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27817/stat : 27817 (java) S 27809 27811 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214119767080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27818] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27818/stat : 27818 (java) S 27809 27811 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214118713512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27819] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27819/stat : 27819 (java) S 27809 27811 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214117660968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27820] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27820/stat : 27820 (java) S 27809 27811 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214116608424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27821] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27821/stat : 27821 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140214115555880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27822] ppid=27809 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/27811/task/27822/stat : 27822 (java) S 27809 27811 24862 0 -1 4202560 75 0 0 0 10 0 0 0 20 0 19 0 254613963 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213984668264 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27823] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27823/stat : 27823 (java) S 27809 27811 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213983614584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27824] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27824/stat : 27824 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213982561928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27825] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27825/stat : 27825 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213981510672 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27826] ppid=27809 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/27811/task/27826/stat : 27826 (java) S 27809 27811 24862 0 -1 4202560 8149 0 0 0 71 1 0 0 20 0 19 0 254613966 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213980457016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27827] ppid=27809 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/27811/task/27827/stat : 27827 (java) S 27809 27811 24862 0 -1 4202560 7761 0 0 0 48 1 0 0 20 0 19 0 254613966 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213979404472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27828] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27828/stat : 27828 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213978352120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27829] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27829/stat : 27829 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213977299784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27830] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27830/stat : 27830 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613980 9855975424 17945 33554432000 1073741824 1073778376 140737452139360 140213976245544 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 27887
/proc/meminfo: memFree=29078452/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=7.64 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 19702 0 1 0 758 6 0 0 20 0 19 0 254613961 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 17273 2268 9 0 2396937 0
[pid=27811/tid=27813] ppid=27809 vsize=9624976 CPUtime=5.97 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (java) R 27809 27811 24862 0 -1 4202560 2474 0 1 0 595 2 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214161432864 140213989368861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (java) S 27809 27811 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214122924712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27815] ppid=27809 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27811/task/27815/stat : 27815 (java) S 27809 27811 24862 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214121872168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27816] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27816/stat : 27816 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214120819624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27817] ppid=27809 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27811/task/27817/stat : 27817 (java) S 27809 27811 24862 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214119767080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27818] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27818/stat : 27818 (java) S 27809 27811 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214118713512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27819] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27819/stat : 27819 (java) S 27809 27811 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214117660968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27820] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27820/stat : 27820 (java) S 27809 27811 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214116608424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27821] ppid=27809 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27811/task/27821/stat : 27821 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254613962 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140214115555880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27822] ppid=27809 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/27811/task/27822/stat : 27822 (java) S 27809 27811 24862 0 -1 4202560 76 0 0 0 23 0 0 0 20 0 19 0 254613963 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213984668264 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27823] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27823/stat : 27823 (java) S 27809 27811 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213983614584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27824] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27824/stat : 27824 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213982561928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27825] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27825/stat : 27825 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213981510672 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27826] ppid=27809 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/27811/task/27826/stat : 27826 (java) S 27809 27811 24862 0 -1 4202560 8150 0 0 0 72 1 0 0 20 0 19 0 254613966 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213980457016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27827] ppid=27809 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27811/task/27827/stat : 27827 (java) S 27809 27811 24862 0 -1 4202560 7761 0 0 0 50 1 0 0 20 0 19 0 254613966 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213979404472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27828] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27828/stat : 27828 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213978352120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27829] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27829/stat : 27829 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213977299784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27830] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27830/stat : 27830 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613980 9855975424 17273 33554432000 1073741824 1073778376 140737452139360 140213976245544 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

################
# More data... #
################

/proc/27811/task/27821/stat : 27821 (java) S 27809 27811 24862 0 -1 4202560 57 0 0 0 17 0 0 0 20 0 19 0 254613962 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140214115555880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27822] ppid=27809 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/27811/task/27822/stat : 27822 (java) S 27809 27811 24862 0 -1 4202560 91 0 0 0 145 0 0 0 20 0 19 0 254613963 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213984668264 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27823] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27823/stat : 27823 (java) S 27809 27811 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213983614584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27824] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27824/stat : 27824 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213982561928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27825] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27825/stat : 27825 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213981510672 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27826] ppid=27809 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/27811/task/27826/stat : 27826 (java) S 27809 27811 24862 0 -1 4202560 8150 0 0 0 72 1 0 0 20 0 19 0 254613966 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213980457016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27827] ppid=27809 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/27811/task/27827/stat : 27827 (java) S 27809 27811 24862 0 -1 4202560 7761 0 0 0 53 1 0 0 20 0 19 0 254613966 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213979404472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27828] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27828/stat : 27828 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213978352120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27829] ppid=27809 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27811/task/27829/stat : 27829 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254613966 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213977299784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27830] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27830/stat : 27830 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613980 9855975424 27930 33554432000 1073741824 1073778376 140737452139360 140213976245544 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 112.43
Current children cumulated vsize (KiB) 9624976

[startup+111.901 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 27944
/proc/meminfo: memFree=29017396/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=114.05 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 20109 0 1 0 11394 11 0 0 20 0 19 0 254613961 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 27946 2268 9 0 2396937 0
[pid=27811/tid=27813] ppid=27809 vsize=9624976 CPUtime=109.69 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (java) R 27809 27811 24862 0 -1 4202560 2526 0 1 0 10966 3 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214161432864 140213989548452 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (java) S 27809 27811 24862 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214122924712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27815] ppid=27809 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/27811/task/27815/stat : 27815 (java) S 27809 27811 24862 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214121872168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27816] ppid=27809 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/27811/task/27816/stat : 27816 (java) S 27809 27811 24862 0 -1 4202560 30 0 0 0 13 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214120819624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27817] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27817/stat : 27817 (java) S 27809 27811 24862 0 -1 4202560 56 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214119767080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27818] ppid=27809 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/27811/task/27818/stat : 27818 (java) S 27809 27811 24862 0 -1 4202560 107 0 0 0 16 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214118713512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27819] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27819/stat : 27819 (java) S 27809 27811 24862 0 -1 4202560 47 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214117660968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27820] ppid=27809 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/27811/task/27820/stat : 27820 (java) S 27809 27811 24862 0 -1 4202560 25 0 0 0 12 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214116608424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27821] ppid=27809 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/27811/task/27821/stat : 27821 (java) S 27809 27811 24862 0 -1 4202560 57 0 0 0 17 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214115555880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27822] ppid=27809 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/27811/task/27822/stat : 27822 (java) S 27809 27811 24862 0 -1 4202560 91 0 0 0 148 0 0 0 20 0 19 0 254613963 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213984668264 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27823] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27823/stat : 27823 (java) S 27809 27811 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213983614584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27824] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27824/stat : 27824 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213982561928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27825] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27825/stat : 27825 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213981510672 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27826] ppid=27809 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/27811/task/27826/stat : 27826 (java) S 27809 27811 24862 0 -1 4202560 8150 0 0 0 72 1 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213980457016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27827] ppid=27809 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/27811/task/27827/stat : 27827 (java) S 27809 27811 24862 0 -1 4202560 7761 0 0 0 53 1 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213979404472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27828] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27828/stat : 27828 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213978352120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27829] ppid=27809 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27811/task/27829/stat : 27829 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213977299784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27830] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27830/stat : 27830 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613980 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213976245544 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 114.05
Current children cumulated vsize (KiB) 9624976

[startup+112.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 27944
/proc/meminfo: memFree=29017396/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=114.45 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 20109 0 1 0 11434 11 0 0 20 0 19 0 254613961 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 27946 2268 9 0 2396937 0
[pid=27811/tid=27813] ppid=27809 vsize=9624976 CPUtime=110.09 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (java) R 27809 27811 24862 0 -1 4202560 2526 0 1 0 11006 3 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214161432864 140213989368740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (java) S 27809 27811 24862 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214122924712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27815] ppid=27809 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/27811/task/27815/stat : 27815 (java) S 27809 27811 24862 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214121872168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27816] ppid=27809 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/27811/task/27816/stat : 27816 (java) S 27809 27811 24862 0 -1 4202560 30 0 0 0 13 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214120819624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27817] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27817/stat : 27817 (java) S 27809 27811 24862 0 -1 4202560 56 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214119767080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27818] ppid=27809 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/27811/task/27818/stat : 27818 (java) S 27809 27811 24862 0 -1 4202560 107 0 0 0 16 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214118713512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27819] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27819/stat : 27819 (java) S 27809 27811 24862 0 -1 4202560 47 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214117660968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27820] ppid=27809 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/27811/task/27820/stat : 27820 (java) S 27809 27811 24862 0 -1 4202560 25 0 0 0 12 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214116608424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27821] ppid=27809 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/27811/task/27821/stat : 27821 (java) S 27809 27811 24862 0 -1 4202560 57 0 0 0 17 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214115555880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27822] ppid=27809 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/27811/task/27822/stat : 27822 (java) S 27809 27811 24862 0 -1 4202560 91 0 0 0 148 0 0 0 20 0 19 0 254613963 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213984668264 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27823] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27823/stat : 27823 (java) S 27809 27811 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213983614584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27824] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27824/stat : 27824 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213982561928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27825] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27825/stat : 27825 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213981510672 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27826] ppid=27809 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/27811/task/27826/stat : 27826 (java) S 27809 27811 24862 0 -1 4202560 8150 0 0 0 72 1 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213980457016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27827] ppid=27809 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/27811/task/27827/stat : 27827 (java) S 27809 27811 24862 0 -1 4202560 7761 0 0 0 53 1 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213979404472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27828] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27828/stat : 27828 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213978352120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27829] ppid=27809 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27811/task/27829/stat : 27829 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213977299784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27830] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27830/stat : 27830 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613980 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213976245544 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 114.45
Current children cumulated vsize (KiB) 9624976

[startup+112.701 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 27944
/proc/meminfo: memFree=29017396/32873844 swapFree=7364/7364
[pid=27811] ppid=27809 vsize=9624976 CPUtime=114.86 cores=1,3,5,7
/proc/27811/stat : 27811 (java) S 27809 27811 24862 0 -1 4202496 20110 0 1 0 11475 11 0 0 20 0 19 0 254613961 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140737452130496 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27811/statm: 2406244 27946 2268 9 0 2396937 0
[pid=27811/tid=27813] ppid=27809 vsize=9624976 CPUtime=110.49 cores=1,3,5,7
/proc/27811/task/27813/stat : 27813 (java) R 27809 27811 24862 0 -1 4202560 2526 0 1 0 11046 3 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214161432248 140213989541471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27814] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27814/stat : 27814 (java) S 27809 27811 24862 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214122924712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27815] ppid=27809 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/27811/task/27815/stat : 27815 (java) S 27809 27811 24862 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214121872168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27811/tid=27816] ppid=27809 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/27811/task/27816/stat : 27816 (java) S 27809 27811 24862 0 -1 4202560 30 0 0 0 13 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214120819624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27817] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27817/stat : 27817 (java) S 27809 27811 24862 0 -1 4202560 56 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214119767080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27818] ppid=27809 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/27811/task/27818/stat : 27818 (java) S 27809 27811 24862 0 -1 4202560 107 0 0 0 16 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214118713512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27819] ppid=27809 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/27811/task/27819/stat : 27819 (java) S 27809 27811 24862 0 -1 4202560 47 0 0 0 14 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214117660968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27820] ppid=27809 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/27811/task/27820/stat : 27820 (java) S 27809 27811 24862 0 -1 4202560 25 0 0 0 12 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214116608424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27821] ppid=27809 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/27811/task/27821/stat : 27821 (java) S 27809 27811 24862 0 -1 4202560 57 0 0 0 17 0 0 0 20 0 19 0 254613962 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140214115555880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27822] ppid=27809 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/27811/task/27822/stat : 27822 (java) S 27809 27811 24862 0 -1 4202560 91 0 0 0 148 0 0 0 20 0 19 0 254613963 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213984668264 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27823] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27823/stat : 27823 (java) S 27809 27811 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213983614584 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27824] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27824/stat : 27824 (java) S 27809 27811 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254613964 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213982561928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27825] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27825/stat : 27825 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213981510672 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27826] ppid=27809 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/27811/task/27826/stat : 27826 (java) S 27809 27811 24862 0 -1 4202560 8150 0 0 0 72 1 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213980457016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27811/tid=27827] ppid=27809 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/27811/task/27827/stat : 27827 (java) S 27809 27811 24862 0 -1 4202560 7762 0 0 0 53 1 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213979404472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27811/tid=27828] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27828/stat : 27828 (java) S 27809 27811 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213978352120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27829] ppid=27809 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27811/task/27829/stat : 27829 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254613966 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213977299784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27811/tid=27830] ppid=27809 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27811/task/27830/stat : 27830 (java) S 27809 27811 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254613980 9855975424 27946 33554432000 1073741824 1073778376 140737452139360 140213976245544 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 114.86
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27811 and gives
#  childrusage.ru_utime.tv_sec=114
#  childrusage.ru_utime.tv_usec=553585
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=182972
# CPU time returned by wait4() is 114.737
# while last known CPU time is 114.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 112.78
CPU time (s): 114.86
CPU user time (s): 114.75
CPU system time (s): 0.11
CPU usage (%): 101.844
Max. virtual memory (cumulated for all children) (KiB): 9625240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.554
system time used= 0.182972
maximum resident set size= 111824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20122
page faults= 1
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4270
involuntary context switches= 2943

runsolver used 0.400939 second user time and 0.876866 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 20:41:36
IDJOB=3688571
IDBENCH=47980
IDSOLVER=2269
FILE ID=node145/3688571-1337884896
RUNJOBID= node145-1337871881-24879
PBS_JOBID= 14620059
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688571-1337884896/watcher-3688571-1337884896 -o /tmp/evaluation-result-3688571-1337884896/solver-3688571-1337884896 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688571-1337884896.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=1686359987

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29170416 kB
Buffers:          216012 kB
Cached:          2676828 kB
SwapCached:            0 kB
Active:           460100 kB
Inactive:        2470500 kB
Active(anon):      39948 kB
Inactive(anon):        0 kB
Active(file):     420152 kB
Inactive(file):  2470500 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:         66544 kB
Mapped:            22148 kB
Shmem:               200 kB
Slab:             631708 kB
SReclaimable:      72996 kB
SUnreclaim:       558712 kB
KernelStack:        1760 kB
PageTables:         3892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node145 at 2012-05-24 20:43:29