Trace number 4100669

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.08 1787.33

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-e226.opb
MD5SUMba85c504e75c36f184b41f40c4eddd0f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.144977
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8460
Total number of constraints216
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 constraints216
Minimum length of a constraint30
Maximum length of a constraint3210
Number of terms in the objective function 5160
Biggest coefficient in the objective function 17864
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 528383
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 528383
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4100669-1466216756.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
0.80/0.44	c ... done. Wall clock time 0.325s.
0.80/0.44	c declared #vars     8460
0.80/0.44	c #constraints  249
0.80/0.44	c constraints type 
0.80/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9
0.80/0.44	c org.sat4j.specs.Constr$1 => 5
0.80/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.80/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 228
0.80/0.44	c 249 constraints processed.
0.80/0.44	c objective function length is 5160 literals
2.10/1.45	c cleaning 2495 clauses out of 4996 with flag 10945/5002
3.69/2.55	c cleaning 4250 clauses out of 8499 with flag 23108/11000
5.13/4.00	c cleaning 5622 clauses out of 11249 with flag 37361/18000
7.03/5.84	c cleaning 6811 clauses out of 13627 with flag 53492/26000
8.96/7.80	c cleaning 7908 clauses out of 15816 with flag 71574/35000
11.16/9.91	c cleaning 8954 clauses out of 17909 with flag 92162/45001
13.70/12.42	c cleaning 9975 clauses out of 19954 with flag 114294/56000
16.50/15.28	c cleaning 10987 clauses out of 21979 with flag 138320/68000
19.80/18.53	c cleaning 11995 clauses out of 23992 with flag 164556/81000
23.45/22.18	c cleaning 12997 clauses out of 25998 with flag 192925/95001
27.44/26.17	c cleaning 14000 clauses out of 28001 with flag 223030/110001
31.66/30.30	c cleaning 14998 clauses out of 30000 with flag 255408/126000
36.45/35.10	c cleaning 16000 clauses out of 32003 with flag 289584/143001
41.79/40.50	c cleaning 16998 clauses out of 34005 with flag 325685/161003
47.49/46.11	c cleaning 17999 clauses out of 36006 with flag 364348/180002
53.63/52.22	c cleaning 19000 clauses out of 38006 with flag 404614/200001
60.32/58.85	c cleaning 20002 clauses out of 40007 with flag 447276/221002
67.31/65.81	c cleaning 21001 clauses out of 42005 with flag 491735/243002
74.64/73.19	c cleaning 21999 clauses out of 44003 with flag 538395/266001
82.16/80.67	c cleaning 22992 clauses out of 46004 with flag 586605/290001
90.19/88.68	c cleaning 24005 clauses out of 48012 with flag 637491/315001
99.01/97.50	c cleaning 25001 clauses out of 50006 with flag 690533/341000
108.44/106.89	c cleaning 25997 clauses out of 52005 with flag 752426/368000
118.18/116.54	c cleaning 27001 clauses out of 54008 with flag 822743/396000
129.70/128.06	c cleaning 27997 clauses out of 56008 with flag 893203/425001
141.25/139.54	c cleaning 29002 clauses out of 58010 with flag 969579/455000
153.16/151.45	c cleaning 30004 clauses out of 60008 with flag 1045269/486000
164.90/163.16	c cleaning 31006 clauses out of 62012 with flag 1117317/518008
176.63/174.90	c cleaning 31998 clauses out of 63999 with flag 1193771/551001
190.10/188.22	c cleaning 32996 clauses out of 66000 with flag 1267072/585000
203.43/201.50	c cleaning 34002 clauses out of 68008 with flag 1342200/620004
218.95/217.02	c cleaning 35002 clauses out of 70003 with flag 1419718/656001
235.69/233.78	c cleaning 35998 clauses out of 72001 with flag 1495082/693001
254.52/252.53	c cleaning 36994 clauses out of 74004 with flag 1577343/731002
272.57/270.50	c cleaning 38003 clauses out of 76009 with flag 1663576/770001
292.78/290.74	c cleaning 38999 clauses out of 78008 with flag 1749755/810003
312.83/310.74	c cleaning 40002 clauses out of 80006 with flag 1839837/851000
333.71/331.56	c cleaning 40997 clauses out of 82004 with flag 1932710/893000
354.79/352.50	c cleaning 42003 clauses out of 84008 with flag 2025108/936001
377.76/375.49	c cleaning 43002 clauses out of 86005 with flag 2119757/980001
395.75/393.31	c cleaning 43996 clauses out of 88002 with flag 2253264/1025000
416.50/413.90	c cleaning 44999 clauses out of 90008 with flag 2371626/1071002
436.22/433.68	c cleaning 45999 clauses out of 92009 with flag 2476196/1118002
460.79/458.14	c cleaning 47001 clauses out of 94008 with flag 2573044/1166000
486.54/483.82	c cleaning 48008 clauses out of 96016 with flag 2673455/1215009
511.07/508.23	c cleaning 49003 clauses out of 98006 with flag 2787697/1265007
551.85/548.93	c cleaning 50005 clauses out of 100010 with flag 2890772/1316014
596.77/593.71	c cleaning 50997 clauses out of 101994 with flag 2996428/1368003
643.82/640.68	c cleaning 52000 clauses out of 103999 with flag 3105519/1421005
694.05/690.71	c cleaning 52987 clauses out of 105994 with flag 3217198/1475000
738.52/735.19	c cleaning 54011 clauses out of 108021 with flag 3330181/1530014
800.29/796.78	c cleaning 55003 clauses out of 110006 with flag 3445336/1586010
855.84/852.13	c cleaning 56002 clauses out of 112006 with flag 3561429/1643013
900.57/896.75	c cleaning 56998 clauses out of 113995 with flag 3680243/1701004
951.12/947.16	c cleaning 57984 clauses out of 116003 with flag 3799236/1760010
999.28/995.17	c cleaning 59007 clauses out of 118014 with flag 3922660/1820005
1050.50/1046.14	c cleaning 60001 clauses out of 120002 with flag 4047823/1881000
1093.75/1089.28	c cleaning 61002 clauses out of 122004 with flag 4176071/1943003
1157.00/1151.93	c cleaning 62001 clauses out of 124008 with flag 4320321/2006012
1228.15/1222.01	c cleaning 63020 clauses out of 126039 with flag 4476603/2070044
1312.59/1305.44	c cleaning 63969 clauses out of 127978 with flag 4643578/2135008
1395.16/1387.18	c cleaning 64993 clauses out of 130002 with flag 4802443/2201001
1480.09/1470.93	c cleaning 66006 clauses out of 132012 with flag 4960879/2268004
1559.44/1549.13	c cleaning 66990 clauses out of 134003 with flag 5141592/2336001
1628.73/1617.88	c cleaning 67980 clauses out of 136009 with flag 5304931/2405002
1728.47/1716.58	c cleaning 69026 clauses out of 138051 with flag 5472577/2475024
1800.08/1787.30	c starts		: 9533
1800.08/1787.30	c conflicts		: 2526806
1800.08/1787.30	c decisions		: 4087445
1800.08/1787.30	c propagations		: 96823647
1800.08/1787.30	c inspects		: 23705479991
1800.08/1787.30	c shortcuts		: 0
1800.08/1787.30	c learnt literals	: 19
1800.08/1787.30	c learnt binary clauses	: 45
1800.08/1787.30	c learnt ternary clauses	: 66
1800.08/1787.30	c learnt constraints	: 2526787
1800.08/1787.30	c ignored constraints	: 0
1800.08/1787.30	c root simplifications	: 0
1800.08/1787.30	c removed literals (reason simplification)	: 0
1800.08/1787.30	c reason swapping (by a shorter reason)	: 0
1800.08/1787.30	c Calls to reduceDB	: 66
1800.08/1787.30	c Number of update (reduction) of LBD	: 87396
1800.08/1787.30	c Imported unit clauses	: 0
1800.08/1787.30	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.30	c number of learned constraints concerned by reduction	: 0
1800.08/1787.30	c number of learning phase by resolution	: 0
1800.08/1787.30	c number of learning phase by cutting planes	: 0
1800.08/1787.30	c speed (assignments/second)	: 54187.78252053792
1800.08/1787.30	c non guided choices	4398
1800.08/1787.30	c timeout
1800.08/1787.33	c learnt constraints type 
1800.08/1787.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45
1800.08/1787.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120763
1800.08/1787.33	s UNKNOWN
1800.08/1787.33	c Total wall clock time (in seconds): 1787.213

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

