Trace number 4085734

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1796.84

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
MD5SUM8e8a9709ab0638484b49ff5cae7622ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-115005
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 250772
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 250772
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085734-1465289408.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.24/0.78	c ... done. Wall clock time 0.665s.
1.24/0.78	c declared #vars     40937
1.24/0.78	c #constraints  41436
1.24/0.78	c constraints type 
1.24/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36984
1.24/0.78	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.24/0.78	c org.sat4j.specs.Constr$1 => 1
1.24/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.24/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.24/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.24/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.24/0.78	c 41436 constraints processed.
1.24/0.78	c objective function length is 243 literals
9.29/8.22	c cleaning 2500 clauses out of 4999 with flag 21153/5000
18.27/17.10	c cleaning 4245 clauses out of 8500 with flag 57344/11001
27.17/26.05	c cleaning 5613 clauses out of 11253 with flag 91748/18000
35.29/34.20	c cleaning 6820 clauses out of 13640 with flag 129019/26001
39.71/38.60	c cleaning 7907 clauses out of 15819 with flag 169303/35000
45.21/44.02	c cleaning 8956 clauses out of 17912 with flag 225451/45000
50.41/49.29	c cleaning 9975 clauses out of 19956 with flag 285603/56000
56.40/55.24	c cleaning 10989 clauses out of 21981 with flag 353313/68000
62.40/61.28	c cleaning 11996 clauses out of 23992 with flag 424325/81000
69.61/68.48	c cleaning 12994 clauses out of 25996 with flag 505128/95000
77.41/76.29	c cleaning 14001 clauses out of 28002 with flag 594412/110000
86.10/84.97	c cleaning 14995 clauses out of 30001 with flag 699092/126000
94.61/93.49	c cleaning 15991 clauses out of 32006 with flag 794480/143000
103.10/101.92	c cleaning 16991 clauses out of 34015 with flag 897050/161000
111.51/110.35	c cleaning 18000 clauses out of 36024 with flag 1002654/180000
120.81/119.60	c cleaning 18999 clauses out of 38025 with flag 1128205/200001
131.70/130.43	c cleaning 20001 clauses out of 40025 with flag 1249558/221000
143.10/141.82	c cleaning 21012 clauses out of 42025 with flag 1384506/243001
155.90/154.65	c cleaning 22006 clauses out of 44012 with flag 1515687/266000
165.80/164.59	c cleaning 23002 clauses out of 46005 with flag 1630455/290000
176.23/174.97	c cleaning 23999 clauses out of 48003 with flag 1738989/315001
186.13/184.89	c cleaning 24988 clauses out of 50003 with flag 1868075/341000
195.72/194.42	c cleaning 26006 clauses out of 52016 with flag 2007879/368001
205.42/204.18	c cleaning 27004 clauses out of 54009 with flag 2162700/396000
215.32/214.02	c cleaning 27988 clauses out of 56006 with flag 2305790/425001
226.11/224.80	c cleaning 29006 clauses out of 58018 with flag 2451301/455001
237.54/236.16	c cleaning 30001 clauses out of 60013 with flag 2598000/486002
249.06/247.62	c cleaning 31001 clauses out of 62010 with flag 2739481/518000
260.85/259.49	c cleaning 32005 clauses out of 64010 with flag 2883024/551001
272.95/271.53	c cleaning 33001 clauses out of 66005 with flag 3053857/585001
284.15/282.78	c cleaning 33999 clauses out of 68004 with flag 3234960/620001
296.64/295.21	c cleaning 35003 clauses out of 70005 with flag 3422288/656001
310.24/308.83	c cleaning 35996 clauses out of 72001 with flag 3633646/693000
323.94/322.59	c cleaning 37002 clauses out of 74005 with flag 3850206/731000
338.65/337.23	c cleaning 37997 clauses out of 76003 with flag 4059600/770000
354.55/353.11	c cleaning 38995 clauses out of 78007 with flag 4270541/810001
371.25/369.87	c cleaning 39999 clauses out of 80011 with flag 4474498/851000
386.64/385.26	c cleaning 41002 clauses out of 82012 with flag 4702562/893000
403.28/401.55	c cleaning 42001 clauses out of 84010 with flag 4907364/936000
419.99/418.26	c cleaning 42998 clauses out of 86009 with flag 5125654/980000
436.79/435.01	c cleaning 43998 clauses out of 88011 with flag 5339318/1025000
453.28/451.56	c cleaning 45004 clauses out of 90014 with flag 5568988/1071001
471.08/469.39	c cleaning 45996 clauses out of 92010 with flag 5801561/1118001
489.38/487.66	c cleaning 47005 clauses out of 94013 with flag 6024059/1166000
507.89/506.14	c cleaning 48000 clauses out of 96008 with flag 6260191/1215000
527.08/525.31	c cleaning 49000 clauses out of 98008 with flag 6517236/1265000
547.18/545.42	c cleaning 50000 clauses out of 100008 with flag 6810668/1316000
568.18/566.49	c cleaning 51002 clauses out of 102009 with flag 7115137/1368001
588.79/586.72	c cleaning 52002 clauses out of 104008 with flag 7417420/1421002
608.78/606.72	c cleaning 52995 clauses out of 106004 with flag 7724269/1475000
629.59/627.53	c cleaning 54004 clauses out of 108010 with flag 8020638/1530001
650.59/648.53	c cleaning 55001 clauses out of 110005 with flag 8343061/1586000
671.59/669.60	c cleaning 56000 clauses out of 112005 with flag 8667842/1643001
693.30/691.25	c cleaning 56992 clauses out of 114004 with flag 8977062/1701000
716.20/714.13	c cleaning 57996 clauses out of 116013 with flag 9336228/1760001
739.01/736.98	c cleaning 59003 clauses out of 118017 with flag 9664747/1820001
762.52/760.46	c cleaning 60005 clauses out of 120015 with flag 10013354/1881002
787.02/784.93	c cleaning 61000 clauses out of 122008 with flag 10397449/1943000
811.73/809.68	c cleaning 61998 clauses out of 124008 with flag 10741678/2006000
839.15/837.02	c cleaning 63004 clauses out of 126011 with flag 11060704/2070001
866.06/863.94	c cleaning 63999 clauses out of 128007 with flag 11442013/2135001
893.26/891.19	c cleaning 64999 clauses out of 130007 with flag 11815980/2201000
921.07/918.40	c cleaning 65999 clauses out of 132008 with flag 12172537/2268000
947.27/944.62	c cleaning 67002 clauses out of 134010 with flag 12544724/2336001
974.67/972.08	c cleaning 68004 clauses out of 136009 with flag 12929116/2405002
1003.38/1000.77	c cleaning 68998 clauses out of 138003 with flag 13305561/2475000
1032.78/1030.19	c cleaning 70003 clauses out of 140005 with flag 13665762/2546000
1062.10/1059.49	c cleaning 70985 clauses out of 142002 with flag 14039687/2618000
1094.70/1092.06	c cleaning 72009 clauses out of 144018 with flag 14407766/2691001
1126.40/1123.78	c cleaning 73000 clauses out of 146008 with flag 14760981/2765000
1159.20/1156.54	c cleaning 74005 clauses out of 148010 with flag 15122295/2840002
1192.61/1189.94	c cleaning 74998 clauses out of 150003 with flag 15500558/2916000
1226.02/1223.33	c cleaning 75993 clauses out of 152005 with flag 15898432/2993000
1260.22/1257.57	c cleaning 77003 clauses out of 154012 with flag 16315722/3071000
1294.32/1291.21	c cleaning 77997 clauses out of 156010 with flag 16754614/3150001
1327.33/1324.29	c cleaning 79001 clauses out of 158012 with flag 17198336/3230000
1362.64/1359.51	c cleaning 80000 clauses out of 160011 with flag 17694878/3311000
1398.14/1395.05	c cleaning 81005 clauses out of 162011 with flag 18175813/3393000
1435.54/1432.42	c cleaning 81997 clauses out of 164007 with flag 18674024/3476001
1475.74/1472.61	c cleaning 82999 clauses out of 166009 with flag 19111641/3560000
1514.35/1511.25	c cleaning 83999 clauses out of 168011 with flag 19597114/3645001
1554.46/1551.32	c cleaning 84999 clauses out of 170011 with flag 20009242/3731000
1599.97/1596.89	c cleaning 86003 clauses out of 172013 with flag 20429490/3818001
1642.58/1639.42	c cleaning 86997 clauses out of 174010 with flag 20839485/3906001
1689.61/1686.44	c cleaning 88002 clauses out of 176013 with flag 21249296/3995001
1734.92/1731.74	c cleaning 88991 clauses out of 178010 with flag 21693724/4085000
1780.63/1777.44	c cleaning 89997 clauses out of 180019 with flag 22159697/4176000
1800.03/1796.80	c starts		: 76
1800.03/1796.80	c conflicts		: 4220856
1800.03/1796.80	c decisions		: 5655799
1800.03/1796.80	c propagations		: 2367048419
1800.03/1796.80	c inspects		: 11387991675
1800.03/1796.80	c shortcuts		: 0
1800.03/1796.80	c learnt literals	: 5
1800.03/1796.80	c learnt binary clauses	: 537
1800.03/1796.80	c learnt ternary clauses	: 374
1800.03/1796.80	c learnt constraints	: 4220851
1800.03/1796.80	c ignored constraints	: 0
1800.03/1796.80	c root simplifications	: 0
1800.03/1796.80	c removed literals (reason simplification)	: 0
1800.03/1796.80	c reason swapping (by a shorter reason)	: 0
1800.03/1796.80	c Calls to reduceDB	: 87
1800.03/1796.80	c Number of update (reduction) of LBD	: 274106
1800.03/1796.80	c Imported unit clauses	: 0
1800.03/1796.80	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.80	c number of learned constraints concerned by reduction	: 0
1800.03/1796.80	c number of learning phase by resolution	: 0
1800.03/1796.80	c number of learning phase by cutting planes	: 0
1800.03/1796.80	c speed (assignments/second)	: 1317955.0562611045
1800.03/1796.80	c non guided choices	136
1800.03/1796.81	c timeout
1800.03/1796.83	c learnt constraints type 
1800.03/1796.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 537
1800.03/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134342
1800.03/1796.83	s UNKNOWN
1800.03/1796.83	c Total wall clock time (in seconds): 1796.717

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085734-1465289408/watcher-4085734-1465289408 -o /tmp/evaluation-result-4085734-1465289408/solver-4085734-1465289408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085734-1465289408.opb 

