Trace number 4084544

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1797.63

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
Number of bits of the biggest sum of numbers9
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.08	c version PB16.v20160501
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.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-4084544-1465272749.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.42/0.97	c ... done. Wall clock time 0.86s.
1.42/0.97	c declared #vars     37752
1.69/1.06	c #constraints  120373
1.69/1.06	c constraints type 
1.69/1.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
1.69/1.06	c org.sat4j.specs.Constr$1 => 8727
1.69/1.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
1.69/1.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 3141
1.69/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1.69/1.06	c 120373 constraints processed.
4.06/3.01	c cleaning 2492 clauses out of 4998 with flag 33150/5000
6.59/5.31	c cleaning 4244 clauses out of 8506 with flag 65934/11000
9.39/8.20	c cleaning 5625 clauses out of 11263 with flag 109595/18001
12.50/11.23	c cleaning 6806 clauses out of 13636 with flag 152680/26000
16.13/14.86	c cleaning 7912 clauses out of 15830 with flag 202200/35001
19.83/18.59	c cleaning 8948 clauses out of 17917 with flag 260663/45001
24.33/23.09	c cleaning 9976 clauses out of 19968 with flag 326776/56000
28.93/27.65	c cleaning 10990 clauses out of 21993 with flag 402719/68001
33.76/32.38	c cleaning 11994 clauses out of 24001 with flag 484622/81001
38.76/37.36	c cleaning 12989 clauses out of 26006 with flag 574862/95000
44.37/42.95	c cleaning 14007 clauses out of 28021 with flag 668540/110004
50.62/49.16	c cleaning 14996 clauses out of 30010 with flag 772657/126001
57.12/55.61	c cleaning 15997 clauses out of 32013 with flag 876379/143000
64.61/63.12	c cleaning 16992 clauses out of 34018 with flag 994407/161002
72.61/71.14	c cleaning 17995 clauses out of 36025 with flag 1122690/180001
81.11/79.69	c cleaning 19002 clauses out of 38030 with flag 1253129/200001
89.11/87.70	c cleaning 19996 clauses out of 40028 with flag 1388929/221001
97.31/95.88	c cleaning 21002 clauses out of 42031 with flag 1536433/243001
107.00/105.58	c cleaning 21995 clauses out of 44028 with flag 1679895/266000
117.60/116.15	c cleaning 23012 clauses out of 46034 with flag 1823061/290001
127.50/126.07	c cleaning 24007 clauses out of 48026 with flag 1969069/315005
139.01/137.52	c cleaning 24990 clauses out of 50014 with flag 2132185/341000
150.40/148.97	c cleaning 25993 clauses out of 52025 with flag 2294920/368001
163.50/162.00	c cleaning 27011 clauses out of 54034 with flag 2465682/396003
176.50/175.05	c cleaning 27993 clauses out of 56020 with flag 2642230/425001
189.49/188.01	c cleaning 29001 clauses out of 58027 with flag 2835296/455001
203.69/202.25	c cleaning 30006 clauses out of 60027 with flag 3014407/486002
218.20/216.76	c cleaning 30989 clauses out of 62019 with flag 3200021/518000
233.38/231.96	c cleaning 32006 clauses out of 64030 with flag 3389128/551000
248.58/247.15	c cleaning 32993 clauses out of 66024 with flag 3572827/585000
264.08/262.67	c cleaning 34008 clauses out of 68031 with flag 3767861/620001
281.07/279.63	c cleaning 34996 clauses out of 70023 with flag 3970424/656001
297.58/296.18	c cleaning 36009 clauses out of 72026 with flag 4182536/693000
316.97/315.53	c cleaning 36999 clauses out of 74019 with flag 4403542/731002
337.98/336.50	c cleaning 38006 clauses out of 76018 with flag 4611646/770000
357.57/356.13	c cleaning 38995 clauses out of 78016 with flag 4824170/810004
377.16/375.65	c cleaning 39988 clauses out of 80018 with flag 5043838/851001
398.46/396.92	c cleaning 41001 clauses out of 82030 with flag 5278773/893001
420.95/419.45	c cleaning 41993 clauses out of 84028 with flag 5506966/936000
444.04/442.50	c cleaning 43003 clauses out of 86035 with flag 5733905/980001
465.85/464.33	c cleaning 44000 clauses out of 88032 with flag 5967671/1025001
486.94/485.40	c cleaning 44991 clauses out of 90032 with flag 6219365/1071001
510.74/509.28	c cleaning 46007 clauses out of 92041 with flag 6452418/1118001
535.24/533.73	c cleaning 47002 clauses out of 94034 with flag 6698095/1166001
557.43/555.97	c cleaning 48002 clauses out of 96033 with flag 6968749/1215002
581.53/580.08	c cleaning 49005 clauses out of 98030 with flag 7225006/1265001
608.23/606.73	c cleaning 49995 clauses out of 100026 with flag 7471463/1316002
635.82/634.37	c cleaning 51005 clauses out of 102030 with flag 7727306/1368001
662.63/661.14	c cleaning 51996 clauses out of 104024 with flag 7997644/1421000
690.61/689.17	c cleaning 53004 clauses out of 106029 with flag 8258594/1475001
720.09/718.43	c cleaning 53998 clauses out of 108025 with flag 8532917/1530001
749.58/747.99	c cleaning 55000 clauses out of 110027 with flag 8825256/1586001
780.37/778.80	c cleaning 56000 clauses out of 112027 with flag 9099950/1643001
810.77/809.14	c cleaning 57011 clauses out of 114027 with flag 9377223/1701001
842.76/841.17	c cleaning 57991 clauses out of 116017 with flag 9661235/1760002
874.26/872.61	c cleaning 58991 clauses out of 118024 with flag 9962610/1820000
907.16/905.52	c cleaning 60004 clauses out of 120033 with flag 10272590/1881000
942.16/940.58	c cleaning 60998 clauses out of 122030 with flag 10571284/1943001
978.56/976.91	c cleaning 62007 clauses out of 124031 with flag 10876349/2006000
1012.65/1011.04	c cleaning 63000 clauses out of 126025 with flag 11180709/2070001
1050.43/1048.66	c cleaning 64000 clauses out of 128026 with flag 11487926/2135002
1090.96/1089.12	c cleaning 64998 clauses out of 130025 with flag 11788786/2201001
1132.55/1130.78	c cleaning 66007 clauses out of 132026 with flag 12091130/2268000
1173.66/1171.88	c cleaning 66999 clauses out of 134019 with flag 12404273/2336000
1214.18/1212.35	c cleaning 68003 clauses out of 136019 with flag 12738188/2405000
1256.27/1254.48	c cleaning 68995 clauses out of 138016 with flag 13046924/2475002
1300.28/1298.40	c cleaning 69991 clauses out of 140019 with flag 13365193/2546000
1344.38/1342.54	c cleaning 70988 clauses out of 142028 with flag 13692019/2618000
1392.10/1390.24	c cleaning 72003 clauses out of 144040 with flag 14022976/2691000
1436.48/1434.50	c cleaning 73011 clauses out of 146037 with flag 14348792/2765000
1481.59/1479.56	c cleaning 73991 clauses out of 148026 with flag 14678540/2840000
1526.99/1524.98	c cleaning 74975 clauses out of 150035 with flag 15036397/2916000
1575.20/1573.16	c cleaning 76015 clauses out of 152062 with flag 15367035/2993002
1627.71/1625.64	c cleaning 77015 clauses out of 154047 with flag 15698600/3071002
1677.43/1675.32	c cleaning 77998 clauses out of 156030 with flag 16051373/3150000
1728.53/1726.49	c cleaning 79003 clauses out of 158033 with flag 16414107/3230001
1781.80/1779.47	c cleaning 80007 clauses out of 160030 with flag 16756060/3311001
1800.01/1797.60	c starts		: 14537
1800.01/1797.60	c conflicts		: 3341196
1800.01/1797.60	c decisions		: 5768365
1800.01/1797.60	c propagations		: 3455537993
1800.01/1797.60	c inspects		: 17640080803
1800.01/1797.60	c shortcuts		: 0
1800.01/1797.60	c learnt literals	: 15
1800.01/1797.60	c learnt binary clauses	: 285
1800.01/1797.60	c learnt ternary clauses	: 4940
1800.01/1797.60	c learnt constraints	: 3341181
1800.01/1797.60	c ignored constraints	: 0
1800.01/1797.60	c root simplifications	: 0
1800.01/1797.60	c removed literals (reason simplification)	: 0
1800.01/1797.60	c reason swapping (by a shorter reason)	: 0
1800.01/1797.60	c Calls to reduceDB	: 77
1800.01/1797.60	c Number of update (reduction) of LBD	: 1134461
1800.01/1797.60	c Imported unit clauses	: 0
1800.01/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.60	c number of learned constraints concerned by reduction	: 0
1800.01/1797.60	c number of learning phase by resolution	: 0
1800.01/1797.60	c number of learning phase by cutting planes	: 0
1800.01/1797.60	c speed (assignments/second)	: 1923424.785770544
1800.01/1797.60	c non guided choices	1608
1800.01/1797.61	c timeout
1800.01/1797.63	c learnt constraints type 
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 285
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109934
1800.01/1797.63	s UNKNOWN
1800.01/1797.63	c Total wall clock time (in seconds): 1797.519

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-4084544-1465272749/watcher-4084544-1465272749 -o /tmp/evaluation-result-4084544-1465272749/solver-4084544-1465272749 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084544-1465272749.opb 