pid=13720
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.11 2.06 3/192 13723
/proc/meminfo: memFree=28621484/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13723/stat : 13723 (java) D 13720 13723 11879 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 23725680 2560000 46 33554432000 1073741824 1073778376 140736312075808 140736312072936 235365559591 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.10 2.11 2.06 3/192 13723
/proc/meminfo: memFree=28621484/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 4413 0 1 0 8 0 0 0 20 0 18 0 23725680 9787879424 6029 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.10 2.11 2.06 3/192 13723
/proc/meminfo: memFree=28621484/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 5022 0 1 0 27 0 0 0 20 0 18 0 23725680 9787879424 6925 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2389619 6925 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.10 2.11 2.06 3/192 13723
/proc/meminfo: memFree=28621484/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 9692 0 1 0 53 1 0 0 20 0 18 0 23725680 9787879424 12522 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2389619 12522 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.10 2.11 2.06 3/192 13723
/proc/meminfo: memFree=28621484/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 10520 0 1 0 134 2 0 0 20 0 19 0 23725680 9856040960 25257 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2406260 25257 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.17 2.13 2.06 3/211 13742
/proc/meminfo: memFree=28518012/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9626912 CPUtime=2.28 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 12092 0 1 0 225 3 0 0 20 0 19 0 23725680 9857957888 30996 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2406728 31027 2265 9 0 2397405 0
[pid=13723/tid=13725] ppid=13720 vsize=9626912 CPUtime=1.46 cores=1,3,5,7
/proc/13723/task/13725/stat : 13725 (java) R 13720 13723 11879 0 -1 4202560 2452 0 1 0 143 3 0 0 20 0 19 0 23725681 9857957888 31044 33554432000 1073741824 1073778376 140736312075808 139921461837504 139921327881057 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13726] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13726/stat : 13726 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31064 33554432000 1073741824 1073778376 140736312075808 139921450908328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13727] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13727/stat : 13727 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31082 33554432000 1073741824 1073778376 140736312075808 139921449855784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13728] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13728/stat : 13728 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31101 33554432000 1073741824 1073778376 140736312075808 139921448803240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13729] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13729/stat : 13729 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31117 33554432000 1073741824 1073778376 140736312075808 139921447750696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13730] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13730/stat : 13730 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31135 33554432000 1073741824 1073778376 140736312075808 139921446697128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13731] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13731/stat : 13731 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31154 33554432000 1073741824 1073778376 140736312075808 139921445644584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13732] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13732/stat : 13732 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31171 33554432000 1073741824 1073778376 140736312075808 139921299552680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13733] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13733/stat : 13733 (java) S 13720 13723 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23725683 9857957888 31190 33554432000 1073741824 1073778376 140736312075808 139921298500136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13734] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13734/stat : 13734 (java) S 13720 13723 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23725684 9857957888 31207 33554432000 1073741824 1073778376 140736312075808 139921286089320 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13735] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13735/stat : 13735 (java) S 13720 13723 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23725684 9857957888 31225 33554432000 1073741824 1073778376 140736312075808 139921285035640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13736] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13736/stat : 13736 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725684 9857957888 31242 33554432000 1073741824 1073778376 140736312075808 139921283982984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13737] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13737/stat : 13737 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9857957888 31259 33554432000 1073741824 1073778376 140736312075808 139921282931728 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13738] ppid=13720 vsize=9626912 CPUtime=0.37 cores=1,3,5,7
/proc/13723/task/13738/stat : 13738 (java) S 13720 13723 11879 0 -1 4202560 2551 0 0 0 37 0 0 0 20 0 19 0 23725686 9857957888 31278 33554432000 1073741824 1073778376 140736312075808 139921281878072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13739] ppid=13720 vsize=9626912 CPUtime=0.42 cores=1,3,5,7
/proc/13723/task/13739/stat : 13739 (java) R 13720 13723 11879 0 -1 4202560 6117 0 0 0 42 0 0 0 20 0 19 0 23725686 9857957888 31294 33554432000 1073741824 1073778376 140736312075808 139921280812504 139921465423458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13740] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13740/stat : 13740 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9857957888 31311 33554432000 1073741824 1073778376 140736312075808 139921279773176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13741] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13741/stat : 13741 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725687 9857957888 31325 33554432000 1073741824 1073778376 140736312075808 139921278720840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13742] ppid=13720 vsize=9626912 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13742/stat : 13742 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725729 9857957888 31332 33554432000 1073741824 1073778376 140736312075808 139921277617448 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9626912

