Trace number 4107004

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.07 895.75

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
MD5SUM8096e07164eab6008a97823c6b00b555
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4107004-1466279474.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
4.16/1.56	c ... done. Wall clock time 1.454s.
4.16/1.56	c declared #vars     1000
4.16/1.56	c internal #vars     38366
4.16/1.56	c #constraints  76235
4.16/1.56	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.16/1.56	c constraints type 
4.16/1.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
4.16/1.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
4.16/1.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
4.16/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37366
4.16/1.56	c 76235 constraints processed.
4.16/1.56	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.16/1.56	c constraints type 
4.16/1.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
4.16/1.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37366
4.16/1.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
4.16/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
4.16/1.56	c 76235 constraints processed.
15.60/6.40	c cleaning 2499 clauses out of 5000 with flag 10419/5000
26.94/11.93	c cleaning 4250 clauses out of 8501 with flag 22979/11000
41.29/19.02	c cleaning 5651 clauses out of 11304 with flag 37822/18053
58.44/27.52	c cleaning 6804 clauses out of 13610 with flag 54626/26010
76.84/36.79	c cleaning 7894 clauses out of 15796 with flag 74939/35000
97.30/46.84	c cleaning 8862 clauses out of 17903 with flag 97974/45001
120.55/58.36	c cleaning 10040 clauses out of 20082 with flag 121067/56042
145.93/71.03	c cleaning 10930 clauses out of 22002 with flag 148365/68002
164.13/80.14	c cleaning 12045 clauses out of 24093 with flag 182880/81023
182.84/89.56	c cleaning 13011 clauses out of 26056 with flag 212792/95031
202.61/99.35	c cleaning 13944 clauses out of 28014 with flag 247127/110000
226.53/111.15	c cleaning 15051 clauses out of 30106 with flag 283199/126036
249.74/122.63	c cleaning 15963 clauses out of 32019 with flag 321915/143000
274.91/135.40	c cleaning 16971 clauses out of 34056 with flag 362296/161000
301.62/148.66	c cleaning 17975 clauses out of 36085 with flag 402948/180000
327.00/161.30	c cleaning 18982 clauses out of 38110 with flag 448122/200000
353.35/174.42	c cleaning 20068 clauses out of 40140 with flag 498702/221012
381.75/188.62	c cleaning 21046 clauses out of 42096 with flag 548669/243036
415.31/205.56	c cleaning 22019 clauses out of 44039 with flag 601740/266025
452.56/223.94	c cleaning 22976 clauses out of 45995 with flag 654909/290000
484.38/239.87	c cleaning 24035 clauses out of 48074 with flag 715294/315055
519.16/257.28	c cleaning 24952 clauses out of 49985 with flag 774030/341001
556.67/276.36	c cleaning 25964 clauses out of 52033 with flag 836299/368001
601.74/298.66	c cleaning 26993 clauses out of 54068 with flag 899270/396000
647.45/321.31	c cleaning 28080 clauses out of 56161 with flag 967649/425086
698.33/346.51	c cleaning 28966 clauses out of 57996 with flag 1038605/455001
752.29/373.37	c cleaning 30036 clauses out of 60075 with flag 1109426/486046
806.34/400.47	c cleaning 31015 clauses out of 62033 with flag 1183578/518040
860.31/427.24	c cleaning 31962 clauses out of 63978 with flag 1258860/551000
922.69/458.23	c cleaning 32996 clauses out of 66016 with flag 1338586/585000
964.41/478.98	c cleaning 0 clauses out of 5000 with flag 0/5000
985.02/488.97	c cleaning 33963 clauses out of 68020 with flag 1421396/620000
1049.02/521.14	c cleaning 35021 clauses out of 70057 with flag 1505509/656000
1111.46/552.14	c cleaning 35969 clauses out of 72036 with flag 1593751/693000
1179.85/586.10	c cleaning 37006 clauses out of 74067 with flag 1685697/731000
1242.20/617.28	c cleaning 38030 clauses out of 76064 with flag 1779548/770003
1306.93/650.07	c cleaning 38973 clauses out of 78032 with flag 1876733/810001
1372.79/682.90	c cleaning 40006 clauses out of 80058 with flag 1978949/851000
1442.57/717.79	c cleaning 41011 clauses out of 82053 with flag 2082371/893001
1524.44/759.03	c cleaning 42021 clauses out of 84045 with flag 2190863/936004
1610.68/801.84	c cleaning 42983 clauses out of 86021 with flag 2301089/980001
1700.02/846.10	c cleaning 43978 clauses out of 88037 with flag 2416289/1025000
1788.39/889.95	c cleaning 45022 clauses out of 90059 with flag 2536197/1071000
1800.07/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.70	c starts		: 1
1800.07/895.70	c conflicts		: 1077320
1800.07/895.70	c decisions		: 6606954
1800.07/895.70	c propagations		: 25009913
1800.07/895.70	c inspects		: 5865507256
1800.07/895.70	c shortcuts		: 0
1800.07/895.70	c learnt literals	: 0
1800.07/895.70	c learnt binary clauses	: 0
1800.07/895.70	c learnt ternary clauses	: 0
1800.07/895.70	c learnt constraints	: 1077320
1800.07/895.70	c ignored constraints	: 0
1800.07/895.70	c root simplifications	: 0
1800.07/895.70	c removed literals (reason simplification)	: 26577214
1800.07/895.70	c reason swapping (by a shorter reason)	: 0
1800.07/895.70	c Calls to reduceDB	: 42
1800.07/895.70	c Number of update (reduction) of LBD	: 142616
1800.07/895.70	c Imported unit clauses	: 0
1800.07/895.70	c number of reductions to clauses (during analyze)	: 0
1800.07/895.70	c number of learned constraints concerned by reduction	: 0
1800.07/895.70	c number of learning phase by resolution	: 0
1800.07/895.70	c number of learning phase by cutting planes	: 0
1800.07/895.70	c speed (assignments/second)	: 27972.665879268618
1800.07/895.70	c non guided choices	37768
1800.07/895.72	c learnt constraints type 
1800.07/895.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51357
1800.07/895.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.72	c starts		: 28
1800.07/895.72	c conflicts		: 7720
1800.07/895.72	c decisions		: 217231
1800.07/895.72	c propagations		: 12781931
1800.07/895.72	c inspects		: 449767092
1800.07/895.72	c shortcuts		: 0
1800.07/895.72	c learnt literals	: 0
1800.07/895.72	c learnt binary clauses	: 0
1800.07/895.72	c learnt ternary clauses	: 0
1800.07/895.72	c learnt constraints	: 7720
1800.07/895.72	c ignored constraints	: 0
1800.07/895.72	c root simplifications	: 0
1800.07/895.72	c removed literals (reason simplification)	: 0
1800.07/895.72	c reason swapping (by a shorter reason)	: 0
1800.07/895.72	c Calls to reduceDB	: 1
1800.07/895.72	c Number of update (reduction) of LBD	: 0
1800.07/895.72	c Imported unit clauses	: 0
1800.07/895.72	c number of reductions to clauses (during analyze)	: 0
1800.07/895.72	c number of learned constraints concerned by reduction	: 0
1800.07/895.72	c number of learning phase by resolution	: 0
1800.07/895.72	c number of learning phase by cutting planes	: 0
1800.07/895.72	c speed (assignments/second)	: 14295.734967140435
1800.07/895.72	c non guided choices	37768
1800.07/895.73	c learnt constraints type 
1800.07/895.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/895.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7719
1800.07/895.73	s UNKNOWN
1800.07/895.73	c Total wall clock time (in seconds): 895.619

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-4107004-1466279474/watcher-4107004-1466279474 -o /tmp/evaluation-result-4107004-1466279474/solver-4107004-1466279474 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28100 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107004-1466279474.opb 

