Trace number 4099853

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.01 1782.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3706.opb
MD5SUM0c13059622221c4a56a3a4fdb32d92c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 653950
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 653950
Number of bits of the biggest sum of numbers20
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4099853-1466207925.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.99/1.36	c ... done. Wall clock time 1.264s.
1.99/1.36	c declared #vars     155000
1.99/1.36	c #constraints  5300
1.99/1.36	c constraints type 
1.99/1.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
1.99/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5266
1.99/1.36	c 5300 constraints processed.
1.99/1.36	c objective function length is 155000 literals
4.65/3.40	c cleaning 2504 clauses out of 5008 with flag 10016/5008
6.93/5.50	c cleaning 4250 clauses out of 8501 with flag 22010/11005
9.23/7.86	c cleaning 5621 clauses out of 11252 with flag 36012/18006
12.90/11.27	c cleaning 6807 clauses out of 13625 with flag 52024/26000
16.21/14.52	c cleaning 7900 clauses out of 15820 with flag 70242/35002
21.62/20.00	c cleaning 8949 clauses out of 17918 with flag 90569/45000
28.07/26.14	c cleaning 9977 clauses out of 19973 with flag 112788/56004
34.37/32.49	c cleaning 10986 clauses out of 21992 with flag 137048/68000
42.12/40.10	c cleaning 11991 clauses out of 24007 with flag 163358/81001
50.32/48.25	c cleaning 12998 clauses out of 26015 with flag 191760/95000
59.62/57.13	c cleaning 14000 clauses out of 28020 with flag 222109/110003
69.21/66.76	c cleaning 15000 clauses out of 30020 with flag 254500/126003
79.21/76.73	c cleaning 15997 clauses out of 32018 with flag 288826/143001
91.15/88.48	c cleaning 17002 clauses out of 34026 with flag 325030/161006
103.25/100.54	c cleaning 18000 clauses out of 36020 with flag 363431/180002
116.35/113.66	c cleaning 18997 clauses out of 38018 with flag 404165/200000
132.36/129.07	c cleaning 19996 clauses out of 40021 with flag 446780/221000
149.26/145.92	c cleaning 21002 clauses out of 42025 with flag 491314/243000
167.25/163.99	c cleaning 22002 clauses out of 44023 with flag 538075/266000
186.39/182.26	c cleaning 22994 clauses out of 46021 with flag 586608/290000
201.99/197.80	c cleaning 24003 clauses out of 48031 with flag 637082/315004
218.90/214.76	c cleaning 25003 clauses out of 50031 with flag 689714/341007
238.67/234.19	c cleaning 26000 clauses out of 52025 with flag 744080/368004
259.57/255.05	c cleaning 26998 clauses out of 54025 with flag 800670/396004
281.48/276.93	c cleaning 27999 clauses out of 56023 with flag 859376/425000
304.44/299.23	c cleaning 29004 clauses out of 58030 with flag 920187/455006
325.93/320.73	c cleaning 30001 clauses out of 60021 with flag 982761/486001
352.50/347.10	c cleaning 30997 clauses out of 62020 with flag 1047559/518001
375.91/370.58	c cleaning 32003 clauses out of 64025 with flag 1114056/551003
401.67/395.98	c cleaning 32996 clauses out of 66022 with flag 1182438/585003
429.26/423.60	c cleaning 33997 clauses out of 68026 with flag 1252976/620003
457.78/451.64	c cleaning 35003 clauses out of 70027 with flag 1325279/656001
485.99/479.87	c cleaning 35997 clauses out of 72023 with flag 1399858/693000
515.42/509.04	c cleaning 37003 clauses out of 74026 with flag 1476447/731000
548.34/541.95	c cleaning 37998 clauses out of 76025 with flag 1554896/770002
587.23/580.38	c cleaning 39000 clauses out of 78025 with flag 1635461/810000
627.15/620.27	c cleaning 40007 clauses out of 80033 with flag 1718153/851008
673.88/666.64	c cleaning 40992 clauses out of 82018 with flag 1803188/893000
716.92/708.95	c cleaning 42000 clauses out of 84026 with flag 1889926/936000
755.62/747.69	c cleaning 43000 clauses out of 86026 with flag 1978834/980000
799.62/791.45	c cleaning 44001 clauses out of 88029 with flag 2069303/1025003
841.34/832.71	c cleaning 44999 clauses out of 90027 with flag 2161671/1071002
883.34/874.78	c cleaning 45993 clauses out of 92027 with flag 2256043/1118001
927.90/918.86	c cleaning 47005 clauses out of 94033 with flag 2352362/1166000
973.49/962.99	c cleaning 48000 clauses out of 96030 with flag 2450770/1215002
1021.30/1010.56	c cleaning 48996 clauses out of 98028 with flag 2551505/1265000
1071.59/1060.54	c cleaning 50003 clauses out of 100032 with flag 2654178/1316000
1115.18/1103.67	c cleaning 50998 clauses out of 102029 with flag 2758663/1368000
1166.73/1154.97	c cleaning 52002 clauses out of 104031 with flag 2865239/1421000
1238.20/1225.76	c cleaning 52997 clauses out of 106029 with flag 2974307/1475000
1298.37/1285.05	c cleaning 54004 clauses out of 108033 with flag 3085214/1530001
1364.88/1351.12	c cleaning 55000 clauses out of 110028 with flag 3198179/1586000
1434.72/1420.38	c cleaning 56000 clauses out of 112030 with flag 3312771/1643002
1502.50/1487.26	c cleaning 57001 clauses out of 114029 with flag 3429688/1701001
1574.51/1558.68	c cleaning 58002 clauses out of 116027 with flag 3548457/1760000
1637.99/1621.78	c cleaning 58991 clauses out of 118026 with flag 3668941/1820001
1719.20/1702.33	c cleaning 60007 clauses out of 120036 with flag 3791331/1881002
1800.01/1782.21	c starts		: 1
1800.01/1782.21	c conflicts		: 1942930
1800.01/1782.21	c decisions		: 1981458
1800.01/1782.21	c propagations		: 445956386
1800.01/1782.21	c inspects		: 16089858998
1800.01/1782.21	c shortcuts		: 0
1800.01/1782.21	c learnt literals	: 0
1800.01/1782.21	c learnt binary clauses	: 0
1800.01/1782.21	c learnt ternary clauses	: 0
1800.01/1782.21	c learnt constraints	: 1942930
1800.01/1782.21	c ignored constraints	: 0
1800.01/1782.21	c root simplifications	: 0
1800.01/1782.21	c removed literals (reason simplification)	: 0
1800.01/1782.21	c reason swapping (by a shorter reason)	: 0
1800.01/1782.21	c Calls to reduceDB	: 57
1800.01/1782.21	c Number of update (reduction) of LBD	: 9407
1800.01/1782.21	c Imported unit clauses	: 0
1800.01/1782.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1782.21	c number of learned constraints concerned by reduction	: 0
1800.01/1782.21	c number of learning phase by resolution	: 0
1800.01/1782.21	c number of learning phase by cutting planes	: 0
1800.01/1782.21	c speed (assignments/second)	: 250437.26129619012
1800.01/1782.21	c non guided choices	23368
1800.01/1782.22	c timeout
1800.01/1782.23	c learnt constraints type 
1800.01/1782.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121957
1800.01/1782.23	s UNKNOWN
1800.01/1782.23	c Total wall clock time (in seconds): 1782.135

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-4099853-1466207925/watcher-4099853-1466207925 -o /tmp/evaluation-result-4099853-1466207925/solver-4099853-1466207925 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099853-1466207925.opb 

