Trace number 4103712

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1794.27

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbea.opb
MD5SUMfed9726f7ff3b53e29a48b8849ad3d9b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155427
Total number of constraints2674
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 11303756896327816
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103712-1466249011.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
3.51/2.41	c ... done. Wall clock time 2.307s.
3.51/2.41	c declared #vars     155427
3.51/2.41	c #constraints  4866
3.51/2.41	c constraints type 
3.51/2.41	c org.sat4j.specs.Constr$1 => 339
3.51/2.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4527
3.51/2.41	c 4866 constraints processed.
3.51/2.41	c objective function length is 15205 literals
6.22/4.55	c cleaning 2497 clauses out of 5000 with flag 14167/5001
7.91/6.12	c cleaning 4242 clauses out of 8502 with flag 29972/11000
9.71/7.97	c cleaning 5630 clauses out of 11260 with flag 49864/18000
12.01/10.23	c cleaning 6813 clauses out of 13631 with flag 70910/26001
14.94/13.13	c cleaning 7907 clauses out of 15819 with flag 98404/35002
17.73/15.98	c cleaning 8955 clauses out of 17910 with flag 128662/45000
20.64/18.88	c cleaning 9970 clauses out of 19955 with flag 159462/56000
23.54/21.63	c cleaning 10985 clauses out of 21985 with flag 186955/68000
26.84/24.90	c cleaning 11993 clauses out of 24000 with flag 218706/81000
31.05/29.14	c cleaning 12998 clauses out of 26008 with flag 255571/95001
35.45/33.59	c cleaning 14003 clauses out of 28011 with flag 297145/110002
41.09/39.07	c cleaning 14997 clauses out of 30007 with flag 342777/126001
46.49/44.47	c cleaning 16003 clauses out of 32009 with flag 388148/143000
53.49/51.41	c cleaning 17001 clauses out of 34011 with flag 426665/161005
62.09/60.10	c cleaning 18003 clauses out of 36015 with flag 466025/180010
70.69/68.62	c cleaning 18998 clauses out of 38007 with flag 510080/200005
80.99/78.97	c cleaning 19998 clauses out of 40005 with flag 565408/221001
91.58/89.56	c cleaning 20999 clauses out of 42007 with flag 624950/243001
102.89/100.81	c cleaning 22002 clauses out of 44016 with flag 687110/266009
115.12/112.82	c cleaning 22999 clauses out of 46008 with flag 749403/290003
128.11/125.84	c cleaning 23999 clauses out of 48007 with flag 814775/315001
140.61/138.38	c cleaning 24996 clauses out of 50008 with flag 888408/341001
153.51/151.29	c cleaning 26002 clauses out of 52013 with flag 963044/368002
166.51/164.22	c cleaning 26996 clauses out of 54011 with flag 1045233/396002
179.71/177.44	c cleaning 28005 clauses out of 56019 with flag 1117411/425006
192.91/190.60	c cleaning 28996 clauses out of 58008 with flag 1200039/455000
206.94/204.43	c cleaning 30002 clauses out of 60014 with flag 1284351/486002
226.09/223.58	c cleaning 31005 clauses out of 62011 with flag 1368996/518001
235.89/233.32	c cleaning 31998 clauses out of 64011 with flag 1447270/551006
247.49/244.91	c cleaning 33004 clauses out of 66009 with flag 1526811/585002
253.98/251.47	c cleaning 34002 clauses out of 68003 with flag 1602017/620001
265.48/262.91	c cleaning 35001 clauses out of 70001 with flag 1674082/656001
281.71/278.81	c cleaning 35999 clauses out of 71999 with flag 1748146/693000
301.71/298.57	c cleaning 36997 clauses out of 74001 with flag 1824161/731001
319.69/316.26	c cleaning 37987 clauses out of 75994 with flag 1911271/770002
337.55/333.90	c cleaning 38990 clauses out of 78005 with flag 2064135/810000
354.82/350.68	c cleaning 39993 clauses out of 80015 with flag 2236225/851000
373.63/369.43	c cleaning 41002 clauses out of 82022 with flag 2408078/893000
392.33/388.10	c cleaning 41997 clauses out of 84026 with flag 2578307/936006
410.63/406.46	c cleaning 42997 clauses out of 86026 with flag 2753660/980003
431.50/427.13	c cleaning 43995 clauses out of 88028 with flag 2937552/1025002
455.10/450.71	c cleaning 45004 clauses out of 90032 with flag 3134090/1071001
477.71/473.33	c cleaning 46000 clauses out of 92027 with flag 3318966/1118000
499.44/494.97	c cleaning 47002 clauses out of 94030 with flag 3517775/1166003
522.25/517.73	c cleaning 48001 clauses out of 96027 with flag 3723050/1215002
544.86/540.33	c cleaning 48999 clauses out of 98024 with flag 3926617/1265000
568.05/563.51	c cleaning 49992 clauses out of 100025 with flag 4130599/1316000
594.23/589.65	c cleaning 50997 clauses out of 102034 with flag 4335609/1368001
619.33/614.80	c cleaning 52003 clauses out of 104038 with flag 4552355/1421002
646.53/641.99	c cleaning 52997 clauses out of 106035 with flag 4756074/1475002
674.66/669.94	c cleaning 54000 clauses out of 108036 with flag 4980038/1530000
708.47/703.70	c cleaning 55002 clauses out of 110036 with flag 5228727/1586000
741.84/737.09	c cleaning 56005 clauses out of 112034 with flag 5482205/1643000
774.05/769.26	c cleaning 57002 clauses out of 114029 with flag 5716655/1701000
804.95/800.14	c cleaning 57999 clauses out of 116027 with flag 5933592/1760000
836.36/831.46	c cleaning 59000 clauses out of 118028 with flag 6161459/1820000
867.48/862.54	c cleaning 59994 clauses out of 120028 with flag 6410078/1881000
899.86/894.83	c cleaning 61001 clauses out of 122034 with flag 6638919/1943000
934.78/929.80	c cleaning 62002 clauses out of 124034 with flag 6885146/2006001
970.09/965.09	c cleaning 62996 clauses out of 126031 with flag 7140290/2070000
1009.12/1004.00	c cleaning 64007 clauses out of 128038 with flag 7405949/2135003
1050.13/1045.08	c cleaning 65004 clauses out of 130028 with flag 7640613/2201000
1094.52/1089.31	c cleaning 65999 clauses out of 132024 with flag 7870106/2268000
1146.16/1140.97	c cleaning 66995 clauses out of 134026 with flag 8112354/2336001
1204.26/1198.94	c cleaning 68003 clauses out of 136031 with flag 8356581/2405001
1263.99/1258.63	c cleaning 68999 clauses out of 138027 with flag 8587795/2475000
1325.98/1320.54	c cleaning 70003 clauses out of 140029 with flag 8838518/2546001
1388.50/1383.00	c cleaning 71001 clauses out of 142026 with flag 9101975/2618001
1456.73/1451.20	c cleaning 71993 clauses out of 144026 with flag 9366479/2691002
1537.03/1531.46	c cleaning 72991 clauses out of 146033 with flag 9647442/2765002
1624.54/1618.83	c cleaning 74002 clauses out of 148040 with flag 9921247/2840000
1707.06/1701.33	c cleaning 75007 clauses out of 150039 with flag 10183694/2916001
1782.83/1777.06	c cleaning 76000 clauses out of 152031 with flag 10456281/2993000
1800.03/1794.23	c starts		: 466
1800.03/1794.23	c conflicts		: 3014414
1800.03/1794.23	c decisions		: 3542755
1800.03/1794.23	c propagations		: 217925713
1800.03/1794.23	c inspects		: 17139110898
1800.03/1794.23	c shortcuts		: 0
1800.03/1794.23	c learnt literals	: 13
1800.03/1794.23	c learnt binary clauses	: 28
1800.03/1794.23	c learnt ternary clauses	: 15
1800.03/1794.23	c learnt constraints	: 3014401
1800.03/1794.23	c ignored constraints	: 0
1800.03/1794.23	c root simplifications	: 0
1800.03/1794.23	c removed literals (reason simplification)	: 0
1800.03/1794.23	c reason swapping (by a shorter reason)	: 0
1800.03/1794.23	c Calls to reduceDB	: 73
1800.03/1794.23	c Number of update (reduction) of LBD	: 318659
1800.03/1794.23	c Imported unit clauses	: 0
1800.03/1794.23	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.23	c number of learned constraints concerned by reduction	: 0
1800.03/1794.23	c number of learning phase by resolution	: 0
1800.03/1794.23	c number of learning phase by cutting planes	: 0
1800.03/1794.23	c speed (assignments/second)	: 121635.24170407667
1800.03/1794.23	c non guided choices	18983
1800.03/1794.25	c timeout
1800.03/1794.25	c learnt constraints type 
1800.03/1794.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.03/1794.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97418
1800.03/1794.25	s UNKNOWN
1800.03/1794.25	c Total wall clock time (in seconds): 1794.151

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-4103712-1466249011/watcher-4103712-1466249011 -o /tmp/evaluation-result-4103712-1466249011/solver-4103712-1466249011 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103712-1466249011.opb 

