Trace number 4084554

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 1796.54

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084554-1465276040.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
7.43/6.02	c ... done. Wall clock time 5.905s.
7.43/6.02	c declared #vars     44846
7.43/6.02	c #constraints  989877
7.43/6.02	c constraints type 
7.43/6.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
7.43/6.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
7.43/6.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
7.43/6.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
7.43/6.02	c 989877 constraints processed.
10.74/8.91	c cleaning 2501 clauses out of 5001 with flag 29094/5001
19.85/17.80	c cleaning 4243 clauses out of 8499 with flag 80320/11000
29.44/27.16	c cleaning 5603 clauses out of 11257 with flag 209618/18001
33.18/30.49	c cleaning 6812 clauses out of 13653 with flag 348533/26000
37.71/34.95	c cleaning 7916 clauses out of 15842 with flag 577455/35001
48.21/45.47	c cleaning 8927 clauses out of 17925 with flag 1098698/45000
57.51/54.77	c cleaning 9996 clauses out of 20000 with flag 1545903/56002
71.03/68.25	c cleaning 10841 clauses out of 22002 with flag 1978385/68000
90.42/87.61	c cleaning 12041 clauses out of 24162 with flag 2402628/81001
102.93/100.13	c cleaning 12999 clauses out of 26121 with flag 2837000/95001
117.93/115.19	c cleaning 14043 clauses out of 28122 with flag 3195788/110001
127.03/124.22	c cleaning 15004 clauses out of 30078 with flag 3478525/126000
134.44/131.36	c cleaning 16021 clauses out of 32074 with flag 3662582/143000
142.64/139.53	c cleaning 17015 clauses out of 34055 with flag 3786081/161002
150.04/146.97	c cleaning 18006 clauses out of 36038 with flag 3931933/180000
158.35/155.23	c cleaning 18965 clauses out of 38032 with flag 4097166/200000
176.87/173.71	c cleaning 20013 clauses out of 40062 with flag 4494697/221000
188.28/185.17	c cleaning 21006 clauses out of 42050 with flag 4632967/243001
199.09/195.97	c cleaning 22004 clauses out of 44043 with flag 4785069/266000
211.99/208.89	c cleaning 23011 clauses out of 46041 with flag 5041933/290002
220.79/217.64	c cleaning 24003 clauses out of 48028 with flag 5194844/315000
232.59/229.49	c cleaning 25000 clauses out of 50023 with flag 5382384/341000
250.99/247.90	c cleaning 26000 clauses out of 52021 with flag 5932218/368000
267.70/264.51	c cleaning 26791 clauses out of 54020 with flag 6324373/396001
280.11/276.93	c cleaning 28104 clauses out of 56230 with flag 6512985/425002
305.31/302.17	c cleaning 29061 clauses out of 58124 with flag 7141492/455000
326.01/322.80	c cleaning 29977 clauses out of 60064 with flag 7735951/486001
347.72/344.58	c cleaning 30862 clauses out of 62085 with flag 8197301/518000
372.42/369.28	c cleaning 32082 clauses out of 64223 with flag 8562743/551000
398.33/395.10	c cleaning 33027 clauses out of 66141 with flag 9133951/585000
427.73/424.57	c cleaning 34007 clauses out of 68115 with flag 9651393/620001
461.04/457.81	c cleaning 35033 clauses out of 70107 with flag 10214069/656000
489.45/486.29	c cleaning 36003 clauses out of 72074 with flag 10495233/693000
522.84/519.64	c cleaning 37036 clauses out of 74072 with flag 10862103/731001
552.84/549.61	c cleaning 37764 clauses out of 76037 with flag 11237401/770002
578.56/575.40	c cleaning 38982 clauses out of 78272 with flag 11632043/810001
608.87/605.69	c cleaning 39764 clauses out of 80289 with flag 12104164/851000
639.27/636.09	c cleaning 39484 clauses out of 82525 with flag 12743418/893000
668.18/664.92	c cleaning 41039 clauses out of 86042 with flag 13399889/936001
698.18/694.94	c cleaning 42305 clauses out of 89002 with flag 14069877/980000
728.79/725.52	c cleaning 43422 clauses out of 91697 with flag 14593662/1025000
760.99/757.78	c cleaning 44413 clauses out of 94275 with flag 15164685/1071000
789.40/786.11	c cleaning 45696 clauses out of 96862 with flag 15696831/1118000
822.70/819.43	c cleaning 46859 clauses out of 99169 with flag 16394230/1166003
853.01/849.75	c cleaning 47417 clauses out of 101310 with flag 16918065/1215003
897.73/894.48	c cleaning 49945 clauses out of 103890 with flag 17245020/1265000
952.54/949.20	c cleaning 51005 clauses out of 104946 with flag 17592021/1316001
990.84/987.54	c cleaning 49644 clauses out of 105940 with flag 18315588/1368000
1030.76/1027.43	c cleaning 52202 clauses out of 109300 with flag 18792134/1421004
1054.65/1051.30	c cleaning 52481 clauses out of 111094 with flag 19329425/1475000
1085.88/1082.52	c cleaning 54289 clauses out of 113613 with flag 19894955/1530000
1121.48/1118.15	c cleaning 54573 clauses out of 115324 with flag 20627988/1586000
1153.39/1150.10	c cleaning 55486 clauses out of 117751 with flag 21293053/1643000
1192.89/1189.55	c cleaning 56546 clauses out of 120265 with flag 22028293/1701000
1229.90/1226.50	c cleaning 58177 clauses out of 122719 with flag 23163394/1760000
1259.70/1256.33	c cleaning 58801 clauses out of 124542 with flag 23705345/1820000
1296.21/1292.85	c cleaning 59781 clauses out of 126742 with flag 24293477/1881001
1322.81/1319.42	c cleaning 60935 clauses out of 128960 with flag 24956821/1943000
1361.22/1357.87	c cleaning 62064 clauses out of 131025 with flag 25719951/2006000
1405.12/1401.70	c cleaning 62153 clauses out of 132961 with flag 26793563/2070000
1457.15/1453.70	c cleaning 58401 clauses out of 135808 with flag 28116200/2135000
1509.47/1506.04	c cleaning 62585 clauses out of 143407 with flag 28974787/2201000
1559.06/1555.62	c cleaning 64552 clauses out of 147823 with flag 29717336/2268001
1627.68/1624.21	c cleaning 67612 clauses out of 151272 with flag 30270626/2336002
1672.38/1668.95	c cleaning 67919 clauses out of 152658 with flag 31027183/2405000
1720.60/1717.14	c cleaning 69685 clauses out of 154741 with flag 31539721/2475002
1766.50/1763.09	c cleaning 70521 clauses out of 156056 with flag 32078704/2546002
1797.30/1793.82	c cleaning 71182 clauses out of 157533 with flag 32765796/2618000
1800.00/1796.50	c starts		: 10228
1800.00/1796.50	c conflicts		: 2622186
1800.00/1796.50	c decisions		: 65783031
1800.00/1796.50	c propagations		: 2820229472
1800.00/1796.50	c inspects		: 20883754986
1800.00/1796.50	c shortcuts		: 0
1800.00/1796.50	c learnt literals	: 12
1800.00/1796.50	c learnt binary clauses	: 2566
1800.00/1796.50	c learnt ternary clauses	: 5151
1800.00/1796.50	c learnt constraints	: 2622174
1800.00/1796.50	c ignored constraints	: 0
1800.00/1796.50	c root simplifications	: 0
1800.00/1796.50	c removed literals (reason simplification)	: 0
1800.00/1796.50	c reason swapping (by a shorter reason)	: 0
1800.00/1796.50	c Calls to reduceDB	: 68
1800.00/1796.50	c Number of update (reduction) of LBD	: 1477103
1800.00/1796.50	c Imported unit clauses	: 0
1800.00/1796.50	c timeout
1800.00/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.50	c number of learned constraints concerned by reduction	: 0
1800.00/1796.50	c number of learning phase by resolution	: 0
1800.00/1796.50	c number of learning phase by cutting planes	: 0
1800.00/1796.50	c speed (assignments/second)	: 1575143.2856044176
1800.00/1796.50	c non guided choices	7566813
1800.00/1796.53	c learnt constraints type 
1800.00/1796.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2566
1800.00/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87971
1800.00/1796.53	s UNKNOWN
1800.00/1796.53	c Total wall clock time (in seconds): 1796.416

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-4084554-1465276040/watcher-4084554-1465276040 -o /tmp/evaluation-result-4084554-1465276040/solver-4084554-1465276040 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084554-1465276040.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.20 2.23 3/196 17835
/proc/meminfo: memFree=29268960/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9300 CPUtime=0 cores=0,2,4,6
/proc/17835/stat : 17835 (java) R 17832 17835 15085 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 109536197 9523200 185 33554432000 1073741824 1073778376 140736941010432 140736941001656 215124438455 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2 1 0 0 0 2 0

