Trace number 4084476

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1775.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
MD5SUM285c24e978af8153c6a378b9af59f522
Bench CategoryDEC-SMALLINT (no 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.026995
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints101
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084476-1465240301.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.29/0.22	c ... done. Wall clock time 0.11s.
0.29/0.22	c declared #vars     2550
0.29/0.22	c #constraints  101
0.29/0.22	c constraints type 
0.29/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.29/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.29/0.22	c 101 constraints processed.
1.06/0.79	c cleaning 2503 clauses out of 5006 with flag 28594/5006
1.96/1.56	c cleaning 4245 clauses out of 8498 with flag 66679/11001
3.06/2.61	c cleaning 5626 clauses out of 11254 with flag 108574/18002
3.84/3.32	c cleaning 6792 clauses out of 13626 with flag 156882/26000
5.36/4.85	c cleaning 7892 clauses out of 15834 with flag 222389/35000
7.16/6.70	c cleaning 8950 clauses out of 17942 with flag 290324/45000
9.46/8.95	c cleaning 9974 clauses out of 19992 with flag 366757/56000
12.26/11.75	c cleaning 10987 clauses out of 22018 with flag 453622/68000
14.36/13.83	c cleaning 12006 clauses out of 24032 with flag 549818/81001
16.74/16.15	c cleaning 12661 clauses out of 26027 with flag 681038/95002
24.00/23.14	c cleaning 14049 clauses out of 28364 with flag 911400/110000
33.20/32.11	c cleaning 15159 clauses out of 30317 with flag 1180272/126002
43.13/41.99	c cleaning 16074 clauses out of 32157 with flag 1452839/143001
54.65/53.35	c cleaning 17038 clauses out of 34082 with flag 1745563/161000
66.67/65.11	c cleaning 18021 clauses out of 36044 with flag 2038309/180000
80.88/78.73	c cleaning 19012 clauses out of 38024 with flag 2371666/200001
91.90/89.54	c cleaning 20005 clauses out of 40012 with flag 2733669/221001
108.04/105.56	c cleaning 20999 clauses out of 42006 with flag 3094155/243000
121.35/118.68	c cleaning 22001 clauses out of 44007 with flag 3504802/266000
136.44/133.40	c cleaning 23002 clauses out of 46007 with flag 3905429/290001
155.36/152.23	c cleaning 23997 clauses out of 48004 with flag 4319267/315000
173.35/170.07	c cleaning 25002 clauses out of 50010 with flag 4701225/341003
194.27/190.87	c cleaning 26000 clauses out of 52007 with flag 5100715/368002
215.65/211.91	c cleaning 27003 clauses out of 54005 with flag 5498156/396000
235.33/231.48	c cleaning 27997 clauses out of 56002 with flag 5744103/425000
252.31/248.16	c cleaning 29004 clauses out of 58009 with flag 5975360/455004
272.73/268.50	c cleaning 29997 clauses out of 60002 with flag 6202952/486001
294.36/289.83	c cleaning 30998 clauses out of 62005 with flag 6452785/518001
314.24/309.43	c cleaning 32004 clauses out of 64007 with flag 6694480/551001
335.12/330.19	c cleaning 32993 clauses out of 66002 with flag 6964739/585000
359.49/354.06	c cleaning 33994 clauses out of 68009 with flag 7334720/620000
386.43/380.65	c cleaning 34998 clauses out of 70016 with flag 7700216/656001
414.38/408.18	c cleaning 36006 clauses out of 72019 with flag 8075175/693002
443.32/436.77	c cleaning 37004 clauses out of 74015 with flag 8466001/731004
473.81/466.92	c cleaning 37999 clauses out of 76010 with flag 8853581/770003
503.12/495.94	c cleaning 38996 clauses out of 78008 with flag 9172051/810000
535.22/527.62	c cleaning 39997 clauses out of 80013 with flag 9494643/851001
568.35/560.26	c cleaning 41005 clauses out of 82015 with flag 9821393/893000
598.55/590.06	c cleaning 41999 clauses out of 84010 with flag 10127912/936000
632.90/623.94	c cleaning 43000 clauses out of 86015 with flag 10439196/980004
669.78/660.34	c cleaning 44000 clauses out of 88011 with flag 10852184/1025000
709.13/699.16	c cleaning 45003 clauses out of 90014 with flag 11231785/1071003
752.17/741.71	c cleaning 45992 clauses out of 92008 with flag 11687974/1118000
794.85/783.98	c cleaning 47010 clauses out of 94023 with flag 12124482/1166007
840.04/828.59	c cleaning 47997 clauses out of 96008 with flag 12512579/1215002
886.58/874.55	c cleaning 48998 clauses out of 98010 with flag 12933430/1265001
932.01/919.10	c cleaning 50002 clauses out of 100014 with flag 13359225/1316003
978.39/964.82	c cleaning 50999 clauses out of 102011 with flag 13769762/1368002
1033.58/1019.46	c cleaning 51994 clauses out of 104010 with flag 14179157/1421000
1090.61/1075.70	c cleaning 53004 clauses out of 106017 with flag 14695551/1475001
1146.30/1130.82	c cleaning 54002 clauses out of 108013 with flag 15238462/1530001
1210.66/1194.24	c cleaning 54997 clauses out of 110010 with flag 15809112/1586000
1272.91/1255.63	c cleaning 55998 clauses out of 112013 with flag 16280581/1643000
1336.79/1318.89	c cleaning 56998 clauses out of 114015 with flag 16762437/1701000
1395.97/1377.08	c cleaning 58001 clauses out of 116017 with flag 17242207/1760000
1461.12/1441.21	c cleaning 59003 clauses out of 118018 with flag 17728490/1820002
1526.59/1505.94	c cleaning 59999 clauses out of 120013 with flag 18222003/1881000
1592.74/1571.12	c cleaning 60992 clauses out of 122014 with flag 18715452/1943000
1660.00/1637.37	c cleaning 62008 clauses out of 124023 with flag 19234933/2006001
1738.69/1715.12	c cleaning 63006 clauses out of 126019 with flag 19798699/2070005
1800.04/1775.70	c starts		: 5985
1800.04/1775.70	c conflicts		: 2121198
1800.04/1775.70	c decisions		: 12357493
1800.04/1775.70	c propagations		: 52823803
1800.04/1775.70	c inspects		: 16557263686
1800.04/1775.70	c shortcuts		: 0
1800.04/1775.70	c learnt literals	: 0
1800.04/1775.70	c learnt binary clauses	: 0
1800.04/1775.70	c learnt ternary clauses	: 0
1800.04/1775.70	c learnt constraints	: 2121198
1800.04/1775.70	c ignored constraints	: 0
1800.04/1775.70	c root simplifications	: 0
1800.04/1775.70	c removed literals (reason simplification)	: 0
1800.04/1775.70	c reason swapping (by a shorter reason)	: 0
1800.04/1775.70	c Calls to reduceDB	: 60
1800.04/1775.70	c Number of update (reduction) of LBD	: 1276020
1800.04/1775.70	c Imported unit clauses	: 0
1800.04/1775.70	c number of reductions to clauses (during analyze)	: 0
1800.04/1775.70	c number of learned constraints concerned by reduction	: 0
1800.04/1775.70	c number of learning phase by resolution	: 0
1800.04/1775.70	c number of learning phase by cutting planes	: 0
1800.04/1775.70	c timeout
1800.04/1775.70	c speed (assignments/second)	: 29751.826688091845
1800.04/1775.70	c non guided choices	6402
1800.04/1775.73	c learnt constraints type 
1800.04/1775.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114206
1800.04/1775.73	s UNKNOWN
1800.04/1775.73	c Total wall clock time (in seconds): 1775.624

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-4084476-1465240301/watcher-4084476-1465240301 -o /tmp/evaluation-result-4084476-1465240301/solver-4084476-1465240301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465236716-4448 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084476-1465240301.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4872
/proc/meminfo: memFree=30292104/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 105963754 98570240 978 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 24065 978 744 9 0 16771 0
[pid=4872/tid=4873] ppid=4869 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 105963755 98582528 985 33554432000 1073741824 1073778376 140736384831232 139722759065128 266435642781 0 0 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100108 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4872
/proc/meminfo: memFree=30292104/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 4439 0 1 0 9 1 0 0 20 0 18 0 105963754 9787879424 6066 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2389619 6066 2140 9 0 2380296 0
[pid=4872/tid=4873] ppid=4869 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 105963755 9787879424 6066 33554432000 1073741824 1073778376 140736384831232 139722759065352 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4872
/proc/meminfo: memFree=30292104/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 4959 0 1 0 28 1 0 0 20 0 18 0 105963754 9787879424 6958 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2389619 6958 2217 9 0 2380296 0
[pid=4872/tid=4873] ppid=4869 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2397 0 1 0 17 1 0 0 20 0 18 0 105963755 9787879424 6958 33554432000 1073741824 1073778376 140736384831232 139722759061328 139722617869353 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4872
/proc/meminfo: memFree=30292104/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 6758 0 1 0 54 2 0 0 20 0 19 0 105963754 9856040960 8140 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 8140 2245 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 105963755 9856040960 8140 33554432000 1073741824 1073778376 140736384831232 139722759070336 139722763336769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700242 s]
/proc/loadavg: 2.20 2.19 2.19 3/194 4872
/proc/meminfo: memFree=30292104/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 6791 0 1 0 104 2 0 0 20 0 19 0 105963754 9856040960 9678 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 9678 2247 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 105963755 9856040960 9678 33554432000 1073741824 1073778376 140736384831232 139722759070336 139722618295292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.20 2.19 2.19 3/213 4891
/proc/meminfo: memFree=30255124/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 8395 0 1 0 194 2 0 0 20 0 19 0 105963754 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 12458 2257 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2415 0 1 0 146 1 0 0 20 0 19 0 105963755 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722759070128 139722618362578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4875] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4875/stat : 4875 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722737171496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4876] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4876/stat : 4876 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722533890984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4877] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4877/stat : 4877 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722532838184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4878] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4878/stat : 4878 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722531785384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4879] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4879/stat : 4879 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722530732584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4880] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4880/stat : 4880 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722529679784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4881] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4881/stat : 4881 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722528626984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4882] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4882/stat : 4882 (java) S 4869 4872 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722527574184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4883] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4883/stat : 4883 (java) S 4869 4872 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722515377128 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4884] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4884/stat : 4884 (java) S 4869 4872 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722514323192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4885] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4885/stat : 4885 (java) S 4869 4872 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722513270280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4886] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4886/stat : 4886 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722512218768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4887] ppid=4869 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4872/task/4887/stat : 4887 (java) S 4869 4872 31415 0 -1 4202560 2773 0 0 0 26 0 0 0 20 0 19 0 105963760 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722511165880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4888] ppid=4869 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/4872/task/4888/stat : 4888 (java) S 4869 4872 31415 0 -1 4202560 1930 0 0 0 19 0 0 0 20 0 19 0 105963760 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722510113080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4889] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4889/stat : 4889 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722509060472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4890] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4890/stat : 4890 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722508007880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4891] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4891/stat : 4891 (java) S 4869 4872 31415 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105963777 9856040960 12458 33554432000 1073741824 1073778376 140736384831232 139722506856104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.20 2.19 2.19 3/213 4891
/proc/meminfo: memFree=30242464/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 9585 0 1 0 361 2 0 0 20 0 19 0 105963754 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 16862 2258 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2423 0 1 0 306 1 0 0 20 0 19 0 105963755 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722759068088 139722618362213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4875] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4875/stat : 4875 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722737171496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4876] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4876/stat : 4876 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722533890984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4877] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4877/stat : 4877 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722532838184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4878] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4878/stat : 4878 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722531785384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4879] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4879/stat : 4879 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722530732584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4880] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4880/stat : 4880 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722529679784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4881] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4881/stat : 4881 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722528626984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4882] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4882/stat : 4882 (java) S 4869 4872 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722527574184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4883] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4883/stat : 4883 (java) S 4869 4872 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722515377128 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4884] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4884/stat : 4884 (java) S 4869 4872 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722514323192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4885] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4885/stat : 4885 (java) S 4869 4872 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722513270280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4886] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4886/stat : 4886 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722512218768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4887] ppid=4869 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4872/task/4887/stat : 4887 (java) S 4869 4872 31415 0 -1 4202560 2790 0 0 0 26 0 0 0 20 0 19 0 105963760 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722511165880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4888] ppid=4869 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/4872/task/4888/stat : 4888 (java) S 4869 4872 31415 0 -1 4202560 3095 0 0 0 25 0 0 0 20 0 19 0 105963760 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722510113080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4889] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4889/stat : 4889 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722509060472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4890] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4890/stat : 4890 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722508007880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4891] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4891/stat : 4891 (java) S 4869 4872 31415 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105963777 9856040960 16862 33554432000 1073741824 1073778376 140736384831232 139722506856104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.18 2.19 2.19 3/213 4891
/proc/meminfo: memFree=30180976/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=6.86 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 9601 0 1 0 683 3 0 0 20 0 19 0 105963754 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 23438 2259 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2438 0 1 0 624 2 0 0 20 0 19 0 105963755 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722759061184 139722618298818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4875] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4875/stat : 4875 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722737171496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4876] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4876/stat : 4876 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722533890984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4877] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4877/stat : 4877 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722532838184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4878] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4878/stat : 4878 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722531785384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4879] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4879/stat : 4879 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963755 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722530732584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4880] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4880/stat : 4880 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722529679784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4881] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4881/stat : 4881 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722528626984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4882] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4882/stat : 4882 (java) S 4869 4872 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105963756 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722527574184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4883] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4883/stat : 4883 (java) S 4869 4872 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722515377128 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4884] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4884/stat : 4884 (java) S 4869 4872 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722514323192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4885] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4885/stat : 4885 (java) S 4869 4872 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722513270280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4886] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4886/stat : 4886 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722512218768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4887] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4887/stat : 4887 (java) S 4869 4872 31415 0 -1 4202560 2790 0 0 0 27 0 0 0 20 0 19 0 105963760 9856040960 23438 33554432000 1073741824 1073778376 140736384831232 139722511165880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4888] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6

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