pid=12216
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.18 2.23 2.19 3/194 12219
/proc/meminfo: memFree=29822028/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 109208344 94019584 917 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 22954 917 697 9 0 16769 0
[pid=12219/tid=12220] ppid=12216 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) D 12216 12219 9389 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 109208344 95129600 927 33554432000 1073741824 1073778376 140733693834944 139937410354728 259103223079 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.18 2.23 2.19 3/194 12219
/proc/meminfo: memFree=29822028/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 4481 0 1 0 9 1 0 0 20 0 18 0 109208344 9787879424 5601 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2389619 5601 2140 9 0 2380296 0
[pid=12219/tid=12220] ppid=12216 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2431 0 1 0 7 0 0 0 20 0 18 0 109208344 9787879424 5601 33554432000 1073741824 1073778376 140733693834944 139937410358176 259115771149 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.200312 s]
/proc/loadavg: 2.18 2.23 2.19 3/194 12219
/proc/meminfo: memFree=29822028/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 4894 0 1 0 25 1 0 0 20 0 18 0 109208344 9787879424 6438 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2389619 6438 2212 9 0 2380296 0
[pid=12219/tid=12220] ppid=12216 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2448 0 1 0 17 0 0 0 20 0 18 0 109208344 9787879424 6438 33554432000 1073741824 1073778376 140733693834944 139937410358176 139937350132785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.18 2.23 2.19 3/194 12219
/proc/meminfo: memFree=29822028/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 6423 0 1 0 48 1 0 0 20 0 18 0 109208344 9787879424 8997 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2389619 8997 2233 9 0 2380296 0
[pid=12219/tid=12220] ppid=12216 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2451 0 1 0 27 0 0 0 20 0 18 0 109208344 9787879424 8997 33554432000 1073741824 1073778376 140733693834944 139937410359528 139937350133315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.705149 s]
/proc/loadavg: 2.18 2.23 2.19 3/194 12219
/proc/meminfo: memFree=29822028/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9558476 CPUtime=1.17 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 7601 0 1 0 114 3 0 0 20 0 18 0 109208344 9787879424 40775 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2389619 40775 2262 9 0 2380296 0
[pid=12219/tid=12220] ppid=12216 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) S 12216 12219 9389 0 -1 4202560 2520 0 1 0 63 2 0 0 20 0 18 0 109208344 9787879424 40775 33554432000 1073741824 1073778376 140733693834944 139937410358696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.18 2.23 2.19 5/213 12238
/proc/meminfo: memFree=29654576/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 12277 0 1 0 248 4 0 0 20 0 19 0 109208344 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2406260 43846 2276 9 0 2396937 0
[pid=12219/tid=12220] ppid=12216 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2529 0 1 0 142 3 0 0 20 0 19 0 109208344 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937410359304 139937350830379 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12222] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12222/stat : 12222 (java) S 12216 12219 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937253898920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12223] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12223/stat : 12223 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937252846376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12224] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12224/stat : 12224 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937251793832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12225] ppid=12216 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12219/task/12225/stat : 12225 (java) S 12216 12219 9389 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937250741288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12226] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12226/stat : 12226 (java) S 12216 12219 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937249687720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12227] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12227/stat : 12227 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937248635176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12228] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12228/stat : 12228 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937247582632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12229] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12229/stat : 12229 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937246530088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12230] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12230/stat : 12230 (java) S 12216 12219 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109208346 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937234332264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12231] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12231/stat : 12231 (java) S 12216 12219 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937233278584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12232] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12232/stat : 12232 (java) S 12216 12219 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937232225928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12233] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12233/stat : 12233 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937231174672 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12234] ppid=12216 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/12219/task/12234/stat : 12234 (java) R 12216 12219 9389 0 -1 4202560 2696 0 0 0 42 0 0 0 20 0 19 0 109208349 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937230108296 259112052850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12235] ppid=12216 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12219/task/12235/stat : 12235 (java) S 12216 12219 9389 0 -1 4202560 5678 0 0 0 54 0 0 0 20 0 19 0 109208349 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937229068472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12236] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12236/stat : 12236 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937228016120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12237] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12237/stat : 12237 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937226963784 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12238] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12238/stat : 12238 (java) S 12216 12219 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109208449 9856040960 43846 33554432000 1073741824 1073778376 140733693834944 139937225909544 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.18 2.23 2.19 4/213 12238
/proc/meminfo: memFree=29653824/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 12289 0 1 0 416 4 0 0 20 0 19 0 109208344 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2406260 43857 2284 9 0 2396937 0
[pid=12219/tid=12220] ppid=12216 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2530 0 1 0 302 3 0 0 20 0 19 0 109208344 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937410359688 139937350825649 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12222] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12222/stat : 12222 (java) S 12216 12219 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937253898920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12223] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12223/stat : 12223 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937252846376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12224] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12224/stat : 12224 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937251793832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12225] ppid=12216 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12219/task/12225/stat : 12225 (java) S 12216 12219 9389 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937250741288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12226] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12226/stat : 12226 (java) S 12216 12219 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937249687720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12227] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12227/stat : 12227 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937248635176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12228] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12228/stat : 12228 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937247582632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12229] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12229/stat : 12229 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937246530088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12230] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12230/stat : 12230 (java) S 12216 12219 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109208346 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937234332264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12231] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12231/stat : 12231 (java) S 12216 12219 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937233278584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12232] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12232/stat : 12232 (java) S 12216 12219 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937232225928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12233] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12233/stat : 12233 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937231174672 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12234] ppid=12216 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12219/task/12234/stat : 12234 (java) S 12216 12219 9389 0 -1 4202560 2707 0 0 0 46 0 0 0 20 0 19 0 109208349 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937230121016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12235] ppid=12216 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12219/task/12235/stat : 12235 (java) R 12216 12219 9389 0 -1 4202560 5678 0 0 0 58 0 0 0 20 0 19 0 109208349 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937229068472 139937412961136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12236] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12236/stat : 12236 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937228016120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12237] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12237/stat : 12237 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937226963784 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12238] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12238/stat : 12238 (java) S 12216 12219 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109208449 9856040960 43857 33554432000 1073741824 1073778376 140733693834944 139937225909544 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.17 2.22 2.19 3/213 12238
/proc/meminfo: memFree=29654032/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9625040 CPUtime=7.59 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 13656 0 1 0 754 5 0 0 20 0 19 0 109208344 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2406260 43716 2284 9 0 2396937 0
[pid=12219/tid=12220] ppid=12216 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2532 0 1 0 621 3 0 0 20 0 19 0 109208344 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937410359568 139937350883263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12222] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12222/stat : 12222 (java) S 12216 12219 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937253898920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12223] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12223/stat : 12223 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937252846376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12224] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12224/stat : 12224 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937251793832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12225] ppid=12216 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12219/task/12225/stat : 12225 (java) S 12216 12219 9389 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937250741288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12226] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12226/stat : 12226 (java) S 12216 12219 9389 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937249687720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12227] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12227/stat : 12227 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937248635176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12228] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12228/stat : 12228 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937247582632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12229] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12229/stat : 12229 (java) S 12216 12219 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109208345 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937246530088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12230] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12230/stat : 12230 (java) S 12216 12219 9389 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109208346 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937234332264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12231] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12231/stat : 12231 (java) S 12216 12219 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937233278584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12232] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12232/stat : 12232 (java) S 12216 12219 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937232225928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12233] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12233/stat : 12233 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937231174672 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12234] ppid=12216 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12219/task/12234/stat : 12234 (java) S 12216 12219 9389 0 -1 4202560 4057 0 0 0 55 0 0 0 20 0 19 0 109208349 9856040960 43716 33554432000 1073741824 1073778376 140733693834944 139937230121016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12235] ppid=12216 vsize=9625040 CPUtime=0.67 cores=0,2,4,6

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

