Trace number 4101813

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.08 1783.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-air04.opb
MD5SUM642713e12b3477ef4c8327a12a399c0f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5967
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5953
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 231
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 528751
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 231
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 528751
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101813-1466226299.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.73/0.42	c ... done. Wall clock time 0.313s.
0.73/0.42	c declared #vars     8904
0.73/0.42	c #constraints  1646
0.73/0.42	c constraints type 
0.73/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.73/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.73/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.73/0.43	c 1646 constraints processed.
0.73/0.43	c objective function length is 8904 literals
1.70/1.05	c cleaning 2484 clauses out of 4972 with flag 32672/5001
2.85/1.71	c cleaning 4229 clauses out of 8472 with flag 96535/11001
3.58/2.45	c cleaning 5613 clauses out of 11225 with flag 172927/18001
4.38/3.30	c cleaning 6794 clauses out of 13591 with flag 269988/26000
5.40/4.29	c cleaning 7833 clauses out of 15777 with flag 392203/35004
6.60/5.40	c cleaning 8908 clauses out of 17913 with flag 525113/45003
7.81/6.66	c cleaning 9974 clauses out of 19983 with flag 695997/56001
9.30/8.11	c cleaning 10856 clauses out of 21995 with flag 907144/68000
10.90/9.75	c cleaning 12000 clauses out of 24114 with flag 1145631/81002
12.70/11.58	c cleaning 12933 clauses out of 26090 with flag 1420185/95000
14.70/13.56	c cleaning 14059 clauses out of 28139 with flag 1721356/110002
17.00/15.87	c cleaning 14987 clauses out of 30061 with flag 2074510/126002
19.50/18.30	c cleaning 16018 clauses out of 32060 with flag 2438831/143002
22.00/20.88	c cleaning 16962 clauses out of 34028 with flag 2815757/161000
24.90/23.71	c cleaning 17950 clauses out of 36056 with flag 3245286/180001
28.05/26.81	c cleaning 18949 clauses out of 38090 with flag 3708053/200000
31.25/30.00	c cleaning 20041 clauses out of 40128 with flag 4215108/221000
34.55/33.38	c cleaning 21015 clauses out of 42074 with flag 4748445/243001
38.25/37.02	c cleaning 21982 clauses out of 44046 with flag 5320594/266000
42.26/41.02	c cleaning 22927 clauses out of 46051 with flag 5947712/290002
46.37/45.18	c cleaning 24019 clauses out of 48113 with flag 6569423/315000
51.05/49.79	c cleaning 25022 clauses out of 50067 with flag 7253332/341000
55.65/54.33	c cleaning 25938 clauses out of 52032 with flag 7965689/368001
60.66/59.35	c cleaning 26990 clauses out of 54082 with flag 8716354/396002
65.86/64.50	c cleaning 27970 clauses out of 56075 with flag 9471951/425000
71.16/69.83	c cleaning 28986 clauses out of 58079 with flag 10264423/455001
77.11/75.61	c cleaning 29956 clauses out of 60083 with flag 11115935/486001
83.01/81.57	c cleaning 30867 clauses out of 62126 with flag 12031105/518003
89.61/88.11	c cleaning 32101 clauses out of 64242 with flag 13025412/551002
96.21/94.78	c cleaning 32973 clauses out of 66124 with flag 13976932/585000
103.01/101.54	c cleaning 34044 clauses out of 68147 with flag 14944669/620001
110.58/108.97	c cleaning 35002 clauses out of 70091 with flag 15991318/656000
118.18/116.59	c cleaning 35914 clauses out of 72074 with flag 17099437/693000
126.38/124.72	c cleaning 36987 clauses out of 74148 with flag 18230514/731000
134.88/133.09	c cleaning 38064 clauses out of 76158 with flag 19323981/770009
143.68/141.83	c cleaning 38949 clauses out of 78072 with flag 20461414/810000
152.48/150.63	c cleaning 40032 clauses out of 80121 with flag 21643471/851001
162.21/160.18	c cleaning 40995 clauses out of 82073 with flag 22880734/893000
171.91/169.82	c cleaning 41981 clauses out of 84073 with flag 24169484/936000
183.07/180.74	c cleaning 42980 clauses out of 86084 with flag 25591132/980001
193.47/191.16	c cleaning 43949 clauses out of 88095 with flag 26941386/1025000
204.58/202.06	c cleaning 45032 clauses out of 90142 with flag 28304760/1071001
215.99/213.22	c cleaning 46024 clauses out of 92103 with flag 29738654/1118000
227.35/224.60	c cleaning 46985 clauses out of 94072 with flag 31230901/1166001
239.43/236.57	c cleaning 48039 clauses out of 96086 with flag 32736627/1215002
251.37/248.41	c cleaning 48984 clauses out of 98030 with flag 34231267/1265000
264.16/261.11	c cleaning 49916 clauses out of 100036 with flag 35844787/1316000
277.36/274.26	c cleaning 51059 clauses out of 102117 with flag 37451827/1368002
290.95/287.75	c cleaning 51941 clauses out of 104053 with flag 39063922/1421000
304.52/301.29	c cleaning 52975 clauses out of 106108 with flag 40730933/1475000
319.39/316.00	c cleaning 54009 clauses out of 108128 with flag 42470596/1530000
334.65/331.24	c cleaning 54947 clauses out of 110107 with flag 44304838/1586000
350.38/346.84	c cleaning 55987 clauses out of 112153 with flag 46201830/1643000
366.68/363.07	c cleaning 57022 clauses out of 114164 with flag 48088039/1701003
384.16/380.47	c cleaning 57892 clauses out of 116136 with flag 50153733/1760002
401.68/397.99	c cleaning 59056 clauses out of 118235 with flag 52176251/1820000
419.08/415.20	c cleaning 60063 clauses out of 120175 with flag 54132525/1881000
436.87/432.99	c cleaning 60906 clauses out of 122097 with flag 56220778/1943000
455.62/451.53	c cleaning 62000 clauses out of 124182 with flag 58283997/2006001
475.51/471.36	c cleaning 62988 clauses out of 126173 with flag 60533554/2070000
495.73/491.45	c cleaning 64038 clauses out of 128178 with flag 62857536/2135000
516.23/511.84	c cleaning 65034 clauses out of 130137 with flag 65170269/2201000
536.86/532.33	c cleaning 65949 clauses out of 132086 with flag 67524748/2268000
558.54/553.80	c cleaning 66976 clauses out of 134133 with flag 69903535/2336002
581.15/576.34	c cleaning 67996 clauses out of 136148 with flag 72373591/2405001
603.69/598.79	c cleaning 68815 clauses out of 138152 with flag 74797250/2475001
627.32/622.30	c cleaning 70082 clauses out of 140327 with flag 77334497/2546000
651.12/645.92	c cleaning 71109 clauses out of 142248 with flag 79932436/2618005
675.22/669.80	c cleaning 71945 clauses out of 144126 with flag 82500102/2691000
700.09/694.55	c cleaning 73061 clauses out of 146176 with flag 85087436/2765000
725.82/720.06	c cleaning 73968 clauses out of 148113 with flag 87731654/2840000
751.73/745.75	c cleaning 75027 clauses out of 150138 with flag 90337202/2916000
777.70/771.54	c cleaning 75851 clauses out of 152108 with flag 93049175/2993001
804.75/798.45	c cleaning 77059 clauses out of 154247 with flag 95766732/3071001
832.91/826.41	c cleaning 78016 clauses out of 156184 with flag 98603329/3150002
861.54/854.82	c cleaning 78994 clauses out of 158161 with flag 101431182/3230000
889.91/882.90	c cleaning 80074 clauses out of 160167 with flag 104244051/3311002
919.99/912.81	c cleaning 80920 clauses out of 162088 with flag 107214567/3393000
951.62/944.23	c cleaning 82044 clauses out of 164167 with flag 110296217/3476000
982.30/974.61	c cleaning 82950 clauses out of 166117 with flag 113292219/3560001
1014.71/1006.80	c cleaning 84019 clauses out of 168162 with flag 116360298/3645001
1048.66/1040.55	c cleaning 84966 clauses out of 170138 with flag 119615458/3731001
1082.35/1073.91	c cleaning 86045 clauses out of 172170 with flag 122743794/3818002
1117.96/1109.25	c cleaning 86967 clauses out of 174117 with flag 126063810/3906000
1154.43/1145.46	c cleaning 87995 clauses out of 176148 with flag 129455965/3995000
1190.48/1181.12	c cleaning 89007 clauses out of 178147 with flag 132730790/4085002
1227.30/1217.67	c cleaning 90034 clauses out of 180135 with flag 136044818/4176003
1263.54/1253.54	c cleaning 90947 clauses out of 182094 with flag 139380900/4268000
1301.98/1291.58	c cleaning 92062 clauses out of 184143 with flag 142883925/4361000
1339.84/1328.94	c cleaning 92892 clauses out of 186082 with flag 146353715/4455002
1376.48/1365.12	c cleaning 94053 clauses out of 188181 with flag 149637796/4550000
1416.45/1404.65	c cleaning 95018 clauses out of 190126 with flag 153137825/4646001
1460.29/1448.07	c cleaning 96029 clauses out of 192104 with flag 156853659/4743000
1503.45/1490.75	c cleaning 97008 clauses out of 194074 with flag 160511450/4841000
1547.43/1534.14	c cleaning 97909 clauses out of 196062 with flag 164162435/4940002
1591.93/1578.15	c cleaning 99074 clauses out of 198150 with flag 167961116/5040001
1636.64/1622.23	c cleaning 99968 clauses out of 200079 with flag 171740825/5141004
1680.80/1665.86	c cleaning 100965 clauses out of 202101 with flag 175455753/5243003
1728.96/1713.49	c cleaning 101970 clauses out of 204133 with flag 179378777/5346001
1778.26/1761.90	c cleaning 102951 clauses out of 206161 with flag 183394504/5450000
1800.08/1783.30	c starts		: 30358
1800.08/1783.30	c conflicts		: 5508829
1800.08/1783.30	c decisions		: 74406030
1800.08/1783.30	c propagations		: 1596722694
1800.08/1783.30	c inspects		: 19453253154
1800.08/1783.30	c shortcuts		: 0
1800.08/1783.30	c learnt literals	: 946
1800.08/1783.30	c learnt binary clauses	: 2871
1800.08/1783.30	c learnt ternary clauses	: 3524
1800.08/1783.30	c learnt constraints	: 5507883
1800.08/1783.30	c ignored constraints	: 0
1800.08/1783.30	c root simplifications	: 0
1800.08/1783.30	c removed literals (reason simplification)	: 0
1800.08/1783.30	c reason swapping (by a shorter reason)	: 0
1800.08/1783.30	c Calls to reduceDB	: 100
1800.08/1783.30	c Number of update (reduction) of LBD	: 4504351
1800.08/1783.30	c Imported unit clauses	: 0
1800.08/1783.30	c number of reductions to clauses (during analyze)	: 0
1800.08/1783.30	c number of learned constraints concerned by reduction	: 0
1800.08/1783.30	c number of learning phase by resolution	: 0
1800.08/1783.30	c number of learning phase by cutting planes	: 0
1800.08/1783.30	c speed (assignments/second)	: 895601.295678268
1800.08/1783.30	c non guided choices	17698
1800.08/1783.30	c timeout
1800.08/1783.34	c learnt constraints type 
1800.08/1783.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2871
1800.08/1783.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159167
1800.08/1783.34	s UNKNOWN
1800.08/1783.34	c Total wall clock time (in seconds): 1783.226

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-4101813-1466226299/watcher-4101813-1466226299 -o /tmp/evaluation-result-4101813-1466226299/solver-4101813-1466226299 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101813-1466226299.opb 