pid=29456
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: 4.17 4.26 4.22 4/197 29459
/proc/meminfo: memFree=26486200/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/29459/stat : 29459 (java) R 29456 29459 28084 0 -1 4202496 1062 0 0 0 0 0 0 0 20 0 1 0 29994008 23793664 712 33554432000 1073741824 1073778376 140736867491680 140736867480744 270698329448 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 5809 712 527 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 4.17 4.26 4.22 4/197 29459
/proc/meminfo: memFree=26486200/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 4526 0 1 0 9 1 0 0 20 0 18 0 29994008 9787879424 5643 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2389619 5643 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 4.17 4.26 4.22 4/197 29459
/proc/meminfo: memFree=26486200/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 4737 0 1 0 23 1 0 0 20 0 18 0 29994008 9787879424 6856 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2389619 6856 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.17 4.26 4.22 4/197 29459
/proc/meminfo: memFree=26486200/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 6385 0 1 0 48 1 0 0 20 0 18 0 29994008 9787879424 8871 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2389619 8871 2244 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 4.17 4.26 4.22 4/197 29459
/proc/meminfo: memFree=26486200/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 31719 0 1 0 159 5 0 0 20 0 18 0 29994008 9787879424 36078 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2389619 36078 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.17 4.26 4.22 6/215 29477
/proc/meminfo: memFree=26240236/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9558476 CPUtime=4.16 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 42339 0 1 0 399 17 0 0 20 0 18 0 29994008 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2389619 102573 2274 9 0 2380296 0
[pid=29459/tid=29461] ppid=29456 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/29459/task/29461/stat : 29461 (java) S 29456 29459 28084 0 -1 4202560 2586 0 1 0 129 4 0 0 20 0 18 0 29994009 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538780662872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29462] ppid=29456 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/29459/task/29462/stat : 29462 (java) R 29456 29459 28084 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538624338600 140538783135425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29463] ppid=29456 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/29459/task/29463/stat : 29463 (java) R 29456 29459 28084 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538623286232 140538784421004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29464] ppid=29456 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29459/task/29464/stat : 29464 (java) R 29456 29459 28084 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538622233688 140538787560364 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29465] ppid=29456 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/29459/task/29465/stat : 29465 (java) R 29456 29459 28084 0 -1 4202560 116 0 0 0 4 1 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538621181144 140538783135425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29466] ppid=29456 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/29459/task/29466/stat : 29466 (java) R 29456 29459 28084 0 -1 4202560 188 0 0 0 6 2 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538620127576 140538784839855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29467] ppid=29456 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29459/task/29467/stat : 29467 (java) R 29456 29459 28084 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538619074856 140538783135425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29468] ppid=29456 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29459/task/29468/stat : 29468 (java) R 29456 29459 28084 0 -1 4202560 136 0 0 0 5 2 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538618022192 140538784839855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29469] ppid=29456 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29459/task/29469/stat : 29469 (java) R 29456 29459 28084 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 29994010 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538616969944 140538783135475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29470] ppid=29456 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29470/stat : 29470 (java) S 29456 29459 28084 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 29994011 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538604770824 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29471] ppid=29456 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29471/stat : 29471 (java) S 29456 29459 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 29994011 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538603718264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29472] ppid=29456 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29472/stat : 29472 (java) S 29456 29459 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 29994011 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538602665608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29473] ppid=29456 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29473/stat : 29473 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 29994013 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538601614352 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29474] ppid=29456 vsize=9558476 CPUtime=1.12 cores=0,2,4,6
/proc/29459/task/29474/stat : 29474 (java) S 29456 29459 28084 0 -1 4202560 20105 0 0 0 110 2 0 0 20 0 18 0 29994013 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538600550776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29475] ppid=29456 vsize=9558476 CPUtime=1.2 cores=0,2,4,6
/proc/29459/task/29475/stat : 29475 (java) S 29456 29459 28084 0 -1 4202560 17776 0 0 0 118 2 0 0 20 0 18 0 29994013 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538599493944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29476] ppid=29456 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29476/stat : 29476 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 29994013 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538598455800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29477] ppid=29456 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29477/stat : 29477 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 29994013 9787879424 102573 33554432000 1073741824 1073778376 140736867491680 140538597403464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9558476

