Trace number 4089978

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 1797.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v091-n1.opb
MD5SUM0cbe6e0ff393a79d511dbbbded66ec10
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark1.92171
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4089978-1466036350.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.15	c ... done. Wall clock time 0.029s.
0.08/0.15	c declared #vars     273
0.08/0.15	c #constraints  182
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.08/0.15	c 182 constraints processed.
0.77/0.58	c cleaning 2494 clauses out of 5001 with flag 46799/5001
1.33/1.09	c cleaning 4251 clauses out of 8508 with flag 113128/11002
2.02/1.79	c cleaning 5620 clauses out of 11256 with flag 194589/18001
2.93/2.69	c cleaning 6809 clauses out of 13635 with flag 292363/26000
4.17/3.85	c cleaning 7907 clauses out of 15829 with flag 400877/35003
5.56/5.29	c cleaning 8951 clauses out of 17920 with flag 541353/45001
7.26/6.98	c cleaning 9976 clauses out of 19968 with flag 678342/56000
9.27/8.95	c cleaning 10991 clauses out of 21995 with flag 832478/68003
11.56/11.25	c cleaning 11994 clauses out of 24002 with flag 994319/81001
14.06/13.75	c cleaning 12990 clauses out of 26008 with flag 1170800/95001
16.87/16.57	c cleaning 13995 clauses out of 28017 with flag 1370255/110000
19.96/19.69	c cleaning 14997 clauses out of 30024 with flag 1584449/126002
23.56/23.25	c cleaning 16005 clauses out of 32026 with flag 1814050/143001
27.55/27.21	c cleaning 17001 clauses out of 34023 with flag 2037276/161003
31.87/31.59	c cleaning 18005 clauses out of 36023 with flag 2294259/180004
36.56/36.22	c cleaning 19001 clauses out of 38015 with flag 2556971/200001
41.76/41.45	c cleaning 20002 clauses out of 40015 with flag 2828991/221002
47.49/47.17	c cleaning 20999 clauses out of 42015 with flag 3112826/243004
52.99/52.70	c cleaning 21995 clauses out of 44012 with flag 3425357/266000
59.09/58.70	c cleaning 22998 clauses out of 46018 with flag 3743526/290001
65.40/65.06	c cleaning 23999 clauses out of 48019 with flag 4080545/315000
72.59/72.28	c cleaning 24999 clauses out of 50022 with flag 4447742/341002
80.79/80.42	c cleaning 26000 clauses out of 52023 with flag 4827605/368002
89.69/89.35	c cleaning 27002 clauses out of 54021 with flag 5213259/396000
99.50/99.15	c cleaning 28003 clauses out of 56021 with flag 5620510/425002
109.30/108.97	c cleaning 28997 clauses out of 58016 with flag 6027233/455000
118.90/118.49	c cleaning 30007 clauses out of 60021 with flag 6398704/486002
128.60/128.12	c cleaning 30993 clauses out of 62014 with flag 6754576/518002
137.31/136.83	c cleaning 32002 clauses out of 64020 with flag 7108256/551001
147.31/146.86	c cleaning 33000 clauses out of 66018 with flag 7476585/585001
159.20/158.77	c cleaning 34004 clauses out of 68017 with flag 7892628/620000
169.10/168.61	c cleaning 35003 clauses out of 70014 with flag 8332704/656001
180.10/179.64	c cleaning 36002 clauses out of 72010 with flag 8811649/693000
192.21/191.75	c cleaning 36990 clauses out of 74008 with flag 9348652/731000
203.50/202.97	c cleaning 37998 clauses out of 76019 with flag 9850411/770001
215.21/214.63	c cleaning 38998 clauses out of 78021 with flag 10409425/810001
227.00/226.44	c cleaning 39987 clauses out of 80023 with flag 10965987/851001
239.21/238.64	c cleaning 41002 clauses out of 82038 with flag 11532841/893003
251.11/250.53	c cleaning 42011 clauses out of 84034 with flag 12035301/936001
265.72/265.15	c cleaning 43002 clauses out of 86026 with flag 12538838/980004
281.82/281.23	c cleaning 44001 clauses out of 88023 with flag 13062371/1025003
298.72/298.04	c cleaning 44998 clauses out of 90019 with flag 13603382/1071000
310.82/310.18	c cleaning 46004 clauses out of 92021 with flag 14106549/1118000
327.03/326.34	c cleaning 47002 clauses out of 94020 with flag 14656916/1166003
343.33/342.60	c cleaning 47999 clauses out of 96015 with flag 15208734/1215000
362.74/362.09	c cleaning 48999 clauses out of 98017 with flag 15855246/1265001
380.35/379.65	c cleaning 49993 clauses out of 100018 with flag 16553233/1316001
398.09/397.27	c cleaning 51007 clauses out of 102024 with flag 17249697/1368000
416.71/415.89	c cleaning 51984 clauses out of 104017 with flag 17960988/1421000
441.20/440.35	c cleaning 52992 clauses out of 106033 with flag 18592742/1475000
466.11/465.27	c cleaning 53996 clauses out of 108044 with flag 19247001/1530003
492.81/491.95	c cleaning 54995 clauses out of 110046 with flag 19927723/1586001
522.43/521.40	c cleaning 56000 clauses out of 112050 with flag 20637279/1643000
553.03/551.98	c cleaning 56998 clauses out of 114050 with flag 21344192/1701000
586.45/585.31	c cleaning 58002 clauses out of 116054 with flag 22030237/1760002
622.26/621.13	c cleaning 59000 clauses out of 118051 with flag 22758606/1820001
654.45/653.17	c cleaning 59995 clauses out of 120051 with flag 23533014/1881001
688.06/686.77	c cleaning 61000 clauses out of 122056 with flag 24441210/1943001
726.05/724.75	c cleaning 62003 clauses out of 124056 with flag 25356747/2006001
765.44/764.19	c cleaning 62998 clauses out of 126052 with flag 26295408/2070000
805.01/803.58	c cleaning 63993 clauses out of 128054 with flag 27249993/2135000
851.81/850.39	c cleaning 64998 clauses out of 130062 with flag 28197513/2201001
892.70/891.27	c cleaning 66006 clauses out of 132063 with flag 29127008/2268000
933.29/931.65	c cleaning 67011 clauses out of 134060 with flag 30024888/2336003
964.98/963.35	c cleaning 68005 clauses out of 136046 with flag 30939510/2405000
1014.47/1012.81	c cleaning 68994 clauses out of 138041 with flag 31900831/2475000
1070.00/1068.17	c cleaning 69995 clauses out of 140048 with flag 32887435/2546001
1124.69/1122.82	c cleaning 70995 clauses out of 142052 with flag 33936980/2618000
1180.58/1178.78	c cleaning 71995 clauses out of 144057 with flag 34926470/2691000
1238.33/1236.32	c cleaning 73001 clauses out of 146062 with flag 35938769/2765000
1299.81/1297.82	c cleaning 73997 clauses out of 148061 with flag 37016627/2840000
1362.10/1360.19	c cleaning 75002 clauses out of 150064 with flag 38067075/2916000
1425.85/1423.87	c cleaning 76003 clauses out of 152064 with flag 39195466/2993002
1494.96/1492.90	c cleaning 76997 clauses out of 154059 with flag 40397831/3071000
1565.09/1562.94	c cleaning 78004 clauses out of 156064 with flag 41599483/3150002
1638.00/1635.89	c cleaning 78997 clauses out of 158059 with flag 42804730/3230001
1711.98/1709.78	c cleaning 79995 clauses out of 160061 with flag 43989694/3311000
1786.61/1784.39	c cleaning 81000 clauses out of 162066 with flag 45216788/3393000
1800.00/1797.70	c starts		: 397
1800.00/1797.70	c conflicts		: 3417673
1800.00/1797.70	c decisions		: 3854345
1800.00/1797.70	c propagations		: 90029982
1800.00/1797.70	c inspects		: 34973730809
1800.00/1797.70	c shortcuts		: 0
1800.00/1797.70	c learnt literals	: 0
1800.00/1797.70	c learnt binary clauses	: 0
1800.00/1797.70	c learnt ternary clauses	: 0
1800.00/1797.70	c learnt constraints	: 3417673
1800.00/1797.70	c ignored constraints	: 0
1800.00/1797.70	c root simplifications	: 0
1800.00/1797.70	c removed literals (reason simplification)	: 0
1800.00/1797.70	c reason swapping (by a shorter reason)	: 0
1800.00/1797.70	c Calls to reduceDB	: 78
1800.00/1797.70	c Number of update (reduction) of LBD	: 1224868
1800.00/1797.70	c Imported unit clauses	: 0
1800.00/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.70	c number of learned constraints concerned by reduction	: 0
1800.00/1797.70	c number of learning phase by resolution	: 0
1800.00/1797.70	c number of learning phase by cutting planes	: 0
1800.00/1797.70	c speed (assignments/second)	: 50084.72235048293
1800.00/1797.70	c non guided choices	105
1800.00/1797.70	c timeout
1800.00/1797.73	c learnt constraints type 
1800.00/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105740
1800.00/1797.73	s UNKNOWN
1800.00/1797.73	c Total wall clock time (in seconds): 1797.612

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

