Trace number 4103418

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 Res+CP PB16? (TO) 1800.54 898.534

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUMc6beff0c06c855c4098e361c6e1a2493
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4103418-1466223409.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
1.78/0.94	c ... done. Wall clock time 0.813s.
1.78/0.94	c declared #vars     11503
1.78/0.94	c #constraints  1063
1.78/0.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.78/0.95	c constraints type 
1.78/0.95	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1.78/0.95	c org.sat4j.specs.Constr$1 => 127
1.78/0.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 708
1.78/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 224
1.78/0.95	c 1063 constraints processed.
1.78/0.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.78/0.95	c constraints type 
1.78/0.95	c org.sat4j.specs.Constr$1 => 127
1.78/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 708
1.78/0.95	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
1.78/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 224
1.78/0.95	c 1063 constraints processed.
1.78/0.95	c objective function length is 31 literals
41.37/19.96	c cleaning 2500 clauses out of 4999 with flag 11422/5000
93.71/45.97	c cleaning 4280 clauses out of 8559 with flag 24771/11060
148.02/73.04	c cleaning 5592 clauses out of 11219 with flag 40995/18000
205.80/101.82	c cleaning 6859 clauses out of 13719 with flag 58446/26092
270.59/134.27	c cleaning 7952 clauses out of 15905 with flag 79225/35137
341.46/169.77	c cleaning 8895 clauses out of 17816 with flag 100504/45000
424.00/210.80	c cleaning 9960 clauses out of 19921 with flag 122630/56000
518.20/258.01	c cleaning 11130 clauses out of 22259 with flag 148347/68298
617.50/307.66	c cleaning 12049 clauses out of 24099 with flag 174811/81268
716.87/357.21	c cleaning 12926 clauses out of 25858 with flag 205765/95076
832.33/415.18	c cleaning 13957 clauses out of 27913 with flag 237049/110057
956.25/476.95	c cleaning 15108 clauses out of 30215 with flag 270761/126316
1089.03/543.38	c cleaning 16085 clauses out of 32169 with flag 305507/143378
1238.02/617.67	c cleaning 16852 clauses out of 33706 with flag 341461/161000
1414.97/706.32	c cleaning 17998 clauses out of 35998 with flag 379749/180144
1575.79/786.66	c cleaning 19057 clauses out of 38115 with flag 420844/200259
1774.25/885.64	c cleaning 19894 clauses out of 39799 with flag 464970/221000
1800.05/898.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/898.50	c starts		: 1
1800.05/898.50	c conflicts		: 223660
1800.05/898.50	c decisions		: 256210
1800.05/898.50	c propagations		: 45793980
1800.05/898.50	c inspects		: 889793848
1800.05/898.50	c shortcuts		: 0
1800.05/898.50	c learnt literals	: 1
1800.05/898.50	c learnt binary clauses	: 0
1800.05/898.50	c learnt ternary clauses	: 0
1800.05/898.50	c learnt constraints	: 223658
1800.05/898.50	c ignored constraints	: 0
1800.05/898.50	c root simplifications	: 0
1800.05/898.50	c removed literals (reason simplification)	: 2521413
1800.05/898.50	c reason swapping (by a shorter reason)	: 0
1800.05/898.50	c Calls to reduceDB	: 17
1800.05/898.50	c Number of update (reduction) of LBD	: 10582
1800.05/898.50	c Imported unit clauses	: 0
1800.05/898.50	c number of reductions to clauses (during analyze)	: 0
1800.05/898.50	c number of learned constraints concerned by reduction	: 0
1800.05/898.50	c number of learning phase by resolution	: 0
1800.05/898.50	c number of learning phase by cutting planes	: 0
1800.05/898.50	c speed (assignments/second)	: 51022.113974766355
1800.05/898.50	c non guided choices	4437
1800.05/898.51	c learnt constraints type 
1800.05/898.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22565
1800.05/898.51	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/898.51	c starts		: 1
1800.05/898.51	c conflicts		: 225
1800.05/898.51	c decisions		: 71680
1800.05/898.51	c propagations		: 905172
1800.05/898.51	c inspects		: 37943710
1800.05/898.51	c shortcuts		: 0
1800.05/898.51	c learnt literals	: 0
1800.05/898.51	c learnt binary clauses	: 0
1800.05/898.51	c learnt ternary clauses	: 0
1800.05/898.51	c learnt constraints	: 224
1800.05/898.51	c ignored constraints	: 0
1800.05/898.51	c root simplifications	: 0
1800.05/898.51	c removed literals (reason simplification)	: 0
1800.05/898.51	c reason swapping (by a shorter reason)	: 0
1800.05/898.51	c Calls to reduceDB	: 0
1800.05/898.51	c Number of update (reduction) of LBD	: 0
1800.05/898.51	c Imported unit clauses	: 0
1800.05/898.51	c number of reductions to clauses (during analyze)	: 0
1800.05/898.51	c number of learned constraints concerned by reduction	: 0
1800.05/898.51	c number of learning phase by resolution	: 0
1800.05/898.51	c number of learning phase by cutting planes	: 0
1800.05/898.51	c speed (assignments/second)	: 1008.51447862467
1800.05/898.51	c non guided choices	0
1800.05/898.51	c learnt constraints type 
1800.05/898.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 224
1800.05/898.51	s UNKNOWN
1800.05/898.51	c Total wall clock time (in seconds): 898.385

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-4103418-1466223409/watcher-4103418-1466223409 -o /tmp/evaluation-result-4103418-1466223409/solver-4103418-1466223409 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103418-1466223409.opb 

