Trace number 4100253

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.75 1782.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos6.opb
MD5SUM05331fdb110fa172ec60e73b94e68465
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark82.1595
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 1176
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 529402
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131069
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 529402
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.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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4100253-1466211579.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
1.11/0.79	c ... done. Wall clock time 0.673s.
1.11/0.79	c declared #vars     21720
1.11/0.79	c #constraints  1259
1.11/0.79	c constraints type 
1.11/0.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
1.11/0.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
1.11/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 456
1.11/0.80	c 1259 constraints processed.
1.31/0.80	c objective function length is 6690 literals
4.84/3.85	c cleaning 2500 clauses out of 5000 with flag 14549/5000
6.30/5.28	c cleaning 4248 clauses out of 8501 with flag 46115/11001
7.99/6.86	c cleaning 5623 clauses out of 11252 with flag 63097/18000
10.73/9.49	c cleaning 6811 clauses out of 13629 with flag 107371/26000
12.86/11.50	c cleaning 7904 clauses out of 15819 with flag 129699/35001
14.36/13.09	c cleaning 8947 clauses out of 17914 with flag 150332/45000
16.36/14.99	c cleaning 9955 clauses out of 19968 with flag 172374/56001
18.86/17.46	c cleaning 11000 clauses out of 22013 with flag 196374/68001
21.87/20.47	c cleaning 12000 clauses out of 24013 with flag 222374/81001
25.47/24.01	c cleaning 12988 clauses out of 26013 with flag 250374/95001
29.57/28.09	c cleaning 13947 clauses out of 28025 with flag 280374/110001
34.47/32.94	c cleaning 15034 clauses out of 30078 with flag 312374/126001
40.18/38.62	c cleaning 16015 clauses out of 32044 with flag 346374/143001
46.51/44.98	c cleaning 16984 clauses out of 34029 with flag 382374/161001
53.42/51.87	c cleaning 17969 clauses out of 36045 with flag 420374/180001
61.21/59.62	c cleaning 19029 clauses out of 38076 with flag 460374/200001
70.02/68.40	c cleaning 19994 clauses out of 40047 with flag 502374/221001
80.11/78.53	c cleaning 21020 clauses out of 42053 with flag 546374/243001
91.21/89.65	c cleaning 22000 clauses out of 44033 with flag 592374/266001
101.38/99.78	c cleaning 23007 clauses out of 46032 with flag 640377/290000
113.08/111.49	c cleaning 24006 clauses out of 48025 with flag 690377/315000
126.98/125.38	c cleaning 25000 clauses out of 50019 with flag 742377/341000
140.78/139.19	c cleaning 26009 clauses out of 52031 with flag 796919/368012
149.68/147.94	c cleaning 27001 clauses out of 54012 with flag 879069/396002
158.38/156.69	c cleaning 27990 clauses out of 56013 with flag 1013134/425004
169.07/167.11	c cleaning 29007 clauses out of 58020 with flag 1202358/455001
178.98/177.06	c cleaning 30000 clauses out of 60013 with flag 1318418/486001
190.47/188.21	c cleaning 31007 clauses out of 62013 with flag 1458305/518001
200.27/198.01	c cleaning 32002 clauses out of 64005 with flag 1570833/551000
212.59/210.26	c cleaning 32989 clauses out of 66003 with flag 1741086/585000
224.28/221.96	c cleaning 34002 clauses out of 68016 with flag 1884986/620002
238.71/236.12	c cleaning 34994 clauses out of 70014 with flag 2027146/656002
252.21/249.61	c cleaning 36002 clauses out of 72019 with flag 2154770/693001
264.27/261.52	c cleaning 37006 clauses out of 74019 with flag 2320470/731003
276.78/274.09	c cleaning 37995 clauses out of 76010 with flag 2541448/770000
291.57/288.80	c cleaning 39006 clauses out of 78016 with flag 2792406/810001
305.22/302.27	c cleaning 39992 clauses out of 80009 with flag 3022110/851000
319.42/316.47	c cleaning 41003 clauses out of 82022 with flag 3267758/893005
334.00/330.89	c cleaning 42004 clauses out of 84016 with flag 3505087/936002
349.91/346.70	c cleaning 42997 clauses out of 86010 with flag 3754642/980000
368.21/365.05	c cleaning 44003 clauses out of 88013 with flag 4083601/1025000
386.18/382.75	c cleaning 44981 clauses out of 90012 with flag 4421968/1071002
407.78/404.30	c cleaning 46009 clauses out of 92031 with flag 4748814/1118002
428.23/424.65	c cleaning 46976 clauses out of 94020 with flag 5102968/1166000
449.43/445.81	c cleaning 48004 clauses out of 96044 with flag 5458264/1215000
470.05/466.12	c cleaning 49017 clauses out of 98041 with flag 5817950/1265001
494.52/490.48	c cleaning 49999 clauses out of 100023 with flag 6271851/1316000
520.76/516.47	c cleaning 51009 clauses out of 102024 with flag 6564705/1368000
543.99/539.53	c cleaning 52003 clauses out of 104015 with flag 6784859/1421000
565.95/561.26	c cleaning 53005 clauses out of 106018 with flag 7051789/1475006
586.55/581.88	c cleaning 53999 clauses out of 108007 with flag 7301986/1530000
609.90/605.04	c cleaning 55001 clauses out of 110009 with flag 7578796/1586001
635.06/629.98	c cleaning 55999 clauses out of 112007 with flag 7846565/1643000
658.86/653.60	c cleaning 56999 clauses out of 114008 with flag 8158865/1701000
685.25/679.62	c cleaning 57999 clauses out of 116009 with flag 8469983/1760000
714.82/708.99	c cleaning 59002 clauses out of 118013 with flag 8846049/1820003
743.92/737.78	c cleaning 59998 clauses out of 120009 with flag 9277013/1881001
776.76/770.42	c cleaning 60998 clauses out of 122010 with flag 9712090/1943000
806.69/799.81	c cleaning 62001 clauses out of 124013 with flag 10109154/2006001
838.87/831.78	c cleaning 63003 clauses out of 126012 with flag 10532464/2070001
873.88/866.63	c cleaning 63988 clauses out of 128008 with flag 11029062/2135000
921.77/914.20	c cleaning 65011 clauses out of 130022 with flag 11162141/2201002
964.56/956.46	c cleaning 66006 clauses out of 132013 with flag 11296251/2268004
995.98/987.46	c cleaning 67006 clauses out of 134015 with flag 11432369/2336012
1025.97/1016.73	c cleaning 67999 clauses out of 136000 with flag 11570387/2405003
1068.21/1058.61	c cleaning 68997 clauses out of 137999 with flag 11710450/2475001
1106.75/1096.85	c cleaning 70010 clauses out of 140020 with flag 11852499/2546019
1139.88/1129.49	c cleaning 70998 clauses out of 141999 with flag 11996533/2618008
1175.40/1164.54	c cleaning 72004 clauses out of 144007 with flag 12142574/2691014
1208.86/1197.66	c cleaning 73000 clauses out of 146001 with flag 12290581/2765012
1236.70/1224.81	c cleaning 73995 clauses out of 147990 with flag 12440559/2840001
1333.65/1321.48	c cleaning 75004 clauses out of 150009 with flag 12592624/2916015
1368.60/1355.81	c cleaning 75995 clauses out of 151991 with flag 12746604/2993001
1415.11/1401.93	c cleaning 77000 clauses out of 154004 with flag 12902638/3071009
1455.96/1442.13	c cleaning 77997 clauses out of 155995 with flag 13060623/3150000
1495.93/1481.72	c cleaning 79007 clauses out of 158014 with flag 13220655/3230016
1532.02/1517.31	c cleaning 79994 clauses out of 159992 with flag 13382629/3311001
1575.68/1560.46	c cleaning 80997 clauses out of 161997 with flag 13546632/3393000
1635.11/1619.19	c cleaning 81998 clauses out of 164000 with flag 13712636/3476000
1701.46/1684.87	c cleaning 83003 clauses out of 166006 with flag 13880650/3560004
1753.87/1736.43	c cleaning 84009 clauses out of 168019 with flag 14050682/3645020
1800.09/1782.31	c starts		: 6073
1800.09/1782.31	c conflicts		: 3698351
1800.09/1782.31	c decisions		: 10766075
1800.09/1782.31	c propagations		: 203412103
1800.09/1782.31	c inspects		: 21306879459
1800.09/1782.31	c shortcuts		: 0
1800.09/1782.31	c learnt literals	: 0
1800.09/1782.31	c learnt binary clauses	: 0
1800.09/1782.31	c learnt ternary clauses	: 0
1800.09/1782.31	c learnt constraints	: 3698351
1800.09/1782.31	c ignored constraints	: 0
1800.09/1782.31	c root simplifications	: 0
1800.09/1782.31	c removed literals (reason simplification)	: 0
1800.09/1782.31	c reason swapping (by a shorter reason)	: 0
1800.09/1782.31	c Calls to reduceDB	: 81
1800.09/1782.31	c Number of update (reduction) of LBD	: 798030
1800.09/1782.31	c Imported unit clauses	: 0
1800.09/1782.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1782.31	c number of learned constraints concerned by reduction	: 0
1800.09/1782.31	c number of learning phase by resolution	: 0
1800.09/1782.31	c number of learning phase by cutting planes	: 0
1800.09/1782.31	c speed (assignments/second)	: 114181.53052518131
1800.09/1782.31	c non guided choices	111516
1800.09/1782.31	c timeout
1800.09/1782.33	c learnt constraints type 
1800.09/1782.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137342
1800.09/1782.33	s UNKNOWN
1800.09/1782.33	c Total wall clock time (in seconds): 1782.211

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-4100253-1466211579/watcher-4100253-1466211579 -o /tmp/evaluation-result-4100253-1466211579/solver-4100253-1466211579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100253-1466211579.opb 