pid=15861
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.75 2.32 2.22 3/194 15864
/proc/meminfo: memFree=30034720/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/15864/stat : 15864 (java) D 15861 15864 5750 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 5683701 278528 32 33554432000 1073741824 1073778376 140735719977872 140735719975048 266426477863 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/15864/statm: 68 32 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15864
/proc/meminfo: memFree=30034720/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 4400 0 1 0 7 1 0 0 20 0 18 0 5683701 9787879424 6029 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200197 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15864
/proc/meminfo: memFree=30034720/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 6653 0 1 0 24 2 0 0 20 0 19 0 5683701 9856040960 7699 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 7699 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300196 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15864
/proc/meminfo: memFree=30034720/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 7346 0 1 0 48 2 0 0 20 0 19 0 5683701 9856040960 8227 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 8227 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700176 s]
/proc/loadavg: 2.75 2.32 2.22 3/194 15864
/proc/meminfo: memFree=30034720/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 8390 0 1 0 98 2 0 0 20 0 19 0 5683701 9856040960 9176 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 9176 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.75 2.32 2.22 5/213 15949
/proc/meminfo: memFree=30490668/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 8394 0 1 0 180 2 0 0 20 0 19 0 5683701 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 10201 2249 9 0 2396937 0
[pid=15864/tid=15866] ppid=15861 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/15864/task/15866/stat : 15866 (java) R 15861 15864 5750 0 -1 4202560 2402 0 1 0 145 0 0 0 20 0 19 0 5683703 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671612407504 140671470478347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15867] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15867/stat : 15867 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671590517800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15868] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15868/stat : 15868 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671589465000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15869] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15869/stat : 15869 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671386118952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15870] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15870/stat : 15870 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671385066152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15871] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15871/stat : 15871 (java) S 15861 15864 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671384013352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15872] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15872/stat : 15872 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671382960552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15873] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15873/stat : 15873 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671381907752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15874] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15874/stat : 15874 (java) S 15861 15864 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671380854952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15875] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15875/stat : 15875 (java) S 15861 15864 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671368657896 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15876] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15876/stat : 15876 (java) S 15861 15864 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671367603960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15877] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15877/stat : 15877 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671366551048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15878] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15878/stat : 15878 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671365499536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15879] ppid=15861 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15864/task/15879/stat : 15879 (java) S 15861 15864 5750 0 -1 4202560 1669 0 0 0 15 0 0 0 20 0 19 0 5683708 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671364446648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15880] ppid=15861 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/15864/task/15880/stat : 15880 (java) S 15861 15864 5750 0 -1 4202560 3052 0 0 0 19 0 0 0 20 0 19 0 5683708 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671363393848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15881] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15881/stat : 15881 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671362341240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15882] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15882/stat : 15882 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671361288648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15883] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15883/stat : 15883 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683717 9856040960 10201 33554432000 1073741824 1073778376 140737144782656 140671360235176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.75 2.32 2.22 4/213 15949
/proc/meminfo: memFree=30476320/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 8401 0 1 0 344 2 0 0 20 0 19 0 5683701 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 12252 2250 9 0 2396937 0
[pid=15864/tid=15866] ppid=15861 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/15864/task/15866/stat : 15866 (java) R 15861 15864 5750 0 -1 4202560 2406 0 1 0 305 0 0 0 20 0 19 0 5683703 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671612407504 140671470495519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15867] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15867/stat : 15867 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671590517800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15868] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15868/stat : 15868 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671589465000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15869] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15869/stat : 15869 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671386118952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15870] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15870/stat : 15870 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671385066152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15871] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15871/stat : 15871 (java) S 15861 15864 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671384013352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15872] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15872/stat : 15872 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671382960552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15873] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15873/stat : 15873 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671381907752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15874] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15874/stat : 15874 (java) S 15861 15864 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671380854952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15875] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15875/stat : 15875 (java) S 15861 15864 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671368657896 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15876] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15876/stat : 15876 (java) S 15861 15864 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671367603960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15877] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15877/stat : 15877 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671366551048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15878] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15878/stat : 15878 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671365499536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15879] ppid=15861 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15864/task/15879/stat : 15879 (java) S 15861 15864 5750 0 -1 4202560 1669 0 0 0 15 0 0 0 20 0 19 0 5683708 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671364446648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15880] ppid=15861 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15864/task/15880/stat : 15880 (java) S 15861 15864 5750 0 -1 4202560 3055 0 0 0 22 0 0 0 20 0 19 0 5683708 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671363393848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15881] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15881/stat : 15881 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671362341240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15882] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15882/stat : 15882 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671361288648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15883] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15883/stat : 15883 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683717 9856040960 12252 33554432000 1073741824 1073778376 140737144782656 140671360235176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.69 2.31 2.22 3/213 15949
/proc/meminfo: memFree=30455328/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 8409 0 1 0 663 3 0 0 20 0 19 0 5683701 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 15325 2251 9 0 2396937 0
[pid=15864/tid=15866] ppid=15861 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/15864/task/15866/stat : 15866 (java) R 15861 15864 5750 0 -1 4202560 2413 0 1 0 623 2 0 0 20 0 19 0 5683703 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671612407504 140671470495572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15867] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15867/stat : 15867 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671590517800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15868] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15868/stat : 15868 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671589465000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15869] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15869/stat : 15869 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671386118952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15870] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15870/stat : 15870 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671385066152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15871] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15871/stat : 15871 (java) S 15861 15864 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671384013352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15872] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15872/stat : 15872 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671382960552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15873] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15873/stat : 15873 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671381907752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15874] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15874/stat : 15874 (java) S 15861 15864 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683704 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671380854952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15875] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15875/stat : 15875 (java) S 15861 15864 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671368657896 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15876] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15876/stat : 15876 (java) S 15861 15864 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671367603960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15877] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15877/stat : 15877 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671366551048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15878] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15878/stat : 15878 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671365499536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15879] ppid=15861 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15864/task/15879/stat : 15879 (java) S 15861 15864 5750 0 -1 4202560 1669 0 0 0 15 0 0 0 20 0 19 0 5683708 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671364446648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15880] ppid=15861 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15864/task/15880/stat : 15880 (java) S 15861 15864 5750 0 -1 4202560 3055 0 0 0 22 0 0 0 20 0 19 0 5683708 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671363393848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15881] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15881/stat : 15881 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671362341240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15882] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15882/stat : 15882 (java) S 15861 15864 5750 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671361288648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15883] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15883/stat : 15883 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683717 9856040960 15325 33554432000 1073741824 1073778376 140737144782656 140671360235176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=15864/tid=15883] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15883/stat : 15883 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683717 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671360235176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.22 2.19 4/213 15993
/proc/meminfo: memFree=29716672/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=1784.6 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 10133 0 1 0 178360 100 0 0 20 0 19 0 5683701 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 155531 2280 9 0 2396937 0
[pid=15864/tid=15866] ppid=15861 vsize=9625040 CPUtime=1776.56 cores=1,3,5,7
/proc/15864/task/15866/stat : 15866 (java) R 15861 15864 5750 0 -1 4202560 2483 0 1 0 177624 32 0 0 20 0 19 0 5683703 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671612407504 140671470661243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15867] ppid=15861 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15864/task/15867/stat : 15867 (java) S 15861 15864 5750 0 -1 4202560 262 0 0 0 23 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671590517800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15868] ppid=15861 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/15864/task/15868/stat : 15868 (java) S 15861 15864 5750 0 -1 4202560 122 0 0 0 25 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671589465000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15869] ppid=15861 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15864/task/15869/stat : 15869 (java) S 15861 15864 5750 0 -1 4202560 124 0 0 0 28 8 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671386118952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15870] ppid=15861 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15864/task/15870/stat : 15870 (java) S 15861 15864 5750 0 -1 4202560 254 0 0 0 23 8 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671385066152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15871] ppid=15861 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15864/task/15871/stat : 15871 (java) S 15861 15864 5750 0 -1 4202560 245 0 0 0 24 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671384013352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15872] ppid=15861 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15864/task/15872/stat : 15872 (java) S 15861 15864 5750 0 -1 4202560 208 0 0 0 23 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671382960552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15873] ppid=15861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15864/task/15873/stat : 15873 (java) S 15861 15864 5750 0 -1 4202560 98 0 0 0 21 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671381907752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15874] ppid=15861 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15864/task/15874/stat : 15874 (java) S 15861 15864 5750 0 -1 4202560 90 0 0 0 24 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671380854952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15875] ppid=15861 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/15864/task/15875/stat : 15875 (java) S 15861 15864 5750 0 -1 4202560 154 0 0 0 10 2 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671368657896 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15876] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15876/stat : 15876 (java) S 15861 15864 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671367603960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15877] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15877/stat : 15877 (java) S 15861 15864 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671366551048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15878] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15878/stat : 15878 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671365499536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15879] ppid=15861 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15864/task/15879/stat : 15879 (java) S 15861 15864 5750 0 -1 4202560 1669 0 0 0 15 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671364446648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15880] ppid=15861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15864/task/15880/stat : 15880 (java) S 15861 15864 5750 0 -1 4202560 3062 0 0 0 26 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671363393848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15881] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15881/stat : 15881 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671362341240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15882] ppid=15861 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15864/task/15882/stat : 15882 (java) S 15861 15864 5750 0 -1 4202560 104 0 0 0 28 38 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671361288648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15883] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15883/stat : 15883 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683717 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671360235176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.6
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.28 2.22 2.19 4/213 15993
/proc/meminfo: memFree=29716924/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 10133 0 1 0 179900 100 0 0 20 0 19 0 5683701 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 155531 2280 9 0 2396937 0
[pid=15864/tid=15866] ppid=15861 vsize=9625040 CPUtime=1791.92 cores=1,3,5,7
/proc/15864/task/15866/stat : 15866 (java) R 15861 15864 5750 0 -1 4202560 2483 0 1 0 179160 32 0 0 20 0 19 0 5683703 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671612407504 140671470495519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15867] ppid=15861 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15864/task/15867/stat : 15867 (java) S 15861 15864 5750 0 -1 4202560 262 0 0 0 23 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671590517800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15868] ppid=15861 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/15864/task/15868/stat : 15868 (java) S 15861 15864 5750 0 -1 4202560 122 0 0 0 25 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671589465000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15869] ppid=15861 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15864/task/15869/stat : 15869 (java) S 15861 15864 5750 0 -1 4202560 124 0 0 0 28 8 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671386118952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15870] ppid=15861 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15864/task/15870/stat : 15870 (java) S 15861 15864 5750 0 -1 4202560 254 0 0 0 23 8 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671385066152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15871] ppid=15861 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15864/task/15871/stat : 15871 (java) S 15861 15864 5750 0 -1 4202560 245 0 0 0 24 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671384013352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15872] ppid=15861 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15864/task/15872/stat : 15872 (java) S 15861 15864 5750 0 -1 4202560 208 0 0 0 23 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671382960552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15873] ppid=15861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15864/task/15873/stat : 15873 (java) S 15861 15864 5750 0 -1 4202560 98 0 0 0 21 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671381907752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15874] ppid=15861 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15864/task/15874/stat : 15874 (java) S 15861 15864 5750 0 -1 4202560 90 0 0 0 24 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671380854952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15875] ppid=15861 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/15864/task/15875/stat : 15875 (java) S 15861 15864 5750 0 -1 4202560 154 0 0 0 10 2 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671368657896 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15876] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15876/stat : 15876 (java) S 15861 15864 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671367603960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15877] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15877/stat : 15877 (java) S 15861 15864 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671366551048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15878] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15878/stat : 15878 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671365499536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15879] ppid=15861 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15864/task/15879/stat : 15879 (java) S 15861 15864 5750 0 -1 4202560 1669 0 0 0 15 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671364446648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15880] ppid=15861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15864/task/15880/stat : 15880 (java) S 15861 15864 5750 0 -1 4202560 3062 0 0 0 26 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671363393848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15881] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15881/stat : 15881 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671362341240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15882] ppid=15861 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15864/task/15882/stat : 15882 (java) S 15861 15864 5750 0 -1 4202560 104 0 0 0 28 38 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671361288648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15883] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15883/stat : 15883 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683717 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671360235176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 15864 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.28 2.22 2.19 4/213 15993
/proc/meminfo: memFree=29716924/32872528 swapFree=1430608/1543028
[pid=15864] ppid=15861 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/15864/stat : 15864 (java) S 15861 15864 5750 0 -1 4202496 10133 0 1 0 179900 100 0 0 20 0 19 0 5683701 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140737144773792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15864/statm: 2406260 155531 2280 9 0 2396937 0
[pid=15864/tid=15866] ppid=15861 vsize=9625040 CPUtime=1791.92 cores=1,3,5,7
/proc/15864/task/15866/stat : 15866 (java) R 15861 15864 5750 0 -1 4202560 2483 0 1 0 179160 32 0 0 20 0 19 0 5683703 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671612407504 140671470495519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15867] ppid=15861 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15864/task/15867/stat : 15867 (java) S 15861 15864 5750 0 -1 4202560 262 0 0 0 23 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671590517800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15868] ppid=15861 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/15864/task/15868/stat : 15868 (java) S 15861 15864 5750 0 -1 4202560 122 0 0 0 25 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671589465000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15869] ppid=15861 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15864/task/15869/stat : 15869 (java) S 15861 15864 5750 0 -1 4202560 124 0 0 0 28 8 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671386118952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15870] ppid=15861 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15864/task/15870/stat : 15870 (java) S 15861 15864 5750 0 -1 4202560 254 0 0 0 23 8 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671385066152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15871] ppid=15861 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15864/task/15871/stat : 15871 (java) S 15861 15864 5750 0 -1 4202560 245 0 0 0 24 7 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671384013352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15864/tid=15872] ppid=15861 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15864/task/15872/stat : 15872 (java) S 15861 15864 5750 0 -1 4202560 208 0 0 0 23 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671382960552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15864/tid=15873] ppid=15861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15864/task/15873/stat : 15873 (java) S 15861 15864 5750 0 -1 4202560 98 0 0 0 21 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671381907752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15874] ppid=15861 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15864/task/15874/stat : 15874 (java) S 15861 15864 5750 0 -1 4202560 90 0 0 0 24 5 0 0 20 0 19 0 5683704 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671380854952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15875] ppid=15861 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/15864/task/15875/stat : 15875 (java) S 15861 15864 5750 0 -1 4202560 154 0 0 0 10 2 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671368657896 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15876] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15876/stat : 15876 (java) S 15861 15864 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671367603960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15877] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15877/stat : 15877 (java) S 15861 15864 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5683705 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671366551048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15878] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15878/stat : 15878 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671365499536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15879] ppid=15861 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15864/task/15879/stat : 15879 (java) S 15861 15864 5750 0 -1 4202560 1669 0 0 0 15 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671364446648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15880] ppid=15861 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15864/task/15880/stat : 15880 (java) S 15861 15864 5750 0 -1 4202560 3062 0 0 0 26 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671363393848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15881] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15881/stat : 15881 (java) S 15861 15864 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671362341240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15864/tid=15882] ppid=15861 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15864/task/15882/stat : 15882 (java) S 15861 15864 5750 0 -1 4202560 104 0 0 0 28 38 0 0 20 0 19 0 5683708 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671361288648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15864/tid=15883] ppid=15861 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15864/task/15883/stat : 15883 (java) S 15861 15864 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5683717 9856040960 155531 33554432000 1073741824 1073778376 140737144782656 140671360235176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.74
CPU time (s): 1800
CPU user time (s): 1799
CPU system time (s): 1
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 1.38379
maximum resident set size= 652720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10177
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38371
involuntary context switches= 19570

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1705 second user time and 14.3048 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 02:19:10
IDJOB=4089978
IDBENCH=107483
IDSOLVER=2546
FILE ID=node116/4089978-1466036350
RUNJOBID= node116-1466032752-15508
PBS_JOBID= 19902807
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v091-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089978-1466036350/watcher-4089978-1466036350 -o /tmp/evaluation-result-4089978-1466036350/solver-4089978-1466036350 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15508 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089978-1466036350.opb

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

MD5SUM BENCH= 0cbe6e0ff393a79d511dbbbded66ec10
RANDOM SEED=615548576

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		: 2666.781
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.56
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.781
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.781
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.781
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30034984 kB
Buffers:           22784 kB
Cached:            58664 kB
SwapCached:         3088 kB
Active:           541708 kB
Inactive:          49268 kB
Active(anon):     508976 kB
Inactive(anon):     3412 kB
Active(file):      32732 kB
Inactive(file):    45856 kB
Unevictable:     1543028 kB
Mlocked:         1430608 kB
SwapTotal:      67108856 kB
SwapFree:       67099412 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       2053372 kB
Mapped:            15204 kB
Shmem:                 0 kB
Slab:             566832 kB
SReclaimable:      10996 kB
SUnreclaim:       555836 kB
KernelStack:        1600 kB
PageTables:         8312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2416516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 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= 71640 MiB
End job on node116 at 2016-06-16 02:49:08