pid=20117
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.59 3.57 3.89 2/169 20120
/proc/meminfo: memFree=31556164/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20120/stat : 20120 (java) R 20117 20120 14474 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 24387649 278528 33 33554432000 1073741824 1073778376 140733405723888 140734068956696 242158234805 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 68 33 25 9 0 25 0

[startup+0.100062 s]
/proc/loadavg: 2.59 3.57 3.89 2/169 20120
/proc/meminfo: memFree=31556164/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 4356 0 1 0 7 1 0 0 20 0 18 0 24387649 9787879424 5475 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2389619 5475 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20024 s]
/proc/loadavg: 2.59 3.57 3.89 2/169 20120
/proc/meminfo: memFree=31556164/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 4841 0 1 0 23 1 0 0 20 0 18 0 24387649 9787879424 6910 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2389619 6910 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.59 3.57 3.89 2/169 20120
/proc/meminfo: memFree=31556164/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 13201 0 1 0 51 3 0 0 20 0 18 0 24387649 9787879424 13558 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2389619 13558 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.70032 s]
/proc/loadavg: 2.59 3.57 3.89 2/169 20120
/proc/meminfo: memFree=31556164/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 14911 0 1 0 128 4 0 0 20 0 18 0 24387649 9787879424 44233 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2389619 44233 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558476

