Trace number 4103688

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.04 1794.94

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow7.opb
MD5SUMc73bf29c796f0bf48406f571c4c43173
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables7994
Total number of constraints420
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 constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 68719476658
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
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-4103688-1466247902.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.88/0.48	c ... done. Wall clock time 0.38s.
0.88/0.48	c declared #vars     7994
0.88/0.48	c #constraints  560
0.88/0.48	c constraints type 
0.88/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 560
0.88/0.48	c 560 constraints processed.
1.31/0.60	c objective function length is 623 literals
2.05/1.25	c cleaning 2496 clauses out of 5001 with flag 13322/5001
2.96/1.80	c cleaning 4251 clauses out of 8504 with flag 25618/11000
3.88/2.59	c cleaning 5625 clauses out of 11253 with flag 39618/18000
4.80/3.41	c cleaning 6807 clauses out of 13628 with flag 55681/26000
6.31/4.92	c cleaning 7899 clauses out of 15821 with flag 73690/35000
8.63/6.87	c cleaning 8951 clauses out of 17922 with flag 93693/45000
11.00/9.12	c cleaning 9973 clauses out of 19973 with flag 115700/56002
13.60/11.72	c cleaning 10987 clauses out of 21999 with flag 139700/68001
16.50/14.68	c cleaning 11994 clauses out of 24011 with flag 165699/81000
20.09/18.17	c cleaning 12997 clauses out of 26017 with flag 193701/95000
23.89/21.94	c cleaning 14000 clauses out of 28020 with flag 223702/110000
26.17/24.12	c cleaning 15010 clauses out of 30020 with flag 257118/126000
29.27/27.22	c cleaning 16005 clauses out of 32010 with flag 291130/143000
34.12/32.05	c cleaning 17003 clauses out of 34006 with flag 327144/161001
39.41/37.31	c cleaning 18002 clauses out of 36003 with flag 365147/180001
45.15/43.05	c cleaning 18998 clauses out of 38000 with flag 405146/200000
51.25/49.19	c cleaning 20002 clauses out of 40004 with flag 447152/221002
57.77/55.62	c cleaning 20996 clauses out of 42002 with flag 491164/243002
65.07/62.99	c cleaning 22002 clauses out of 44004 with flag 537163/266000
72.71/70.57	c cleaning 22998 clauses out of 46002 with flag 585175/290000
81.12/78.99	c cleaning 23999 clauses out of 48004 with flag 635191/315000
89.96/87.76	c cleaning 25001 clauses out of 50006 with flag 687205/341001
99.71/97.47	c cleaning 26003 clauses out of 52005 with flag 741216/368001
110.31/108.09	c cleaning 26998 clauses out of 54002 with flag 797221/396001
121.25/118.95	c cleaning 28001 clauses out of 56003 with flag 855223/425000
133.57/131.27	c cleaning 29002 clauses out of 58003 with flag 915229/455001
146.98/144.64	c cleaning 29993 clauses out of 60000 with flag 977233/486000
161.19/158.82	c cleaning 31002 clauses out of 62008 with flag 1041236/518001
175.55/173.16	c cleaning 32000 clauses out of 64006 with flag 1107243/551001
191.27/188.80	c cleaning 33001 clauses out of 66006 with flag 1175257/585001
208.40/205.91	c cleaning 34001 clauses out of 68004 with flag 1245263/620000
225.61/223.20	c cleaning 34998 clauses out of 70003 with flag 1317270/656000
244.74/242.21	c cleaning 36001 clauses out of 72006 with flag 1391276/693001
266.20/263.63	c cleaning 37000 clauses out of 74004 with flag 1467284/731000
288.12/285.52	c cleaning 37996 clauses out of 76006 with flag 1545293/770002
310.68/308.06	c cleaning 39002 clauses out of 78008 with flag 1625301/810000
334.50/331.86	c cleaning 39998 clauses out of 80006 with flag 1707303/851000
359.45/356.76	c cleaning 41005 clauses out of 82010 with flag 1791329/893002
386.80/384.03	c cleaning 42002 clauses out of 84003 with flag 1877336/936000
416.04/413.27	c cleaning 42997 clauses out of 86004 with flag 1965365/980003
448.66/445.87	c cleaning 43998 clauses out of 88004 with flag 2055366/1025000
482.81/479.96	c cleaning 44998 clauses out of 90006 with flag 2147371/1071000
518.15/515.29	c cleaning 46003 clauses out of 92009 with flag 2241375/1118001
555.42/552.48	c cleaning 47001 clauses out of 94006 with flag 2337390/1166001
597.68/594.60	c cleaning 47999 clauses out of 96005 with flag 2435410/1215001
641.94/638.81	c cleaning 48995 clauses out of 98005 with flag 2535413/1265000
686.77/683.68	c cleaning 50001 clauses out of 100010 with flag 2637418/1316000
732.36/729.16	c cleaning 51001 clauses out of 102009 with flag 2741430/1368000
777.91/774.62	c cleaning 51998 clauses out of 104008 with flag 2847470/1421000
826.59/823.25	c cleaning 53001 clauses out of 106011 with flag 2955494/1475001
876.88/873.49	c cleaning 54003 clauses out of 108010 with flag 3065508/1530001
927.17/923.63	c cleaning 55002 clauses out of 110007 with flag 3177546/1586001
980.16/976.51	c cleaning 55998 clauses out of 112004 with flag 3291572/1643000
1037.67/1034.00	c cleaning 57000 clauses out of 114006 with flag 3407605/1701000
1096.78/1092.96	c cleaning 58003 clauses out of 116007 with flag 3525645/1760001
1159.83/1155.87	c cleaning 59001 clauses out of 118005 with flag 3645680/1820002
1226.81/1222.63	c cleaning 59999 clauses out of 120003 with flag 3767684/1881001
1298.33/1294.04	c cleaning 60999 clauses out of 122004 with flag 3891712/1943001
1371.59/1367.16	c cleaning 61996 clauses out of 124004 with flag 4017768/2006000
1447.16/1442.51	c cleaning 63003 clauses out of 126011 with flag 4145816/2070003
1524.15/1519.45	c cleaning 63999 clauses out of 128006 with flag 4275995/2135001
1604.05/1599.23	c cleaning 64993 clauses out of 130006 with flag 4408255/2201000
1691.90/1686.96	c cleaning 66002 clauses out of 132013 with flag 4542823/2268000
1782.39/1777.32	c cleaning 66999 clauses out of 134011 with flag 4679012/2336000
1800.04/1794.90	c starts		: 198
1800.04/1794.90	c conflicts		: 2359559
1800.04/1794.90	c decisions		: 2410916
1800.04/1794.90	c propagations		: 34763132
1800.04/1794.90	c inspects		: 32721270079
1800.04/1794.90	c shortcuts		: 0
1800.04/1794.90	c learnt literals	: 0
1800.04/1794.90	c timeout
1800.04/1794.90	c learnt binary clauses	: 1
1800.04/1794.90	c learnt ternary clauses	: 2
1800.04/1794.90	c learnt constraints	: 2359559
1800.04/1794.90	c ignored constraints	: 0
1800.04/1794.90	c root simplifications	: 0
1800.04/1794.90	c removed literals (reason simplification)	: 0
1800.04/1794.90	c reason swapping (by a shorter reason)	: 0
1800.04/1794.90	c Calls to reduceDB	: 64
1800.04/1794.90	c Number of update (reduction) of LBD	: 2199
1800.04/1794.90	c Imported unit clauses	: 0
1800.04/1794.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.90	c number of learned constraints concerned by reduction	: 0
1800.04/1794.90	c number of learning phase by resolution	: 0
1800.04/1794.90	c number of learning phase by cutting planes	: 0
1800.04/1794.90	c speed (assignments/second)	: 19373.015085738487
1800.04/1794.90	c non guided choices	2914
1800.04/1794.93	c learnt constraints type 
1800.04/1794.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.04/1794.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90570
1800.04/1794.93	s UNKNOWN
1800.04/1794.93	c Total wall clock time (in seconds): 1794.828

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-4103688-1466247902/watcher-4103688-1466247902 -o /tmp/evaluation-result-4103688-1466247902/solver-4103688-1466247902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103688-1466247902.opb 