[startup+0.10006 s]
/proc/loadavg: 2.15 2.20 2.23 3/196 17835
/proc/meminfo: memFree=29268960/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 4442 0 1 0 7 1 0 0 20 0 18 0 109536197 9787879424 5568 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2389619 5568 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.15 2.20 2.23 3/196 17835
/proc/meminfo: memFree=29268960/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 4843 0 1 0 22 2 0 0 20 0 18 0 109536197 9787879424 6943 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2389619 6943 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.15 2.20 2.23 3/196 17835
/proc/meminfo: memFree=29268960/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 6209 0 1 0 44 2 0 0 20 0 18 0 109536197 9787879424 9758 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2389619 9758 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 2.15 2.20 2.23 3/196 17835
/proc/meminfo: memFree=29268960/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 6893 0 1 0 109 4 0 0 20 0 18 0 109536197 9787879424 39614 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2389619 39614 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.15 2.20 2.23 3/214 17853
/proc/meminfo: memFree=29100080/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9558476 CPUtime=2.22 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 8482 0 1 0 212 10 0 0 20 0 18 0 109536197 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2389619 67499 2263 9 0 2380296 0
[pid=17835/tid=17837] ppid=17832 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17832 17835 15085 0 -1 4202560 2556 0 1 0 134 6 0 0 20 0 18 0 109536198 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140535148539856 140535088304055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17838] ppid=17832 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17832 17835 15085 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534992550568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17839] ppid=17832 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17832 17835 15085 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534991498024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17840] ppid=17832 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534990445480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17841] ppid=17832 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17832 17835 15085 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534989392936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17832 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17832 17835 15085 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534988339368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17843] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17832 17835 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534987286824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17844] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17832 17835 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534986234280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17845] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17832 17835 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 109536200 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534985181736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17846] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17832 17835 15085 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 109536201 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534972770920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17847] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17832 17835 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109536201 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534971717240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17848] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109536201 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534970664584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17849] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109536204 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534969613328 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17850] ppid=17832 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17832 17835 15085 0 -1 4202560 2454 0 0 0 30 0 0 0 20 0 18 0 109536204 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534968559672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17851] ppid=17832 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17832 17835 15085 0 -1 4202560 2051 0 0 0 27 0 0 0 20 0 18 0 109536204 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534967507128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17852] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109536204 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534966454776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17853] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109536204 9787879424 67499 33554432000 1073741824 1073778376 140734848592208 140534965402440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.14 2.19 2.23 3/214 17853
/proc/meminfo: memFree=28927796/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9558476 CPUtime=4.11 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 9496 0 1 0 390 21 0 0 20 0 18 0 109536197 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2389619 149147 2263 9 0 2380296 0
[pid=17835/tid=17837] ppid=17832 vsize=9558476 CPUtime=2.88 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17832 17835 15085 0 -1 4202560 2678 0 1 0 278 10 0 0 20 0 18 0 109536198 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140535148547544 215128007949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17838] ppid=17832 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17832 17835 15085 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534992550568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17839] ppid=17832 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17832 17835 15085 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534991498024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17840] ppid=17832 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17832 17835 15085 0 -1 4202560 111 0 0 0 4 1 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534990445480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17841] ppid=17832 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17832 17835 15085 0 -1 4202560 109 0 0 0 5 2 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534989392936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17832 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17832 17835 15085 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534988339368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17843] ppid=17832 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17832 17835 15085 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534987286824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17844] ppid=17832 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17832 17835 15085 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534986234280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17845] ppid=17832 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17832 17835 15085 0 -1 4202560 118 0 0 0 5 0 0 0 20 0 18 0 109536200 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534985181736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17846] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17832 17835 15085 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 18 0 109536201 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534972770920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17832 17835 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109536201 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534971717240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17848] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109536201 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534970664584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17849] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109536204 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534969613328 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17850] ppid=17832 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17832 17835 15085 0 -1 4202560 2456 0 0 0 32 0 0 0 20 0 18 0 109536204 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534968559672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17851] ppid=17832 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17832 17835 15085 0 -1 4202560 2051 0 0 0 27 0 0 0 20 0 18 0 109536204 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534967507128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17852] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109536204 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534966454776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17853] ppid=17832 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109536204 9787879424 149147 33554432000 1073741824 1073778376 140734848592208 140534965402440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 2.14 2.19 2.23 3/214 17853
/proc/meminfo: memFree=28128252/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9625040 CPUtime=8.02 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 11350 0 1 0 762 40 0 0 20 0 19 0 109536197 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2406260 287791 2277 9 0 2396937 0
[pid=17835/tid=17837] ppid=17832 vsize=9625040 CPUtime=5.94 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17832 17835 15085 0 -1 4202560 3098 0 1 0 577 17 0 0 20 0 19 0 109536198 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140535148548184 140535089018509 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17838] ppid=17832 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17832 17835 15085 0 -1 4202560 149 0 0 0 8 3 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534992550568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17839] ppid=17832 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17832 17835 15085 0 -1 4202560 62 0 0 0 10 3 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534991498024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17840] ppid=17832 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17832 17835 15085 0 -1 4202560 259 0 0 0 14 4 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534990445480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17841] ppid=17832 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17832 17835 15085 0 -1 4202560 144 0 0 0 10 2 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534989392936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17832 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17832 17835 15085 0 -1 4202560 213 0 0 0 13 3 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534988339368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17843] ppid=17832 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17832 17835 15085 0 -1 4202560 91 0 0 0 6 2 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534987286824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17844] ppid=17832 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17832 17835 15085 0 -1 4202560 160 0 0 0 10 3 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534986234280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17845] ppid=17832 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17832 17835 15085 0 -1 4202560 142 0 0 0 8 2 0 0 20 0 19 0 109536200 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534985181736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17846] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17832 17835 15085 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534972770920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17832 17835 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534971717240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17848] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534970664584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17849] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534969613328 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17850] ppid=17832 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17832 17835 15085 0 -1 4202560 2492 0 0 0 49 0 0 0 20 0 19 0 109536204 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534968559672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17851] ppid=17832 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17832 17835 15085 0 -1 4202560 2511 0 0 0 41 0 0 0 20 0 19 0 109536204 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534967507128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17852] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534966454776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17853] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 287791 33554432000 1073741824 1073778376 140734848592208 140534965402440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.11 2.19 2.22 3/215 17854
/proc/meminfo: memFree=28122392/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9625040 CPUtime=14.65 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 12589 0 1 0 1425 40 0 0 20 0 19 0 109536197 9856040960 288368 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2406260 288368 2285 9 0 2396937 0

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