pid=8111
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.31 2.22 3/194 8114
/proc/meminfo: memFree=29569224/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 26947989 98570240 978 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 24065 978 744 9 0 16771 0
[pid=8114/tid=8115] ppid=8111 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 26947990 98570240 978 33554432000 1073741824 1073778376 140733573993440 139812228677160 259112387968 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100095 s]
/proc/loadavg: 2.75 2.31 2.22 3/194 8114
/proc/meminfo: memFree=29569224/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 26947989 9787879424 6128 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2389619 6128 2157 9 0 2380296 0
[pid=8114/tid=8115] ppid=8111 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 26947990 9787879424 6128 33554432000 1073741824 1073778376 140733573993440 139812228677560 259115771149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200341 s]
/proc/loadavg: 2.75 2.31 2.22 3/194 8114
/proc/meminfo: memFree=29569224/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 5217 0 1 0 30 1 0 0 20 0 18 0 26947989 9787879424 8015 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2389619 8015 2227 9 0 2380296 0
[pid=8114/tid=8115] ppid=8111 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 26947990 9787879424 8015 33554432000 1073741824 1073778376 140733573993440 139812228681904 139812074309524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300367 s]
/proc/loadavg: 2.75 2.31 2.22 3/194 8114
/proc/meminfo: memFree=29569224/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 6711 0 1 0 53 2 0 0 20 0 18 0 26947989 9787879424 11241 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2389619 11241 2232 9 0 2380296 0
[pid=8114/tid=8115] ppid=8111 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 26947990 9787879424 11241 33554432000 1073741824 1073778376 140733573993440 139812228681904 139812231967639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700233 s]
/proc/loadavg: 2.75 2.31 2.22 3/194 8114
/proc/meminfo: memFree=29569224/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 11900 0 1 0 135 6 0 0 20 0 18 0 26947989 9787879424 47978 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2389619 47978 2264 9 0 2380296 0
[pid=8114/tid=8115] ppid=8111 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) S 8111 8114 6916 0 -1 4202560 2463 0 1 0 60 3 0 0 20 0 18 0 26947990 9787879424 47978 33554432000 1073741824 1073778376 140733573993440 139812228679928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.75 2.31 2.22 3/212 8132
/proc/meminfo: memFree=29336920/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9558476 CPUtime=2.41 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 12444 0 1 0 227 14 0 0 20 0 18 0 26947989 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2389619 69914 2269 9 0 2380296 0
[pid=8114/tid=8115] ppid=8111 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 2485 0 1 0 133 3 0 0 20 0 18 0 26947990 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812228673504 259115771149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6916 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 18 0 26947990 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812201134888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6916 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 18 0 26947991 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812200082088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6916 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 26947991 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812199029800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6916 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 18 0 26947991 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812197977000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6916 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 18 0 26947991 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812196923688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6916 0 -1 4202560 134 0 0 0 5 2 0 0 20 0 18 0 26947991 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812195870888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6916 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 26947991 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812194818600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6916 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 18 0 26947991 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139812193765800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26947992 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811582089960 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26947992 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811581036024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26947992 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811579983624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26947994 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811578932112 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6916 0 -1 4202560 3531 0 0 0 31 0 0 0 20 0 18 0 26947994 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811577878712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6916 0 -1 4202560 4554 0 0 0 28 0 0 0 20 0 18 0 26947994 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811576825912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26947994 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811575773816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26947994 9787879424 69914 33554432000 1073741824 1073778376 140733573993440 139811574721224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9558476