[startup+3.10097 s]
/proc/loadavg: 4.17 4.26 4.22 5/219 29481
/proc/meminfo: memFree=26074312/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9824732 CPUtime=8.48 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 43290 0 1 0 829 19 0 0 20 0 22 0 29994008 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2456183 104974 2286 9 0 2446860 0
[pid=29459/tid=29461] ppid=29456 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/29459/task/29461/stat : 29461 (java) S 29456 29459 28084 0 -1 4202560 2594 0 1 0 134 4 0 0 20 0 22 0 29994009 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538780664696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29462] ppid=29456 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/29459/task/29462/stat : 29462 (java) S 29456 29459 28084 0 -1 4202560 31 0 0 0 6 1 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538624338600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29463] ppid=29456 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29459/task/29463/stat : 29463 (java) S 29456 29459 28084 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538623286056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29464] ppid=29456 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29459/task/29464/stat : 29464 (java) S 29456 29459 28084 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538622233512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29465] ppid=29456 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/29459/task/29465/stat : 29465 (java) S 29456 29459 28084 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538621180968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29466] ppid=29456 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/29459/task/29466/stat : 29466 (java) S 29456 29459 28084 0 -1 4202560 190 0 0 0 6 2 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538620127400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29467] ppid=29456 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29459/task/29467/stat : 29467 (java) S 29456 29459 28084 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538619074856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29468] ppid=29456 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/29459/task/29468/stat : 29468 (java) S 29456 29459 28084 0 -1 4202560 136 0 0 0 6 2 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538618022312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29469] ppid=29456 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29459/task/29469/stat : 29469 (java) S 29456 29459 28084 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 29994010 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538616969768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29470] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29470/stat : 29470 (java) S 29456 29459 28084 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538604771944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29471] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29471/stat : 29471 (java) S 29456 29459 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538603718264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29472] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29472/stat : 29472 (java) S 29456 29459 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538602665608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29473] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29473/stat : 29473 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538601614352 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29474] ppid=29456 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/29459/task/29474/stat : 29474 (java) S 29456 29459 28084 0 -1 4202560 20772 0 0 0 171 2 0 0 20 0 22 0 29994013 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538600560696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29475] ppid=29456 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/29459/task/29475/stat : 29475 (java) R 29456 29459 28084 0 -1 4202560 17844 0 0 0 172 2 0 0 20 0 22 0 29994013 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538599508152 270710912060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29476] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29476/stat : 29476 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538598455800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29477] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29477/stat : 29477 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538597403464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29478] ppid=29456 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/29459/task/29478/stat : 29478 (java) R 29456 29459 28084 0 -1 4202560 17 0 0 0 149 0 0 0 20 0 22 0 29994165 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538596348744 140538654211397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29479] ppid=29456 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/29459/task/29479/stat : 29479 (java) R 29456 29459 28084 0 -1 4202560 31 0 0 0 151 0 0 0 20 0 22 0 29994165 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538595294256 140538652814612 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29480] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29480/stat : 29480 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538594244136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29481] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29481/stat : 29481 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 104974 33554432000 1073741824 1073778376 140736867491680 140538593191592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.15 4.25 4.21 5/219 29481
/proc/meminfo: memFree=26024640/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9824732 CPUtime=15.36 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 44202 0 1 0 1511 25 0 0 20 0 22 0 29994008 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2456183 117238 2288 9 0 2446860 0
[pid=29459/tid=29461] ppid=29456 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/29459/task/29461/stat : 29461 (java) S 29456 29459 28084 0 -1 4202560 2594 0 1 0 134 4 0 0 20 0 22 0 29994009 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538780664696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29462] ppid=29456 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/29459/task/29462/stat : 29462 (java) S 29456 29459 28084 0 -1 4202560 48 0 0 0 7 1 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538624338600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29463] ppid=29456 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29459/task/29463/stat : 29463 (java) S 29456 29459 28084 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538623286056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29464] ppid=29456 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29459/task/29464/stat : 29464 (java) S 29456 29459 28084 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538622233512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29465] ppid=29456 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/29459/task/29465/stat : 29465 (java) S 29456 29459 28084 0 -1 4202560 148 0 0 0 9 3 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538621180968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29466] ppid=29456 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/29459/task/29466/stat : 29466 (java) S 29456 29459 28084 0 -1 4202560 195 0 0 0 7 2 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538620127400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29467] ppid=29456 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/29459/task/29467/stat : 29467 (java) S 29456 29459 28084 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538619074856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29468] ppid=29456 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/29459/task/29468/stat : 29468 (java) S 29456 29459 28084 0 -1 4202560 182 0 0 0 10 3 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538618022312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29469] ppid=29456 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29459/task/29469/stat : 29469 (java) S 29456 29459 28084 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 29994010 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538616969768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29470] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29470/stat : 29470 (java) S 29456 29459 28084 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538604771944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29471] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29471/stat : 29471 (java) S 29456 29459 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538603718264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29472] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29472/stat : 29472 (java) S 29456 29459 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538602665608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29473] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29473/stat : 29473 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538601614352 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29474] ppid=29456 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/29459/task/29474/stat : 29474 (java) S 29456 29459 28084 0 -1 4202560 21512 0 0 0 194 2 0 0 20 0 22 0 29994013 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538600560696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29475] ppid=29456 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/29459/task/29475/stat : 29475 (java) S 29456 29459 28084 0 -1 4202560 17855 0 0 0 187 3 0 0 20 0 22 0 29994013 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538599508152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29476] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29476/stat : 29476 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538598455800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29477] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29477/stat : 29477 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 117238 33554432000 1073741824 1073778376 140736867491680 140538597403464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29478] ppid=29456 vsize=9824732 CPUtime=4.62 cores=0,2,4,6

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

