Trace number 4084994

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.58 1789.54

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_3.opb
MD5SUM96fec7ce232e48bab56f85f395e33fea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9945255
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 164566592
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 193952320580
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 164566592
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 193952320580
Number of bits of the biggest sum of numbers38
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084994-1465344872.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.46/0.73	c ... done. Wall clock time 0.61s.
1.46/0.73	c declared #vars     20200
1.46/0.73	c #constraints  50012
1.46/0.73	c constraints type 
1.46/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5051
1.46/0.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.46/0.73	c org.sat4j.specs.Constr$1 => 2
1.46/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.46/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39700
1.46/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5250
1.46/0.73	c 50012 constraints processed.
1.46/0.73	c objective function length is 19900 literals
4.19/2.92	c cleaning 2504 clauses out of 5022 with flag 10802/5022
6.17/4.89	c cleaning 4244 clauses out of 8497 with flag 27807/11001
9.03/7.51	c cleaning 5613 clauses out of 11253 with flag 48108/18001
12.03/10.59	c cleaning 6802 clauses out of 13641 with flag 71256/26002
15.67/14.13	c cleaning 7909 clauses out of 15849 with flag 97126/35012
19.18/17.61	c cleaning 8957 clauses out of 17928 with flag 124755/45000
23.59/21.74	c cleaning 9975 clauses out of 19973 with flag 155284/56002
28.09/26.28	c cleaning 10990 clauses out of 21998 with flag 188812/68002
33.69/31.90	c cleaning 11992 clauses out of 24007 with flag 225686/81001
40.08/38.16	c cleaning 13004 clauses out of 26023 with flag 265226/95009
46.78/44.84	c cleaning 13997 clauses out of 28016 with flag 307626/110006
55.48/53.51	c cleaning 15003 clauses out of 30019 with flag 353492/126006
63.69/61.77	c cleaning 15991 clauses out of 32010 with flag 401617/143000
74.81/72.47	c cleaning 17004 clauses out of 34021 with flag 453314/161002
86.02/83.60	c cleaning 17993 clauses out of 36015 with flag 507959/180000
97.71/95.33	c cleaning 18997 clauses out of 38026 with flag 564707/200004
113.50/110.60	c cleaning 20005 clauses out of 40026 with flag 625475/221001
126.11/123.29	c cleaning 21001 clauses out of 42020 with flag 688335/243000
142.61/139.75	c cleaning 21996 clauses out of 44023 with flag 754226/266004
160.20/157.31	c cleaning 22992 clauses out of 46026 with flag 823960/290003
177.08/173.58	c cleaning 24008 clauses out of 48033 with flag 895597/315002
190.18/186.69	c cleaning 25005 clauses out of 50026 with flag 967903/341003
206.08/202.58	c cleaning 26000 clauses out of 52024 with flag 1044488/368006
224.69/221.12	c cleaning 26995 clauses out of 54019 with flag 1124297/396001
246.16/241.92	c cleaning 27987 clauses out of 56024 with flag 1207064/425001
269.77/265.54	c cleaning 28994 clauses out of 58039 with flag 1293507/455003
297.81/293.11	c cleaning 30017 clauses out of 60052 with flag 1382446/486010
323.92/319.25	c cleaning 31007 clauses out of 62025 with flag 1473537/518000
344.19/339.30	c cleaning 32002 clauses out of 64019 with flag 1562776/551001
364.20/359.38	c cleaning 33000 clauses out of 66021 with flag 1656415/585005
389.93/384.71	c cleaning 33996 clauses out of 68016 with flag 1756361/620000
411.73/406.53	c cleaning 35005 clauses out of 70027 with flag 1855947/656007
440.80/435.46	c cleaning 36002 clauses out of 72019 with flag 1960162/693004
468.71/463.37	c cleaning 37001 clauses out of 74021 with flag 2066509/731008
497.83/492.13	c cleaning 37989 clauses out of 76016 with flag 2176380/770004
531.24/525.55	c cleaning 39006 clauses out of 78025 with flag 2289327/810002
562.72/556.70	c cleaning 39999 clauses out of 80019 with flag 2404267/851002
604.59/598.31	c cleaning 41004 clauses out of 82028 with flag 2523554/893010
638.80/632.52	c cleaning 41991 clauses out of 84017 with flag 2644152/936003
683.82/677.48	c cleaning 42992 clauses out of 86023 with flag 2768882/980000
726.84/720.21	c cleaning 44005 clauses out of 88032 with flag 2895937/1025001
777.29/770.46	c cleaning 44994 clauses out of 90026 with flag 3026300/1071000
820.06/813.05	c cleaning 46006 clauses out of 92035 with flag 3158906/1118003
871.85/864.84	c cleaning 47001 clauses out of 94033 with flag 3294615/1166007
930.90/923.72	c cleaning 48009 clauses out of 96039 with flag 3433877/1215014
987.01/979.68	c cleaning 49001 clauses out of 98018 with flag 3575359/1265002
1053.83/1046.16	c cleaning 49997 clauses out of 100017 with flag 3719416/1316002
1130.66/1122.63	c cleaning 50990 clauses out of 102023 with flag 3867930/1368005
1208.41/1200.26	c cleaning 52006 clauses out of 104033 with flag 4019475/1421005
1293.72/1285.46	c cleaning 53000 clauses out of 106027 with flag 4171203/1475005
1380.74/1372.04	c cleaning 54005 clauses out of 108025 with flag 4327629/1530003
1485.96/1477.19	c cleaning 54999 clauses out of 110018 with flag 4488069/1586001
1556.68/1547.60	c cleaning 56003 clauses out of 112021 with flag 4646110/1643003
1605.26/1595.99	c cleaning 56996 clauses out of 114016 with flag 4801864/1701001
1657.07/1647.52	c cleaning 58002 clauses out of 116020 with flag 4961116/1760001
1706.96/1696.98	c cleaning 58997 clauses out of 118018 with flag 5123356/1820001
1770.48/1760.26	c cleaning 60003 clauses out of 120025 with flag 5292166/1881005
1800.02/1789.50	c starts		: 4
1800.02/1789.50	c conflicts		: 1922968
1800.02/1789.50	c decisions		: 1955381
1800.02/1789.50	c propagations		: 232262113
1800.02/1789.50	c inspects		: 28078677936
1800.02/1789.50	c shortcuts		: 0
1800.02/1789.50	c learnt literals	: 0
1800.02/1789.50	c learnt binary clauses	: 0
1800.02/1789.50	c learnt ternary clauses	: 1
1800.02/1789.50	c learnt constraints	: 1922968
1800.02/1789.50	c ignored constraints	: 0
1800.02/1789.50	c root simplifications	: 0
1800.02/1789.50	c removed literals (reason simplification)	: 0
1800.02/1789.50	c reason swapping (by a shorter reason)	: 0
1800.02/1789.50	c Calls to reduceDB	: 57
1800.02/1789.50	c Number of update (reduction) of LBD	: 412
1800.02/1789.50	c Imported unit clauses	: 0
1800.02/1789.50	c number of reductions to clauses (during analyze)	: 0
1800.02/1789.50	c number of learned constraints concerned by reduction	: 0
1800.02/1789.50	c number of learning phase by resolution	: 0
1800.02/1789.50	c number of learning phase by cutting planes	: 0
1800.02/1789.50	c speed (assignments/second)	: 129847.64424775595
1800.02/1789.50	c non guided choices	0
1800.02/1789.51	c timeout
1800.02/1789.53	c learnt constraints type 
1800.02/1789.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101986
1800.02/1789.53	s UNKNOWN
1800.02/1789.53	c Total wall clock time (in seconds): 1789.404

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-4084994-1465344872/watcher-4084994-1465344872 -o /tmp/evaluation-result-4084994-1465344872/solver-4084994-1465344872 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084994-1465344872.opb 

