Trace number 4103320

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.63 1793.74

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath3.opb
MD5SUM24a38adb0cf3d573eb3de1ce9ead1201
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49335
Total number of constraints4902
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint46934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4776342294353942
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4103320-1466236528.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
2.02/1.29	c ... done. Wall clock time 1.16s.
2.02/1.29	c declared #vars     49335
2.02/1.29	c #constraints  5406
2.02/1.29	c constraints type 
2.02/1.29	c org.sat4j.specs.Constr$1 => 401
2.02/1.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 209
2.02/1.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4796
2.02/1.29	c 5406 constraints processed.
2.02/1.29	c objective function length is 31 literals
24.40/23.16	c cleaning 2500 clauses out of 4999 with flag 13167/5000
26.30/24.82	c cleaning 4250 clauses out of 8499 with flag 26802/11000
28.01/26.55	c cleaning 5626 clauses out of 11251 with flag 48619/18002
30.49/28.93	c cleaning 6812 clauses out of 13623 with flag 65288/26000
33.82/32.20	c cleaning 7905 clauses out of 15811 with flag 83288/35000
37.64/35.95	c cleaning 8948 clauses out of 17907 with flag 103333/45001
41.55/39.86	c cleaning 9974 clauses out of 19958 with flag 125345/56000
46.39/44.53	c cleaning 10984 clauses out of 21984 with flag 149345/68000
51.69/49.81	c cleaning 11992 clauses out of 24000 with flag 175345/81000
57.69/55.90	c cleaning 12994 clauses out of 26008 with flag 203399/95000
65.27/63.26	c cleaning 14002 clauses out of 28015 with flag 234487/110001
72.37/70.37	c cleaning 15001 clauses out of 30014 with flag 266489/126002
80.06/78.04	c cleaning 15997 clauses out of 32012 with flag 300487/143001
87.90/85.79	c cleaning 17000 clauses out of 34017 with flag 336491/161003
96.30/94.19	c cleaning 17998 clauses out of 36015 with flag 374487/180001
105.40/103.22	c cleaning 19001 clauses out of 38018 with flag 414489/200002
115.19/113.06	c cleaning 19998 clauses out of 40016 with flag 456487/221001
125.65/123.34	c cleaning 21002 clauses out of 42019 with flag 500489/243002
136.24/133.94	c cleaning 21997 clauses out of 44017 with flag 546489/266002
147.55/145.27	c cleaning 22999 clauses out of 46018 with flag 594485/290000
159.24/156.90	c cleaning 24004 clauses out of 48020 with flag 644487/315001
172.19/169.71	c cleaning 25000 clauses out of 50017 with flag 696489/341002
185.49/183.05	c cleaning 26003 clauses out of 52016 with flag 750487/368001
199.60/197.13	c cleaning 26999 clauses out of 54013 with flag 806487/396001
214.39/211.99	c cleaning 27995 clauses out of 56013 with flag 864485/425000
230.40/227.72	c cleaning 28998 clauses out of 58018 with flag 924485/455000
246.90/244.24	c cleaning 30005 clauses out of 60021 with flag 986487/486001
263.79/261.13	c cleaning 30998 clauses out of 62015 with flag 1050485/518000
281.19/278.35	c cleaning 31998 clauses out of 64017 with flag 1116485/551000
299.08/296.20	c cleaning 33002 clauses out of 66019 with flag 1184485/585000
318.48/315.65	c cleaning 33996 clauses out of 68017 with flag 1254485/620000
338.14/335.22	c cleaning 35004 clauses out of 70022 with flag 1326487/656001
359.46/356.51	c cleaning 35996 clauses out of 72017 with flag 1400485/693000
380.95/377.91	c cleaning 37003 clauses out of 74021 with flag 1476485/731000
403.65/400.69	c cleaning 37999 clauses out of 76018 with flag 1554485/770000
428.06/425.02	c cleaning 39000 clauses out of 78019 with flag 1634485/810000
452.34/449.29	c cleaning 39996 clauses out of 80020 with flag 1716487/851001
477.84/474.77	c cleaning 41003 clauses out of 82023 with flag 1800485/893000
502.93/499.74	c cleaning 42003 clauses out of 84020 with flag 1886485/936000
528.53/525.39	c cleaning 43001 clauses out of 86017 with flag 1974485/980000
556.26/553.01	c cleaning 43999 clauses out of 88016 with flag 2064485/1025000
585.45/582.30	c cleaning 44997 clauses out of 90018 with flag 2156487/1071001
618.34/615.06	c cleaning 46000 clauses out of 92020 with flag 2250485/1118000
651.34/647.91	c cleaning 47000 clauses out of 94021 with flag 2346487/1166001
684.74/681.38	c cleaning 47995 clauses out of 96020 with flag 2444485/1215000
721.39/717.99	c cleaning 49003 clauses out of 98026 with flag 2544487/1265001
756.69/753.30	c cleaning 49999 clauses out of 100023 with flag 2646487/1316001
795.20/791.67	c cleaning 51000 clauses out of 102023 with flag 2750485/1368000
831.85/828.20	c cleaning 52000 clauses out of 104024 with flag 2856487/1421001
869.82/866.15	c cleaning 53006 clauses out of 106026 with flag 2964491/1475003
908.03/904.27	c cleaning 53997 clauses out of 108017 with flag 3074485/1530000
949.11/945.25	c cleaning 54998 clauses out of 110020 with flag 3186485/1586000
994.60/990.50	c cleaning 56011 clauses out of 112030 with flag 3300501/1643008
1042.49/1038.40	c cleaning 56997 clauses out of 114011 with flag 3416485/1701000
1086.73/1082.51	c cleaning 57998 clauses out of 116015 with flag 3534487/1760001
1134.99/1130.61	c cleaning 58997 clauses out of 118017 with flag 3654487/1820001
1183.30/1178.84	c cleaning 60002 clauses out of 120022 with flag 3776491/1881003
1233.74/1229.20	c cleaning 60996 clauses out of 122018 with flag 3900487/1943001
1285.21/1280.45	c cleaning 62000 clauses out of 124022 with flag 4026487/2006001
1341.52/1336.62	c cleaning 63003 clauses out of 126022 with flag 4154487/2070001
1400.39/1395.32	c cleaning 64000 clauses out of 128018 with flag 4284485/2135000
1456.31/1451.07	c cleaning 65000 clauses out of 130018 with flag 4416485/2201000
1519.16/1513.61	c cleaning 65999 clauses out of 132020 with flag 4550489/2268002
1578.65/1573.03	c cleaning 66994 clauses out of 134019 with flag 4686485/2336000
1636.45/1630.63	c cleaning 68000 clauses out of 136026 with flag 4824487/2405001
1696.11/1690.11	c cleaning 69001 clauses out of 138027 with flag 4964489/2475002
1759.83/1753.69	c cleaning 70000 clauses out of 140024 with flag 5106485/2546000
1800.05/1793.70	c starts		: 21
1800.05/1793.70	c conflicts		: 2596231
1800.05/1793.70	c decisions		: 2656069
1800.05/1793.70	c propagations		: 461323713
1800.05/1793.70	c inspects		: 22380311377
1800.05/1793.70	c shortcuts		: 0
1800.05/1793.70	c learnt literals	: 1
1800.05/1793.70	c learnt binary clauses	: 0
1800.05/1793.70	c learnt ternary clauses	: 2
1800.05/1793.70	c learnt constraints	: 2596230
1800.05/1793.70	c ignored constraints	: 0
1800.05/1793.70	c root simplifications	: 0
1800.05/1793.70	c removed literals (reason simplification)	: 0
1800.05/1793.70	c reason swapping (by a shorter reason)	: 0
1800.05/1793.70	c Calls to reduceDB	: 67
1800.05/1793.70	c Number of update (reduction) of LBD	: 4332
1800.05/1793.70	c Imported unit clauses	: 0
1800.05/1793.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1793.70	c number of learned constraints concerned by reduction	: 0
1800.05/1793.70	c number of learning phase by resolution	: 0
1800.05/1793.70	c number of learning phase by cutting planes	: 0
1800.05/1793.70	c speed (assignments/second)	: 257380.38564345415
1800.05/1793.70	c non guided choices	0
1800.05/1793.71	c timeout
1800.05/1793.73	c learnt constraints type 
1800.05/1793.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120255
1800.05/1793.73	s UNKNOWN
1800.05/1793.73	c Total wall clock time (in seconds): 1793.602

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-4103320-1466236528/watcher-4103320-1466236528 -o /tmp/evaluation-result-4103320-1466236528/solver-4103320-1466236528 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103320-1466236528.opb 