pid=12872
running on 4 cores: 0,2,4,6

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: 2.17 2.22 2.23 4/195 12875
/proc/meminfo: memFree=29730712/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 110874412 98570240 977 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 24065 977 743 9 0 16771 0
[pid=12875/tid=12876] ppid=12872 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 110874413 98570240 978 33554432000 1073741824 1073778376 140736223974336 139868406025768 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.17 2.22 2.23 4/195 12875
/proc/meminfo: memFree=29730712/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 4397 0 1 0 9 1 0 0 20 0 18 0 110874412 9787879424 6029 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2389619 6029 2125 9 0 2380296 0
[pid=12875/tid=12876] ppid=12872 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 2373 0 1 0 6 1 0 0 20 0 18 0 110874413 9787879424 6029 33554432000 1073741824 1073778376 140736223974336 139868406029216 139868408764274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20035 s]
/proc/loadavg: 2.17 2.22 2.23 4/195 12875
/proc/meminfo: memFree=29730712/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 5045 0 1 0 26 2 0 0 20 0 18 0 110874412 9787879424 6873 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2389619 6873 2213 9 0 2380296 0
[pid=12875/tid=12876] ppid=12872 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 2386 0 1 0 16 1 0 0 20 0 18 0 110874413 9787879424 6873 33554432000 1073741824 1073778376 140736223974336 139868406029216 139868244131100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 2.17 2.22 2.23 4/195 12875
/proc/meminfo: memFree=29730712/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 6047 0 1 0 50 2 0 0 20 0 18 0 110874412 9787879424 8996 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2389619 8996 2233 9 0 2380296 0
[pid=12875/tid=12876] ppid=12872 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 2390 0 1 0 26 1 0 0 20 0 18 0 110874413 9787879424 8996 33554432000 1073741824 1073778376 140736223974336 139868406029216 139868244130337 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 2.17 2.22 2.23 4/195 12875
/proc/meminfo: memFree=29730712/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 7481 0 1 0 118 6 0 0 20 0 18 0 110874412 9787879424 44352 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2389619 44352 2263 9 0 2380296 0
[pid=12875/tid=12876] ppid=12872 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) S 12872 12875 11074 0 -1 4202560 2455 0 1 0 60 4 0 0 20 0 18 0 110874413 9787879424 44352 33554432000 1073741824 1073778376 140736223974336 139868406029128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.17 2.22 2.23 3/214 12894
/proc/meminfo: memFree=29554376/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 10032 0 1 0 244 7 0 0 20 0 19 0 110874412 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 46234 2276 9 0 2396937 0
[pid=12875/tid=12876] ppid=12872 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 2467 0 1 0 139 4 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868406022360 139868244797233 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 11074 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868367522472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868366469928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 11074 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868365417384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 11074 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868364364840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868363311272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 11074 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868244011304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868242958760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868241906216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 11074 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868229708392 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139868228654712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139867623253640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139867622202384 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 11074 0 -1 4202560 2507 0 0 0 43 0 0 0 20 0 19 0 110874417 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139867621148728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 11074 0 -1 4202560 3642 0 0 0 45 0 0 0 20 0 19 0 110874417 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139867620096184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139867619043832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139867617991496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110874493 9856040960 46234 33554432000 1073741824 1073778376 140736223974336 139867616937256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.17 2.22 2.23 3/214 12894
/proc/meminfo: memFree=29553252/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 10897 0 1 0 411 7 0 0 20 0 19 0 110874412 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 46238 2280 9 0 2396937 0
[pid=12875/tid=12876] ppid=12872 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 2468 0 1 0 299 4 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868406028704 139868244760205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 11074 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868367522472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868366469928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 11074 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868365417384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 11074 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868364364840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868363311272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 11074 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868244011304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868242958760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868241906216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 11074 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868229708392 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868228654712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867623253640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867622202384 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 11074 0 -1 4202560 2507 0 0 0 43 0 0 0 20 0 19 0 110874417 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867621148728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 11074 0 -1 4202560 4506 0 0 0 51 0 0 0 20 0 19 0 110874417 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867620096184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867619043832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867617991496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110874493 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867616937256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.16 2.21 2.23 3/214 12894
/proc/meminfo: memFree=29553528/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9625040 CPUtime=7.38 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 10899 0 1 0 731 7 0 0 20 0 19 0 110874412 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 46238 2280 9 0 2396937 0
[pid=12875/tid=12876] ppid=12872 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 2470 0 1 0 617 4 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868406030760 139868244793148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 11074 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868367522472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868366469928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 11074 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868365417384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 11074 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868364364840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868363311272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 11074 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868244011304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868242958760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110874413 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868241906216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 11074 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868229708392 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139868228654712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867623253640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867622202384 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 11074 0 -1 4202560 2507 0 0 0 43 0 0 0 20 0 19 0 110874417 9856040960 46238 33554432000 1073741824 1073778376 140736223974336 139867621148728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.52 cores=0,2,4,6

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