pid=27286
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: 1.97 2.00 1.99 3/195 27289
/proc/meminfo: memFree=30134356/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27289/stat : 27289 (java) D 27286 27289 27127 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 116422497 9515008 175 33554432000 1073741824 1073778376 140733495085008 140733495067736 249650037648 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2323 175 133 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 1.97 2.00 1.99 3/195 27289
/proc/meminfo: memFree=30134356/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 4377 0 1 0 8 1 0 0 20 0 18 0 116422497 9787879424 5490 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2389619 5492 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200315 s]
/proc/loadavg: 1.97 2.00 1.99 3/195 27289
/proc/meminfo: memFree=30134356/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 5042 0 1 0 27 2 0 0 20 0 18 0 116422497 9787879424 6906 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2389619 6906 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 1.97 2.00 1.99 3/195 27289
/proc/meminfo: memFree=30134356/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 5471 0 1 0 45 2 0 0 20 0 18 0 116422497 9787879424 9670 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2389619 9670 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70025 s]
/proc/loadavg: 1.97 2.00 1.99 3/195 27289
/proc/meminfo: memFree=30134356/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9558476 CPUtime=1.46 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 11038 0 1 0 141 5 0 0 20 0 18 0 116422497 9787879424 36694 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2389619 36694 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558476

[startup+1.5175 s]
/proc/loadavg: 1.97 2.00 1.99 3/214 27308
/proc/meminfo: memFree=29982052/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9625040 CPUtime=2.78 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 11805 0 1 0 272 6 0 0 20 0 19 0 116422497 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2406260 44954 2280 9 0 2396937 0
[pid=27289/tid=27291] ppid=27286 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/27289/task/27291/stat : 27291 (java) S 27286 27289 27127 0 -1 4202560 2474 0 1 0 142 4 0 0 20 0 19 0 116422498 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059543453032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27292] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27292/stat : 27292 (java) R 27286 27289 27127 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059504946264 140059547629743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27293] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27293/stat : 27293 (java) R 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059503893672 249649990791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27294] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27294/stat : 27294 (java) R 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059502840616 249649990791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27295] ppid=27286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27289/task/27295/stat : 27295 (java) R 27286 27289 27127 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059501787944 249649990791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27296] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27296/stat : 27296 (java) R 27286 27289 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059500735016 249649990791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27297] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27297/stat : 27297 (java) R 27286 27289 27127 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059499682472 249649990791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27298] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27298/stat : 27298 (java) R 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059498629464 140059545925272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27299] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27299/stat : 27299 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059497576600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27300] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27300/stat : 27300 (java) S 27286 27289 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059366897416 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27301] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27301/stat : 27301 (java) S 27286 27289 27127 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059365844856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27302] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27302/stat : 27302 (java) S 27286 27289 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059364791688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27303] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27303/stat : 27303 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059363740432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27304] ppid=27286 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27289/task/27304/stat : 27304 (java) S 27286 27289 27127 0 -1 4202560 3738 0 0 0 56 0 0 0 20 0 19 0 116422504 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059362687288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27305] ppid=27286 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27289/task/27305/stat : 27305 (java) S 27286 27289 27127 0 -1 4202560 4283 0 0 0 63 0 0 0 20 0 19 0 116422504 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059361634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27306] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27306/stat : 27306 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059360581880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27307] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27307/stat : 27307 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059359529544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27308] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27308/stat : 27308 (java) S 27286 27289 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116422575 9856040960 44954 33554432000 1073741824 1073778376 140733325731920 140059358475816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 1.97 2.00 1.99 3/214 27308
/proc/meminfo: memFree=29962752/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9625040 CPUtime=4.43 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 11879 0 1 0 437 6 0 0 20 0 19 0 116422497 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2406260 45027 2289 9 0 2396937 0
[pid=27289/tid=27291] ppid=27286 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/27289/task/27291/stat : 27291 (java) R 27286 27289 27127 0 -1 4202560 2476 0 1 0 300 4 0 0 20 0 19 0 116422498 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059543453848 140059370959497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27292] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27292/stat : 27292 (java) S 27286 27289 27127 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059504946088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27293] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27293/stat : 27293 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059503893544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27294] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27294/stat : 27294 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059502840488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27295] ppid=27286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27289/task/27295/stat : 27295 (java) S 27286 27289 27127 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059501787944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27296] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27296/stat : 27296 (java) S 27286 27289 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059500734888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27297] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27297/stat : 27297 (java) S 27286 27289 27127 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059499682344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27298] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27298/stat : 27298 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059498629288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27299] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27299/stat : 27299 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059497576744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27300] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27300/stat : 27300 (java) S 27286 27289 27127 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059366898536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27301] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27301/stat : 27301 (java) S 27286 27289 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059365844856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27302] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27302/stat : 27302 (java) S 27286 27289 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059364791688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27303] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27303/stat : 27303 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059363740432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27304] ppid=27286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27289/task/27304/stat : 27304 (java) S 27286 27289 27127 0 -1 4202560 3742 0 0 0 60 0 0 0 20 0 19 0 116422504 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059362687288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27305] ppid=27286 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/27289/task/27305/stat : 27305 (java) S 27286 27289 27127 0 -1 4202560 4283 0 0 0 64 0 0 0 20 0 19 0 116422504 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059361634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27306] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27306/stat : 27306 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059360581880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27307] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27307/stat : 27307 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059359529544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27308] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27308/stat : 27308 (java) S 27286 27289 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116422575 9856040960 45027 33554432000 1073741824 1073778376 140733325731920 140059358475816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 1.97 2.00 1.99 3/214 27308
/proc/meminfo: memFree=29962584/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9625040 CPUtime=7.67 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 11880 0 1 0 761 6 0 0 20 0 19 0 116422497 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2406260 44995 2289 9 0 2396937 0
[pid=27289/tid=27291] ppid=27286 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/27289/task/27291/stat : 27291 (java) R 27286 27289 27127 0 -1 4202560 2477 0 1 0 620 4 0 0 20 0 19 0 116422498 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059543445200 140059370901888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27292] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27292/stat : 27292 (java) S 27286 27289 27127 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059504946088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27293] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27293/stat : 27293 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059503893544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27294] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27294/stat : 27294 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059502840488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27295] ppid=27286 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27289/task/27295/stat : 27295 (java) S 27286 27289 27127 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059501787944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27296] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27296/stat : 27296 (java) S 27286 27289 27127 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059500734888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27297] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27297/stat : 27297 (java) S 27286 27289 27127 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059499682344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27298] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27298/stat : 27298 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059498629288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27299] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27299/stat : 27299 (java) S 27286 27289 27127 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116422500 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059497576744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27300] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27300/stat : 27300 (java) S 27286 27289 27127 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059366898536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27301] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27301/stat : 27301 (java) S 27286 27289 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059365844856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27302] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27302/stat : 27302 (java) S 27286 27289 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059364791688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27303] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27303/stat : 27303 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059363740432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27304] ppid=27286 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27289/task/27304/stat : 27304 (java) S 27286 27289 27127 0 -1 4202560 3742 0 0 0 62 0 0 0 20 0 19 0 116422504 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059362687288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27305] ppid=27286 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/27289/task/27305/stat : 27305 (java) S 27286 27289 27127 0 -1 4202560 4283 0 0 0 66 0 0 0 20 0 19 0 116422504 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059361634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27306] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27306/stat : 27306 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059360581880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27307] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27307/stat : 27307 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059359529544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27308] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27308/stat : 27308 (java) S 27286 27289 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116422575 9856040960 44995 33554432000 1073741824 1073778376 140733325731920 140059358475816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9625040


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