pid=23183
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.24 2.20 3/194 23186
/proc/meminfo: memFree=29941616/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 1317 0 0 0 0 0 0 0 20 0 2 0 26836798 98635776 948 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 24081 958 726 9 0 16771 0
[pid=23186/tid=23187] ppid=23183 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 2 0 26836798 98570240 976 33554432000 1073741824 1073778376 140734656226304 139919477890600 139919480059712 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.10 2.24 2.20 3/194 23186
/proc/meminfo: memFree=29941616/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 26836798 9787879424 6120 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2389619 6120 2157 9 0 2380296 0
[pid=23186/tid=23187] ppid=23183 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 26836798 9787879424 6120 33554432000 1073741824 1073778376 140734656226304 139919477894048 139919482653559 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 2.10 2.24 2.20 3/194 23186
/proc/meminfo: memFree=29941616/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 5104 0 1 0 30 1 0 0 20 0 18 0 26836798 9787879424 7634 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2389619 7634 2222 9 0 2380296 0
[pid=23186/tid=23187] ppid=23183 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 18 0 26836798 9787879424 7634 33554432000 1073741824 1073778376 140734656226304 139919477894048 270710914104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300286 s]
/proc/loadavg: 2.10 2.24 2.20 3/194 23186
/proc/meminfo: memFree=29941616/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 10156 0 1 0 57 1 0 0 20 0 18 0 26836798 9787879424 12612 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2389619 12612 2233 9 0 2380296 0
[pid=23186/tid=23187] ppid=23183 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 18 0 26836798 9787879424 12612 33554432000 1073741824 1073778376 140734656226304 139919477894048 139919313986543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 2.10 2.24 2.20 3/194 23186
/proc/meminfo: memFree=29941616/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 11634 0 1 0 144 3 0 0 20 0 19 0 26836798 9856040960 23944 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2406260 23944 2264 9 0 2396937 0
[pid=23186/tid=23187] ppid=23183 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2445 0 1 0 65 2 0 0 20 0 19 0 26836798 9856040960 23944 33554432000 1073741824 1073778376 140734656226304 139919477895808 139919314549611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.18 2.25 2.20 3/213 23205
/proc/meminfo: memFree=29811860/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 17759 0 1 0 257 5 0 0 20 0 19 0 26836798 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2406260 38477 2272 9 0 2396937 0
[pid=23186/tid=23187] ppid=23183 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2467 0 1 0 145 2 0 0 20 0 19 0 26836798 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919477895432 139919314545200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23189] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919439387432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23190] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919438334632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23191] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919437282344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23192] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919436229544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23193] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919435176232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23194] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919434123432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23195] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919433071144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23196] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23183 23186 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919313856936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23197] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23183 23186 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919301659368 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23198] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23183 23186 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919300605432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23199] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23183 23186 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919299553032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23200] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139919298501520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23201] ppid=23183 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) R 23183 23186 21988 0 -1 4202560 9317 0 0 0 62 2 0 0 20 0 19 0 26836802 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139918558858104 139919482013247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23202] ppid=23183 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23183 23186 21988 0 -1 4202560 4703 0 0 0 46 0 0 0 20 0 19 0 26836802 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139918557829176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23203] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139918556777080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23204] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139918555724488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23205] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23183 23186 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26836847 9856040960 38477 33554432000 1073741824 1073778376 140734656226304 139918554670504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.18 2.25 2.20 4/213 23205
/proc/meminfo: memFree=29739948/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9625040 CPUtime=4.49 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 19490 0 1 0 441 8 0 0 20 0 19 0 26836798 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2406260 49579 2286 9 0 2396937 0
[pid=23186/tid=23187] ppid=23183 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2485 0 1 0 301 3 0 0 20 0 19 0 26836798 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919477886672 139919314549641 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23189] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23183 23186 21988 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919439387432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23190] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23183 23186 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919438334632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23191] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23183 23186 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919437282344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23192] ppid=23183 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23183 23186 21988 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919436229544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23193] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23183 23186 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919435176232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23194] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23183 23186 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919434123432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23195] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23183 23186 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919433071144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23196] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23183 23186 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919313856936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23197] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23183 23186 21988 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919301659368 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23198] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23183 23186 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919300605432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23199] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23183 23186 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919299553032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23200] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139919298501520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23201] ppid=23183 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23183 23186 21988 0 -1 4202560 10914 0 0 0 79 3 0 0 20 0 19 0 26836802 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139918558881976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23202] ppid=23183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23183 23186 21988 0 -1 4202560 4712 0 0 0 49 0 0 0 20 0 19 0 26836802 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139918557829176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23203] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139918556777080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23204] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139918555724488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23205] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23183 23186 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26836847 9856040960 49579 33554432000 1073741824 1073778376 140734656226304 139918554670504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.18 2.25 2.20 4/213 23205
/proc/meminfo: memFree=29739072/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9625040 CPUtime=8.13 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 21760 0 1 0 805 8 0 0 20 0 19 0 26836798 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2406260 49654 2286 9 0 2396937 0
[pid=23186/tid=23187] ppid=23183 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2486 0 1 0 620 3 0 0 20 0 19 0 26836798 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919477886656 139919314625759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23189] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23183 23186 21988 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919439387432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23190] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23183 23186 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919438334632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23191] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23183 23186 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919437282344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23192] ppid=23183 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23183 23186 21988 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919436229544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23193] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23183 23186 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919435176232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23194] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23183 23186 21988 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919434123432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23195] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23183 23186 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919433071144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23196] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23183 23186 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26836799 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919313856936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23197] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23183 23186 21988 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919301659368 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23198] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23183 23186 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919300605432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23199] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23183 23186 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919299553032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23200] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139919298501520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23201] ppid=23183 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23183 23186 21988 0 -1 4202560 13183 0 0 0 122 3 0 0 20 0 19 0 26836802 9856040960 49654 33554432000 1073741824 1073778376 140734656226304 139918558881976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23202] ppid=23183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7

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