[pid=12219/tid=12238] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12238/stat : 12238 (java) S 12216 12219 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109208449 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937225909544 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.41 2.27 2.20 4/213 12346
/proc/meminfo: memFree=29255720/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9625040 CPUtime=1724.43 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 15056 0 1 0 172380 63 0 0 20 0 19 0 109208344 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2406260 134622 2285 9 0 2396937 0
[pid=12219/tid=12220] ppid=12216 vsize=9625040 CPUtime=1717.29 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2600 0 1 0 171697 32 0 0 20 0 19 0 109208344 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937410350896 139937350886844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12222] ppid=12216 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12219/task/12222/stat : 12222 (java) S 12216 12219 9389 0 -1 4202560 111 0 0 0 7 3 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937253898920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12223] ppid=12216 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/12219/task/12223/stat : 12223 (java) S 12216 12219 9389 0 -1 4202560 112 0 0 0 8 4 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937252846376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12224] ppid=12216 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12219/task/12224/stat : 12224 (java) S 12216 12219 9389 0 -1 4202560 97 0 0 0 7 3 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937251793832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12225] ppid=12216 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/12219/task/12225/stat : 12225 (java) S 12216 12219 9389 0 -1 4202560 102 0 0 0 7 4 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937250741288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12226] ppid=12216 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12219/task/12226/stat : 12226 (java) S 12216 12219 9389 0 -1 4202560 106 0 0 0 9 4 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937249687720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12227] ppid=12216 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12219/task/12227/stat : 12227 (java) S 12216 12219 9389 0 -1 4202560 82 0 0 0 6 4 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937248635176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12228] ppid=12216 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12219/task/12228/stat : 12228 (java) S 12216 12219 9389 0 -1 4202560 104 0 0 0 10 5 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937247582632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12229] ppid=12216 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12219/task/12229/stat : 12229 (java) S 12216 12219 9389 0 -1 4202560 114 0 0 0 9 5 0 0 20 0 19 0 109208345 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937246530088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12230] ppid=12216 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12219/task/12230/stat : 12230 (java) S 12216 12219 9389 0 -1 4202560 210 0 0 0 1 1 0 0 20 0 19 0 109208346 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937234332264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12231] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12231/stat : 12231 (java) S 12216 12219 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937233278584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12232] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12232/stat : 12232 (java) S 12216 12219 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937232225928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12233] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12233/stat : 12233 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937231174672 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12234] ppid=12216 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12219/task/12234/stat : 12234 (java) S 12216 12219 9389 0 -1 4202560 4057 0 0 0 58 0 0 0 20 0 19 0 109208349 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937230121016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12235] ppid=12216 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/12219/task/12235/stat : 12235 (java) S 12216 12219 9389 0 -1 4202560 5997 0 0 0 82 0 0 0 20 0 19 0 109208349 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937229068472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12236] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12236/stat : 12236 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937228016120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12237] ppid=12216 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12219/task/12237/stat : 12237 (java) S 12216 12219 9389 0 -1 4202560 99 0 0 0 27 25 0 0 20 0 19 0 109208349 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937226963784 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12238] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12238/stat : 12238 (java) S 12216 12219 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109208449 9856040960 134622 33554432000 1073741824 1073778376 140733693834944 139937225909544 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.37 2.28 2.20 3/213 12347
/proc/meminfo: memFree=29155692/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9625040 CPUtime=1784.7 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 15290 0 1 0 178394 76 0 0 20 0 19 0 109208344 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2406260 159320 2285 9 0 2396937 0
[pid=12219/tid=12220] ppid=12216 vsize=9625040 CPUtime=1777.04 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2601 0 1 0 177671 33 0 0 20 0 19 0 109208344 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937410350896 139937350825030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12222] ppid=12216 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12219/task/12222/stat : 12222 (java) S 12216 12219 9389 0 -1 4202560 154 0 0 0 10 4 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937253898920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12223] ppid=12216 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12219/task/12223/stat : 12223 (java) S 12216 12219 9389 0 -1 4202560 135 0 0 0 11 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937252846376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12224] ppid=12216 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12219/task/12224/stat : 12224 (java) S 12216 12219 9389 0 -1 4202560 121 0 0 0 10 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937251793832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12225] ppid=12216 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12219/task/12225/stat : 12225 (java) S 12216 12219 9389 0 -1 4202560 129 0 0 0 10 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937250741288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12226] ppid=12216 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/12219/task/12226/stat : 12226 (java) S 12216 12219 9389 0 -1 4202560 130 0 0 0 12 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937249687720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12227] ppid=12216 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12219/task/12227/stat : 12227 (java) S 12216 12219 9389 0 -1 4202560 109 0 0 0 8 6 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937248635176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12228] ppid=12216 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/12219/task/12228/stat : 12228 (java) S 12216 12219 9389 0 -1 4202560 136 0 0 0 12 7 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937247582632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12229] ppid=12216 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/12219/task/12229/stat : 12229 (java) S 12216 12219 9389 0 -1 4202560 141 0 0 0 11 8 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937246530088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12230] ppid=12216 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12219/task/12230/stat : 12230 (java) S 12216 12219 9389 0 -1 4202560 212 0 0 0 1 1 0 0 20 0 19 0 109208346 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937234332264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12231] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12231/stat : 12231 (java) S 12216 12219 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937233278584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12232] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12232/stat : 12232 (java) S 12216 12219 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937232225928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12233] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12233/stat : 12233 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937231174672 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12234] ppid=12216 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12219/task/12234/stat : 12234 (java) S 12216 12219 9389 0 -1 4202560 4057 0 0 0 58 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937230121016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12235] ppid=12216 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/12219/task/12235/stat : 12235 (java) S 12216 12219 9389 0 -1 4202560 5997 0 0 0 82 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937229068472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12236] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12236/stat : 12236 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937228016120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12237] ppid=12216 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12219/task/12237/stat : 12237 (java) S 12216 12219 9389 0 -1 4202560 103 0 0 0 28 27 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937226963784 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12238] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12238/stat : 12238 (java) S 12216 12219 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109208449 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937225909544 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.29 2.27 2.20 3/213 12347
/proc/meminfo: memFree=29155820/32872528 swapFree=16700/1645768
[pid=12219] ppid=12216 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/12219/stat : 12219 (java) S 12216 12219 9389 0 -1 4202496 15290 0 1 0 179925 76 0 0 20 0 19 0 109208344 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 140733693826080 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12219/statm: 2406260 159320 2285 9 0 2396937 0
[pid=12219/tid=12220] ppid=12216 vsize=9625040 CPUtime=1792.3 cores=0,2,4,6
/proc/12219/task/12220/stat : 12220 (java) R 12216 12219 9389 0 -1 4202560 2601 0 1 0 179197 33 0 0 20 0 19 0 109208344 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937410350896 139937350633354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12222] ppid=12216 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12219/task/12222/stat : 12222 (java) S 12216 12219 9389 0 -1 4202560 154 0 0 0 10 4 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937253898920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12223] ppid=12216 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12219/task/12223/stat : 12223 (java) S 12216 12219 9389 0 -1 4202560 135 0 0 0 11 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937252846376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12224] ppid=12216 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12219/task/12224/stat : 12224 (java) S 12216 12219 9389 0 -1 4202560 121 0 0 0 10 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937251793832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12225] ppid=12216 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12219/task/12225/stat : 12225 (java) S 12216 12219 9389 0 -1 4202560 129 0 0 0 10 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937250741288 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12219/tid=12226] ppid=12216 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/12219/task/12226/stat : 12226 (java) S 12216 12219 9389 0 -1 4202560 130 0 0 0 12 5 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937249687720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12227] ppid=12216 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12219/task/12227/stat : 12227 (java) S 12216 12219 9389 0 -1 4202560 109 0 0 0 8 6 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937248635176 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12228] ppid=12216 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/12219/task/12228/stat : 12228 (java) S 12216 12219 9389 0 -1 4202560 136 0 0 0 12 7 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937247582632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12229] ppid=12216 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/12219/task/12229/stat : 12229 (java) S 12216 12219 9389 0 -1 4202560 141 0 0 0 11 8 0 0 20 0 19 0 109208345 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937246530088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12230] ppid=12216 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12219/task/12230/stat : 12230 (java) S 12216 12219 9389 0 -1 4202560 212 0 0 0 1 1 0 0 20 0 19 0 109208346 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937234332264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12231] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12231/stat : 12231 (java) S 12216 12219 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937233278584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12232] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12232/stat : 12232 (java) S 12216 12219 9389 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109208347 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937232225928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12233] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12233/stat : 12233 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937231174672 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12234] ppid=12216 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12219/task/12234/stat : 12234 (java) S 12216 12219 9389 0 -1 4202560 4057 0 0 0 58 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937230121016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12219/tid=12235] ppid=12216 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/12219/task/12235/stat : 12235 (java) S 12216 12219 9389 0 -1 4202560 5997 0 0 0 82 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937229068472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12236] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12236/stat : 12236 (java) S 12216 12219 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937228016120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12219/tid=12237] ppid=12216 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/12219/task/12237/stat : 12237 (java) S 12216 12219 9389 0 -1 4202560 103 0 0 0 29 27 0 0 20 0 19 0 109208349 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937226963784 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12219/tid=12238] ppid=12216 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12219/task/12238/stat : 12238 (java) S 12216 12219 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109208449 9856040960 159320 33554432000 1073741824 1073778376 140733693834944 139937225909544 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 12219 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 12219 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=699164
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=201817
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.63
CPU time (s): 1800.01
CPU user time (s): 1799.25
CPU system time (s): 0.76
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.20182
maximum resident set size= 638948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15323
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38283
involuntary context switches= 22954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0525 second user time and 13.9719 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 06:12:29
IDJOB=4084544
IDBENCH=73805
IDSOLVER=2546
FILE ID=node124/4084544-1465272749
RUNJOBID= node124-1465261984-9405
PBS_JOBID= 19843296
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084544-1465272749/watcher-4084544-1465272749 -o /tmp/evaluation-result-4084544-1465272749/solver-4084544-1465272749 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084544-1465272749.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=1831425383

node124.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.707
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.41
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.707
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.707
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.55
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.707
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.707
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.707
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.707
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.707
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:        29822300 kB
Buffers:          100024 kB
Cached:           213828 kB
SwapCached:          824 kB
Active:           464976 kB
Inactive:         204612 kB
Active(anon):     356692 kB
Inactive(anon):     1252 kB
Active(file):     108284 kB
Inactive(file):   203360 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              4324 kB
Writeback:             0 kB
AnonPages:       2000696 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             600832 kB
SReclaimable:      44408 kB
SUnreclaim:       556424 kB
KernelStack:        1600 kB
PageTables:         7892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2724868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1959936 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= 71716 MiB
End job on node124 at 2016-06-07 06:42:27