[pid=17835/tid=17854] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17854/stat : 17854 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536802 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534964348200 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.25 2.21 4/215 18028
/proc/meminfo: memFree=24887748/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9625040 CPUtime=1785.8 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 22533 0 1 0 178505 75 0 0 20 0 19 0 109536197 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2406260 312327 2286 9 0 2396937 0
[pid=17835/tid=17837] ppid=17832 vsize=9625040 CPUtime=1777.31 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17832 17835 15085 0 -1 4202560 3112 0 1 0 177687 44 0 0 20 0 19 0 109536198 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140535148539584 140535089056999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17838] ppid=17832 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17832 17835 15085 0 -1 4202560 233 0 0 0 13 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534992550568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17839] ppid=17832 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17832 17835 15085 0 -1 4202560 182 0 0 0 15 3 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534991498024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17840] ppid=17832 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17832 17835 15085 0 -1 4202560 355 0 0 0 20 6 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534990445480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17841] ppid=17832 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17832 17835 15085 0 -1 4202560 164 0 0 0 14 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534989392936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17832 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17832 17835 15085 0 -1 4202560 223 0 0 0 16 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534988339368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17843] ppid=17832 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17832 17835 15085 0 -1 4202560 228 0 0 0 11 2 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534987286824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17844] ppid=17832 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17832 17835 15085 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534986234280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17845] ppid=17832 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17832 17835 15085 0 -1 4202560 229 0 0 0 13 3 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534985181736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17846] ppid=17832 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17832 17835 15085 0 -1 4202560 792 0 0 0 0 2 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534972770920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17832 17835 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534971717240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17848] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534970664584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17849] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534969613328 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17850] ppid=17832 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17832 17835 15085 0 -1 4202560 12446 0 0 0 142 2 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534968559672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17851] ppid=17832 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17832 17835 15085 0 -1 4202560 3026 0 0 0 60 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534967507128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17852] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534966454776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17853] ppid=17832 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17832 17835 15085 0 -1 4202560 105 0 0 0 41 33 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534965402440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17854] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17854/stat : 17854 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536802 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534964348200 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.8
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.30 2.26 2.21 3/215 18028
/proc/meminfo: memFree=24887932/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 22533 0 1 0 179925 75 0 0 20 0 19 0 109536197 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2406260 312327 2286 9 0 2396937 0
[pid=17835/tid=17837] ppid=17832 vsize=9625040 CPUtime=1791.47 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17832 17835 15085 0 -1 4202560 3112 0 1 0 179103 44 0 0 20 0 19 0 109536198 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140535148539584 140535089224992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17838] ppid=17832 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17832 17835 15085 0 -1 4202560 233 0 0 0 13 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534992550568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17839] ppid=17832 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17832 17835 15085 0 -1 4202560 182 0 0 0 15 3 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534991498024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17840] ppid=17832 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17832 17835 15085 0 -1 4202560 355 0 0 0 20 6 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534990445480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17841] ppid=17832 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17832 17835 15085 0 -1 4202560 164 0 0 0 14 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534989392936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17832 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17832 17835 15085 0 -1 4202560 223 0 0 0 16 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534988339368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17843] ppid=17832 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17832 17835 15085 0 -1 4202560 228 0 0 0 11 2 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534987286824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17844] ppid=17832 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17832 17835 15085 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534986234280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17845] ppid=17832 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17832 17835 15085 0 -1 4202560 229 0 0 0 13 3 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534985181736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17846] ppid=17832 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17832 17835 15085 0 -1 4202560 792 0 0 0 0 2 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534972770920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17832 17835 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534971717240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17848] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534970664584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17849] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534969613328 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17850] ppid=17832 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17832 17835 15085 0 -1 4202560 12446 0 0 0 142 2 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534968559672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17851] ppid=17832 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17832 17835 15085 0 -1 4202560 3026 0 0 0 60 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534967507128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17852] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534966454776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17853] ppid=17832 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17832 17835 15085 0 -1 4202560 105 0 0 0 41 33 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534965402440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17854] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17854/stat : 17854 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536802 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534964348200 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 17835 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.30 2.26 2.21 3/215 18028
/proc/meminfo: memFree=24887932/32872528 swapFree=20720/1686580
[pid=17835] ppid=17832 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/17835/stat : 17835 (java) S 17832 17835 15085 0 -1 4202496 22533 0 1 0 179925 75 0 0 20 0 19 0 109536197 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140734848583344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17835/statm: 2406260 312327 2286 9 0 2396937 0
[pid=17835/tid=17837] ppid=17832 vsize=9625040 CPUtime=1791.47 cores=0,2,4,6
/proc/17835/task/17837/stat : 17837 (java) R 17832 17835 15085 0 -1 4202560 3112 0 1 0 179103 44 0 0 20 0 19 0 109536198 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140535148539584 140535089224992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17838] ppid=17832 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/17835/task/17838/stat : 17838 (java) S 17832 17835 15085 0 -1 4202560 233 0 0 0 13 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534992550568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17839] ppid=17832 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17839/stat : 17839 (java) S 17832 17835 15085 0 -1 4202560 182 0 0 0 15 3 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534991498024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17840] ppid=17832 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/17835/task/17840/stat : 17840 (java) S 17832 17835 15085 0 -1 4202560 355 0 0 0 20 6 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534990445480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17841] ppid=17832 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17835/task/17841/stat : 17841 (java) S 17832 17835 15085 0 -1 4202560 164 0 0 0 14 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534989392936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17842] ppid=17832 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/17835/task/17842/stat : 17842 (java) S 17832 17835 15085 0 -1 4202560 223 0 0 0 16 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534988339368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17843] ppid=17832 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/17835/task/17843/stat : 17843 (java) S 17832 17835 15085 0 -1 4202560 228 0 0 0 11 2 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534987286824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17844] ppid=17832 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17844/stat : 17844 (java) S 17832 17835 15085 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534986234280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17835/tid=17845] ppid=17832 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/17835/task/17845/stat : 17845 (java) S 17832 17835 15085 0 -1 4202560 229 0 0 0 13 3 0 0 20 0 19 0 109536200 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534985181736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17835/tid=17846] ppid=17832 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/17835/task/17846/stat : 17846 (java) S 17832 17835 15085 0 -1 4202560 792 0 0 0 0 2 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534972770920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17847] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17847/stat : 17847 (java) S 17832 17835 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534971717240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17848] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17848/stat : 17848 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536201 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534970664584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17849] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17849/stat : 17849 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534969613328 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17850] ppid=17832 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/17835/task/17850/stat : 17850 (java) S 17832 17835 15085 0 -1 4202560 12446 0 0 0 142 2 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534968559672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17851] ppid=17832 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17835/task/17851/stat : 17851 (java) S 17832 17835 15085 0 -1 4202560 3026 0 0 0 60 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534967507128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17852] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17852/stat : 17852 (java) S 17832 17835 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534966454776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17835/tid=17853] ppid=17832 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17835/task/17853/stat : 17853 (java) S 17832 17835 15085 0 -1 4202560 105 0 0 0 41 33 0 0 20 0 19 0 109536204 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534965402440 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17835/tid=17854] ppid=17832 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17835/task/17854/stat : 17854 (java) S 17832 17835 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109536802 9856040960 312327 33554432000 1073741824 1073778376 140734848592208 140534964348200 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 17835 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=788150
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=250809
# CPU time returned by wait4() is 1796.04
# 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): 1796.54
CPU time (s): 1800
CPU user time (s): 1799.25
CPU system time (s): 0.75
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.25081
maximum resident set size= 1255568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22571
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38385
involuntary context switches= 2688

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8633 second user time and 13.7009 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 07:07:21
IDJOB=4084554
IDBENCH=89654
IDSOLVER=2546
FILE ID=node135/4084554-1465276040
RUNJOBID= node135-1465261709-15101
PBS_JOBID= 19843293
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-116.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084554-1465276040/watcher-4084554-1465276040 -o /tmp/evaluation-result-4084554-1465276040/solver-4084554-1465276040 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15101 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084554-1465276040.opb

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=1017926163

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29269248 kB
Buffers:          118564 kB
Cached:           227560 kB
SwapCached:         1764 kB
Active:           960224 kB
Inactive:         219612 kB
Active(anon):     834916 kB
Inactive(anon):     1376 kB
Active(file):     125308 kB
Inactive(file):   218236 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:             44856 kB
Writeback:             0 kB
AnonPages:       2525848 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             602680 kB
SReclaimable:      45908 kB
SUnreclaim:       556772 kB
KernelStack:        1600 kB
PageTables:         9152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3436940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2494464 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= 71352 MiB
End job on node135 at 2016-06-07 07:37:18