[startup+3.10071 s]
/proc/loadavg: 2.17 2.13 2.06 3/211 13742
/proc/meminfo: memFree=28481596/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 17405 0 1 0 425 4 0 0 20 0 19 0 23725680 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2406260 41896 2265 9 0 2396937 0
[pid=13723/tid=13725] ppid=13720 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/13723/task/13725/stat : 13725 (java) R 13720 13723 11879 0 -1 4202560 2469 0 1 0 303 3 0 0 20 0 19 0 23725681 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921461846344 139921327769395 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13726] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13726/stat : 13726 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921450908328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13727] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13727/stat : 13727 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921449855784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13728] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13728/stat : 13728 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921448803240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13729] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13729/stat : 13729 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921447750696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13730] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13730/stat : 13730 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921446697128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13731] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13731/stat : 13731 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921445644584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13732] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13732/stat : 13732 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921299552680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13733] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13733/stat : 13733 (java) S 13720 13723 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921298500136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13734] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13734/stat : 13734 (java) S 13720 13723 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921286089320 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13735] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13735/stat : 13735 (java) S 13720 13723 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921285035640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13736] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13736/stat : 13736 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921283982984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13737] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13737/stat : 13737 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921282931728 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13738] ppid=13720 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13723/task/13738/stat : 13738 (java) S 13720 13723 11879 0 -1 4202560 4429 0 0 0 45 0 0 0 20 0 19 0 23725686 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921281878072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13739] ppid=13720 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/13723/task/13739/stat : 13739 (java) S 13720 13723 11879 0 -1 4202560 9236 0 0 0 75 0 0 0 20 0 19 0 23725686 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921280825528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13740] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13740/stat : 13740 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921279773176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13741] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13741/stat : 13741 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725687 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921278720840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13742] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13742/stat : 13742 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725729 9856040960 41896 33554432000 1073741824 1073778376 140736312075808 139921277617448 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.17 2.13 2.06 3/211 13742
/proc/meminfo: memFree=28440848/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9625040 CPUtime=7.55 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 17457 0 1 0 750 5 0 0 20 0 19 0 23725680 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2406260 46740 2279 9 0 2396937 0
[pid=13723/tid=13725] ppid=13720 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13723/task/13725/stat : 13725 (java) R 13720 13723 11879 0 -1 4202560 2480 0 1 0 621 3 0 0 20 0 19 0 23725681 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921461846296 139921327839975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13726] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13726/stat : 13726 (java) S 13720 13723 11879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921450908328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13727] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13727/stat : 13727 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921449855784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13728] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13728/stat : 13728 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921448803240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13729] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13729/stat : 13729 (java) S 13720 13723 11879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921447750696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13730] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13730/stat : 13730 (java) S 13720 13723 11879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921446697128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13731] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13731/stat : 13731 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921445644584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13732] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13732/stat : 13732 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921299552680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13733] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13733/stat : 13733 (java) S 13720 13723 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23725683 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921298500136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13734] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13734/stat : 13734 (java) S 13720 13723 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921286089320 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13735] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13735/stat : 13735 (java) S 13720 13723 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921285035640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13736] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13736/stat : 13736 (java) S 13720 13723 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921283982984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13737] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13737/stat : 13737 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921282931728 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13738] ppid=13720 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13723/task/13738/stat : 13738 (java) S 13720 13723 11879 0 -1 4202560 4429 0 0 0 45 0 0 0 20 0 19 0 23725686 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921281878072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13739] ppid=13720 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13723/task/13739/stat : 13739 (java) S 13720 13723 11879 0 -1 4202560 9236 0 0 0 78 0 0 0 20 0 19 0 23725686 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921280825528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13740] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13740/stat : 13740 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921279773176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13741] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13741/stat : 13741 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725687 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921278720840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13742] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13742/stat : 13742 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725729 9856040960 46740 33554432000 1073741824 1073778376 140736312075808 139921277617448 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625040


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