pid=27434
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.23 2.21 2.18 4/194 27437
/proc/meminfo: memFree=28585672/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27437/stat : 27437 (java) D 27434 27437 25977 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 23206581 9515008 175 33554432000 1073741824 1073778376 140734146108480 140734146105608 272886481808 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27437/statm: 2323 175 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.23 2.21 2.18 4/194 27437
/proc/meminfo: memFree=28585672/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 4340 0 1 0 7 1 0 0 20 0 18 0 23206581 9787879424 5446 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2389619 5446 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.23 2.21 2.18 4/194 27437
/proc/meminfo: memFree=28585672/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 5020 0 1 0 26 1 0 0 20 0 18 0 23206581 9787879424 6920 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2389619 6920 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.23 2.21 2.18 4/194 27437
/proc/meminfo: memFree=28585672/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 6685 0 1 0 49 1 0 0 20 0 18 0 23206581 9787879424 9624 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2389619 9624 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 2.23 2.21 2.18 4/194 27437
/proc/meminfo: memFree=28585672/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 7890 0 1 0 106 5 0 0 20 0 18 0 23206581 9787879424 41562 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2389619 41562 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.22 2.21 2.18 4/213 27456
/proc/meminfo: memFree=28395664/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 10657 0 1 0 230 9 0 0 20 0 19 0 23206581 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2406260 49634 2273 9 0 2396937 0
[pid=27437/tid=27439] ppid=27434 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/27437/task/27439/stat : 27439 (java) R 27434 27437 25977 0 -1 4202560 2472 0 1 0 138 3 0 0 20 0 19 0 23206582 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609731535352 140609596305118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27440] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27440/stat : 27440 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609720596904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27441] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27441/stat : 27441 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609719544360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27442] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27442/stat : 27442 (java) S 27434 27437 25977 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609718491304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27443] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27443/stat : 27443 (java) S 27434 27437 25977 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609717438760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27444] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27444/stat : 27444 (java) S 27434 27437 25977 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609716386728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27445] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27445/stat : 27445 (java) S 27434 27437 25977 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609715334184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27446] ppid=27434 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27437/task/27446/stat : 27446 (java) S 27434 27437 25977 0 -1 4202560 104 0 0 0 1 2 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609714281128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27447] ppid=27434 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27437/task/27447/stat : 27447 (java) S 27434 27437 25977 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23206583 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609568062248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27448] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27448/stat : 27448 (java) S 27434 27437 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609555650920 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27449] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27449/stat : 27449 (java) S 27434 27437 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609554597240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27450] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27450/stat : 27450 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609553544072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27451] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27451/stat : 27451 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609552492816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27452] ppid=27434 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27437/task/27452/stat : 27452 (java) S 27434 27437 25977 0 -1 4202560 3911 0 0 0 40 0 0 0 20 0 19 0 23206588 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609551440696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27453] ppid=27434 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27437/task/27453/stat : 27453 (java) S 27434 27437 25977 0 -1 4202560 2519 0 0 0 39 0 0 0 20 0 19 0 23206588 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609550388152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27454] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27454/stat : 27454 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609549335288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27455] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27455/stat : 27455 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609548282952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27456] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27456/stat : 27456 (java) S 27434 27437 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23206664 9856040960 49634 33554432000 1073741824 1073778376 140736275902080 140609547228200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.22 2.21 2.18 4/213 27456
/proc/meminfo: memFree=28379032/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 10703 0 1 0 392 11 0 0 20 0 19 0 23206581 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2406260 70629 2275 9 0 2396937 0
[pid=27437/tid=27439] ppid=27434 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/27437/task/27439/stat : 27439 (java) R 27434 27437 25977 0 -1 4202560 2515 0 1 0 296 4 0 0 20 0 19 0 23206582 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609731533200 140609596304704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27440] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27440/stat : 27440 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609720596904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27441] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27441/stat : 27441 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609719544360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27442] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27442/stat : 27442 (java) S 27434 27437 25977 0 -1 4202560 109 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609718491304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27443] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27443/stat : 27443 (java) S 27434 27437 25977 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609717438760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27444] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27444/stat : 27444 (java) S 27434 27437 25977 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609716386728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27445] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27445/stat : 27445 (java) S 27434 27437 25977 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609715334184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27446] ppid=27434 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27437/task/27446/stat : 27446 (java) S 27434 27437 25977 0 -1 4202560 104 0 0 0 1 2 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609714281128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27447] ppid=27434 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27437/task/27447/stat : 27447 (java) S 27434 27437 25977 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23206583 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609568062248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27448] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27448/stat : 27448 (java) S 27434 27437 25977 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609555650920 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27449] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27449/stat : 27449 (java) S 27434 27437 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609554597240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27450] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27450/stat : 27450 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609553544072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27451] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27451/stat : 27451 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609552492816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27452] ppid=27434 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27437/task/27452/stat : 27452 (java) S 27434 27437 25977 0 -1 4202560 3913 0 0 0 44 0 0 0 20 0 19 0 23206588 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609551440696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27453] ppid=27434 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27437/task/27453/stat : 27453 (java) S 27434 27437 25977 0 -1 4202560 2519 0 0 0 39 0 0 0 20 0 19 0 23206588 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609550388152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27454] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27454/stat : 27454 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609549335288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27455] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27455/stat : 27455 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609548282952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27456] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27456/stat : 27456 (java) S 27434 27437 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23206664 9856040960 70629 33554432000 1073741824 1073778376 140736275902080 140609547228200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 27456
/proc/meminfo: memFree=28209732/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9625040 CPUtime=7.49 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 11165 0 1 0 729 20 0 0 20 0 19 0 23206581 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2406260 95989 2279 9 0 2396937 0
[pid=27437/tid=27439] ppid=27434 vsize=9625040 CPUtime=6.12 cores=0,2,4,6
/proc/27437/task/27439/stat : 27439 (java) R 27434 27437 25977 0 -1 4202560 2536 0 1 0 607 5 0 0 20 0 19 0 23206582 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609731535120 140609596403649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27440] ppid=27434 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27437/task/27440/stat : 27440 (java) S 27434 27437 25977 0 -1 4202560 48 0 0 0 1 2 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609720596904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27441] ppid=27434 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27437/task/27441/stat : 27441 (java) S 27434 27437 25977 0 -1 4202560 30 0 0 0 1 2 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609719544360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27442] ppid=27434 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27437/task/27442/stat : 27442 (java) S 27434 27437 25977 0 -1 4202560 158 0 0 0 2 1 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609718491304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27443] ppid=27434 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27437/task/27443/stat : 27443 (java) S 27434 27437 25977 0 -1 4202560 53 0 0 0 1 3 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609717438760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27444] ppid=27434 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27437/task/27444/stat : 27444 (java) S 27434 27437 25977 0 -1 4202560 123 0 0 0 2 1 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609716386728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27445] ppid=27434 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27437/task/27445/stat : 27445 (java) S 27434 27437 25977 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609715334184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27446] ppid=27434 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27437/task/27446/stat : 27446 (java) S 27434 27437 25977 0 -1 4202560 166 0 0 0 5 3 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609714281128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27447] ppid=27434 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27437/task/27447/stat : 27447 (java) S 27434 27437 25977 0 -1 4202560 47 0 0 0 3 2 0 0 20 0 19 0 23206583 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609568062248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27448] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27448/stat : 27448 (java) S 27434 27437 25977 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609555650920 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27449] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27449/stat : 27449 (java) S 27434 27437 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609554597240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27450] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27450/stat : 27450 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609553544072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27451] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27451/stat : 27451 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609552492816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27452] ppid=27434 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27437/task/27452/stat : 27452 (java) S 27434 27437 25977 0 -1 4202560 3919 0 0 0 48 0 0 0 20 0 19 0 23206588 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609551440696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27453] ppid=27434 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27437/task/27453/stat : 27453 (java) S 27434 27437 25977 0 -1 4202560 2523 0 0 0 43 0 0 0 20 0 19 0 23206588 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609550388152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27454] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27454/stat : 27454 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609549335288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27455] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27455/stat : 27455 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609548282952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27456] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27456/stat : 27456 (java) S 27434 27437 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23206664 9856040960 95989 33554432000 1073741824 1073778376 140736275902080 140609547228200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625040


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