pid=16391
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.16 2.26 2.22 3/194 16394
/proc/meminfo: memFree=30061804/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16394/stat : 16394 (java) R 16391 16394 10680 0 -1 4202496 313 0 0 0 0 0 0 0 20 0 1 0 25698595 9515008 170 33554432000 1073741824 1073778376 140735612007728 140735612004856 248790206007 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16394/statm: 2323 176 133 9 0 71 0

[startup+0.100117 s]
/proc/loadavg: 2.16 2.26 2.22 3/194 16394
/proc/meminfo: memFree=30061804/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 3810 0 1 0 6 1 0 0 20 0 18 0 25698595 9787879424 4940 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2389619 4940 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200295 s]
/proc/loadavg: 2.16 2.26 2.22 3/194 16394
/proc/meminfo: memFree=30061804/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 4677 0 1 0 22 1 0 0 20 0 18 0 25698595 9787879424 6764 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2389619 6764 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 2.16 2.26 2.22 3/194 16394
/proc/meminfo: memFree=30061804/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 6847 0 1 0 47 1 0 0 20 0 18 0 25698595 9787879424 9784 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2389619 9784 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700234 s]
/proc/loadavg: 2.16 2.26 2.22 3/194 16394
/proc/meminfo: memFree=30061804/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9558476 CPUtime=1.23 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 10759 0 1 0 120 3 0 0 20 0 18 0 25698595 9787879424 33501 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2389619 33501 2259 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 2.23 2.27 2.23 3/212 16412
/proc/meminfo: memFree=29878384/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 11519 0 1 0 236 11 0 0 20 0 19 0 25698595 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2406260 58066 2278 9 0 2396937 0
[pid=16394/tid=16396] ppid=16391 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (java) R 16391 16394 10680 0 -1 4202560 2476 0 1 0 133 4 0 0 20 0 19 0 25698597 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234394952320 140234256478784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (java) S 16391 16394 10680 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234238978856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16398] ppid=16391 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16394/task/16398/stat : 16398 (java) S 16391 16394 10680 0 -1 4202560 132 0 0 0 4 0 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234237926056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16399] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16399/stat : 16399 (java) S 16391 16394 10680 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234236873768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16400] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16400/stat : 16400 (java) S 16391 16394 10680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234235820968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16401] ppid=16391 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16394/task/16401/stat : 16401 (java) S 16391 16394 10680 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234234767656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16402] ppid=16391 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16394/task/16402/stat : 16402 (java) S 16391 16394 10680 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234233714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16403] ppid=16391 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16394/task/16403/stat : 16403 (java) S 16391 16394 10680 0 -1 4202560 104 0 0 0 4 1 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234232662568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16404] ppid=16391 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16394/task/16404/stat : 16404 (java) S 16391 16394 10680 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 19 0 25698598 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234231609768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16405] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16405/stat : 16405 (java) S 16391 16394 10680 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25698599 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234219199208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16406] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16406/stat : 16406 (java) S 16391 16394 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234218145272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16407] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16407/stat : 16407 (java) S 16391 16394 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234217092872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16408] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16408/stat : 16408 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698602 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234216041360 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16409] ppid=16391 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16394/task/16409/stat : 16409 (java) S 16391 16394 10680 0 -1 4202560 2375 0 0 0 29 0 0 0 20 0 19 0 25698603 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234214987960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16410] ppid=16391 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/16394/task/16410/stat : 16410 (java) S 16391 16394 10680 0 -1 4202560 4830 0 0 0 43 0 0 0 20 0 19 0 25698603 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234213935160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16411] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16411/stat : 16411 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234212883064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16412] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16412/stat : 16412 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 58066 33554432000 1073741824 1073778376 140734219147712 140234211830472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.23 2.27 2.23 4/213 16413
/proc/meminfo: memFree=29823084/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9625040 CPUtime=4.32 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 12563 0 1 0 421 11 0 0 20 0 19 0 25698595 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2406260 58091 2279 9 0 2396937 0
[pid=16394/tid=16396] ppid=16391 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (java) R 16391 16394 10680 0 -1 4202560 2477 0 1 0 293 4 0 0 20 0 19 0 25698597 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234394952152 140234256558347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (java) S 16391 16394 10680 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234238978856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16398] ppid=16391 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16394/task/16398/stat : 16398 (java) S 16391 16394 10680 0 -1 4202560 132 0 0 0 4 0 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234237926056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16399] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16399/stat : 16399 (java) S 16391 16394 10680 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234236873768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16400] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16400/stat : 16400 (java) S 16391 16394 10680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234235820968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16401] ppid=16391 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16394/task/16401/stat : 16401 (java) S 16391 16394 10680 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234234767656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16402] ppid=16391 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16394/task/16402/stat : 16402 (java) S 16391 16394 10680 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234233714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16403] ppid=16391 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16394/task/16403/stat : 16403 (java) S 16391 16394 10680 0 -1 4202560 104 0 0 0 4 1 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234232662568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16404] ppid=16391 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16394/task/16404/stat : 16404 (java) S 16391 16394 10680 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 19 0 25698598 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234231609768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16405] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16405/stat : 16405 (java) S 16391 16394 10680 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25698599 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234219199208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16406] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16406/stat : 16406 (java) S 16391 16394 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234218145272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16407] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16407/stat : 16407 (java) S 16391 16394 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234217092872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16408] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16408/stat : 16408 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698602 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234216041360 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16409] ppid=16391 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16394/task/16409/stat : 16409 (java) S 16391 16394 10680 0 -1 4202560 2787 0 0 0 35 0 0 0 20 0 19 0 25698603 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234214987960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16410] ppid=16391 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/16394/task/16410/stat : 16410 (java) S 16391 16394 10680 0 -1 4202560 5461 0 0 0 62 0 0 0 20 0 19 0 25698603 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234213935160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16411] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16411/stat : 16411 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234212883064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16412] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16412/stat : 16412 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234211830472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16413] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16413/stat : 16413 (java) S 16391 16394 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698728 9856040960 58091 33554432000 1073741824 1073778376 140734219147712 140234210727336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.29 2.28 2.23 4/213 16413
/proc/meminfo: memFree=29823964/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9625040 CPUtime=7.53 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 12567 0 1 0 742 11 0 0 20 0 19 0 25698595 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2406260 57814 2279 9 0 2396937 0
[pid=16394/tid=16396] ppid=16391 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (java) R 16391 16394 10680 0 -1 4202560 2481 0 1 0 613 4 0 0 20 0 19 0 25698597 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234394950000 140234256622068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (java) S 16391 16394 10680 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234238978856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16398] ppid=16391 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16394/task/16398/stat : 16398 (java) S 16391 16394 10680 0 -1 4202560 132 0 0 0 4 0 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234237926056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16399] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16399/stat : 16399 (java) S 16391 16394 10680 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234236873768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16400] ppid=16391 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16394/task/16400/stat : 16400 (java) S 16391 16394 10680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234235820968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16401] ppid=16391 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16394/task/16401/stat : 16401 (java) S 16391 16394 10680 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234234767656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16402] ppid=16391 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16394/task/16402/stat : 16402 (java) S 16391 16394 10680 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234233714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16403] ppid=16391 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16394/task/16403/stat : 16403 (java) S 16391 16394 10680 0 -1 4202560 104 0 0 0 4 1 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234232662568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16404] ppid=16391 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16394/task/16404/stat : 16404 (java) S 16391 16394 10680 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 19 0 25698598 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234231609768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16405] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16405/stat : 16405 (java) S 16391 16394 10680 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25698599 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234219199208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16406] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16406/stat : 16406 (java) S 16391 16394 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234218145272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16407] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16407/stat : 16407 (java) S 16391 16394 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234217092872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16408] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16408/stat : 16408 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698602 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234216041360 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16409] ppid=16391 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16394/task/16409/stat : 16409 (java) S 16391 16394 10680 0 -1 4202560 2787 0 0 0 35 0 0 0 20 0 19 0 25698603 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234214987960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16410] ppid=16391 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/16394/task/16410/stat : 16410 (java) S 16391 16394 10680 0 -1 4202560 5461 0 0 0 64 0 0 0 20 0 19 0 25698603 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234213935160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16411] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16411/stat : 16411 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234212883064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16412] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16412/stat : 16412 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234211830472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16413] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16413/stat : 16413 (java) S 16391 16394 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698728 9856040960 57814 33554432000 1073741824 1073778376 140734219147712 140234210727336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9625040