[pid=13723/tid=13742] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13742/stat : 13742 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725729 9856040960 66462 33554432000 1073741824 1073778376 140736312075808 139921277617448 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1734.34
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.08 2.07 3/211 13852
/proc/meminfo: memFree=30825540/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9625040 CPUtime=1795.06 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 32938 0 1 0 179417 89 0 0 20 0 19 0 23725680 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2406260 68588 2288 9 0 2396937 0
[pid=13723/tid=13725] ppid=13720 vsize=9625040 CPUtime=1771.05 cores=1,3,5,7
/proc/13723/task/13725/stat : 13725 (java) R 13720 13723 11879 0 -1 4202560 6488 0 1 0 177073 32 0 0 20 0 19 0 23725681 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921461845168 139921327766103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13726] ppid=13720 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/13723/task/13726/stat : 13726 (java) S 13720 13723 11879 0 -1 4202560 1064 0 0 0 199 7 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921450908328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13727] ppid=13720 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/13723/task/13727/stat : 13727 (java) S 13720 13723 11879 0 -1 4202560 1633 0 0 0 213 7 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921449855784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13728] ppid=13720 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/13723/task/13728/stat : 13728 (java) S 13720 13723 11879 0 -1 4202560 1252 0 0 0 204 7 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921448803240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13729] ppid=13720 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/13723/task/13729/stat : 13729 (java) S 13720 13723 11879 0 -1 4202560 1399 0 0 0 204 7 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921447750696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13730] ppid=13720 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/13723/task/13730/stat : 13730 (java) S 13720 13723 11879 0 -1 4202560 1071 0 0 0 206 6 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921446697128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13731] ppid=13720 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/13723/task/13731/stat : 13731 (java) S 13720 13723 11879 0 -1 4202560 860 0 0 0 207 7 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921445644584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13732] ppid=13720 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13723/task/13732/stat : 13732 (java) S 13720 13723 11879 0 -1 4202560 1250 0 0 0 200 5 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921299552680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13733] ppid=13720 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/13723/task/13733/stat : 13733 (java) S 13720 13723 11879 0 -1 4202560 1443 0 0 0 214 6 0 0 20 0 19 0 23725683 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921298500136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13734] ppid=13720 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13723/task/13734/stat : 13734 (java) S 13720 13723 11879 0 -1 4202560 1418 0 0 0 62 8 0 0 20 0 19 0 23725684 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921286089320 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13735] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13735/stat : 13735 (java) S 13720 13723 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921285035640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13736] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13736/stat : 13736 (java) S 13720 13723 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921283982984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13737] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13737/stat : 13737 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921282931728 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13738] ppid=13720 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13723/task/13738/stat : 13738 (java) S 13720 13723 11879 0 -1 4202560 4462 0 0 0 61 0 0 0 20 0 19 0 23725686 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921281878072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13739] ppid=13720 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/13723/task/13739/stat : 13739 (java) S 13720 13723 11879 0 -1 4202560 9239 0 0 0 88 0 0 0 20 0 19 0 23725686 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921280825528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13740] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13740/stat : 13740 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921279773176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13741] ppid=13720 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/13723/task/13741/stat : 13741 (java) S 13720 13723 11879 0 -1 4202560 102 0 0 0 24 25 0 0 20 0 19 0 23725687 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921278720840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13742] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13742/stat : 13742 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725729 9856040960 68588 33554432000 1073741824 1073778376 140736312075808 139921277617448 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.3 s]
/proc/loadavg: 2.01 2.08 2.07 3/211 13852
/proc/meminfo: memFree=30823564/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 32946 0 1 0 179919 89 0 0 20 0 19 0 23725680 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2406260 69053 2288 9 0 2396937 0
[pid=13723/tid=13725] ppid=13720 vsize=9625040 CPUtime=1776.02 cores=1,3,5,7
/proc/13723/task/13725/stat : 13725 (java) R 13720 13723 11879 0 -1 4202560 6492 0 1 0 177570 32 0 0 20 0 19 0 23725681 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921461845104 139921327769430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13726] ppid=13720 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/13723/task/13726/stat : 13726 (java) S 13720 13723 11879 0 -1 4202560 1064 0 0 0 199 8 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921450908328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13727] ppid=13720 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/13723/task/13727/stat : 13727 (java) S 13720 13723 11879 0 -1 4202560 1633 0 0 0 213 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921449855784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13728] ppid=13720 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/13723/task/13728/stat : 13728 (java) S 13720 13723 11879 0 -1 4202560 1252 0 0 0 204 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921448803240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13729] ppid=13720 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/13723/task/13729/stat : 13729 (java) S 13720 13723 11879 0 -1 4202560 1400 0 0 0 205 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921447750696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13730] ppid=13720 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/13723/task/13730/stat : 13730 (java) S 13720 13723 11879 0 -1 4202560 1072 0 0 0 206 6 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921446697128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13731] ppid=13720 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/13723/task/13731/stat : 13731 (java) S 13720 13723 11879 0 -1 4202560 861 0 0 0 207 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921445644584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13732] ppid=13720 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13723/task/13732/stat : 13732 (java) S 13720 13723 11879 0 -1 4202560 1250 0 0 0 200 5 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921299552680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13733] ppid=13720 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/13723/task/13733/stat : 13733 (java) S 13720 13723 11879 0 -1 4202560 1444 0 0 0 214 6 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921298500136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13734] ppid=13720 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13723/task/13734/stat : 13734 (java) S 13720 13723 11879 0 -1 4202560 1418 0 0 0 62 8 0 0 20 0 19 0 23725684 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921286089320 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13735] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13735/stat : 13735 (java) S 13720 13723 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921285035640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13736] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13736/stat : 13736 (java) S 13720 13723 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921283982984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13737] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13737/stat : 13737 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921282931728 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13738] ppid=13720 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13723/task/13738/stat : 13738 (java) S 13720 13723 11879 0 -1 4202560 4462 0 0 0 61 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921281878072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13739] ppid=13720 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/13723/task/13739/stat : 13739 (java) S 13720 13723 11879 0 -1 4202560 9239 0 0 0 88 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921280825528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13740] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13740/stat : 13740 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921279773176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13741] ppid=13720 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/13723/task/13741/stat : 13741 (java) S 13720 13723 11879 0 -1 4202560 102 0 0 0 24 25 0 0 20 0 19 0 23725687 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921278720840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13742] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13742/stat : 13742 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725729 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921277617448 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 13723 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.3 s]
/proc/loadavg: 2.01 2.08 2.07 3/211 13852
/proc/meminfo: memFree=30823564/32872528 swapFree=447868/480572
[pid=13723] ppid=13720 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/13723/stat : 13723 (java) S 13720 13723 11879 0 -1 4202496 32946 0 1 0 179919 89 0 0 20 0 19 0 23725680 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 140736312066944 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13723/statm: 2406260 69053 2288 9 0 2396937 0
[pid=13723/tid=13725] ppid=13720 vsize=9625040 CPUtime=1776.02 cores=1,3,5,7
/proc/13723/task/13725/stat : 13725 (java) R 13720 13723 11879 0 -1 4202560 6492 0 1 0 177570 32 0 0 20 0 19 0 23725681 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921461845104 139921327769430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13726] ppid=13720 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/13723/task/13726/stat : 13726 (java) S 13720 13723 11879 0 -1 4202560 1064 0 0 0 199 8 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921450908328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13727] ppid=13720 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/13723/task/13727/stat : 13727 (java) S 13720 13723 11879 0 -1 4202560 1633 0 0 0 213 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921449855784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13728] ppid=13720 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/13723/task/13728/stat : 13728 (java) S 13720 13723 11879 0 -1 4202560 1252 0 0 0 204 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921448803240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13729] ppid=13720 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/13723/task/13729/stat : 13729 (java) S 13720 13723 11879 0 -1 4202560 1400 0 0 0 205 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921447750696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13730] ppid=13720 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/13723/task/13730/stat : 13730 (java) S 13720 13723 11879 0 -1 4202560 1072 0 0 0 206 6 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921446697128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13731] ppid=13720 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/13723/task/13731/stat : 13731 (java) S 13720 13723 11879 0 -1 4202560 861 0 0 0 207 7 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921445644584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13732] ppid=13720 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13723/task/13732/stat : 13732 (java) S 13720 13723 11879 0 -1 4202560 1250 0 0 0 200 5 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921299552680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13723/tid=13733] ppid=13720 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/13723/task/13733/stat : 13733 (java) S 13720 13723 11879 0 -1 4202560 1444 0 0 0 214 6 0 0 20 0 19 0 23725683 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921298500136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13734] ppid=13720 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13723/task/13734/stat : 13734 (java) S 13720 13723 11879 0 -1 4202560 1418 0 0 0 62 8 0 0 20 0 19 0 23725684 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921286089320 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13735] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13735/stat : 13735 (java) S 13720 13723 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921285035640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13736] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13736/stat : 13736 (java) S 13720 13723 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23725684 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921283982984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13737] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13737/stat : 13737 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921282931728 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13738] ppid=13720 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13723/task/13738/stat : 13738 (java) S 13720 13723 11879 0 -1 4202560 4462 0 0 0 61 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921281878072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13723/tid=13739] ppid=13720 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/13723/task/13739/stat : 13739 (java) S 13720 13723 11879 0 -1 4202560 9239 0 0 0 88 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921280825528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13740] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13740/stat : 13740 (java) S 13720 13723 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23725686 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921279773176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13723/tid=13741] ppid=13720 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/13723/task/13741/stat : 13741 (java) S 13720 13723 11879 0 -1 4202560 102 0 0 0 24 25 0 0 20 0 19 0 23725687 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921278720840 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13723/tid=13742] ppid=13720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13723/task/13742/stat : 13742 (java) S 13720 13723 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23725729 9856040960 69053 33554432000 1073741824 1073778376 140736312075808 139921277617448 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13723 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=698164
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=320799
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.33
CPU time (s): 1800.08
CPU user time (s): 1799.19
CPU system time (s): 0.89
CPU usage (%): 100.713
Max. virtual memory (cumulated for all children) (KiB): 9626912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.3208
maximum resident set size= 430360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32984
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63461
involuntary context switches= 63798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0563 second user time and 12.3311 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 04:25:56
IDJOB=4100669
IDBENCH=1646
IDSOLVER=2546
FILE ID=node104/4100669-1466216756
RUNJOBID= node104-1466206103-11896
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/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-e226.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100669-1466216756/watcher-4100669-1466216756 -o /tmp/evaluation-result-4100669-1466216756/solver-4100669-1466216756 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100669-1466216756.opb

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

MD5SUM BENCH= ba85c504e75c36f184b41f40c4eddd0f
RANDOM SEED=600437054

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:        28622136 kB
Buffers:           93368 kB
Cached:           116880 kB
SwapCached:        40452 kB
Active:          2845108 kB
Inactive:         185660 kB
Active(anon):    2783164 kB
Inactive(anon):    39968 kB
Active(file):      61944 kB
Inactive(file):   145692 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:       3262136 kB
Mapped:            15224 kB
Shmem:                 0 kB
Slab:             601564 kB
SReclaimable:      45452 kB
SUnreclaim:       556112 kB
KernelStack:        1560 kB
PageTables:        10308 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3659380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2787328 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= 71700 MiB
End job on node104 at 2016-06-18 04:55:43