[pid=27437/tid=27449] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27449/stat : 27449 (java) S 27434 27437 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609554597240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27450] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27450/stat : 27450 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609553544072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27451] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27451/stat : 27451 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609552492816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27452] ppid=27434 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27437/task/27452/stat : 27452 (java) S 27434 27437 25977 0 -1 4202560 3922 0 0 0 52 0 0 0 20 0 19 0 23206588 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609551440696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27453] ppid=27434 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27437/task/27453/stat : 27453 (java) S 27434 27437 25977 0 -1 4202560 2523 0 0 0 43 0 0 0 20 0 19 0 23206588 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609550388152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27454] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27454/stat : 27454 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609549335288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27455] ppid=27434 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27437/task/27455/stat : 27455 (java) S 27434 27437 25977 0 -1 4202560 99 0 0 0 30 30 0 0 20 0 19 0 23206588 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609548282952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27456] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27456/stat : 27456 (java) S 27434 27437 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23206664 9856040960 326531 33554432000 1073741824 1073778376 140736275902080 140609547228200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1739.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.20 2.20 3/214 27653
/proc/meminfo: memFree=22445224/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 29627 0 1 0 179796 213 0 0 20 0 19 0 23206581 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2406260 305799 2288 9 0 2396937 0
[pid=27437/tid=27439] ppid=27434 vsize=9625040 CPUtime=1770.25 cores=0,2,4,6
/proc/27437/task/27439/stat : 27439 (java) R 27434 27437 25977 0 -1 4202560 4378 0 1 0 176957 68 0 0 20 0 19 0 23206582 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609731534096 140609596403168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27440] ppid=27434 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/27437/task/27440/stat : 27440 (java) S 27434 27437 25977 0 -1 4202560 1383 0 0 0 247 19 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609720596904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27441] ppid=27434 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/27437/task/27441/stat : 27441 (java) S 27434 27437 25977 0 -1 4202560 1888 0 0 0 264 15 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609719544360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27442] ppid=27434 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/27437/task/27442/stat : 27442 (java) S 27434 27437 25977 0 -1 4202560 1653 0 0 0 273 25 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609718491304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27443] ppid=27434 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/27437/task/27443/stat : 27443 (java) S 27434 27437 25977 0 -1 4202560 1674 0 0 0 273 15 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609717438760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27444] ppid=27434 vsize=9625040 CPUtime=2.78 cores=0,2,4,6
/proc/27437/task/27444/stat : 27444 (java) S 27434 27437 25977 0 -1 4202560 1884 0 0 0 260 18 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609716386728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27445] ppid=27434 vsize=9625040 CPUtime=2.89 cores=0,2,4,6
/proc/27437/task/27445/stat : 27445 (java) S 27434 27437 25977 0 -1 4202560 1536 0 0 0 272 17 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609715334184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27446] ppid=27434 vsize=9625040 CPUtime=2.94 cores=0,2,4,6
/proc/27437/task/27446/stat : 27446 (java) S 27434 27437 25977 0 -1 4202560 1936 0 0 0 276 18 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609714281128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27447] ppid=27434 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/27437/task/27447/stat : 27447 (java) S 27434 27437 25977 0 -1 4202560 2540 0 0 0 277 20 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609568062248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27448] ppid=27434 vsize=9625040 CPUtime=5.7 cores=0,2,4,6
/proc/27437/task/27448/stat : 27448 (java) S 27434 27437 25977 0 -1 4202560 2949 0 0 0 565 5 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609555650920 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27449] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27449/stat : 27449 (java) S 27434 27437 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609554597240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27450] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27450/stat : 27450 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609553544072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27451] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27451/stat : 27451 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609552492816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27452] ppid=27434 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27437/task/27452/stat : 27452 (java) S 27434 27437 25977 0 -1 4202560 3922 0 0 0 52 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609551440696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27453] ppid=27434 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27437/task/27453/stat : 27453 (java) S 27434 27437 25977 0 -1 4202560 2523 0 0 0 43 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609550388152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27454] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27454/stat : 27454 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609549335288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27455] ppid=27434 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27437/task/27455/stat : 27455 (java) S 27434 27437 25977 0 -1 4202560 103 0 0 0 32 31 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609548282952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27456] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27456/stat : 27456 (java) S 27434 27437 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23206664 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609547228200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.3 s]
/proc/loadavg: 2.15 2.20 2.20 3/214 27653
/proc/meminfo: memFree=22445224/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 29627 0 1 0 179796 213 0 0 20 0 19 0 23206581 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2406260 305799 2288 9 0 2396937 0
[pid=27437/tid=27439] ppid=27434 vsize=9625040 CPUtime=1770.25 cores=0,2,4,6
/proc/27437/task/27439/stat : 27439 (java) R 27434 27437 25977 0 -1 4202560 4378 0 1 0 176957 68 0 0 20 0 19 0 23206582 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609731534096 140609596403168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27440] ppid=27434 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/27437/task/27440/stat : 27440 (java) S 27434 27437 25977 0 -1 4202560 1383 0 0 0 247 19 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609720596904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27441] ppid=27434 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/27437/task/27441/stat : 27441 (java) S 27434 27437 25977 0 -1 4202560 1888 0 0 0 264 15 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609719544360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27442] ppid=27434 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/27437/task/27442/stat : 27442 (java) S 27434 27437 25977 0 -1 4202560 1653 0 0 0 273 25 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609718491304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27443] ppid=27434 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/27437/task/27443/stat : 27443 (java) S 27434 27437 25977 0 -1 4202560 1674 0 0 0 273 15 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609717438760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27444] ppid=27434 vsize=9625040 CPUtime=2.78 cores=0,2,4,6
/proc/27437/task/27444/stat : 27444 (java) S 27434 27437 25977 0 -1 4202560 1884 0 0 0 260 18 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609716386728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27445] ppid=27434 vsize=9625040 CPUtime=2.89 cores=0,2,4,6
/proc/27437/task/27445/stat : 27445 (java) S 27434 27437 25977 0 -1 4202560 1536 0 0 0 272 17 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609715334184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27446] ppid=27434 vsize=9625040 CPUtime=2.94 cores=0,2,4,6
/proc/27437/task/27446/stat : 27446 (java) S 27434 27437 25977 0 -1 4202560 1936 0 0 0 276 18 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609714281128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27447] ppid=27434 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/27437/task/27447/stat : 27447 (java) S 27434 27437 25977 0 -1 4202560 2540 0 0 0 277 20 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609568062248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27448] ppid=27434 vsize=9625040 CPUtime=5.7 cores=0,2,4,6
/proc/27437/task/27448/stat : 27448 (java) S 27434 27437 25977 0 -1 4202560 2949 0 0 0 565 5 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609555650920 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27449] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27449/stat : 27449 (java) S 27434 27437 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609554597240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27450] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27450/stat : 27450 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609553544072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27451] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27451/stat : 27451 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609552492816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27452] ppid=27434 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27437/task/27452/stat : 27452 (java) S 27434 27437 25977 0 -1 4202560 3922 0 0 0 52 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609551440696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27453] ppid=27434 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27437/task/27453/stat : 27453 (java) S 27434 27437 25977 0 -1 4202560 2523 0 0 0 43 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609550388152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27454] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27454/stat : 27454 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609549335288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27455] ppid=27434 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27437/task/27455/stat : 27455 (java) S 27434 27437 25977 0 -1 4202560 103 0 0 0 32 31 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609548282952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27456] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27456/stat : 27456 (java) S 27434 27437 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23206664 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609547228200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 27437 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1782.3 s]
/proc/loadavg: 2.15 2.20 2.20 3/214 27653
/proc/meminfo: memFree=22445224/32872528 swapFree=1244176/1391344
[pid=27437] ppid=27434 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/27437/stat : 27437 (java) S 27434 27437 25977 0 -1 4202496 29627 0 1 0 179796 213 0 0 20 0 19 0 23206581 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140736275893216 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27437/statm: 2406260 305799 2288 9 0 2396937 0
[pid=27437/tid=27439] ppid=27434 vsize=9625040 CPUtime=1770.25 cores=0,2,4,6
/proc/27437/task/27439/stat : 27439 (java) R 27434 27437 25977 0 -1 4202560 4378 0 1 0 176957 68 0 0 20 0 19 0 23206582 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609731534096 140609596403168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27440] ppid=27434 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/27437/task/27440/stat : 27440 (java) S 27434 27437 25977 0 -1 4202560 1383 0 0 0 247 19 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609720596904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27441] ppid=27434 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/27437/task/27441/stat : 27441 (java) S 27434 27437 25977 0 -1 4202560 1888 0 0 0 264 15 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609719544360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27442] ppid=27434 vsize=9625040 CPUtime=2.98 cores=0,2,4,6
/proc/27437/task/27442/stat : 27442 (java) S 27434 27437 25977 0 -1 4202560 1653 0 0 0 273 25 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609718491304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27443] ppid=27434 vsize=9625040 CPUtime=2.88 cores=0,2,4,6
/proc/27437/task/27443/stat : 27443 (java) S 27434 27437 25977 0 -1 4202560 1674 0 0 0 273 15 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609717438760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27444] ppid=27434 vsize=9625040 CPUtime=2.78 cores=0,2,4,6
/proc/27437/task/27444/stat : 27444 (java) S 27434 27437 25977 0 -1 4202560 1884 0 0 0 260 18 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609716386728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27437/tid=27445] ppid=27434 vsize=9625040 CPUtime=2.89 cores=0,2,4,6
/proc/27437/task/27445/stat : 27445 (java) S 27434 27437 25977 0 -1 4202560 1536 0 0 0 272 17 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609715334184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27446] ppid=27434 vsize=9625040 CPUtime=2.94 cores=0,2,4,6
/proc/27437/task/27446/stat : 27446 (java) S 27434 27437 25977 0 -1 4202560 1936 0 0 0 276 18 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609714281128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27447] ppid=27434 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/27437/task/27447/stat : 27447 (java) S 27434 27437 25977 0 -1 4202560 2540 0 0 0 277 20 0 0 20 0 19 0 23206583 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609568062248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27448] ppid=27434 vsize=9625040 CPUtime=5.7 cores=0,2,4,6
/proc/27437/task/27448/stat : 27448 (java) S 27434 27437 25977 0 -1 4202560 2949 0 0 0 565 5 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609555650920 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27449] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27449/stat : 27449 (java) S 27434 27437 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609554597240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27450] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27450/stat : 27450 (java) S 27434 27437 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23206585 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609553544072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27451] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27451/stat : 27451 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609552492816 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27452] ppid=27434 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/27437/task/27452/stat : 27452 (java) S 27434 27437 25977 0 -1 4202560 3922 0 0 0 52 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609551440696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27453] ppid=27434 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27437/task/27453/stat : 27453 (java) S 27434 27437 25977 0 -1 4202560 2523 0 0 0 43 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609550388152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27437/tid=27454] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27454/stat : 27454 (java) S 27434 27437 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609549335288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27437/tid=27455] ppid=27434 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27437/task/27455/stat : 27455 (java) S 27434 27437 25977 0 -1 4202560 103 0 0 0 32 31 0 0 20 0 19 0 23206588 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609548282952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27437/tid=27456] ppid=27434 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27437/task/27456/stat : 27456 (java) S 27434 27437 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23206664 9856040960 305799 33554432000 1073741824 1073778376 140736275902080 140609547228200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1782.34
CPU time (s): 1800.75
CPU user time (s): 1798.1
CPU system time (s): 2.6516
CPU usage (%): 101.033
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.6516
maximum resident set size= 3096316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29671
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42256
involuntary context switches= 23458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.113 second user time and 10.7444 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 02:59:40
IDJOB=4100253
IDBENCH=1592
IDSOLVER=2546
FILE ID=node119/4100253-1466211579
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-neos6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100253-1466211579/watcher-4100253-1466211579 -o /tmp/evaluation-result-4100253-1466211579/solver-4100253-1466211579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100253-1466211579.opb

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

MD5SUM BENCH= 05331fdb110fa172ec60e73b94e68465
RANDOM SEED=978578444

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        28585828 kB
Buffers:           42324 kB
Cached:           103172 kB
SwapCached:          944 kB
Active:          2111204 kB
Inactive:          77496 kB
Active(anon):    2043988 kB
Inactive(anon):     1688 kB
Active(file):      67216 kB
Inactive(file):    75808 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:              3496 kB
Writeback:            32 kB
AnonPages:       3433828 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             568460 kB
SReclaimable:      12400 kB
SUnreclaim:       556060 kB
KernelStack:        1592 kB
PageTables:        11352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3685560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2160640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node119 at 2016-06-18 03:29:22