pid=14940
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.11 2.11 2.04 3/192 14943
/proc/meminfo: memFree=31122072/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/14943/stat : 14943 (java) R 14940 14943 11879 0 -1 4194304 331 0 0 0 0 0 0 0 20 0 1 0 24680066 274432 4 33554432000 0 0 140734540080687 140736575191592 235374538167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 67 15 8 9 0 24 0

[startup+0.100059 s]
/proc/loadavg: 2.11 2.11 2.04 3/192 14943
/proc/meminfo: memFree=31122072/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 24680066 9787879424 6033 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.11 2.11 2.04 3/192 14943
/proc/meminfo: memFree=31122072/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 5055 0 1 0 28 1 0 0 20 0 18 0 24680066 9787879424 6886 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2389619 6886 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.11 2.11 2.04 3/192 14943
/proc/meminfo: memFree=31122072/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 7417 0 1 0 52 1 0 0 20 0 18 0 24680066 9787879424 12983 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2389619 12983 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.11 2.11 2.04 3/192 14943
/proc/meminfo: memFree=31122072/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 9575 0 1 0 135 3 0 0 20 0 19 0 24680066 9856040960 37964 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2406260 37964 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.11 2.11 2.04 4/211 14962
/proc/meminfo: memFree=30970048/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 16650 0 1 0 257 5 0 0 20 0 19 0 24680066 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2406260 43617 2267 9 0 2396937 0
[pid=14943/tid=14945] ppid=14940 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/14943/task/14945/stat : 14945 (java) R 14940 14943 11879 0 -1 4202560 2483 0 1 0 143 2 0 0 20 0 19 0 24680067 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964442767120 139964277411748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14946] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14946/stat : 14946 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964404258984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14947] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14947/stat : 14947 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964403206440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14948] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14948/stat : 14948 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964402153896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14949] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14949/stat : 14949 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964401101352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14943/tid=14950] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14950/stat : 14950 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964400048808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14951] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14951/stat : 14951 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964398996264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14943/tid=14952] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14952/stat : 14952 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964397943720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14953] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14953/stat : 14953 (java) S 14940 14943 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964396891176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14954] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14954/stat : 14954 (java) S 14940 14943 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964266702952 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14955] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14955/stat : 14955 (java) S 14940 14943 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964265649272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14956] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14956/stat : 14956 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964264596616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14957] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14957/stat : 14957 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964263545360 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14958] ppid=14940 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14943/task/14958/stat : 14958 (java) S 14940 14943 11879 0 -1 4202560 3464 0 0 0 42 0 0 0 20 0 19 0 24680072 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964262492728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14959] ppid=14940 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14943/task/14959/stat : 14959 (java) S 14940 14943 11879 0 -1 4202560 9432 0 0 0 68 1 0 0 20 0 19 0 24680072 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139964261440184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14960] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14960/stat : 14960 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139963387603960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14961] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14961/stat : 14961 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139963386551624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14962] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14962/stat : 14962 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680111 9856040960 43617 33554432000 1073741824 1073778376 140734540075296 139963385496360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.11 2.11 2.04 3/211 14962
/proc/meminfo: memFree=30950944/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 16700 0 1 0 423 5 0 0 20 0 19 0 24680066 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2406260 47740 2281 9 0 2396937 0
[pid=14943/tid=14945] ppid=14940 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/14943/task/14945/stat : 14945 (java) R 14940 14943 11879 0 -1 4202560 2491 0 1 0 300 2 0 0 20 0 19 0 24680067 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964442767608 139964277411630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14946] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14946/stat : 14946 (java) S 14940 14943 11879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964404258984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14943/tid=14947] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14947/stat : 14947 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964403206440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14948] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14948/stat : 14948 (java) S 14940 14943 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964402153896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14949] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14949/stat : 14949 (java) S 14940 14943 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964401101352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14950] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14950/stat : 14950 (java) S 14940 14943 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964400048808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14951] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14951/stat : 14951 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964398996264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14952] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14952/stat : 14952 (java) S 14940 14943 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964397943720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14953] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14953/stat : 14953 (java) S 14940 14943 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964396891176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14954] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14954/stat : 14954 (java) S 14940 14943 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964266702952 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14955] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14955/stat : 14955 (java) S 14940 14943 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964265649272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14956] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14956/stat : 14956 (java) S 14940 14943 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964264596616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14957] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14957/stat : 14957 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964263545360 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14958] ppid=14940 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14943/task/14958/stat : 14958 (java) S 14940 14943 11879 0 -1 4202560 3464 0 0 0 44 0 0 0 20 0 19 0 24680072 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964262492728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14959] ppid=14940 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/14943/task/14959/stat : 14959 (java) S 14940 14943 11879 0 -1 4202560 9439 0 0 0 70 2 0 0 20 0 19 0 24680072 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139964261440184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14960] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14960/stat : 14960 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139963387603960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14961] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14961/stat : 14961 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139963386551624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14962] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14962/stat : 14962 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680111 9856040960 47740 33554432000 1073741824 1073778376 140734540075296 139963385496360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.10 2.11 2.04 3/211 14962
/proc/meminfo: memFree=30943148/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9625040 CPUtime=7.5 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 16701 0 1 0 744 6 0 0 20 0 19 0 24680066 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2406260 46426 2281 9 0 2396937 0
[pid=14943/tid=14945] ppid=14940 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/14943/task/14945/stat : 14945 (java) R 14940 14943 11879 0 -1 4202560 2492 0 1 0 619 2 0 0 20 0 19 0 24680067 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964442767864 139964277492620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14946] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14946/stat : 14946 (java) S 14940 14943 11879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964404258984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14943/tid=14947] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14947/stat : 14947 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964403206440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14948] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14948/stat : 14948 (java) S 14940 14943 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964402153896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14949] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14949/stat : 14949 (java) S 14940 14943 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964401101352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14950] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14950/stat : 14950 (java) S 14940 14943 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964400048808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14951] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14951/stat : 14951 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964398996264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14952] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14952/stat : 14952 (java) S 14940 14943 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964397943720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14953] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14953/stat : 14953 (java) S 14940 14943 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24680068 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964396891176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14954] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14954/stat : 14954 (java) S 14940 14943 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964266702952 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14955] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14955/stat : 14955 (java) S 14940 14943 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964265649272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14956] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14956/stat : 14956 (java) S 14940 14943 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964264596616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14957] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14957/stat : 14957 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964263545360 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14958] ppid=14940 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14943/task/14958/stat : 14958 (java) S 14940 14943 11879 0 -1 4202560 3464 0 0 0 45 0 0 0 20 0 19 0 24680072 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964262492728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14959] ppid=14940 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14943/task/14959/stat : 14959 (java) S 14940 14943 11879 0 -1 4202560 9439 0 0 0 71 2 0 0 20 0 19 0 24680072 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139964261440184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14960] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14960/stat : 14960 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139963387603960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14961] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14961/stat : 14961 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139963386551624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14962] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14962/stat : 14962 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680111 9856040960 46426 33554432000 1073741824 1073778376 140734540075296 139963385496360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625040


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