[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110874493 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867616937256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.49
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.56 2.34 2.26 4/213 13023
/proc/meminfo: memFree=22752532/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9625040 CPUtime=1725.51 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 15177 0 1 0 172401 150 0 0 20 0 19 0 110874412 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 475559 2293 9 0 2396937 0
[pid=12875/tid=12876] ppid=12872 vsize=9625040 CPUtime=1716.91 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 3328 0 1 0 171645 46 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868406021808 139868244713214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 11074 0 -1 4202560 242 0 0 0 15 12 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868367522472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 11074 0 -1 4202560 389 0 0 0 16 15 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868366469928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 11074 0 -1 4202560 298 0 0 0 13 9 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868365417384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 11074 0 -1 4202560 214 0 0 0 15 10 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868364364840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 11074 0 -1 4202560 392 0 0 0 23 16 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868363311272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 11074 0 -1 4202560 253 0 0 0 16 12 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868244011304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 11074 0 -1 4202560 261 0 0 0 16 13 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868242958760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 11074 0 -1 4202560 334 0 0 0 24 19 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868241906216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 11074 0 -1 4202560 887 0 0 0 27 2 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868229708392 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868228654712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867623253640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867622202384 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 11074 0 -1 4202560 2510 0 0 0 49 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867621148728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 11074 0 -1 4202560 4712 0 0 0 60 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867620096184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867619043832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 11074 0 -1 4202560 99 0 0 0 25 26 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867617991496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110874493 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867616937256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.36 2.32 2.26 4/213 13024
/proc/meminfo: memFree=22782668/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9625040 CPUtime=1785.53 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 15181 0 1 0 178401 152 0 0 20 0 19 0 110874412 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 475559 2293 9 0 2396937 0
[pid=12875/tid=12876] ppid=12872 vsize=9625040 CPUtime=1776.76 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 3328 0 1 0 177629 47 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868406021808 139868244713232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 11074 0 -1 4202560 242 0 0 0 15 12 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868367522472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 11074 0 -1 4202560 389 0 0 0 16 15 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868366469928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 11074 0 -1 4202560 298 0 0 0 13 9 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868365417384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 11074 0 -1 4202560 214 0 0 0 15 10 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868364364840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 11074 0 -1 4202560 392 0 0 0 23 16 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868363311272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 11074 0 -1 4202560 253 0 0 0 16 12 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868244011304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 11074 0 -1 4202560 261 0 0 0 16 13 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868242958760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 11074 0 -1 4202560 334 0 0 0 24 19 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868241906216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 11074 0 -1 4202560 887 0 0 0 28 2 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868229708392 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868228654712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867623253640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867622202384 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 11074 0 -1 4202560 2510 0 0 0 49 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867621148728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 11074 0 -1 4202560 4712 0 0 0 60 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867620096184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867619043832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 11074 0 -1 4202560 103 0 0 0 26 27 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867617991496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110874493 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867616937256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.42 2.34 2.27 3/214 13027
/proc/meminfo: memFree=22781680/32872528 swapFree=16080/1655368
[pid=12875] ppid=12872 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 11074 0 -1 4202496 15181 0 1 0 179851 152 0 0 20 0 19 0 110874412 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 140736223965472 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 475559 2293 9 0 2396937 0
[pid=12875/tid=12876] ppid=12872 vsize=9625040 CPUtime=1791.22 cores=0,2,4,6
/proc/12875/task/12876/stat : 12876 (java) R 12872 12875 11074 0 -1 4202560 3328 0 1 0 179075 47 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868406021808 139868244760229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 11074 0 -1 4202560 242 0 0 0 15 12 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868367522472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 11074 0 -1 4202560 389 0 0 0 16 15 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868366469928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 11074 0 -1 4202560 298 0 0 0 13 9 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868365417384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 11074 0 -1 4202560 214 0 0 0 15 10 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868364364840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 11074 0 -1 4202560 392 0 0 0 23 16 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868363311272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 11074 0 -1 4202560 253 0 0 0 16 12 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868244011304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 11074 0 -1 4202560 261 0 0 0 16 13 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868242958760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 11074 0 -1 4202560 334 0 0 0 24 19 0 0 20 0 19 0 110874413 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868241906216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 11074 0 -1 4202560 887 0 0 0 28 2 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868229708392 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139868228654712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110874415 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867623253640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867622202384 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 11074 0 -1 4202560 2510 0 0 0 49 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867621148728 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 11074 0 -1 4202560 4712 0 0 0 60 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867620096184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867619043832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 11074 0 -1 4202560 103 0 0 0 27 28 0 0 20 0 19 0 110874417 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867617991496 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110874493 9856040960 475559 33554432000 1073741824 1073778376 140736223974336 139867616937256 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12875 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12875 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=949278
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=971700
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.84
CPU time (s): 1800.03
CPU user time (s): 1798.51
CPU system time (s): 1.52
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.95
system time used= 1.9717
maximum resident set size= 1902352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15214
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38208
involuntary context switches= 3306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0632 second user time and 11.5732 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 10:50:08
IDJOB=4085734
IDBENCH=90353
IDSOLVER=2546
FILE ID=node122/4085734-1465289408
RUNJOBID= node122-1465277527-11090
PBS_JOBID= 19843311
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null0mast_rapportOE1.0_TMAX120_K67_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085734-1465289408/watcher-4085734-1465289408 -o /tmp/evaluation-result-4085734-1465289408/solver-4085734-1465289408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085734-1465289408.opb

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

MD5SUM BENCH= 8e8a9709ab0638484b49ff5cae7622ac
RANDOM SEED=697962852

node122.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		: 2666.898
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	: 5333.79
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		: 2666.898
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	: 5332.55
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		: 2666.898
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	: 5332.54
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		: 2666.898
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	: 5332.55
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		: 2666.898
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	: 5332.55
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		: 2666.898
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	: 5332.55
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		: 2666.898
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	: 5332.55
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		: 2666.898
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29730620 kB
Buffers:          138572 kB
Cached:           174168 kB
SwapCached:          860 kB
Active:           532572 kB
Inactive:         216936 kB
Active(anon):     437112 kB
Inactive(anon):     1632 kB
Active(file):      95460 kB
Inactive(file):   215304 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:              2992 kB
Writeback:             0 kB
AnonPages:       2091068 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             601380 kB
SReclaimable:      45020 kB
SUnreclaim:       556360 kB
KernelStack:        1680 kB
PageTables:         8488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2235908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2052096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node122 at 2016-06-07 11:20:05