[startup+3.10959 s]
/proc/loadavg: 2.75 2.31 2.22 3/212 8132
/proc/meminfo: memFree=29163232/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9625040 CPUtime=4.67 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 15081 0 1 0 445 22 0 0 20 0 19 0 26947989 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2406260 110659 2280 9 0 2396937 0
[pid=8114/tid=8115] ppid=8111 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) S 8111 8114 6916 0 -1 4202560 2531 0 1 0 279 4 0 0 20 0 19 0 26947990 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812228681096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) R 8111 8114 6916 0 -1 4202560 104 0 0 0 5 0 0 0 20 0 19 0 26947990 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812201135064 139812235578482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) R 8111 8114 6916 0 -1 4202560 152 0 0 0 11 3 0 0 20 0 19 0 26947991 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812200082264 139812231960482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) R 8111 8114 6916 0 -1 4202560 77 0 0 0 12 3 0 0 20 0 19 0 26947991 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812199029976 139812235580669 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) R 8111 8114 6916 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 19 0 26947991 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812197977176 139812232438924 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) R 8111 8114 6916 0 -1 4202560 107 0 0 0 5 1 0 0 20 0 19 0 26947991 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812196923864 139812231153345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) R 8111 8114 6916 0 -1 4202560 141 0 0 0 7 2 0 0 20 0 19 0 26947991 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812195870888 139812235578284 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) R 8111 8114 6916 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 19 0 26947991 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812194818776 139812235578519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) R 8111 8114 6916 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 19 0 26947991 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139812193765800 139812235578284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811582088840 259115758652 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811581036024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811579983624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811578932112 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6916 0 -1 4202560 5729 0 0 0 54 1 0 0 20 0 19 0 26947994 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811577878712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6916 0 -1 4202560 4556 0 0 0 43 0 0 0 20 0 19 0 26947994 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811576825912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811575773816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 110659 33554432000 1073741824 1073778376 140733573993440 139811574721224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.69 2.31 2.22 3/213 8133
/proc/meminfo: memFree=29103080/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9625040 CPUtime=8.11 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 15177 0 1 0 785 26 0 0 20 0 19 0 26947989 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2406260 118010 2285 9 0 2396937 0
[pid=8114/tid=8115] ppid=8111 vsize=9625040 CPUtime=5.97 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 2534 0 1 0 593 4 0 0 20 0 19 0 26947990 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812228673248 139812074665789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6916 0 -1 4202560 117 0 0 0 6 2 0 0 20 0 19 0 26947990 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812201134888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6916 0 -1 4202560 158 0 0 0 12 3 0 0 20 0 19 0 26947991 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812200082088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6916 0 -1 4202560 88 0 0 0 14 3 0 0 20 0 19 0 26947991 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812199029800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6916 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 19 0 26947991 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812197977000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6916 0 -1 4202560 112 0 0 0 6 1 0 0 20 0 19 0 26947991 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812196923688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6916 0 -1 4202560 155 0 0 0 8 3 0 0 20 0 19 0 26947991 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812195870888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6916 0 -1 4202560 64 0 0 0 5 3 0 0 20 0 19 0 26947991 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812194818600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6916 0 -1 4202560 66 0 0 0 8 3 0 0 20 0 19 0 26947991 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139812193765800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139811582089960 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139811581036024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139811579983624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139811578932112 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6916 0 -1 4202560 5734 0 0 0 59 1 0 0 20 0 19 0 26947994 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139811577878712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6916 0 -1 4202560 4556 0 0 0 48 0 0 0 20 0 19 0 26947994 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139811576825912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 118010 33554432000 1073741824 1073778376 140733573993440 139811575773816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26948249 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811573667240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.14
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.18 4/213 8309
/proc/meminfo: memFree=27322376/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9625040 CPUtime=1788.13 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 38253 0 1 0 178654 159 0 0 20 0 19 0 26947989 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2406260 614463 2294 9 0 2396937 0
[pid=8114/tid=8115] ppid=8111 vsize=9625040 CPUtime=1775.49 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 4118 0 1 0 177488 61 0 0 20 0 19 0 26947990 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812228673232 139812074702701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6916 0 -1 4202560 288 0 0 0 38 9 0 0 20 0 19 0 26947990 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812201134888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6916 0 -1 4202560 326 0 0 0 43 9 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812200082088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6916 0 -1 4202560 253 0 0 0 37 10 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812199029800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6916 0 -1 4202560 323 0 0 0 32 12 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812197977000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6916 0 -1 4202560 345 0 0 0 35 10 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812196923688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6916 0 -1 4202560 408 0 0 0 49 14 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812195870888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6916 0 -1 4202560 327 0 0 0 39 11 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812194818600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6916 0 -1 4202560 357 0 0 0 36 11 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812193765800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6916 0 -1 4202560 1373 0 0 0 83 4 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811582089960 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811581036024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811579983624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811578932112 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6916 0 -1 4202560 5743 0 0 0 66 1 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811577878712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6916 0 -1 4202560 23031 0 0 0 196 3 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811576825912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811575773816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6916 0 -1 4202560 103 0 0 0 28 38 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811574721224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26948249 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811573667240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 2.24 2.21 2.18 3/213 8309
/proc/meminfo: memFree=27322252/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 38253 0 1 0 179844 159 0 0 20 0 19 0 26947989 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2406260 614463 2294 9 0 2396937 0
[pid=8114/tid=8115] ppid=8111 vsize=9625040 CPUtime=1787.36 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 4118 0 1 0 178674 62 0 0 20 0 19 0 26947990 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812228673232 139812074659328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6916 0 -1 4202560 288 0 0 0 38 9 0 0 20 0 19 0 26947990 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812201134888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6916 0 -1 4202560 326 0 0 0 43 9 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812200082088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6916 0 -1 4202560 253 0 0 0 37 10 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812199029800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6916 0 -1 4202560 323 0 0 0 32 12 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812197977000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6916 0 -1 4202560 345 0 0 0 35 10 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812196923688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6916 0 -1 4202560 408 0 0 0 49 14 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812195870888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6916 0 -1 4202560 327 0 0 0 39 11 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812194818600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6916 0 -1 4202560 357 0 0 0 36 11 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812193765800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6916 0 -1 4202560 1373 0 0 0 83 4 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811582089960 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811581036024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811579983624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811578932112 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6916 0 -1 4202560 5743 0 0 0 66 1 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811577878712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6916 0 -1 4202560 23031 0 0 0 196 3 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811576825912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811575773816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6916 0 -1 4202560 103 0 0 0 28 38 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811574721224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26948249 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811573667240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 8114 sig 9
??? kill -8114 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.2 s]
/proc/loadavg: 2.24 2.21 2.18 3/213 8309
/proc/meminfo: memFree=27322252/32872528 swapFree=1497824/1644992
[pid=8114] ppid=8111 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/8114/stat : 8114 (java) S 8111 8114 6916 0 -1 4202496 38253 0 1 0 179844 159 0 0 20 0 19 0 26947989 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 140733573984576 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8114/statm: 2406260 614463 2294 9 0 2396937 0
[pid=8114/tid=8115] ppid=8111 vsize=9625040 CPUtime=1787.36 cores=1,3,5,7
/proc/8114/task/8115/stat : 8115 (java) R 8111 8114 6916 0 -1 4202560 4118 0 1 0 178674 62 0 0 20 0 19 0 26947990 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812228673232 139812074659328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8117] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8117/stat : 8117 (java) S 8111 8114 6916 0 -1 4202560 288 0 0 0 38 9 0 0 20 0 19 0 26947990 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812201134888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8118] ppid=8111 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8114/task/8118/stat : 8118 (java) S 8111 8114 6916 0 -1 4202560 326 0 0 0 43 9 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812200082088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8119] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8119/stat : 8119 (java) S 8111 8114 6916 0 -1 4202560 253 0 0 0 37 10 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812199029800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8120] ppid=8111 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8114/task/8120/stat : 8120 (java) S 8111 8114 6916 0 -1 4202560 323 0 0 0 32 12 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812197977000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8114/tid=8121] ppid=8111 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8114/task/8121/stat : 8121 (java) S 8111 8114 6916 0 -1 4202560 345 0 0 0 35 10 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812196923688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8122] ppid=8111 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8114/task/8122/stat : 8122 (java) S 8111 8114 6916 0 -1 4202560 408 0 0 0 49 14 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812195870888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8123] ppid=8111 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8114/task/8123/stat : 8123 (java) S 8111 8114 6916 0 -1 4202560 327 0 0 0 39 11 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812194818600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8124] ppid=8111 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8114/task/8124/stat : 8124 (java) S 8111 8114 6916 0 -1 4202560 357 0 0 0 36 11 0 0 20 0 19 0 26947991 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139812193765800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8125] ppid=8111 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/8114/task/8125/stat : 8125 (java) S 8111 8114 6916 0 -1 4202560 1373 0 0 0 83 4 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811582089960 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8126] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8126/stat : 8126 (java) S 8111 8114 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811581036024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8127] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8127/stat : 8127 (java) S 8111 8114 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26947992 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811579983624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8128] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8128/stat : 8128 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811578932112 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8129] ppid=8111 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8114/task/8129/stat : 8129 (java) S 8111 8114 6916 0 -1 4202560 5743 0 0 0 66 1 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811577878712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8114/tid=8130] ppid=8111 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/8114/task/8130/stat : 8130 (java) S 8111 8114 6916 0 -1 4202560 23031 0 0 0 196 3 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811576825912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8131] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8131/stat : 8131 (java) S 8111 8114 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811575773816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8114/tid=8132] ppid=8111 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8114/task/8132/stat : 8132 (java) S 8111 8114 6916 0 -1 4202560 103 0 0 0 28 38 0 0 20 0 19 0 26947994 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811574721224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8114/tid=8133] ppid=8111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8114/task/8133/stat : 8133 (java) S 8111 8114 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26948249 9856040960 614463 33554432000 1073741824 1073778376 140733573993440 139811573667240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8114 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=798301
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=81683
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.27
CPU time (s): 1800.03
CPU user time (s): 1798.44
CPU system time (s): 1.59
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 9626900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 2.08168
maximum resident set size= 2956564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38319
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38654
involuntary context switches= 14165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5421 second user time and 11.7432 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 13:23:32
IDJOB=4103712
IDBENCH=2438
IDSOLVER=2546
FILE ID=node124/4103712-1466249011
RUNJOBID= node124-1466241833-6933
PBS_JOBID= 19918215
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= fed9726f7ff3b53e29a48b8849ad3d9b
RANDOM SEED=1659371242

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29569116 kB
Buffers:          131696 kB
Cached:           181796 kB
SwapCached:         3080 kB
Active:           681976 kB
Inactive:         214944 kB
Active(anon):     581340 kB
Inactive(anon):     4736 kB
Active(file):     100636 kB
Inactive(file):   210208 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:             15176 kB
Writeback:             0 kB
AnonPages:       2229280 kB
Mapped:            17000 kB
Shmem:                 0 kB
Slab:             625684 kB
SReclaimable:      69168 kB
SUnreclaim:       556516 kB
KernelStack:        1592 kB
PageTables:         8716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2455380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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= 71712 MiB
End job on node124 at 2016-06-18 13:53:26