[startup+1.50097 s]
/proc/loadavg: 2.59 3.57 3.89 5/191 20142
/proc/meminfo: memFree=31318644/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 15936 0 1 0 365 12 0 0 20 0 22 0 24387649 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2456183 61864 2274 9 0 2446860 0
[pid=20120/tid=20122] ppid=20117 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/20120/task/20122/stat : 20122 (java) S 20117 20120 14474 0 -1 4202560 2492 0 1 0 78 3 0 0 20 0 22 0 24387650 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825501594488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20123] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20123/stat : 20123 (java) S 20117 20120 14474 0 -1 4202560 169 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825344838696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20124] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20124/stat : 20124 (java) S 20117 20120 14474 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825343785896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20125] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20125/stat : 20125 (java) S 20117 20120 14474 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825342733096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20126] ppid=20117 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20120/task/20126/stat : 20126 (java) S 20117 20120 14474 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825341680296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20127] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20127/stat : 20127 (java) S 20117 20120 14474 0 -1 4202560 50 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825340627496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20128] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20128/stat : 20128 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825339574696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20129] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20129/stat : 20129 (java) S 20117 20120 14474 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825338521896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20130] ppid=20117 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20120/task/20130/stat : 20130 (java) S 20117 20120 14474 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 24387651 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825337469096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20131] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20131/stat : 20131 (java) S 20117 20120 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 24387652 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825325272040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20132] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20132/stat : 20132 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825324218104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20133] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20133/stat : 20133 (java) S 20117 20120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825323165192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20134] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20134/stat : 20134 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825322113680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20135] ppid=20117 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/20120/task/20135/stat : 20135 (java) S 20117 20120 14474 0 -1 4202560 4802 0 0 0 69 0 0 0 20 0 22 0 24387655 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825321060792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20136] ppid=20117 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/20120/task/20136/stat : 20136 (java) S 20117 20120 14474 0 -1 4202560 6755 0 0 0 74 0 0 0 20 0 22 0 24387655 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825320007992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20137] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20137/stat : 20137 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825318955384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20138] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20138/stat : 20138 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825317902792 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20139] ppid=20117 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/20120/task/20139/stat : 20139 (java) R 20117 20120 14474 0 -1 4202560 24 0 0 0 53 0 0 0 20 0 22 0 24387744 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825316848856 139825362544645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20140] ppid=20117 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/20120/task/20140/stat : 20140 (java) R 20117 20120 14474 0 -1 4202560 24 0 0 0 53 0 0 0 20 0 22 0 24387744 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825315795912 139825362450281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20141] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20141/stat : 20141 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387746 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825314743720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20142] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20142/stat : 20142 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387748 10060525568 61864 33554432000 1073741824 1073778376 140733405723888 139825313690920 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 2.59 3.57 3.89 3/191 20142
/proc/meminfo: memFree=31316884/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9824732 CPUtime=7.11 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 15941 0 1 0 699 12 0 0 20 0 22 0 24387649 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2456183 61868 2277 9 0 2446860 0
[pid=20120/tid=20122] ppid=20117 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/20120/task/20122/stat : 20122 (java) S 20117 20120 14474 0 -1 4202560 2492 0 1 0 78 3 0 0 20 0 22 0 24387650 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825501594488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20123] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20123/stat : 20123 (java) S 20117 20120 14474 0 -1 4202560 169 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825344838696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20124] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20124/stat : 20124 (java) S 20117 20120 14474 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825343785896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20125] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20125/stat : 20125 (java) S 20117 20120 14474 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825342733096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20126] ppid=20117 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20120/task/20126/stat : 20126 (java) S 20117 20120 14474 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825341680296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20127] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20127/stat : 20127 (java) S 20117 20120 14474 0 -1 4202560 50 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825340627496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20128] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20128/stat : 20128 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825339574696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20129] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20129/stat : 20129 (java) S 20117 20120 14474 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825338521896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20130] ppid=20117 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20120/task/20130/stat : 20130 (java) S 20117 20120 14474 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 24387651 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825337469096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20131] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20131/stat : 20131 (java) S 20117 20120 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 24387652 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825325272040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20132] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20132/stat : 20132 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825324218104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20133] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20133/stat : 20133 (java) S 20117 20120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825323165192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20134] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20134/stat : 20134 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825322113680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20135] ppid=20117 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/20120/task/20135/stat : 20135 (java) S 20117 20120 14474 0 -1 4202560 4802 0 0 0 73 0 0 0 20 0 22 0 24387655 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825321060792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20136] ppid=20117 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/20120/task/20136/stat : 20136 (java) S 20117 20120 14474 0 -1 4202560 6758 0 0 0 84 0 0 0 20 0 22 0 24387655 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825320007992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20137] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20137/stat : 20137 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825318955384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20138] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20138/stat : 20138 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825317902792 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20139] ppid=20117 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/20120/task/20139/stat : 20139 (java) R 20117 20120 14474 0 -1 4202560 25 0 0 0 213 0 0 0 20 0 22 0 24387744 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825316848632 139825362545221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20140] ppid=20117 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/20120/task/20140/stat : 20140 (java) R 20117 20120 14474 0 -1 4202560 24 0 0 0 213 0 0 0 20 0 22 0 24387744 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825315795736 139825362450258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20141] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20141/stat : 20141 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387746 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825314743720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20142] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20142/stat : 20142 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387748 10060525568 61868 33554432000 1073741824 1073778376 140733405723888 139825313690920 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 2.54 3.54 3.88 3/191 20142
/proc/meminfo: memFree=31317508/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9824732 CPUtime=13.53 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 15943 0 1 0 1341 12 0 0 20 0 22 0 24387649 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2456183 61673 2277 9 0 2446860 0
[pid=20120/tid=20122] ppid=20117 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/20120/task/20122/stat : 20122 (java) S 20117 20120 14474 0 -1 4202560 2492 0 1 0 78 3 0 0 20 0 22 0 24387650 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825501594488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20123] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20123/stat : 20123 (java) S 20117 20120 14474 0 -1 4202560 169 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825344838696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20124] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20124/stat : 20124 (java) S 20117 20120 14474 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825343785896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20125] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20125/stat : 20125 (java) S 20117 20120 14474 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825342733096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20126] ppid=20117 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20120/task/20126/stat : 20126 (java) S 20117 20120 14474 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825341680296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20127] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20127/stat : 20127 (java) S 20117 20120 14474 0 -1 4202560 50 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825340627496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20128] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20128/stat : 20128 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825339574696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20129] ppid=20117 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20120/task/20129/stat : 20129 (java) S 20117 20120 14474 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825338521896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20130] ppid=20117 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20120/task/20130/stat : 20130 (java) S 20117 20120 14474 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 24387651 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825337469096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20131] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20131/stat : 20131 (java) S 20117 20120 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 24387652 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825325272040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20132] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20132/stat : 20132 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825324218104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20133] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20133/stat : 20133 (java) S 20117 20120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825323165192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20134] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20134/stat : 20134 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 61673 33554432000 1073741824 1073778376 140733405723888 139825322113680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20135] ppid=20117 vsize=9824732 CPUtime=0.74 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 2.17 2.18 2.77 3/191 20165
/proc/meminfo: memFree=27627304/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9824732 CPUtime=1767.65 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 25821 0 1 0 176467 298 0 0 20 0 22 0 24387649 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2456183 982423 2292 9 0 2446860 0
[pid=20120/tid=20122] ppid=20117 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/20120/task/20122/stat : 20122 (java) S 20117 20120 14474 0 -1 4202560 2499 0 1 0 80 4 0 0 20 0 22 0 24387650 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825501594488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20123] ppid=20117 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/20120/task/20123/stat : 20123 (java) S 20117 20120 14474 0 -1 4202560 784 0 0 0 90 28 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825344838696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20124] ppid=20117 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/20120/task/20124/stat : 20124 (java) S 20117 20120 14474 0 -1 4202560 688 0 0 0 116 29 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825343785896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20125] ppid=20117 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/20120/task/20125/stat : 20125 (java) S 20117 20120 14474 0 -1 4202560 657 0 0 0 119 39 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825342733096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20126] ppid=20117 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/20120/task/20126/stat : 20126 (java) S 20117 20120 14474 0 -1 4202560 677 0 0 0 114 31 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825341680296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20127] ppid=20117 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/20120/task/20127/stat : 20127 (java) S 20117 20120 14474 0 -1 4202560 552 0 0 0 115 28 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825340627496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20128] ppid=20117 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/20120/task/20128/stat : 20128 (java) S 20117 20120 14474 0 -1 4202560 647 0 0 0 91 29 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825339574696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20129] ppid=20117 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/20120/task/20129/stat : 20129 (java) S 20117 20120 14474 0 -1 4202560 797 0 0 0 128 37 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825338521896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20130] ppid=20117 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/20120/task/20130/stat : 20130 (java) S 20117 20120 14474 0 -1 4202560 851 0 0 0 118 34 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825337469096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20131] ppid=20117 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/20120/task/20131/stat : 20131 (java) S 20117 20120 14474 0 -1 4202560 2730 0 0 0 392 3 0 0 20 0 22 0 24387652 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825325272040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20132] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20132/stat : 20132 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825324218104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20133] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20133/stat : 20133 (java) S 20117 20120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825323165192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20134] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20134/stat : 20134 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825322113680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20135] ppid=20117 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/20120/task/20135/stat : 20135 (java) S 20117 20120 14474 0 -1 4202560 4812 0 0 0 104 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825321060792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20136] ppid=20117 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20120/task/20136/stat : 20136 (java) S 20117 20120 14474 0 -1 4202560 6921 0 0 0 154 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825320007992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20137] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20137/stat : 20137 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825318955384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20138] ppid=20117 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/20120/task/20138/stat : 20138 (java) S 20117 20120 14474 0 -1 4202560 53 0 0 0 14 12 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825317902792 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20139] ppid=20117 vsize=9824732 CPUtime=874.41 cores=1,3,5,7
/proc/20120/task/20139/stat : 20139 (java) R 20117 20120 14474 0 -1 4202560 309 0 0 0 87418 23 0 0 20 0 22 0 24387744 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825316847552 139825362544680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20140] ppid=20117 vsize=9824732 CPUtime=874.27 cores=1,3,5,7
/proc/20120/task/20140/stat : 20140 (java) R 20117 20120 14474 0 -1 4202560 1579 0 0 0 87398 29 0 0 20 0 22 0 24387744 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825315793680 139825362243347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20141] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20141/stat : 20141 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387746 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825314743720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20142] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20142/stat : 20142 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387748 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825313690920 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.65
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.501 s]
/proc/loadavg: 2.12 2.17 2.76 3/191 20165
/proc/meminfo: memFree=27627304/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 25821 0 1 0 179706 299 0 0 20 0 22 0 24387649 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2456183 982423 2292 9 0 2446860 0
[pid=20120/tid=20122] ppid=20117 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/20120/task/20122/stat : 20122 (java) S 20117 20120 14474 0 -1 4202560 2499 0 1 0 80 4 0 0 20 0 22 0 24387650 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825501594488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20123] ppid=20117 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/20120/task/20123/stat : 20123 (java) S 20117 20120 14474 0 -1 4202560 784 0 0 0 90 28 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825344838696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20124] ppid=20117 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/20120/task/20124/stat : 20124 (java) S 20117 20120 14474 0 -1 4202560 688 0 0 0 116 29 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825343785896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20125] ppid=20117 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/20120/task/20125/stat : 20125 (java) S 20117 20120 14474 0 -1 4202560 657 0 0 0 119 39 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825342733096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20126] ppid=20117 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/20120/task/20126/stat : 20126 (java) S 20117 20120 14474 0 -1 4202560 677 0 0 0 114 31 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825341680296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20127] ppid=20117 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/20120/task/20127/stat : 20127 (java) S 20117 20120 14474 0 -1 4202560 552 0 0 0 115 28 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825340627496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20128] ppid=20117 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/20120/task/20128/stat : 20128 (java) S 20117 20120 14474 0 -1 4202560 647 0 0 0 91 29 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825339574696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20129] ppid=20117 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/20120/task/20129/stat : 20129 (java) S 20117 20120 14474 0 -1 4202560 797 0 0 0 128 37 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825338521896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20130] ppid=20117 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/20120/task/20130/stat : 20130 (java) S 20117 20120 14474 0 -1 4202560 851 0 0 0 118 34 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825337469096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20131] ppid=20117 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/20120/task/20131/stat : 20131 (java) S 20117 20120 14474 0 -1 4202560 2730 0 0 0 392 3 0 0 20 0 22 0 24387652 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825325272040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20132] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20132/stat : 20132 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825324218104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20133] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20133/stat : 20133 (java) S 20117 20120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825323165192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20134] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20134/stat : 20134 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825322113680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20135] ppid=20117 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/20120/task/20135/stat : 20135 (java) S 20117 20120 14474 0 -1 4202560 4812 0 0 0 104 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825321060792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20136] ppid=20117 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20120/task/20136/stat : 20136 (java) S 20117 20120 14474 0 -1 4202560 6921 0 0 0 154 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825320007992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20137] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20137/stat : 20137 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825318955384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20138] ppid=20117 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/20120/task/20138/stat : 20138 (java) S 20117 20120 14474 0 -1 4202560 53 0 0 0 14 13 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825317902792 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20139] ppid=20117 vsize=9824732 CPUtime=890.61 cores=1,3,5,7
/proc/20120/task/20139/stat : 20139 (java) R 20117 20120 14474 0 -1 4202560 309 0 0 0 89038 23 0 0 20 0 22 0 24387744 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825316839936 139825362582327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20140] ppid=20117 vsize=9824732 CPUtime=890.47 cores=1,3,5,7
/proc/20120/task/20140/stat : 20140 (java) R 20117 20120 14474 0 -1 4202560 1579 0 0 0 89018 29 0 0 20 0 22 0 24387744 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825315793680 139825362268863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20141] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20141/stat : 20141 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387746 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825314743720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20142] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20142/stat : 20142 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387748 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825313690920 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 20120 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.501 s]
/proc/loadavg: 2.12 2.17 2.76 3/191 20165
/proc/meminfo: memFree=27627304/32872528 swapFree=338416/354768
[pid=20120] ppid=20117 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/20120/stat : 20120 (java) S 20117 20120 14474 0 -1 4202496 25821 0 1 0 179706 299 0 0 20 0 22 0 24387649 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 140733405715024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20120/statm: 2456183 982423 2292 9 0 2446860 0
[pid=20120/tid=20122] ppid=20117 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/20120/task/20122/stat : 20122 (java) S 20117 20120 14474 0 -1 4202560 2499 0 1 0 80 4 0 0 20 0 22 0 24387650 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825501594488 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20123] ppid=20117 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/20120/task/20123/stat : 20123 (java) S 20117 20120 14474 0 -1 4202560 784 0 0 0 90 28 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825344838696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20124] ppid=20117 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/20120/task/20124/stat : 20124 (java) S 20117 20120 14474 0 -1 4202560 688 0 0 0 116 29 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825343785896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20125] ppid=20117 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/20120/task/20125/stat : 20125 (java) S 20117 20120 14474 0 -1 4202560 657 0 0 0 119 39 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825342733096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20126] ppid=20117 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/20120/task/20126/stat : 20126 (java) S 20117 20120 14474 0 -1 4202560 677 0 0 0 114 31 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825341680296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20127] ppid=20117 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/20120/task/20127/stat : 20127 (java) S 20117 20120 14474 0 -1 4202560 552 0 0 0 115 28 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825340627496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20128] ppid=20117 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/20120/task/20128/stat : 20128 (java) S 20117 20120 14474 0 -1 4202560 647 0 0 0 91 29 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825339574696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20129] ppid=20117 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/20120/task/20129/stat : 20129 (java) S 20117 20120 14474 0 -1 4202560 797 0 0 0 128 37 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825338521896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20130] ppid=20117 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/20120/task/20130/stat : 20130 (java) S 20117 20120 14474 0 -1 4202560 851 0 0 0 118 34 0 0 20 0 22 0 24387651 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825337469096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20131] ppid=20117 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/20120/task/20131/stat : 20131 (java) S 20117 20120 14474 0 -1 4202560 2730 0 0 0 392 3 0 0 20 0 22 0 24387652 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825325272040 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20132] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20132/stat : 20132 (java) S 20117 20120 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825324218104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20133] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20133/stat : 20133 (java) S 20117 20120 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24387653 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825323165192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20134] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20134/stat : 20134 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825322113680 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20135] ppid=20117 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/20120/task/20135/stat : 20135 (java) S 20117 20120 14474 0 -1 4202560 4812 0 0 0 104 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825321060792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20136] ppid=20117 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/20120/task/20136/stat : 20136 (java) S 20117 20120 14474 0 -1 4202560 6921 0 0 0 154 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825320007992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20137] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20137/stat : 20137 (java) S 20117 20120 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825318955384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20120/tid=20138] ppid=20117 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/20120/task/20138/stat : 20138 (java) S 20117 20120 14474 0 -1 4202560 53 0 0 0 14 13 0 0 20 0 22 0 24387655 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825317902792 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20120/tid=20139] ppid=20117 vsize=9824732 CPUtime=890.61 cores=1,3,5,7
/proc/20120/task/20139/stat : 20139 (java) R 20117 20120 14474 0 -1 4202560 309 0 0 0 89038 23 0 0 20 0 22 0 24387744 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825316839936 139825362582327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20140] ppid=20117 vsize=9824732 CPUtime=890.47 cores=1,3,5,7
/proc/20120/task/20140/stat : 20140 (java) R 20117 20120 14474 0 -1 4202560 1579 0 0 0 89018 29 0 0 20 0 22 0 24387744 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825315793680 139825362268863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20120/tid=20141] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20141/stat : 20141 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387746 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825314743720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20120/tid=20142] ppid=20117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20120/task/20142/stat : 20142 (java) S 20117 20120 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24387748 10060525568 982423 33554432000 1073741824 1073778376 140733405723888 139825313690920 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.534
CPU time (s): 1800.54
CPU user time (s): 1797.09
CPU system time (s): 3.45248
CPU usage (%): 200.387
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.09
system time used= 3.45247
maximum resident set size= 3929812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25860
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22138
involuntary context switches= 17935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41418 second user time and 7.51286 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 06:16:49
IDJOB=4103418
IDBENCH=2353
IDSOLVER=2543
FILE ID=node126/4103418-1466223409
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103418-1466223409/watcher-4103418-1466223409 -o /tmp/evaluation-result-4103418-1466223409/solver-4103418-1466223409 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103418-1466223409.opb

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

MD5SUM BENCH= c6beff0c06c855c4098e361c6e1a2493
RANDOM SEED=21930876

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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.121
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:        31556700 kB
Buffers:          107684 kB
Cached:           115504 kB
SwapCached:         1076 kB
Active:            65872 kB
Inactive:         161788 kB
Active(anon):       5768 kB
Inactive(anon):     1208 kB
Active(file):      60104 kB
Inactive(file):   160580 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:        342144 kB
Mapped:             6796 kB
Shmem:                 0 kB
Slab:             601968 kB
SReclaimable:      46240 kB
SUnreclaim:       555728 kB
KernelStack:        1584 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     450640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71740 MiB
End job on node126 at 2016-06-18 06:31:48