[pid=14943/tid=14962] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14962/stat : 14962 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680111 9856040960 67411 33554432000 1073741824 1073778376 140734540075296 139963385496360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1738
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/211 15072
/proc/meminfo: memFree=30854976/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9625040 CPUtime=1799.06 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 28936 0 1 0 179714 192 0 0 20 0 19 0 24680066 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2406260 67174 2290 9 0 2396937 0
[pid=14943/tid=14945] ppid=14940 vsize=9625040 CPUtime=1766.94 cores=1,3,5,7
/proc/14943/task/14945/stat : 14945 (java) R 14940 14943 11879 0 -1 4202560 2822 0 1 0 176664 30 0 0 20 0 19 0 24680067 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964442766656 139964277492814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14946] ppid=14940 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/14943/task/14946/stat : 14946 (java) S 14940 14943 11879 0 -1 4202560 796 0 0 0 239 15 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964404258984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14943/tid=14947] ppid=14940 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/14943/task/14947/stat : 14947 (java) S 14940 14943 11879 0 -1 4202560 1225 0 0 0 242 18 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964403206440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14948] ppid=14940 vsize=9625040 CPUtime=2.63 cores=1,3,5,7
/proc/14943/task/14948/stat : 14948 (java) S 14940 14943 11879 0 -1 4202560 1014 0 0 0 248 15 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964402153896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14949] ppid=14940 vsize=9625040 CPUtime=2.7 cores=1,3,5,7
/proc/14943/task/14949/stat : 14949 (java) S 14940 14943 11879 0 -1 4202560 1512 0 0 0 249 21 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964401101352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14950] ppid=14940 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/14943/task/14950/stat : 14950 (java) S 14940 14943 11879 0 -1 4202560 1627 0 0 0 251 21 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964400048808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14951] ppid=14940 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/14943/task/14951/stat : 14951 (java) S 14940 14943 11879 0 -1 4202560 1816 0 0 0 264 22 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964398996264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14952] ppid=14940 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/14943/task/14952/stat : 14952 (java) S 14940 14943 11879 0 -1 4202560 1223 0 0 0 242 18 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964397943720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14953] ppid=14940 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/14943/task/14953/stat : 14953 (java) S 14940 14943 11879 0 -1 4202560 1458 0 0 0 259 20 0 0 20 0 19 0 24680068 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964396891176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14954] ppid=14940 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/14943/task/14954/stat : 14954 (java) S 14940 14943 11879 0 -1 4202560 1173 0 0 0 438 7 0 0 20 0 19 0 24680069 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964266702952 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14955] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14955/stat : 14955 (java) S 14940 14943 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964265649272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14956] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14956/stat : 14956 (java) S 14940 14943 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964264596616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14957] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14957/stat : 14957 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964263545360 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14958] ppid=14940 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14943/task/14958/stat : 14958 (java) S 14940 14943 11879 0 -1 4202560 3471 0 0 0 49 0 0 0 20 0 19 0 24680072 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964262492728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14959] ppid=14940 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14943/task/14959/stat : 14959 (java) S 14940 14943 11879 0 -1 4202560 9439 0 0 0 71 2 0 0 20 0 19 0 24680072 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139964261440184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14960] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14960/stat : 14960 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139963387603960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14961] ppid=14940 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14943/task/14961/stat : 14961 (java) S 14940 14943 11879 0 -1 4202560 103 0 0 0 31 36 0 0 20 0 19 0 24680072 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139963386551624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14962] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14962/stat : 14962 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680111 9856040960 67174 33554432000 1073741824 1073778376 140734540075296 139963385496360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/211 15072
/proc/meminfo: memFree=30863168/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 29122 0 1 0 179815 193 0 0 20 0 19 0 24680066 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2406260 67867 2290 9 0 2396937 0
[pid=14943/tid=14945] ppid=14940 vsize=9625040 CPUtime=1767.93 cores=1,3,5,7
/proc/14943/task/14945/stat : 14945 (java) R 14940 14943 11879 0 -1 4202560 2823 0 1 0 176763 30 0 0 20 0 19 0 24680067 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964442766656 139964277448432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14946] ppid=14940 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/14943/task/14946/stat : 14946 (java) S 14940 14943 11879 0 -1 4202560 835 0 0 0 240 15 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964404258984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14943/tid=14947] ppid=14940 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/14943/task/14947/stat : 14947 (java) S 14940 14943 11879 0 -1 4202560 1278 0 0 0 243 18 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964403206440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14948] ppid=14940 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/14943/task/14948/stat : 14948 (java) S 14940 14943 11879 0 -1 4202560 1053 0 0 0 249 15 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964402153896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14949] ppid=14940 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/14943/task/14949/stat : 14949 (java) S 14940 14943 11879 0 -1 4202560 1566 0 0 0 250 21 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964401101352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14950] ppid=14940 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/14943/task/14950/stat : 14950 (java) S 14940 14943 11879 0 -1 4202560 1627 0 0 0 251 21 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964400048808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14951] ppid=14940 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/14943/task/14951/stat : 14951 (java) S 14940 14943 11879 0 -1 4202560 1816 0 0 0 264 22 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964398996264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14952] ppid=14940 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/14943/task/14952/stat : 14952 (java) S 14940 14943 11879 0 -1 4202560 1223 0 0 0 242 18 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964397943720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14953] ppid=14940 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/14943/task/14953/stat : 14953 (java) S 14940 14943 11879 0 -1 4202560 1458 0 0 0 259 20 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964396891176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14954] ppid=14940 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/14943/task/14954/stat : 14954 (java) S 14940 14943 11879 0 -1 4202560 1173 0 0 0 438 7 0 0 20 0 19 0 24680069 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964266702952 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14955] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14955/stat : 14955 (java) S 14940 14943 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964265649272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14956] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14956/stat : 14956 (java) S 14940 14943 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964264596616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14957] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14957/stat : 14957 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964263545360 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14958] ppid=14940 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14943/task/14958/stat : 14958 (java) S 14940 14943 11879 0 -1 4202560 3471 0 0 0 49 0 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964262492728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14959] ppid=14940 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14943/task/14959/stat : 14959 (java) S 14940 14943 11879 0 -1 4202560 9439 0 0 0 71 2 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964261440184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14960] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14960/stat : 14960 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139963387603960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14961] ppid=14940 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14943/task/14961/stat : 14961 (java) S 14940 14943 11879 0 -1 4202560 103 0 0 0 31 36 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139963386551624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14962] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14962/stat : 14962 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680111 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139963385496360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 14943 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1783.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/211 15072
/proc/meminfo: memFree=30863168/32872528 swapFree=447868/480572
[pid=14943] ppid=14940 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/14943/stat : 14943 (java) S 14940 14943 11879 0 -1 4202496 29122 0 1 0 179815 193 0 0 20 0 19 0 24680066 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 140734540066432 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14943/statm: 2406260 67867 2290 9 0 2396937 0
[pid=14943/tid=14945] ppid=14940 vsize=9625040 CPUtime=1767.93 cores=1,3,5,7
/proc/14943/task/14945/stat : 14945 (java) R 14940 14943 11879 0 -1 4202560 2823 0 1 0 176763 30 0 0 20 0 19 0 24680067 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964442766656 139964277448432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14946] ppid=14940 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/14943/task/14946/stat : 14946 (java) S 14940 14943 11879 0 -1 4202560 835 0 0 0 240 15 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964404258984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14943/tid=14947] ppid=14940 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/14943/task/14947/stat : 14947 (java) S 14940 14943 11879 0 -1 4202560 1278 0 0 0 243 18 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964403206440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14948] ppid=14940 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/14943/task/14948/stat : 14948 (java) S 14940 14943 11879 0 -1 4202560 1053 0 0 0 249 15 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964402153896 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14949] ppid=14940 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/14943/task/14949/stat : 14949 (java) S 14940 14943 11879 0 -1 4202560 1566 0 0 0 250 21 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964401101352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14950] ppid=14940 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/14943/task/14950/stat : 14950 (java) S 14940 14943 11879 0 -1 4202560 1627 0 0 0 251 21 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964400048808 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14951] ppid=14940 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/14943/task/14951/stat : 14951 (java) S 14940 14943 11879 0 -1 4202560 1816 0 0 0 264 22 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964398996264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14952] ppid=14940 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/14943/task/14952/stat : 14952 (java) S 14940 14943 11879 0 -1 4202560 1223 0 0 0 242 18 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964397943720 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14953] ppid=14940 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/14943/task/14953/stat : 14953 (java) S 14940 14943 11879 0 -1 4202560 1458 0 0 0 259 20 0 0 20 0 19 0 24680068 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964396891176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14954] ppid=14940 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/14943/task/14954/stat : 14954 (java) S 14940 14943 11879 0 -1 4202560 1173 0 0 0 438 7 0 0 20 0 19 0 24680069 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964266702952 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14955] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14955/stat : 14955 (java) S 14940 14943 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964265649272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14956] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14956/stat : 14956 (java) S 14940 14943 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24680069 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964264596616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14957] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14957/stat : 14957 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964263545360 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14958] ppid=14940 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14943/task/14958/stat : 14958 (java) S 14940 14943 11879 0 -1 4202560 3471 0 0 0 49 0 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964262492728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14943/tid=14959] ppid=14940 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14943/task/14959/stat : 14959 (java) S 14940 14943 11879 0 -1 4202560 9439 0 0 0 71 2 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139964261440184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14960] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14960/stat : 14960 (java) S 14940 14943 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139963387603960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14943/tid=14961] ppid=14940 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14943/task/14961/stat : 14961 (java) S 14940 14943 11879 0 -1 4202560 103 0 0 0 31 36 0 0 20 0 19 0 24680072 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139963386551624 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14943/tid=14962] ppid=14940 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14943/task/14962/stat : 14962 (java) S 14940 14943 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24680111 9856040960 67867 33554432000 1073741824 1073778376 140734540075296 139963385496360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1783.36
CPU time (s): 1800.08
CPU user time (s): 1798.15
CPU system time (s): 1.93
CPU usage (%): 100.938
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.67
system time used= 2.39164
maximum resident set size= 805588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29159
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47857
involuntary context switches= 45013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61615 second user time and 7.43687 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 07:04:59
IDJOB=4101813
IDBENCH=1797
IDSOLVER=2546
FILE ID=node104/4101813-1466226299
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-air04.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101813-1466226299/watcher-4101813-1466226299 -o /tmp/evaluation-result-4101813-1466226299/solver-4101813-1466226299 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101813-1466226299.opb

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

MD5SUM BENCH= 642713e12b3477ef4c8327a12a399c0f
RANDOM SEED=1143933622

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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.035
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:        31121964 kB
Buffers:          103500 kB
Cached:           122016 kB
SwapCached:        40452 kB
Active:           317952 kB
Inactive:         205532 kB
Active(anon):     260232 kB
Inactive(anon):    39968 kB
Active(file):      57720 kB
Inactive(file):   165564 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:        722888 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             602036 kB
SReclaimable:      46016 kB
SUnreclaim:       556020 kB
KernelStack:        1744 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1226424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71700 MiB
End job on node104 at 2016-06-18 07:34:43