[pid=23186/tid=23205] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23183 23186 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26836847 9856040960 64819 33554432000 1073741824 1073778376 140734656226304 139918554670504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.36
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.27 2.20 3/213 23250
/proc/meminfo: memFree=28318044/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9625040 CPUtime=1787.4 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 23990 0 1 0 178645 95 0 0 20 0 19 0 26836798 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2406260 64643 2294 9 0 2396937 0
[pid=23186/tid=23187] ppid=23183 vsize=9625040 CPUtime=1775.53 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2657 0 1 0 177521 32 0 0 20 0 19 0 26836798 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919477894384 139919314565301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23189] ppid=23183 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23183 23186 21988 0 -1 4202560 187 0 0 0 51 5 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919439387432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23190] ppid=23183 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23183 23186 21988 0 -1 4202560 153 0 0 0 56 6 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919438334632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23191] ppid=23183 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23183 23186 21988 0 -1 4202560 218 0 0 0 59 5 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919437282344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23192] ppid=23183 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23183 23186 21988 0 -1 4202560 182 0 0 0 55 6 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919436229544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23193] ppid=23183 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23183 23186 21988 0 -1 4202560 178 0 0 0 57 5 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919435176232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23194] ppid=23183 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23183 23186 21988 0 -1 4202560 161 0 0 0 55 6 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919434123432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23195] ppid=23183 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23183 23186 21988 0 -1 4202560 190 0 0 0 55 5 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919433071144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23196] ppid=23183 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23183 23186 21988 0 -1 4202560 158 0 0 0 54 4 0 0 20 0 19 0 26836799 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919313856936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23197] ppid=23183 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23183 23186 21988 0 -1 4202560 650 0 0 0 14 4 0 0 20 0 19 0 26836800 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919301659368 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23198] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23183 23186 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919300605432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23199] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23183 23186 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919299553032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23200] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139919298501520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23201] ppid=23183 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23183 23186 21988 0 -1 4202560 13183 0 0 0 123 3 0 0 20 0 19 0 26836802 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139918558881976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23202] ppid=23183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23183 23186 21988 0 -1 4202560 4712 0 0 0 49 0 0 0 20 0 19 0 26836802 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139918557829176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23203] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139918556777080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23204] ppid=23183 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23183 23186 21988 0 -1 4202560 103 0 0 0 28 40 0 0 20 0 19 0 26836802 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139918555724488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23205] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23183 23186 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26836847 9856040960 64643 33554432000 1073741824 1073778376 140734656226304 139918554670504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.27 2.26 2.19 3/213 23250
/proc/meminfo: memFree=28318420/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 23993 0 1 0 179907 97 0 0 20 0 19 0 26836798 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2406260 64547 2294 9 0 2396937 0
[pid=23186/tid=23187] ppid=23183 vsize=9625040 CPUtime=1788.08 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2660 0 1 0 178775 33 0 0 20 0 19 0 26836798 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919477894336 139919314615743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23189] ppid=23183 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23183 23186 21988 0 -1 4202560 187 0 0 0 52 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919439387432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23190] ppid=23183 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23183 23186 21988 0 -1 4202560 153 0 0 0 56 6 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919438334632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23191] ppid=23183 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23183 23186 21988 0 -1 4202560 218 0 0 0 60 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919437282344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23192] ppid=23183 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23183 23186 21988 0 -1 4202560 182 0 0 0 55 6 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919436229544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23193] ppid=23183 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23183 23186 21988 0 -1 4202560 178 0 0 0 58 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919435176232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23194] ppid=23183 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23183 23186 21988 0 -1 4202560 161 0 0 0 56 6 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919434123432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23195] ppid=23183 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23183 23186 21988 0 -1 4202560 190 0 0 0 56 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919433071144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23196] ppid=23183 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23183 23186 21988 0 -1 4202560 158 0 0 0 54 4 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919313856936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23197] ppid=23183 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23183 23186 21988 0 -1 4202560 650 0 0 0 14 4 0 0 20 0 19 0 26836800 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919301659368 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23198] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23183 23186 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919300605432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23199] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23183 23186 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919299553032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23200] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919298501520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23201] ppid=23183 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23183 23186 21988 0 -1 4202560 13183 0 0 0 123 3 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918558881976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23202] ppid=23183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23183 23186 21988 0 -1 4202560 4712 0 0 0 49 0 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918557829176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23203] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918556777080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23204] ppid=23183 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23183 23186 21988 0 -1 4202560 103 0 0 0 28 40 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918555724488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23205] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23183 23186 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26836847 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918554670504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 23186 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.9 s]
/proc/loadavg: 2.27 2.26 2.19 3/213 23250
/proc/meminfo: memFree=28318420/32872528 swapFree=1542984/1696284
[pid=23186] ppid=23183 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/23186/stat : 23186 (java) S 23183 23186 21988 0 -1 4202496 23993 0 1 0 179907 97 0 0 20 0 19 0 26836798 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 140734656217440 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23186/statm: 2406260 64547 2294 9 0 2396937 0
[pid=23186/tid=23187] ppid=23183 vsize=9625040 CPUtime=1788.08 cores=1,3,5,7
/proc/23186/task/23187/stat : 23187 (java) R 23183 23186 21988 0 -1 4202560 2660 0 1 0 178775 33 0 0 20 0 19 0 26836798 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919477894336 139919314615743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23189] ppid=23183 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/23186/task/23189/stat : 23189 (java) S 23183 23186 21988 0 -1 4202560 187 0 0 0 52 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919439387432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23190] ppid=23183 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23186/task/23190/stat : 23190 (java) S 23183 23186 21988 0 -1 4202560 153 0 0 0 56 6 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919438334632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23191] ppid=23183 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/23186/task/23191/stat : 23191 (java) S 23183 23186 21988 0 -1 4202560 218 0 0 0 60 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919437282344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23192] ppid=23183 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23186/task/23192/stat : 23192 (java) S 23183 23186 21988 0 -1 4202560 182 0 0 0 55 6 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919436229544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23186/tid=23193] ppid=23183 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/23186/task/23193/stat : 23193 (java) S 23183 23186 21988 0 -1 4202560 178 0 0 0 58 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919435176232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23194] ppid=23183 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/23186/task/23194/stat : 23194 (java) S 23183 23186 21988 0 -1 4202560 161 0 0 0 56 6 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919434123432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23195] ppid=23183 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23186/task/23195/stat : 23195 (java) S 23183 23186 21988 0 -1 4202560 190 0 0 0 56 5 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919433071144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23196] ppid=23183 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23186/task/23196/stat : 23196 (java) S 23183 23186 21988 0 -1 4202560 158 0 0 0 54 4 0 0 20 0 19 0 26836799 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919313856936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23197] ppid=23183 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23186/task/23197/stat : 23197 (java) S 23183 23186 21988 0 -1 4202560 650 0 0 0 14 4 0 0 20 0 19 0 26836800 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919301659368 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23198] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23198/stat : 23198 (java) S 23183 23186 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919300605432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23199] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23199/stat : 23199 (java) S 23183 23186 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26836800 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919299553032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23200] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23200/stat : 23200 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139919298501520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23201] ppid=23183 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/23186/task/23201/stat : 23201 (java) S 23183 23186 21988 0 -1 4202560 13183 0 0 0 123 3 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918558881976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23186/tid=23202] ppid=23183 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23186/task/23202/stat : 23202 (java) S 23183 23186 21988 0 -1 4202560 4712 0 0 0 49 0 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918557829176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23203] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23203/stat : 23203 (java) S 23183 23186 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918556777080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23186/tid=23204] ppid=23183 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23186/task/23204/stat : 23204 (java) S 23183 23186 21988 0 -1 4202560 103 0 0 0 28 40 0 0 20 0 19 0 26836802 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918555724488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23186/tid=23205] ppid=23183 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23186/task/23205/stat : 23205 (java) S 23183 23186 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26836847 9856040960 64547 33554432000 1073741824 1073778376 140734656226304 139918554670504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.94
CPU time (s): 1800.04
CPU user time (s): 1799.07
CPU system time (s): 0.97
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.36079
maximum resident set size= 426288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24026
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42920
involuntary context switches= 35878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4214 second user time and 14.0259 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 13:05:02
IDJOB=4103688
IDBENCH=2430
IDSOLVER=2546
FILE ID=node125/4103688-1466247902
RUNJOBID= node125-1466240732-22005
PBS_JOBID= 19918195
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103688-1466247902/watcher-4103688-1466247902 -o /tmp/evaluation-result-4103688-1466247902/solver-4103688-1466247902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103688-1466247902.opb

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

MD5SUM BENCH= c73bf29c796f0bf48406f571c4c43173
RANDOM SEED=272762686

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        29941780 kB
Buffers:          122164 kB
Cached:           143968 kB
SwapCached:          688 kB
Active:           298852 kB
Inactive:         197844 kB
Active(anon):     231956 kB
Inactive(anon):     1040 kB
Active(file):      66896 kB
Inactive(file):   196804 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              7924 kB
Writeback:             0 kB
AnonPages:       1926372 kB
Mapped:            15276 kB
Shmem:                 0 kB
Slab:             604100 kB
SReclaimable:      46944 kB
SUnreclaim:       557156 kB
KernelStack:        1616 kB
PageTables:         8152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2513384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node125 at 2016-06-18 13:34:57