[pid=27289/tid=27301] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27301/stat : 27301 (java) S 27286 27289 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059365844856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27302] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27302/stat : 27302 (java) S 27286 27289 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059364791688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27303] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27303/stat : 27303 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059363740432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27304] ppid=27286 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27289/task/27304/stat : 27304 (java) S 27286 27289 27127 0 -1 4202560 3742 0 0 0 62 0 0 0 20 0 19 0 116422504 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059362687288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27305] ppid=27286 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/27289/task/27305/stat : 27305 (java) S 27286 27289 27127 0 -1 4202560 4283 0 0 0 70 0 0 0 20 0 19 0 116422504 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059361634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27306] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27306/stat : 27306 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059360581880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27307] ppid=27286 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27289/task/27307/stat : 27307 (java) S 27286 27289 27127 0 -1 4202560 99 0 0 0 28 29 0 0 20 0 19 0 116422504 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059359529544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27308] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27308/stat : 27308 (java) S 27286 27289 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116422575 9856040960 433615 33554432000 1073741824 1073778376 140733325731920 140059358475816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1732.42
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 27418
/proc/meminfo: memFree=28559956/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9625040 CPUtime=1792.82 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 20346 0 1 0 179038 244 0 0 20 0 19 0 116422497 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2406260 415075 2297 9 0 2396937 0
[pid=27289/tid=27291] ppid=27286 vsize=9625040 CPUtime=1777.68 cores=0,2,4,6
/proc/27289/task/27291/stat : 27291 (java) R 27286 27289 27127 0 -1 4202560 3369 0 1 0 177728 40 0 0 20 0 19 0 116422498 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059543452896 140059370959105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27292] ppid=27286 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27289/task/27292/stat : 27292 (java) S 27286 27289 27127 0 -1 4202560 658 0 0 0 123 22 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059504946088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27293] ppid=27286 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/27289/task/27293/stat : 27293 (java) S 27286 27289 27127 0 -1 4202560 870 0 0 0 121 30 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059503893544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27294] ppid=27286 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/27289/task/27294/stat : 27294 (java) S 27286 27289 27127 0 -1 4202560 595 0 0 0 118 26 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059502840488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27295] ppid=27286 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/27289/task/27295/stat : 27295 (java) S 27286 27289 27127 0 -1 4202560 676 0 0 0 135 23 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059501787944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27296] ppid=27286 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/27289/task/27296/stat : 27296 (java) S 27286 27289 27127 0 -1 4202560 755 0 0 0 135 30 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059500734888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27297] ppid=27286 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/27289/task/27297/stat : 27297 (java) S 27286 27289 27127 0 -1 4202560 881 0 0 0 142 28 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059499682344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27298] ppid=27286 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/27289/task/27298/stat : 27298 (java) S 27286 27289 27127 0 -1 4202560 673 0 0 0 107 20 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059498629288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27299] ppid=27286 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27289/task/27299/stat : 27299 (java) S 27286 27289 27127 0 -1 4202560 772 0 0 0 126 21 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059497576744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27300] ppid=27286 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/27289/task/27300/stat : 27300 (java) S 27286 27289 27127 0 -1 4202560 1707 0 0 0 132 4 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059366898536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27301] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27301/stat : 27301 (java) S 27286 27289 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059365844856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27302] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27302/stat : 27302 (java) S 27286 27289 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059364791688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27303] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27303/stat : 27303 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059363740432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27304] ppid=27286 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27289/task/27304/stat : 27304 (java) S 27286 27289 27127 0 -1 4202560 3742 0 0 0 62 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059362687288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27305] ppid=27286 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/27289/task/27305/stat : 27305 (java) S 27286 27289 27127 0 -1 4202560 4283 0 0 0 70 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059361634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27306] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27306/stat : 27306 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059360581880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27307] ppid=27286 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/27289/task/27307/stat : 27307 (java) S 27286 27289 27127 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059359529544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27308] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27308/stat : 27308 (java) S 27286 27289 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116422575 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059358475816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1792.82
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 27418
/proc/meminfo: memFree=28560080/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 20346 0 1 0 179758 244 0 0 20 0 19 0 116422497 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2406260 415075 2297 9 0 2396937 0
[pid=27289/tid=27291] ppid=27286 vsize=9625040 CPUtime=1784.88 cores=0,2,4,6
/proc/27289/task/27291/stat : 27291 (java) R 27286 27289 27127 0 -1 4202560 3369 0 1 0 178448 40 0 0 20 0 19 0 116422498 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059543452896 140059370901883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27292] ppid=27286 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27289/task/27292/stat : 27292 (java) S 27286 27289 27127 0 -1 4202560 658 0 0 0 123 22 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059504946088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27293] ppid=27286 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/27289/task/27293/stat : 27293 (java) S 27286 27289 27127 0 -1 4202560 870 0 0 0 121 30 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059503893544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27294] ppid=27286 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/27289/task/27294/stat : 27294 (java) S 27286 27289 27127 0 -1 4202560 595 0 0 0 118 26 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059502840488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27295] ppid=27286 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/27289/task/27295/stat : 27295 (java) S 27286 27289 27127 0 -1 4202560 676 0 0 0 135 23 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059501787944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27296] ppid=27286 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/27289/task/27296/stat : 27296 (java) S 27286 27289 27127 0 -1 4202560 755 0 0 0 135 30 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059500734888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27297] ppid=27286 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/27289/task/27297/stat : 27297 (java) S 27286 27289 27127 0 -1 4202560 881 0 0 0 142 28 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059499682344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27298] ppid=27286 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/27289/task/27298/stat : 27298 (java) S 27286 27289 27127 0 -1 4202560 673 0 0 0 107 20 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059498629288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27299] ppid=27286 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27289/task/27299/stat : 27299 (java) S 27286 27289 27127 0 -1 4202560 772 0 0 0 126 21 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059497576744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27300] ppid=27286 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/27289/task/27300/stat : 27300 (java) S 27286 27289 27127 0 -1 4202560 1707 0 0 0 132 4 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059366898536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27301] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27301/stat : 27301 (java) S 27286 27289 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059365844856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27302] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27302/stat : 27302 (java) S 27286 27289 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059364791688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27303] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27303/stat : 27303 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059363740432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27304] ppid=27286 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27289/task/27304/stat : 27304 (java) S 27286 27289 27127 0 -1 4202560 3742 0 0 0 62 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059362687288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27305] ppid=27286 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/27289/task/27305/stat : 27305 (java) S 27286 27289 27127 0 -1 4202560 4283 0 0 0 70 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059361634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27306] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27306/stat : 27306 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059360581880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27307] ppid=27286 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/27289/task/27307/stat : 27307 (java) S 27286 27289 27127 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059359529544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27308] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27308/stat : 27308 (java) S 27286 27289 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116422575 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059358475816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 27289 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 27418
/proc/meminfo: memFree=28560080/32872528 swapFree=10608/190480
[pid=27289] ppid=27286 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27289/stat : 27289 (java) S 27286 27289 27127 0 -1 4202496 20346 0 1 0 179758 244 0 0 20 0 19 0 116422497 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140733325723056 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27289/statm: 2406260 415075 2297 9 0 2396937 0
[pid=27289/tid=27291] ppid=27286 vsize=9625040 CPUtime=1784.88 cores=0,2,4,6
/proc/27289/task/27291/stat : 27291 (java) R 27286 27289 27127 0 -1 4202560 3369 0 1 0 178448 40 0 0 20 0 19 0 116422498 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059543452896 140059370901883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27292] ppid=27286 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/27289/task/27292/stat : 27292 (java) S 27286 27289 27127 0 -1 4202560 658 0 0 0 123 22 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059504946088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27293] ppid=27286 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/27289/task/27293/stat : 27293 (java) S 27286 27289 27127 0 -1 4202560 870 0 0 0 121 30 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059503893544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27294] ppid=27286 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/27289/task/27294/stat : 27294 (java) S 27286 27289 27127 0 -1 4202560 595 0 0 0 118 26 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059502840488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27295] ppid=27286 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/27289/task/27295/stat : 27295 (java) S 27286 27289 27127 0 -1 4202560 676 0 0 0 135 23 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059501787944 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27296] ppid=27286 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/27289/task/27296/stat : 27296 (java) S 27286 27289 27127 0 -1 4202560 755 0 0 0 135 30 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059500734888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27297] ppid=27286 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/27289/task/27297/stat : 27297 (java) S 27286 27289 27127 0 -1 4202560 881 0 0 0 142 28 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059499682344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27289/tid=27298] ppid=27286 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/27289/task/27298/stat : 27298 (java) S 27286 27289 27127 0 -1 4202560 673 0 0 0 107 20 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059498629288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27289/tid=27299] ppid=27286 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27289/task/27299/stat : 27299 (java) S 27286 27289 27127 0 -1 4202560 772 0 0 0 126 21 0 0 20 0 19 0 116422500 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059497576744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27300] ppid=27286 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/27289/task/27300/stat : 27300 (java) S 27286 27289 27127 0 -1 4202560 1707 0 0 0 132 4 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059366898536 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27301] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27301/stat : 27301 (java) S 27286 27289 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059365844856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27302] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27302/stat : 27302 (java) S 27286 27289 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116422501 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059364791688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27303] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27303/stat : 27303 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059363740432 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27304] ppid=27286 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27289/task/27304/stat : 27304 (java) S 27286 27289 27127 0 -1 4202560 3742 0 0 0 62 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059362687288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27305] ppid=27286 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/27289/task/27305/stat : 27305 (java) S 27286 27289 27127 0 -1 4202560 4283 0 0 0 70 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059361634744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27306] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27306/stat : 27306 (java) S 27286 27289 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059360581880 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27289/tid=27307] ppid=27286 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/27289/task/27307/stat : 27307 (java) S 27286 27289 27127 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 116422504 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059359529544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27289/tid=27308] ppid=27286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27289/task/27308/stat : 27308 (java) S 27286 27289 27127 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116422575 9856040960 415075 33554432000 1073741824 1073778376 140733325731920 140059358475816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1789.54
CPU time (s): 1800.58
CPU user time (s): 1797.68
CPU system time (s): 2.90256
CPU usage (%): 100.617
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.68
system time used= 2.90256
maximum resident set size= 2216940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20381
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39101
involuntary context switches= 11613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5304 second user time and 13.396 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-08 02:14:32
IDJOB=4084994
IDBENCH=92755
IDSOLVER=2546
FILE ID=node102/4084994-1465344872
RUNJOBID= node102-1465312757-23537
PBS_JOBID= 19850416
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat100_4_32_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084994-1465344872/watcher-4084994-1465344872 -o /tmp/evaluation-result-4084994-1465344872/solver-4084994-1465344872 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23537 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084994-1465344872.opb

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

MD5SUM BENCH= 96fec7ce232e48bab56f85f395e33fea
RANDOM SEED=1017844100

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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.470
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.470
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:        30134892 kB
Buffers:          208196 kB
Cached:           804392 kB
SwapCached:         2708 kB
Active:          1028640 kB
Inactive:         752236 kB
Active(anon):     768204 kB
Inactive(anon):     2284 kB
Active(file):     260436 kB
Inactive(file):   749952 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098748 kB
Dirty:              2580 kB
Writeback:             0 kB
AnonPages:        958844 kB
Mapped:            16532 kB
Shmem:                 0 kB
Slab:             634116 kB
SReclaimable:      77716 kB
SUnreclaim:       556400 kB
KernelStack:        1600 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1109776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 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= 71736 MiB
End job on node102 at 2016-06-08 02:44:21