[startup+12.7007 s]
/proc/loadavg: 2.27 2.28 2.23 3/213 16413

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

[pid=16394/tid=16406] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16406/stat : 16406 (java) S 16391 16394 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234218145272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16407] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16407/stat : 16407 (java) S 16391 16394 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234217092872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16408] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16408/stat : 16408 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698602 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234216041360 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16409] ppid=16391 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16394/task/16409/stat : 16409 (java) S 16391 16394 10680 0 -1 4202560 3199 0 0 0 50 0 0 0 20 0 19 0 25698603 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234214987960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16410] ppid=16391 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/16394/task/16410/stat : 16410 (java) S 16391 16394 10680 0 -1 4202560 5462 0 0 0 68 0 0 0 20 0 19 0 25698603 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234213935160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16411] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16411/stat : 16411 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234212883064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16412] ppid=16391 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/16394/task/16412/stat : 16412 (java) S 16391 16394 10680 0 -1 4202560 99 0 0 0 24 29 0 0 20 0 19 0 25698603 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234211830472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16413] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16413/stat : 16413 (java) S 16391 16394 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698728 9856040960 209838 33554432000 1073741824 1073778376 140734219147712 140234210727336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.42 2.34 2.28 4/213 16545
/proc/meminfo: memFree=26843296/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9625040 CPUtime=1788.61 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 18952 0 1 0 178711 150 0 0 20 0 19 0 25698595 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2406260 186819 2294 9 0 2396937 0
[pid=16394/tid=16396] ppid=16391 vsize=9625040 CPUtime=1778.3 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (java) R 16391 16394 10680 0 -1 4202560 4228 0 1 0 177762 68 0 0 20 0 19 0 25698597 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234394950864 140234256537664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (java) S 16391 16394 10680 0 -1 4202560 448 0 0 0 79 11 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234238978856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16398] ppid=16391 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/16394/task/16398/stat : 16398 (java) S 16391 16394 10680 0 -1 4202560 515 0 0 0 86 12 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234237926056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16399] ppid=16391 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16394/task/16399/stat : 16399 (java) S 16391 16394 10680 0 -1 4202560 313 0 0 0 79 7 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234236873768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16400] ppid=16391 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/16394/task/16400/stat : 16400 (java) S 16391 16394 10680 0 -1 4202560 298 0 0 0 67 8 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234235820968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16401] ppid=16391 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/16394/task/16401/stat : 16401 (java) S 16391 16394 10680 0 -1 4202560 328 0 0 0 81 10 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234234767656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16402] ppid=16391 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/16394/task/16402/stat : 16402 (java) S 16391 16394 10680 0 -1 4202560 468 0 0 0 81 14 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234233714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16403] ppid=16391 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/16394/task/16403/stat : 16403 (java) S 16391 16394 10680 0 -1 4202560 494 0 0 0 83 13 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234232662568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16404] ppid=16391 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16394/task/16404/stat : 16404 (java) S 16391 16394 10680 0 -1 4202560 392 0 0 0 69 9 0 0 20 0 19 0 25698598 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234231609768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16405] ppid=16391 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/16394/task/16405/stat : 16405 (java) S 16391 16394 10680 0 -1 4202560 1445 0 0 0 173 4 0 0 20 0 19 0 25698599 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234219199208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16406] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16406/stat : 16406 (java) S 16391 16394 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234218145272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16407] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16407/stat : 16407 (java) S 16391 16394 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234217092872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16408] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16408/stat : 16408 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698602 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234216041360 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16409] ppid=16391 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16394/task/16409/stat : 16409 (java) S 16391 16394 10680 0 -1 4202560 3199 0 0 0 50 0 0 0 20 0 19 0 25698603 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234214987960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16410] ppid=16391 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/16394/task/16410/stat : 16410 (java) S 16391 16394 10680 0 -1 4202560 5462 0 0 0 68 0 0 0 20 0 19 0 25698603 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234213935160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16411] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16411/stat : 16411 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234212883064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16412] ppid=16391 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/16394/task/16412/stat : 16412 (java) S 16391 16394 10680 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 25698603 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234211830472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16413] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16413/stat : 16413 (java) S 16391 16394 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698728 9856040960 186819 33554432000 1073741824 1073778376 140734219147712 140234210727336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.36 2.33 2.28 4/212 16546
/proc/meminfo: memFree=26686732/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 18972 0 1 0 179854 151 0 0 20 0 19 0 25698595 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2406260 183247 2294 9 0 2396937 0
[pid=16394/tid=16396] ppid=16391 vsize=9625040 CPUtime=1789.69 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (java) R 16391 16394 10680 0 -1 4202560 4229 0 1 0 178901 68 0 0 20 0 19 0 25698597 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234394950880 140234256499939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (java) S 16391 16394 10680 0 -1 4202560 448 0 0 0 79 11 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234238978856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16398] ppid=16391 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/16394/task/16398/stat : 16398 (java) S 16391 16394 10680 0 -1 4202560 515 0 0 0 87 12 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234237926056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16399] ppid=16391 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16394/task/16399/stat : 16399 (java) S 16391 16394 10680 0 -1 4202560 313 0 0 0 79 7 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234236873768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16400] ppid=16391 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/16394/task/16400/stat : 16400 (java) S 16391 16394 10680 0 -1 4202560 317 0 0 0 68 8 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234235820968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16401] ppid=16391 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/16394/task/16401/stat : 16401 (java) S 16391 16394 10680 0 -1 4202560 328 0 0 0 81 10 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234234767656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16402] ppid=16391 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/16394/task/16402/stat : 16402 (java) S 16391 16394 10680 0 -1 4202560 468 0 0 0 82 14 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234233714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16403] ppid=16391 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/16394/task/16403/stat : 16403 (java) S 16391 16394 10680 0 -1 4202560 494 0 0 0 83 13 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234232662568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16404] ppid=16391 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16394/task/16404/stat : 16404 (java) S 16391 16394 10680 0 -1 4202560 392 0 0 0 69 9 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234231609768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16405] ppid=16391 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/16394/task/16405/stat : 16405 (java) S 16391 16394 10680 0 -1 4202560 1445 0 0 0 173 4 0 0 20 0 19 0 25698599 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234219199208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16406] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16406/stat : 16406 (java) S 16391 16394 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234218145272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16407] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16407/stat : 16407 (java) S 16391 16394 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234217092872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16408] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16408/stat : 16408 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698602 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234216041360 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16409] ppid=16391 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16394/task/16409/stat : 16409 (java) S 16391 16394 10680 0 -1 4202560 3199 0 0 0 50 0 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234214987960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16410] ppid=16391 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/16394/task/16410/stat : 16410 (java) S 16391 16394 10680 0 -1 4202560 5462 0 0 0 68 0 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234213935160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16411] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16411/stat : 16411 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234212883064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16412] ppid=16391 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/16394/task/16412/stat : 16412 (java) S 16391 16394 10680 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234211830472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16413] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16413/stat : 16413 (java) S 16391 16394 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698728 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234210727336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 16394 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.7 s]
/proc/loadavg: 2.36 2.33 2.28 4/212 16546
/proc/meminfo: memFree=26686732/32872528 swapFree=1402776/1580604
[pid=16394] ppid=16391 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/16394/stat : 16394 (java) S 16391 16394 10680 0 -1 4202496 18972 0 1 0 179854 151 0 0 20 0 19 0 25698595 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140734219138848 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16394/statm: 2406260 183247 2294 9 0 2396937 0
[pid=16394/tid=16396] ppid=16391 vsize=9625040 CPUtime=1789.69 cores=0,2,4,6
/proc/16394/task/16396/stat : 16396 (java) R 16391 16394 10680 0 -1 4202560 4229 0 1 0 178901 68 0 0 20 0 19 0 25698597 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234394950880 140234256499939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16397] ppid=16391 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/16394/task/16397/stat : 16397 (java) S 16391 16394 10680 0 -1 4202560 448 0 0 0 79 11 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234238978856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16398] ppid=16391 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/16394/task/16398/stat : 16398 (java) S 16391 16394 10680 0 -1 4202560 515 0 0 0 87 12 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234237926056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16399] ppid=16391 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16394/task/16399/stat : 16399 (java) S 16391 16394 10680 0 -1 4202560 313 0 0 0 79 7 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234236873768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16394/tid=16400] ppid=16391 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/16394/task/16400/stat : 16400 (java) S 16391 16394 10680 0 -1 4202560 317 0 0 0 68 8 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234235820968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16401] ppid=16391 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/16394/task/16401/stat : 16401 (java) S 16391 16394 10680 0 -1 4202560 328 0 0 0 81 10 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234234767656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16402] ppid=16391 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/16394/task/16402/stat : 16402 (java) S 16391 16394 10680 0 -1 4202560 468 0 0 0 82 14 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234233714856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16403] ppid=16391 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/16394/task/16403/stat : 16403 (java) S 16391 16394 10680 0 -1 4202560 494 0 0 0 83 13 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234232662568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16404] ppid=16391 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/16394/task/16404/stat : 16404 (java) S 16391 16394 10680 0 -1 4202560 392 0 0 0 69 9 0 0 20 0 19 0 25698598 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234231609768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16405] ppid=16391 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/16394/task/16405/stat : 16405 (java) S 16391 16394 10680 0 -1 4202560 1445 0 0 0 173 4 0 0 20 0 19 0 25698599 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234219199208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16394/tid=16406] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16406/stat : 16406 (java) S 16391 16394 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234218145272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16407] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16407/stat : 16407 (java) S 16391 16394 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698600 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234217092872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16408] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16408/stat : 16408 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698602 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234216041360 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16409] ppid=16391 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16394/task/16409/stat : 16409 (java) S 16391 16394 10680 0 -1 4202560 3199 0 0 0 50 0 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234214987960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16394/tid=16410] ppid=16391 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/16394/task/16410/stat : 16410 (java) S 16391 16394 10680 0 -1 4202560 5462 0 0 0 68 0 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234213935160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16411] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16411/stat : 16411 (java) S 16391 16394 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234212883064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16412] ppid=16391 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/16394/task/16412/stat : 16412 (java) S 16391 16394 10680 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 25698603 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234211830472 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16394/tid=16413] ppid=16391 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16394/task/16413/stat : 16413 (java) S 16391 16394 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698728 9856040960 183247 33554432000 1073741824 1073778376 140734219147712 140234210727336 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1793.74
CPU time (s): 1800.63
CPU user time (s): 1798.63
CPU system time (s): 2.00169
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 2.00169
maximum resident set size= 3014728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19008
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40043
involuntary context switches= 25772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4008 second user time and 9.65653 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 09:55:29
IDJOB=4103320
IDBENCH=2326
IDSOLVER=2546
FILE ID=node139/4103320-1466236528
RUNJOBID= node139-1466206053-10696
PBS_JOBID= 19918138
Free space on /tmp= 71588 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103320-1466236528/watcher-4103320-1466236528 -o /tmp/evaluation-result-4103320-1466236528/solver-4103320-1466236528 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103320-1466236528.opb

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

MD5SUM BENCH= 24a38adb0cf3d573eb3de1ce9ead1201
RANDOM SEED=575007437

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        30062216 kB
Buffers:          125936 kB
Cached:           114444 kB
SwapCached:         1900 kB
Active:           316716 kB
Inactive:         174760 kB
Active(anon):     252008 kB
Inactive(anon):     1672 kB
Active(file):      64708 kB
Inactive(file):   173088 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:              5112 kB
Writeback:             0 kB
AnonPages:       1939612 kB
Mapped:            15192 kB
Shmem:                 0 kB
Slab:             603844 kB
SReclaimable:      47620 kB
SUnreclaim:       556224 kB
KernelStack:        1608 kB
PageTables:         7528 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2300548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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= 71512 MiB
End job on node139 at 2016-06-18 10:25:23