/proc/29459/task/29464/stat : 29464 (java) S 29456 29459 28084 0 -1 4202560 963 0 0 0 300 30 0 0 20 0 22 0 29994010 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538622233512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29465] ppid=29456 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/29459/task/29465/stat : 29465 (java) S 29456 29459 28084 0 -1 4202560 1314 0 0 0 283 35 0 0 20 0 22 0 29994010 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538621180968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29466] ppid=29456 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/29459/task/29466/stat : 29466 (java) S 29456 29459 28084 0 -1 4202560 1000 0 0 0 285 36 0 0 20 0 22 0 29994010 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538620127400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29467] ppid=29456 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/29459/task/29467/stat : 29467 (java) S 29456 29459 28084 0 -1 4202560 1139 0 0 0 318 37 0 0 20 0 22 0 29994010 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538619074856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29468] ppid=29456 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/29459/task/29468/stat : 29468 (java) S 29456 29459 28084 0 -1 4202560 1210 0 0 0 295 35 0 0 20 0 22 0 29994010 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538618022312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29469] ppid=29456 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/29459/task/29469/stat : 29469 (java) S 29456 29459 28084 0 -1 4202560 983 0 0 0 281 33 0 0 20 0 22 0 29994010 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538616969768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29470] ppid=29456 vsize=9824732 CPUtime=7 cores=0,2,4,6
/proc/29459/task/29470/stat : 29470 (java) S 29456 29459 28084 0 -1 4202560 3082 0 0 0 691 9 0 0 20 0 22 0 29994011 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538604771944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29471] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29471/stat : 29471 (java) S 29456 29459 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538603718264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29472] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29472/stat : 29472 (java) S 29456 29459 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538602665608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29473] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29473/stat : 29473 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538601614352 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29474] ppid=29456 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/29459/task/29474/stat : 29474 (java) S 29456 29459 28084 0 -1 4202560 21523 0 0 0 230 2 0 0 20 0 22 0 29994013 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538600560696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29475] ppid=29456 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/29459/task/29475/stat : 29475 (java) S 29456 29459 28084 0 -1 4202560 17900 0 0 0 274 3 0 0 20 0 22 0 29994013 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538599508152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29476] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29476/stat : 29476 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538598455800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29477] ppid=29456 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/29459/task/29477/stat : 29477 (java) R 29456 29459 28084 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 29994013 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538597403464 270710912937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29478] ppid=29456 vsize=9824732 CPUtime=864.48 cores=0,2,4,6
/proc/29459/task/29478/stat : 29478 (java) R 29456 29459 28084 0 -1 4202560 74 0 0 0 86434 14 0 0 20 0 22 0 29994165 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538596347568 140538654256544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29479] ppid=29456 vsize=9824732 CPUtime=864.41 cores=0,2,4,6
/proc/29459/task/29479/stat : 29479 (java) R 29456 29459 28084 0 -1 4202560 1583 0 0 0 86403 38 0 0 20 0 22 0 29994165 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538595294128 140538654318285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29480] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29480/stat : 29480 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538594244136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29481] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29481/stat : 29481 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 1074741 33554432000 1073741824 1073778376 140736867491680 140538593191592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.11
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.13 4.17 4.17 5/219 29592
/proc/meminfo: memFree=22414408/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 57129 0 1 0 179676 331 0 0 20 0 22 0 29994008 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2456183 1083446 2303 9 0 2446860 0
[pid=29459/tid=29461] ppid=29456 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/29459/task/29461/stat : 29461 (java) S 29456 29459 28084 0 -1 4202560 2606 0 1 0 136 6 0 0 20 0 22 0 29994009 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538780664696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29462] ppid=29456 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/29459/task/29462/stat : 29462 (java) S 29456 29459 28084 0 -1 4202560 1049 0 0 0 289 29 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538624338600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29463] ppid=29456 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/29459/task/29463/stat : 29463 (java) S 29456 29459 28084 0 -1 4202560 1338 0 0 0 297 33 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538623286056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29464] ppid=29456 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/29459/task/29464/stat : 29464 (java) S 29456 29459 28084 0 -1 4202560 968 0 0 0 306 30 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538622233512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29465] ppid=29456 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/29459/task/29465/stat : 29465 (java) S 29456 29459 28084 0 -1 4202560 1314 0 0 0 286 35 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538621180968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29466] ppid=29456 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/29459/task/29466/stat : 29466 (java) S 29456 29459 28084 0 -1 4202560 1008 0 0 0 291 36 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538620127400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29467] ppid=29456 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/29459/task/29467/stat : 29467 (java) S 29456 29459 28084 0 -1 4202560 1150 0 0 0 323 37 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538619074856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29468] ppid=29456 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/29459/task/29468/stat : 29468 (java) S 29456 29459 28084 0 -1 4202560 1222 0 0 0 302 36 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538618022312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29469] ppid=29456 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/29459/task/29469/stat : 29469 (java) S 29456 29459 28084 0 -1 4202560 987 0 0 0 283 33 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538616969768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29470] ppid=29456 vsize=9824732 CPUtime=7.01 cores=0,2,4,6
/proc/29459/task/29470/stat : 29470 (java) S 29456 29459 28084 0 -1 4202560 3086 0 0 0 691 10 0 0 20 0 22 0 29994011 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538604771944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29471] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29471/stat : 29471 (java) S 29456 29459 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538603718264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29472] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29472/stat : 29472 (java) S 29456 29459 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538602665608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29473] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29473/stat : 29473 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538601614352 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29474] ppid=29456 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/29459/task/29474/stat : 29474 (java) S 29456 29459 28084 0 -1 4202560 21523 0 0 0 230 2 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538600560696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29475] ppid=29456 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/29459/task/29475/stat : 29475 (java) S 29456 29459 28084 0 -1 4202560 17902 0 0 0 275 3 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538599508152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29476] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29476/stat : 29476 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538598455800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29477] ppid=29456 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/29459/task/29477/stat : 29477 (java) S 29456 29459 28084 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538597403464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29478] ppid=29456 vsize=9824732 CPUtime=877.7 cores=0,2,4,6
/proc/29459/task/29478/stat : 29478 (java) R 29456 29459 28084 0 -1 4202560 75 0 0 0 87756 14 0 0 20 0 22 0 29994165 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538596347568 140538654211538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29479] ppid=29456 vsize=9824732 CPUtime=877.64 cores=0,2,4,6
/proc/29459/task/29479/stat : 29479 (java) R 29456 29459 28084 0 -1 4202560 1584 0 0 0 87726 38 0 0 20 0 22 0 29994165 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538595294128 140538654231264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29480] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29480/stat : 29480 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538594244136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29481] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29481/stat : 29481 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538593191592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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 29459 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.13 4.17 4.17 5/219 29592
/proc/meminfo: memFree=22414408/32872528 swapFree=1542984/1696284
[pid=29459] ppid=29456 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/29459/stat : 29459 (java) S 29456 29459 28084 0 -1 4202496 57129 0 1 0 179676 331 0 0 20 0 22 0 29994008 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140736867482816 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29459/statm: 2456183 1083446 2303 9 0 2446860 0
[pid=29459/tid=29461] ppid=29456 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/29459/task/29461/stat : 29461 (java) S 29456 29459 28084 0 -1 4202560 2606 0 1 0 136 6 0 0 20 0 22 0 29994009 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538780664696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29462] ppid=29456 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/29459/task/29462/stat : 29462 (java) S 29456 29459 28084 0 -1 4202560 1049 0 0 0 289 29 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538624338600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29463] ppid=29456 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/29459/task/29463/stat : 29463 (java) S 29456 29459 28084 0 -1 4202560 1338 0 0 0 297 33 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538623286056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29464] ppid=29456 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/29459/task/29464/stat : 29464 (java) S 29456 29459 28084 0 -1 4202560 968 0 0 0 306 30 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538622233512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29465] ppid=29456 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/29459/task/29465/stat : 29465 (java) S 29456 29459 28084 0 -1 4202560 1314 0 0 0 286 35 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538621180968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29466] ppid=29456 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/29459/task/29466/stat : 29466 (java) S 29456 29459 28084 0 -1 4202560 1008 0 0 0 291 36 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538620127400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29467] ppid=29456 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/29459/task/29467/stat : 29467 (java) S 29456 29459 28084 0 -1 4202560 1150 0 0 0 323 37 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538619074856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29468] ppid=29456 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/29459/task/29468/stat : 29468 (java) S 29456 29459 28084 0 -1 4202560 1222 0 0 0 302 36 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538618022312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29469] ppid=29456 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/29459/task/29469/stat : 29469 (java) S 29456 29459 28084 0 -1 4202560 987 0 0 0 283 33 0 0 20 0 22 0 29994010 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538616969768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29470] ppid=29456 vsize=9824732 CPUtime=7.01 cores=0,2,4,6
/proc/29459/task/29470/stat : 29470 (java) S 29456 29459 28084 0 -1 4202560 3086 0 0 0 691 10 0 0 20 0 22 0 29994011 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538604771944 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29471] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29471/stat : 29471 (java) S 29456 29459 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538603718264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29472] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29472/stat : 29472 (java) S 29456 29459 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29994011 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538602665608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29473] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29473/stat : 29473 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538601614352 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29474] ppid=29456 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/29459/task/29474/stat : 29474 (java) S 29456 29459 28084 0 -1 4202560 21523 0 0 0 230 2 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538600560696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29475] ppid=29456 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/29459/task/29475/stat : 29475 (java) S 29456 29459 28084 0 -1 4202560 17902 0 0 0 275 3 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538599508152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29476] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29476/stat : 29476 (java) S 29456 29459 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538598455800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29459/tid=29477] ppid=29456 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/29459/task/29477/stat : 29477 (java) S 29456 29459 28084 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 29994013 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538597403464 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29478] ppid=29456 vsize=9824732 CPUtime=877.7 cores=0,2,4,6
/proc/29459/task/29478/stat : 29478 (java) R 29456 29459 28084 0 -1 4202560 75 0 0 0 87756 14 0 0 20 0 22 0 29994165 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538596347568 140538654211538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29459/tid=29479] ppid=29456 vsize=9824732 CPUtime=877.64 cores=0,2,4,6
/proc/29459/task/29479/stat : 29479 (java) R 29456 29459 28084 0 -1 4202560 1584 0 0 0 87726 38 0 0 20 0 22 0 29994165 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538595294128 140538654231264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29459/tid=29480] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29480/stat : 29480 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538594244136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29459/tid=29481] ppid=29456 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29459/task/29481/stat : 29481 (java) S 29456 29459 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29994170 10060525568 1083446 33554432000 1073741824 1073778376 140736867491680 140538593191592 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29459 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=268533
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=760428
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.75
CPU time (s): 1800.07
CPU user time (s): 1796.76
CPU system time (s): 3.31
CPU usage (%): 200.957
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.27
system time used= 3.76043
maximum resident set size= 4333904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57169
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26153
involuntary context switches= 39508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54316 second user time and 7.31489 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 21:51:14
IDJOB=4107004
IDBENCH=48360
IDSOLVER=2543
FILE ID=node125/4107004-1466279474
RUNJOBID= node125-1466274976-28100
PBS_JOBID= 19918241
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107004-1466279474/watcher-4107004-1466279474 -o /tmp/evaluation-result-4107004-1466279474/solver-4107004-1466279474 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28100 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107004-1466279474.opb

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

MD5SUM BENCH= 8096e07164eab6008a97823c6b00b555
RANDOM SEED=1638660785

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        26486736 kB
Buffers:          148176 kB
Cached:           176988 kB
SwapCached:          688 kB
Active:          3698228 kB
Inactive:         246780 kB
Active(anon):    3621536 kB
Inactive(anon):     1040 kB
Active(file):      76692 kB
Inactive(file):   245740 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       5313712 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             605320 kB
SReclaimable:      48524 kB
SUnreclaim:       556796 kB
KernelStack:        1792 kB
PageTables:        14872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5843956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3610624 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= 71744 MiB
End job on node125 at 2016-06-18 22:06:10