pid=12441
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.10 2.07 1.76 3/192 12444
/proc/meminfo: memFree=31307004/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 22842650 98570240 977 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 24065 977 743 9 0 16771 0
[pid=12444/tid=12445] ppid=12441 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22842650 98570240 977 33554432000 1073741824 1073778376 140735831120384 140583583452712 235374724480 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.10 2.07 1.76 3/192 12444
/proc/meminfo: memFree=31307004/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 4512 0 1 0 11 0 0 0 20 0 18 0 22842650 9787879424 6133 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 6134 2157 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 22842650 9787879424 6134 33554432000 1073741824 1073778376 140735831120384 140583583456160 140583573516510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 2.10 2.07 1.76 3/192 12444
/proc/meminfo: memFree=31307004/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 5155 0 1 0 30 1 0 0 20 0 18 0 22842650 9787879424 8019 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 8019 2227 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 2392 0 1 0 17 0 0 0 20 0 18 0 22842650 9787879424 8019 33554432000 1073741824 1073778376 140735831120384 140583583448768 140583423289488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300346 s]
/proc/loadavg: 2.10 2.07 1.76 3/192 12444
/proc/meminfo: memFree=31307004/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 5446 0 1 0 44 2 0 0 20 0 18 0 22842650 9787879424 15783 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 15783 2231 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 18 0 22842650 9787879424 15783 33554432000 1073741824 1073778376 140735831120384 140583583448768 235378107661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.10 2.07 1.76 3/192 12444
/proc/meminfo: memFree=31307004/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 7306 0 1 0 110 8 0 0 20 0 18 0 22842650 9787879424 46504 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 46504 2262 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 2458 0 1 0 61 3 0 0 20 0 18 0 22842650 9787879424 46504 33554432000 1073741824 1073778376 140735831120384 140583583455736 140583423702890 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.10 2.07 1.76 3/210 12462
/proc/meminfo: memFree=31073368/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9558476 CPUtime=2.34 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 7984 0 1 0 219 15 0 0 20 0 18 0 22842650 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2389619 75313 2271 9 0 2380296 0
[pid=12444/tid=12445] ppid=12441 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 2494 0 1 0 134 3 0 0 20 0 18 0 22842650 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583583449024 140583423860325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 11879 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583544949288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 11879 0 -1 4202560 130 0 0 0 6 2 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583543896488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 11879 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583542843688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 11879 0 -1 4202560 113 0 0 0 1 1 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583541790888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 11879 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583423175720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 11879 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583422122920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 11879 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583421070120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 11879 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 22842651 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583420017320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 11879 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22842652 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140583407606248 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22842652 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140582802416888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22842652 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140582801363976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22842655 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140582800312464 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 11879 0 -1 4202560 1085 0 0 0 20 0 0 0 20 0 18 0 22842655 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140582799260600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) R 12441 12444 11879 0 -1 4202560 2521 0 0 0 32 1 0 0 20 0 18 0 22842655 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140582798207800 235374389566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22842655 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140582797155192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22842655 9787879424 75313 33554432000 1073741824 1073778376 140735831120384 140582796102600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 2.10 2.07 1.76 3/211 12463
/proc/meminfo: memFree=30979960/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9625040 CPUtime=4.4 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 12318 0 1 0 415 25 0 0 20 0 19 0 22842650 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 106303 2273 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=2.91 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 2522 0 1 0 287 4 0 0 20 0 19 0 22842650 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583583456504 140583423971527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 11879 0 -1 4202560 115 0 0 0 2 1 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583544949288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 11879 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583543896488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 11879 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583542843688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 11879 0 -1 4202560 147 0 0 0 5 3 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583541790888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 11879 0 -1 4202560 137 0 0 0 6 3 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583423175720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 11879 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583422122920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 11879 0 -1 4202560 79 0 0 0 5 3 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583421070120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 11879 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 22842651 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583420017320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 11879 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140583407606248 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582802416888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582801363976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582800312464 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 11879 0 -1 4202560 4501 0 0 0 40 0 0 0 20 0 19 0 22842655 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582799260600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 11879 0 -1 4202560 3126 0 0 0 44 1 0 0 20 0 19 0 22842655 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582798207800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582797155192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582796102600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22842800 9856040960 106303 33554432000 1073741824 1073778376 140735831120384 140582795048104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.09 2.06 1.76 3/211 12463
/proc/meminfo: memFree=30878064/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9625040 CPUtime=7.73 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 13072 0 1 0 748 25 0 0 20 0 19 0 22842650 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 105960 2278 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=6.1 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 2525 0 1 0 606 4 0 0 20 0 19 0 22842650 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583583455696 140583423246374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 11879 0 -1 4202560 115 0 0 0 2 1 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583544949288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 11879 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583543896488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 11879 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583542843688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 11879 0 -1 4202560 147 0 0 0 5 3 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583541790888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 11879 0 -1 4202560 137 0 0 0 6 3 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583423175720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 11879 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583422122920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 11879 0 -1 4202560 79 0 0 0 5 3 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583421070120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 11879 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 22842651 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583420017320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 11879 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140583407606248 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140582802416888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140582801363976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140582800312464 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 11879 0 -1 4202560 4524 0 0 0 46 0 0 0 20 0 19 0 22842655 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140582799260600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 11879 0 -1 4202560 3854 0 0 0 51 2 0 0 20 0 19 0 22842655 9856040960 105960 33554432000 1073741824 1073778376 140735831120384 140582798207800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22842800 9856040960 814725 33554432000 1073741824 1073778376 140735831120384 140582795048104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1678.9
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.08 2.11 2.06 3/211 12530
/proc/meminfo: memFree=27757036/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9625040 CPUtime=1739.44 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 28189 0 1 0 173559 385 0 0 20 0 19 0 22842650 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 798888 2286 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=1708.26 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 4089 0 1 0 170780 46 0 0 20 0 19 0 22842650 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583583456512 140583424115297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=2.93 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 11879 0 -1 4202560 1142 0 0 0 243 50 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583544949288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=2.78 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 11879 0 -1 4202560 1522 0 0 0 236 42 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583543896488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=2.91 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 11879 0 -1 4202560 1273 0 0 0 246 45 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583542843688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 11879 0 -1 4202560 1187 0 0 0 224 45 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583541790888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 11879 0 -1 4202560 1344 0 0 0 243 42 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583423175720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 11879 0 -1 4202560 1815 0 0 0 214 37 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583422122920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 11879 0 -1 4202560 1666 0 0 0 200 40 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583421070120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 11879 0 -1 4202560 1218 0 0 0 203 34 0 0 20 0 19 0 22842651 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583420017320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 11879 0 -1 4202560 3196 0 0 0 381 3 0 0 20 0 19 0 22842652 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140583407606248 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582802416888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582801363976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582800312464 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 11879 0 -1 4202560 4526 0 0 0 49 0 0 0 20 0 19 0 22842655 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582799260600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 11879 0 -1 4202560 3854 0 0 0 51 2 0 0 20 0 19 0 22842655 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582798207800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582797155192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 11879 0 -1 4202560 99 0 0 0 26 21 0 0 20 0 19 0 22842655 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582796102600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22842800 9856040960 798888 33554432000 1073741824 1073778376 140735831120384 140582795048104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1739.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.21 s]
/proc/loadavg: 2.07 2.10 2.06 3/211 12597
/proc/meminfo: memFree=28017380/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 28268 0 1 0 179616 385 0 0 20 0 19 0 22842650 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 798959 2286 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=1767.77 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 4091 0 1 0 176730 47 0 0 20 0 19 0 22842650 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583583456480 140583423894227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 11879 0 -1 4202560 1151 0 0 0 256 50 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583544949288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 11879 0 -1 4202560 1522 0 0 0 257 42 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583543896488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 11879 0 -1 4202560 1273 0 0 0 252 45 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583542843688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=2.77 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 11879 0 -1 4202560 1195 0 0 0 232 45 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583541790888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 11879 0 -1 4202560 1357 0 0 0 254 42 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583423175720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 11879 0 -1 4202560 1840 0 0 0 225 37 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583422122920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 11879 0 -1 4202560 1666 0 0 0 209 40 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583421070120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 11879 0 -1 4202560 1218 0 0 0 214 34 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583420017320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 11879 0 -1 4202560 3214 0 0 0 381 3 0 0 20 0 19 0 22842652 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583407606248 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582802416888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582801363976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582800312464 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 11879 0 -1 4202560 4526 0 0 0 49 0 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582799260600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 11879 0 -1 4202560 3854 0 0 0 51 2 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582798207800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582797155192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 11879 0 -1 4202560 103 0 0 0 27 21 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582796102600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22842800 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582795048104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 12444 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1782.21 s]
/proc/loadavg: 2.07 2.10 2.06 3/211 12597
/proc/meminfo: memFree=28017380/32872528 swapFree=447868/480572
[pid=12444] ppid=12441 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/12444/stat : 12444 (java) S 12441 12444 11879 0 -1 4202496 28268 0 1 0 179616 385 0 0 20 0 19 0 22842650 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140735831111520 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12444/statm: 2406260 798959 2286 9 0 2396937 0
[pid=12444/tid=12445] ppid=12441 vsize=9625040 CPUtime=1767.77 cores=0,2,4,6
/proc/12444/task/12445/stat : 12445 (java) R 12441 12444 11879 0 -1 4202560 4091 0 1 0 176730 47 0 0 20 0 19 0 22842650 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583583456480 140583423894227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12447] ppid=12441 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12444/task/12447/stat : 12447 (java) S 12441 12444 11879 0 -1 4202560 1151 0 0 0 256 50 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583544949288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12448] ppid=12441 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/12444/task/12448/stat : 12448 (java) S 12441 12444 11879 0 -1 4202560 1522 0 0 0 257 42 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583543896488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12449] ppid=12441 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/12444/task/12449/stat : 12449 (java) S 12441 12444 11879 0 -1 4202560 1273 0 0 0 252 45 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583542843688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12450] ppid=12441 vsize=9625040 CPUtime=2.77 cores=0,2,4,6
/proc/12444/task/12450/stat : 12450 (java) S 12441 12444 11879 0 -1 4202560 1195 0 0 0 232 45 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583541790888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12451] ppid=12441 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/12444/task/12451/stat : 12451 (java) S 12441 12444 11879 0 -1 4202560 1357 0 0 0 254 42 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583423175720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12444/tid=12452] ppid=12441 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/12444/task/12452/stat : 12452 (java) S 12441 12444 11879 0 -1 4202560 1840 0 0 0 225 37 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583422122920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12453] ppid=12441 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/12444/task/12453/stat : 12453 (java) S 12441 12444 11879 0 -1 4202560 1666 0 0 0 209 40 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583421070120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12454] ppid=12441 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/12444/task/12454/stat : 12454 (java) S 12441 12444 11879 0 -1 4202560 1218 0 0 0 214 34 0 0 20 0 19 0 22842651 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583420017320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12455] ppid=12441 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/12444/task/12455/stat : 12455 (java) S 12441 12444 11879 0 -1 4202560 3214 0 0 0 381 3 0 0 20 0 19 0 22842652 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140583407606248 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12456] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12456/stat : 12456 (java) S 12441 12444 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582802416888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12457] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12457/stat : 12457 (java) S 12441 12444 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22842652 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582801363976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12458] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12458/stat : 12458 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582800312464 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12459] ppid=12441 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12444/task/12459/stat : 12459 (java) S 12441 12444 11879 0 -1 4202560 4526 0 0 0 49 0 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582799260600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12444/tid=12460] ppid=12441 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12444/task/12460/stat : 12460 (java) S 12441 12444 11879 0 -1 4202560 3854 0 0 0 51 2 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582798207800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12461] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12461/stat : 12461 (java) S 12441 12444 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582797155192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12444/tid=12462] ppid=12441 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12444/task/12462/stat : 12462 (java) S 12441 12444 11879 0 -1 4202560 103 0 0 0 27 21 0 0 20 0 19 0 22842655 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582796102600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12444/tid=12463] ppid=12441 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12444/task/12463/stat : 12463 (java) S 12441 12444 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22842800 9856040960 798959 33554432000 1073741824 1073778376 140735831120384 140582795048104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12444 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=569640
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=231356
# CPU time returned by wait4() is 1795.8
# 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): 1782.25
CPU time (s): 1800.01
CPU user time (s): 1796.16
CPU system time (s): 3.85
CPU usage (%): 100.996
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.57
system time used= 4.23136
maximum resident set size= 4126664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28312
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39227
involuntary context switches= 24447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0915 second user time and 12.7431 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 01:58:45
IDJOB=4099853
IDBENCH=1542
IDSOLVER=2546
FILE ID=node104/4099853-1466207925
RUNJOBID= node104-1466206103-11895
PBS_JOBID= 19918168
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3706.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099853-1466207925/watcher-4099853-1466207925 -o /tmp/evaluation-result-4099853-1466207925/solver-4099853-1466207925 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099853-1466207925.opb

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

MD5SUM BENCH= 0c13059622221c4a56a3a4fdb32d92c9
RANDOM SEED=1837045200

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
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:        31307012 kB
Buffers:           35148 kB
Cached:           101956 kB
SwapCached:        40476 kB
Active:           212860 kB
Inactive:         127720 kB
Active(anon):     165608 kB
Inactive(anon):    40176 kB
Active(file):      47252 kB
Inactive(file):    87544 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060360 kB
Dirty:              8488 kB
Writeback:             0 kB
AnonPages:        879920 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             571780 kB
SReclaimable:      16084 kB
SUnreclaim:       555696 kB
KernelStack:        1744 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1158476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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= 71696 MiB
End job on node104 at 2016-06-18 02:28:28