[pid=4872/tid=4891] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4891/stat : 4891 (java) S 4869 4872 31415 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105963777 9856040960 224679 33554432000 1073741824 1073778376 140736384831232 139722506856104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1685.34
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.58 2.32 2.21 3/213 4933
/proc/meminfo: memFree=28922180/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=1746.06 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 31714 0 1 0 174175 431 0 0 20 0 19 0 105963754 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 263296 2280 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=1703 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2747 0 1 0 170270 30 0 0 20 0 19 0 105963755 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722759069000 139722618362465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4875] ppid=4869 vsize=9625040 CPUtime=3.88 cores=0,2,4,6
/proc/4872/task/4875/stat : 4875 (java) S 4869 4872 31415 0 -1 4202560 2433 0 0 0 337 51 0 0 20 0 19 0 105963755 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722737171496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4876] ppid=4869 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/4872/task/4876/stat : 4876 (java) S 4869 4872 31415 0 -1 4202560 2102 0 0 0 367 57 0 0 20 0 19 0 105963755 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722533890984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4877] ppid=4869 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/4872/task/4877/stat : 4877 (java) S 4869 4872 31415 0 -1 4202560 2306 0 0 0 348 52 0 0 20 0 19 0 105963755 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722532838184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4878] ppid=4869 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/4872/task/4878/stat : 4878 (java) S 4869 4872 31415 0 -1 4202560 1697 0 0 0 351 49 0 0 20 0 19 0 105963755 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722531785384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4879] ppid=4869 vsize=9625040 CPUtime=4.09 cores=0,2,4,6
/proc/4872/task/4879/stat : 4879 (java) S 4869 4872 31415 0 -1 4202560 2169 0 0 0 362 47 0 0 20 0 19 0 105963755 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722530732584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4880] ppid=4869 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/4872/task/4880/stat : 4880 (java) S 4869 4872 31415 0 -1 4202560 2476 0 0 0 351 50 0 0 20 0 19 0 105963756 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722529679784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4881] ppid=4869 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/4872/task/4881/stat : 4881 (java) S 4869 4872 31415 0 -1 4202560 2128 0 0 0 339 40 0 0 20 0 19 0 105963756 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722528626984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4882] ppid=4869 vsize=9625040 CPUtime=3.76 cores=0,2,4,6
/proc/4872/task/4882/stat : 4882 (java) S 4869 4872 31415 0 -1 4202560 1932 0 0 0 328 48 0 0 20 0 19 0 105963756 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722527574184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4883] ppid=4869 vsize=9625040 CPUtime=5.95 cores=0,2,4,6
/proc/4872/task/4883/stat : 4883 (java) S 4869 4872 31415 0 -1 4202560 4475 0 0 0 589 6 0 0 20 0 19 0 105963757 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722515377128 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4884] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4884/stat : 4884 (java) S 4869 4872 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722514323192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4885] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4885/stat : 4885 (java) S 4869 4872 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722513270280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4886] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4886/stat : 4886 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722512218768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4887] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4887/stat : 4887 (java) S 4869 4872 31415 0 -1 4202560 2790 0 0 0 27 0 0 0 20 0 19 0 105963760 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722511165880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4888] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4888/stat : 4888 (java) S 4869 4872 31415 0 -1 4202560 3095 0 0 0 27 0 0 0 20 0 19 0 105963760 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722510113080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4889] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4889/stat : 4889 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722509060472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4890] ppid=4869 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/4872/task/4890/stat : 4890 (java) S 4869 4872 31415 0 -1 4202560 100 0 0 0 29 32 0 0 20 0 19 0 105963760 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722508007880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4891] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4891/stat : 4891 (java) S 4869 4872 31415 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105963777 9856040960 263296 33554432000 1073741824 1073778376 140736384831232 139722506856104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1746.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.7 s]
/proc/loadavg: 2.24 2.28 2.20 2/188 4968
/proc/meminfo: memFree=29542108/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 31950 0 1 0 179566 438 0 0 20 0 19 0 105963754 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 233133 2280 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=1755.72 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2757 0 1 0 175541 31 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722759068880 139722618362578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4875] ppid=4869 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/4872/task/4875/stat : 4875 (java) S 4869 4872 31415 0 -1 4202560 2448 0 0 0 345 51 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722737171496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4876] ppid=4869 vsize=9625040 CPUtime=4.35 cores=0,2,4,6
/proc/4872/task/4876/stat : 4876 (java) S 4869 4872 31415 0 -1 4202560 2107 0 0 0 378 57 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722533890984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4877] ppid=4869 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/4872/task/4877/stat : 4877 (java) S 4869 4872 31415 0 -1 4202560 2315 0 0 0 360 52 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722532838184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4878] ppid=4869 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/4872/task/4878/stat : 4878 (java) S 4869 4872 31415 0 -1 4202560 1703 0 0 0 356 50 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722531785384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4879] ppid=4869 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/4872/task/4879/stat : 4879 (java) S 4869 4872 31415 0 -1 4202560 2176 0 0 0 373 47 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722530732584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4880] ppid=4869 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/4872/task/4880/stat : 4880 (java) S 4869 4872 31415 0 -1 4202560 2483 0 0 0 360 51 0 0 20 0 19 0 105963756 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722529679784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4881] ppid=4869 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/4872/task/4881/stat : 4881 (java) S 4869 4872 31415 0 -1 4202560 2137 0 0 0 349 41 0 0 20 0 19 0 105963756 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722528626984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4882] ppid=4869 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/4872/task/4882/stat : 4882 (java) S 4869 4872 31415 0 -1 4202560 1938 0 0 0 337 49 0 0 20 0 19 0 105963756 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722527574184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4883] ppid=4869 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/4872/task/4883/stat : 4883 (java) S 4869 4872 31415 0 -1 4202560 4633 0 0 0 619 6 0 0 20 0 19 0 105963757 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722515377128 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4884] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4884/stat : 4884 (java) S 4869 4872 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722514323192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4885] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4885/stat : 4885 (java) S 4869 4872 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722513270280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4886] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4886/stat : 4886 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722512218768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4887] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4887/stat : 4887 (java) S 4869 4872 31415 0 -1 4202560 2790 0 0 0 27 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722511165880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4888] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4888/stat : 4888 (java) S 4869 4872 31415 0 -1 4202560 3095 0 0 0 27 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722510113080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4889] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4889/stat : 4889 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722509060472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4890] ppid=4869 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/4872/task/4890/stat : 4890 (java) S 4869 4872 31415 0 -1 4202560 104 0 0 0 30 33 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722508007880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4891] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4891/stat : 4891 (java) S 4869 4872 31415 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105963777 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722506856104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 4872 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.7 s]
/proc/loadavg: 2.24 2.28 2.20 2/188 4968
/proc/meminfo: memFree=29542108/32872528 swapFree=14448/1543360
[pid=4872] ppid=4869 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/4872/stat : 4872 (java) S 4869 4872 31415 0 -1 4202496 31950 0 1 0 179566 438 0 0 20 0 19 0 105963754 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 140736384822368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2406260 233133 2280 9 0 2396937 0
[pid=4872/tid=4873] ppid=4869 vsize=9625040 CPUtime=1755.72 cores=0,2,4,6
/proc/4872/task/4873/stat : 4873 (java) R 4869 4872 31415 0 -1 4202560 2757 0 1 0 175541 31 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722759068880 139722618362578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4875] ppid=4869 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/4872/task/4875/stat : 4875 (java) S 4869 4872 31415 0 -1 4202560 2448 0 0 0 345 51 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722737171496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4876] ppid=4869 vsize=9625040 CPUtime=4.35 cores=0,2,4,6
/proc/4872/task/4876/stat : 4876 (java) S 4869 4872 31415 0 -1 4202560 2107 0 0 0 378 57 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722533890984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4877] ppid=4869 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/4872/task/4877/stat : 4877 (java) S 4869 4872 31415 0 -1 4202560 2315 0 0 0 360 52 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722532838184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4878] ppid=4869 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/4872/task/4878/stat : 4878 (java) S 4869 4872 31415 0 -1 4202560 1703 0 0 0 356 50 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722531785384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4879] ppid=4869 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/4872/task/4879/stat : 4879 (java) S 4869 4872 31415 0 -1 4202560 2176 0 0 0 373 47 0 0 20 0 19 0 105963755 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722530732584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4880] ppid=4869 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/4872/task/4880/stat : 4880 (java) S 4869 4872 31415 0 -1 4202560 2483 0 0 0 360 51 0 0 20 0 19 0 105963756 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722529679784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4881] ppid=4869 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/4872/task/4881/stat : 4881 (java) S 4869 4872 31415 0 -1 4202560 2137 0 0 0 349 41 0 0 20 0 19 0 105963756 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722528626984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4882] ppid=4869 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/4872/task/4882/stat : 4882 (java) S 4869 4872 31415 0 -1 4202560 1938 0 0 0 337 49 0 0 20 0 19 0 105963756 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722527574184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4883] ppid=4869 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/4872/task/4883/stat : 4883 (java) S 4869 4872 31415 0 -1 4202560 4633 0 0 0 619 6 0 0 20 0 19 0 105963757 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722515377128 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4884] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4884/stat : 4884 (java) S 4869 4872 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722514323192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4885] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4885/stat : 4885 (java) S 4869 4872 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105963757 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722513270280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4886] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4886/stat : 4886 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722512218768 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4872/tid=4887] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4887/stat : 4887 (java) S 4869 4872 31415 0 -1 4202560 2790 0 0 0 27 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722511165880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4872/tid=4888] ppid=4869 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4872/task/4888/stat : 4888 (java) S 4869 4872 31415 0 -1 4202560 3095 0 0 0 27 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722510113080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4889] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4889/stat : 4889 (java) S 4869 4872 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722509060472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4872/tid=4890] ppid=4869 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/4872/task/4890/stat : 4890 (java) S 4869 4872 31415 0 -1 4202560 104 0 0 0 30 33 0 0 20 0 19 0 105963760 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722508007880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4872/tid=4891] ppid=4869 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4872/task/4891/stat : 4891 (java) S 4869 4872 31415 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105963777 9856040960 233133 33554432000 1073741824 1073778376 140736384831232 139722506856104 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 4872 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=189697
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=821267
# CPU time returned by wait4() is 1796.01
# 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): 1775.74
CPU time (s): 1800.04
CPU user time (s): 1795.66
CPU system time (s): 4.38
CPU usage (%): 101.368
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.19
system time used= 4.82127
maximum resident set size= 1267956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31995
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= 45139
involuntary context switches= 43350

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4911 second user time and 11.2843 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 21:11:41
IDJOB=4084476
IDBENCH=2597
IDSOLVER=2546
FILE ID=node116/4084476-1465240301
RUNJOBID= node116-1465236716-4448
PBS_JOBID= 19843214
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084476-1465240301/watcher-4084476-1465240301 -o /tmp/evaluation-result-4084476-1465240301/solver-4084476-1465240301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465236716-4448 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084476-1465240301.opb

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

MD5SUM BENCH= 285c24e978af8153c6a378b9af59f522
RANDOM SEED=1365468471

node116.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.134
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.26
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.134
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.134
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.134
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.134
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.134
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		: 2667.134
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.134
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:        30292748 kB
Buffers:           35544 kB
Cached:           119032 kB
SwapCached:         1432 kB
Active:           237448 kB
Inactive:          93192 kB
Active(anon):     176928 kB
Inactive(anon):     1380 kB
Active(file):      60520 kB
Inactive(file):    91812 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098884 kB
Dirty:              1472 kB
Writeback:             0 kB
AnonPages:       1841556 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             566560 kB
SReclaimable:      10640 kB
SUnreclaim:       555920 kB
KernelStack:        1760 kB
PageTables:         7928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2232348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1810432 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= 71732 MiB
End job on node116 at 2016-06-06 21:41:17