Trace number 4080838

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.66 913.353

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4080838-1465269318.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c  objective function found
36.28/31.48	c ... done. Wall clock time 31.349s.
36.28/31.48	c declared #vars     124626
36.28/31.48	c #constraints  172648
36.28/31.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
36.28/31.49	c constraints type 
36.28/31.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
36.28/31.49	c org.sat4j.specs.Constr$1 => 2
36.28/31.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
36.28/31.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
36.28/31.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
36.28/31.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15374
36.28/31.49	c 172648 constraints processed.
36.28/31.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
36.28/31.49	c constraints type 
36.28/31.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 301
36.28/31.49	c org.sat4j.specs.Constr$1 => 2
36.28/31.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 153029
36.28/31.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3940
36.28/31.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
36.28/31.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
36.28/31.49	c 172648 constraints processed.
36.28/31.49	c objective function length is 300 literals
395.48/209.70	c cleaning 2621 clauses out of 5242 with flag 111105/5249
664.71/344.19	c cleaning 4182 clauses out of 8372 with flag 263131/11000
1204.25/614.73	c cleaning 5581 clauses out of 11187 with flag 521879/18000
1800.03/913.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/913.30	c starts		: 116
1800.03/913.30	c conflicts		: 24049
1800.03/913.30	c decisions		: 3862103
1800.03/913.30	c propagations		: 21039887
1800.03/913.30	c inspects		: 66395799
1800.03/913.30	c shortcuts		: 0
1800.03/913.30	c learnt literals	: 12
1800.03/913.30	c learnt binary clauses	: 115
1800.03/913.30	c learnt ternary clauses	: 20
1800.03/913.30	c learnt constraints	: 24037
1800.03/913.30	c ignored constraints	: 0
1800.03/913.30	c root simplifications	: 0
1800.03/913.30	c removed literals (reason simplification)	: 4661037
1800.03/913.30	c reason swapping (by a shorter reason)	: 0
1800.03/913.30	c Calls to reduceDB	: 3
1800.03/913.30	c Number of update (reduction) of LBD	: 3150
1800.03/913.30	c Imported unit clauses	: 0
1800.03/913.30	c number of reductions to clauses (during analyze)	: 0
1800.03/913.30	c number of learned constraints concerned by reduction	: 0
1800.03/913.30	c number of learning phase by resolution	: 0
1800.03/913.30	c number of learning phase by cutting planes	: 0
1800.03/913.30	c speed (assignments/second)	: 23861.18589823558
1800.03/913.30	c non guided choices	41543
1800.03/913.31	c learnt constraints type 
1800.03/913.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 115
1800.03/913.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11538
1800.03/913.31	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/913.31	c starts		: 1
1800.03/913.31	c conflicts		: 229
1800.03/913.31	c decisions		: 193381
1800.03/913.31	c propagations		: 1970579
1800.03/913.31	c inspects		: 4177535
1800.03/913.31	c shortcuts		: 0
1800.03/913.31	c learnt literals	: 37
1800.03/913.31	c learnt binary clauses	: 1
1800.03/913.31	c learnt ternary clauses	: 0
1800.03/913.31	c learnt constraints	: 191
1800.03/913.31	c ignored constraints	: 0
1800.03/913.31	c root simplifications	: 0
1800.03/913.31	c removed literals (reason simplification)	: 0
1800.03/913.31	c reason swapping (by a shorter reason)	: 0
1800.03/913.31	c Calls to reduceDB	: 0
1800.03/913.31	c Number of update (reduction) of LBD	: 0
1800.03/913.31	c Imported unit clauses	: 0
1800.03/913.31	c number of reductions to clauses (during analyze)	: 0
1800.03/913.31	c number of learned constraints concerned by reduction	: 0
1800.03/913.31	c number of learning phase by resolution	: 0
1800.03/913.31	c number of learning phase by cutting planes	: 0
1800.03/913.31	c speed (assignments/second)	: 2234.811996393597
1800.03/913.31	c non guided choices	61074
1800.03/913.32	c learnt constraints type 
1800.03/913.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 49
1800.03/913.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.03/913.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 129
1800.03/913.32	s UNKNOWN
1800.03/913.32	c Total wall clock time (in seconds): 913.183

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-4080838-1465269318/watcher-4080838-1465269318 -o /tmp/evaluation-result-4080838-1465269318/solver-4080838-1465269318 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15534 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080838-1465269318.opb 

pid=22672
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.24 4.20 4.18 5/197 22675
/proc/meminfo: memFree=27105684/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9300 CPUtime=0 cores=0,2,4,6
/proc/22675/stat : 22675 (java) R 22672 22675 15518 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 108865592 9523200 184 33554432000 1073741824 1073778376 140734400731488 140734400722712 214369463735 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2 1 0 0 0 2 0

[startup+0.100124 s]
/proc/loadavg: 4.24 4.20 4.18 5/197 22675
/proc/meminfo: memFree=27105684/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 4097 0 1 0 7 0 0 0 20 0 18 0 108865592 9787879424 5210 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 5227 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200312 s]
/proc/loadavg: 4.24 4.20 4.18 5/197 22675
/proc/meminfo: memFree=27105684/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 4682 0 1 0 21 1 0 0 20 0 18 0 108865592 9787879424 11894 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 11894 2195 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 4.24 4.20 4.18 5/197 22675
/proc/meminfo: memFree=27105684/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 5423 0 1 0 43 1 0 0 20 0 18 0 108865592 9787879424 14830 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 14830 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 4.24 4.20 4.18 5/197 22675
/proc/meminfo: memFree=27105684/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 7657 0 1 0 113 5 0 0 20 0 18 0 108865592 9787879424 45173 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 45173 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.24 4.20 4.18 5/215 22693
/proc/meminfo: memFree=26870780/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=2.52 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 13110 0 1 0 238 14 0 0 20 0 18 0 108865592 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 78437 2276 9 0 2380296 0
[pid=22675/tid=22677] ppid=22672 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/22675/task/22677/stat : 22677 (java) R 22672 22675 15518 0 -1 4202560 2514 0 1 0 132 6 0 0 20 0 18 0 108865594 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608734748720 214373033229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22678] ppid=22672 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/22675/task/22678/stat : 22678 (java) S 22672 22675 15518 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608578038440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22679] ppid=22672 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/22675/task/22679/stat : 22679 (java) S 22672 22675 15518 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608576985896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22680] ppid=22672 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/22675/task/22680/stat : 22680 (java) S 22672 22675 15518 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608575933352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22681] ppid=22672 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/22675/task/22681/stat : 22681 (java) S 22672 22675 15518 0 -1 4202560 69 0 0 0 4 0 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608574880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22682] ppid=22672 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/22675/task/22682/stat : 22682 (java) S 22672 22675 15518 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608573827240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22683] ppid=22672 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/22675/task/22683/stat : 22683 (java) S 22672 22675 15518 0 -1 4202560 46 0 0 0 2 0 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608236677416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22684] ppid=22672 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/22675/task/22684/stat : 22684 (java) S 22672 22675 15518 0 -1 4202560 94 0 0 0 3 2 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608235624872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22685] ppid=22672 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/22675/task/22685/stat : 22685 (java) S 22672 22675 15518 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 108865595 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608234572328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22686] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22686/stat : 22686 (java) S 22672 22675 15518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 108865596 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608222374504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22687] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22687/stat : 22687 (java) S 22672 22675 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 108865597 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608221320824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22688] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22688/stat : 22688 (java) S 22672 22675 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108865597 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608220268168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22689] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22689/stat : 22689 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608219216912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22690] ppid=22672 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/22675/task/22690/stat : 22690 (java) S 22672 22675 15518 0 -1 4202560 4674 0 0 0 43 0 0 0 20 0 18 0 108865599 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608218163256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22691] ppid=22672 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/22675/task/22691/stat : 22691 (java) S 22672 22675 15518 0 -1 4202560 4117 0 0 0 36 2 0 0 20 0 18 0 108865599 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608217110712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22692] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22692/stat : 22692 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608216058360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22693] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22693/stat : 22693 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 78437 33554432000 1073741824 1073778376 140737283822208 140608215006024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.30 4.22 4.19 5/215 22693
/proc/meminfo: memFree=26640660/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=4.73 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 14259 0 1 0 439 34 0 0 20 0 18 0 108865592 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 174439 2276 9 0 2380296 0
[pid=22675/tid=22677] ppid=22672 vsize=9558476 CPUtime=2.78 cores=0,2,4,6
/proc/22675/task/22677/stat : 22677 (java) R 22672 22675 15518 0 -1 4202560 2813 0 1 0 265 13 0 0 20 0 18 0 108865594 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608734748624 140608589454170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22678] ppid=22672 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/22675/task/22678/stat : 22678 (java) S 22672 22675 15518 0 -1 4202560 131 0 0 0 11 2 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608578038440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22679] ppid=22672 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22675/task/22679/stat : 22679 (java) S 22672 22675 15518 0 -1 4202560 168 0 0 0 7 2 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608576985896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22680] ppid=22672 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/22675/task/22680/stat : 22680 (java) S 22672 22675 15518 0 -1 4202560 114 0 0 0 13 4 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608575933352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22681] ppid=22672 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22675/task/22681/stat : 22681 (java) S 22672 22675 15518 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608574880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22682] ppid=22672 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/22675/task/22682/stat : 22682 (java) S 22672 22675 15518 0 -1 4202560 54 0 0 0 9 2 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608573827240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22683] ppid=22672 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22675/task/22683/stat : 22683 (java) S 22672 22675 15518 0 -1 4202560 88 0 0 0 6 2 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608236677416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22684] ppid=22672 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/22675/task/22684/stat : 22684 (java) S 22672 22675 15518 0 -1 4202560 177 0 0 0 14 3 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608235624872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22685] ppid=22672 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22675/task/22685/stat : 22685 (java) S 22672 22675 15518 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 18 0 108865595 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608234572328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22686] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22686/stat : 22686 (java) S 22672 22675 15518 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 108865596 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608222374504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22687] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22687/stat : 22687 (java) S 22672 22675 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 108865597 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608221320824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22688] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22688/stat : 22688 (java) S 22672 22675 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108865597 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608220268168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22689] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22689/stat : 22689 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608219216912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22690] ppid=22672 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/22675/task/22690/stat : 22690 (java) S 22672 22675 15518 0 -1 4202560 4674 0 0 0 45 0 0 0 20 0 18 0 108865599 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608218163256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22691] ppid=22672 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/22675/task/22691/stat : 22691 (java) S 22672 22675 15518 0 -1 4202560 4117 0 0 0 37 2 0 0 20 0 18 0 108865599 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608217110712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22692] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22692/stat : 22692 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608216058360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22693] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22693/stat : 22693 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 174439 33554432000 1073741824 1073778376 140737283822208 140608215006024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 4.30 4.22 4.19 4/215 22693
/proc/meminfo: memFree=25849600/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=8.28 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 15670 0 1 0 774 54 0 0 20 0 18 0 108865592 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 316526 2276 9 0 2380296 0
[pid=22675/tid=22677] ppid=22672 vsize=9558476 CPUtime=5.87 cores=0,2,4,6
/proc/22675/task/22677/stat : 22677 (java) R 22672 22675 15518 0 -1 4202560 3515 0 1 0 564 23 0 0 20 0 18 0 108865594 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608734748624 140608589602079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22678] ppid=22672 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/22675/task/22678/stat : 22678 (java) S 22672 22675 15518 0 -1 4202560 161 0 0 0 17 5 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608578038440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22679] ppid=22672 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/22675/task/22679/stat : 22679 (java) S 22672 22675 15518 0 -1 4202560 198 0 0 0 13 4 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608576985896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22680] ppid=22672 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/22675/task/22680/stat : 22680 (java) S 22672 22675 15518 0 -1 4202560 130 0 0 0 16 4 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608575933352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22681] ppid=22672 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/22675/task/22681/stat : 22681 (java) S 22672 22675 15518 0 -1 4202560 139 0 0 0 12 3 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608574880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22682] ppid=22672 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/22675/task/22682/stat : 22682 (java) S 22672 22675 15518 0 -1 4202560 106 0 0 0 13 3 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608573827240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22683] ppid=22672 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/22675/task/22683/stat : 22683 (java) S 22672 22675 15518 0 -1 4202560 110 0 0 0 10 4 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608236677416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22684] ppid=22672 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/22675/task/22684/stat : 22684 (java) S 22672 22675 15518 0 -1 4202560 195 0 0 0 18 5 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608235624872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22685] ppid=22672 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/22675/task/22685/stat : 22685 (java) S 22672 22675 15518 0 -1 4202560 74 0 0 0 11 3 0 0 20 0 18 0 108865595 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608234572328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22686] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22686/stat : 22686 (java) S 22672 22675 15518 0 -1 4202560 1000 0 0 0 0 0 0 0 20 0 18 0 108865596 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608222374504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22687] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22687/stat : 22687 (java) S 22672 22675 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 108865597 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608221320824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22688] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22688/stat : 22688 (java) S 22672 22675 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108865597 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608220268168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22689] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22689/stat : 22689 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608219216912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22690] ppid=22672 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/22675/task/22690/stat : 22690 (java) S 22672 22675 15518 0 -1 4202560 4674 0 0 0 45 0 0 0 20 0 18 0 108865599 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608218163256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22691] ppid=22672 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/22675/task/22691/stat : 22691 (java) S 22672 22675 15518 0 -1 4202560 4117 0 0 0 38 2 0 0 20 0 18 0 108865599 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608217110712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22692] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22692/stat : 22692 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608216058360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22693] ppid=22672 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22693/stat : 22693 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108865599 9787879424 316526 33554432000 1073741824 1073778376 140737283822208 140608215006024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 4.18 4.19 4.18 5/215 22693
/proc/meminfo: memFree=24621308/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9558476 CPUtime=15.49 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 17016 0 1 0 1447 102 0 0 20 0 18 0 108865592 9787879424 623092 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2389619 623092 2276 9 0 2380296 0

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


[startup+882.301 s]
/proc/loadavg: 4.28 4.20 4.17 5/220 22789
/proc/meminfo: memFree=22400568/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9824732 CPUtime=1738.03 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 50049 0 1 0 173563 240 0 0 20 0 22 0 108865592 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2456183 1028501 2296 9 0 2446860 0
[pid=22675/tid=22677] ppid=22672 vsize=9824732 CPUtime=28.37 cores=0,2,4,6
/proc/22675/task/22677/stat : 22677 (java) S 22672 22675 15518 0 -1 4202560 4166 0 1 0 2788 49 0 0 20 0 22 0 108865594 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608734757752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22678] ppid=22672 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/22675/task/22678/stat : 22678 (java) S 22672 22675 15518 0 -1 4202560 3019 0 0 0 89 26 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608578038440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22679] ppid=22672 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/22675/task/22679/stat : 22679 (java) S 22672 22675 15518 0 -1 4202560 2184 0 0 0 73 19 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608576985896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22680] ppid=22672 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/22675/task/22680/stat : 22680 (java) S 22672 22675 15518 0 -1 4202560 1930 0 0 0 90 23 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608575933352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22681] ppid=22672 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/22675/task/22681/stat : 22681 (java) S 22672 22675 15518 0 -1 4202560 1647 0 0 0 75 19 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608574880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22682] ppid=22672 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22675/task/22682/stat : 22682 (java) S 22672 22675 15518 0 -1 4202560 1659 0 0 0 86 22 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608573827240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22683] ppid=22672 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/22675/task/22683/stat : 22683 (java) S 22672 22675 15518 0 -1 4202560 1755 0 0 0 78 28 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608236677416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22684] ppid=22672 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/22675/task/22684/stat : 22684 (java) S 22672 22675 15518 0 -1 4202560 3215 0 0 0 86 23 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608235624872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22685] ppid=22672 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/22675/task/22685/stat : 22685 (java) S 22672 22675 15518 0 -1 4202560 2705 0 0 0 81 18 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608234572328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22686] ppid=22672 vsize=9824732 CPUtime=5.65 cores=0,2,4,6
/proc/22675/task/22686/stat : 22686 (java) S 22672 22675 15518 0 -1 4202560 10627 0 0 0 561 4 0 0 20 0 22 0 108865596 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608222374504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22687] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22687/stat : 22687 (java) S 22672 22675 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108865597 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608221320824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22688] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22688/stat : 22688 (java) S 22672 22675 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108865597 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608220268168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22689] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22689/stat : 22689 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608219216912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22690] ppid=22672 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/22675/task/22690/stat : 22690 (java) S 22672 22675 15518 0 -1 4202560 9318 0 0 0 182 2 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608218163256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22691] ppid=22672 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/22675/task/22691/stat : 22691 (java) S 22672 22675 15518 0 -1 4202560 6439 0 0 0 166 2 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608217110712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22692] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22692/stat : 22692 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608216058360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22693] ppid=22672 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/22675/task/22693/stat : 22693 (java) S 22672 22675 15518 0 -1 4202560 51 0 0 0 21 10 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608215006024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22694] ppid=22672 vsize=9824732 CPUtime=846.11 cores=0,2,4,6
/proc/22675/task/22694/stat : 22694 (java) R 22672 22675 15518 0 -1 4202560 34 0 0 0 84599 12 0 0 20 0 22 0 108868742 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608213850720 140608589787520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22695] ppid=22672 vsize=9824732 CPUtime=845.98 cores=0,2,4,6
/proc/22675/task/22695/stat : 22695 (java) R 22672 22675 15518 0 -1 4202560 36 0 0 0 84586 12 0 0 20 0 22 0 108868742 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608212798928 140608590243630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22696] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22696/stat : 22696 (java) S 22672 22675 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108868747 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608211748392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22697] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22697/stat : 22697 (java) S 22672 22675 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108868748 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608210695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1738.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.301 s]
/proc/loadavg: 4.36 4.22 4.18 6/220 22789
/proc/meminfo: memFree=22361460/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 50053 0 1 0 179762 241 0 0 20 0 22 0 108865592 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2456183 1028501 2296 9 0 2446860 0
[pid=22675/tid=22677] ppid=22672 vsize=9824732 CPUtime=28.37 cores=0,2,4,6
/proc/22675/task/22677/stat : 22677 (java) S 22672 22675 15518 0 -1 4202560 4166 0 1 0 2788 49 0 0 20 0 22 0 108865594 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608734757752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22678] ppid=22672 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/22675/task/22678/stat : 22678 (java) S 22672 22675 15518 0 -1 4202560 3019 0 0 0 89 26 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608578038440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22679] ppid=22672 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/22675/task/22679/stat : 22679 (java) S 22672 22675 15518 0 -1 4202560 2184 0 0 0 73 19 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608576985896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22680] ppid=22672 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/22675/task/22680/stat : 22680 (java) S 22672 22675 15518 0 -1 4202560 1930 0 0 0 90 23 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608575933352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22681] ppid=22672 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/22675/task/22681/stat : 22681 (java) S 22672 22675 15518 0 -1 4202560 1647 0 0 0 75 19 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608574880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22682] ppid=22672 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22675/task/22682/stat : 22682 (java) S 22672 22675 15518 0 -1 4202560 1659 0 0 0 86 22 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608573827240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22683] ppid=22672 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/22675/task/22683/stat : 22683 (java) S 22672 22675 15518 0 -1 4202560 1755 0 0 0 78 28 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608236677416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22684] ppid=22672 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/22675/task/22684/stat : 22684 (java) S 22672 22675 15518 0 -1 4202560 3215 0 0 0 86 23 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608235624872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22685] ppid=22672 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/22675/task/22685/stat : 22685 (java) S 22672 22675 15518 0 -1 4202560 2705 0 0 0 81 18 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608234572328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22686] ppid=22672 vsize=9824732 CPUtime=5.65 cores=0,2,4,6
/proc/22675/task/22686/stat : 22686 (java) S 22672 22675 15518 0 -1 4202560 10627 0 0 0 561 4 0 0 20 0 22 0 108865596 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608222374504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22687] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22687/stat : 22687 (java) S 22672 22675 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108865597 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608221320824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22688] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22688/stat : 22688 (java) S 22672 22675 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108865597 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608220268168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22689] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22689/stat : 22689 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608219216912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22690] ppid=22672 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/22675/task/22690/stat : 22690 (java) S 22672 22675 15518 0 -1 4202560 9320 0 0 0 182 2 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608218163256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22691] ppid=22672 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/22675/task/22691/stat : 22691 (java) S 22672 22675 15518 0 -1 4202560 6439 0 0 0 166 2 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608217110712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22692] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22692/stat : 22692 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608216058360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22693] ppid=22672 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/22675/task/22693/stat : 22693 (java) S 22672 22675 15518 0 -1 4202560 53 0 0 0 22 10 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608215006024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22694] ppid=22672 vsize=9824732 CPUtime=877.11 cores=0,2,4,6
/proc/22675/task/22694/stat : 22694 (java) R 22672 22675 15518 0 -1 4202560 34 0 0 0 87698 13 0 0 20 0 22 0 108868742 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608213853096 140608590398923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22695] ppid=22672 vsize=9824732 CPUtime=876.97 cores=0,2,4,6
/proc/22675/task/22695/stat : 22695 (java) R 22672 22675 15518 0 -1 4202560 36 0 0 0 87684 13 0 0 20 0 22 0 108868742 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608212798928 140608590243686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22696] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22696/stat : 22696 (java) S 22672 22675 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108868747 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608211748392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22697] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22697/stat : 22697 (java) S 22672 22675 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108868748 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608210695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 22675 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+913.301 s]
/proc/loadavg: 4.36 4.22 4.18 6/220 22789
/proc/meminfo: memFree=22361460/32872528 swapFree=15784/1434320
[pid=22675] ppid=22672 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/22675/stat : 22675 (java) S 22672 22675 15518 0 -1 4202496 50053 0 1 0 179762 241 0 0 20 0 22 0 108865592 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140737283813344 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22675/statm: 2456183 1028501 2296 9 0 2446860 0
[pid=22675/tid=22677] ppid=22672 vsize=9824732 CPUtime=28.37 cores=0,2,4,6
/proc/22675/task/22677/stat : 22677 (java) S 22672 22675 15518 0 -1 4202560 4166 0 1 0 2788 49 0 0 20 0 22 0 108865594 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608734757752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22678] ppid=22672 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/22675/task/22678/stat : 22678 (java) S 22672 22675 15518 0 -1 4202560 3019 0 0 0 89 26 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608578038440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22679] ppid=22672 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/22675/task/22679/stat : 22679 (java) S 22672 22675 15518 0 -1 4202560 2184 0 0 0 73 19 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608576985896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22680] ppid=22672 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/22675/task/22680/stat : 22680 (java) S 22672 22675 15518 0 -1 4202560 1930 0 0 0 90 23 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608575933352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22681] ppid=22672 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/22675/task/22681/stat : 22681 (java) S 22672 22675 15518 0 -1 4202560 1647 0 0 0 75 19 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608574880808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22682] ppid=22672 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22675/task/22682/stat : 22682 (java) S 22672 22675 15518 0 -1 4202560 1659 0 0 0 86 22 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608573827240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22683] ppid=22672 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/22675/task/22683/stat : 22683 (java) S 22672 22675 15518 0 -1 4202560 1755 0 0 0 78 28 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608236677416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22684] ppid=22672 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/22675/task/22684/stat : 22684 (java) S 22672 22675 15518 0 -1 4202560 3215 0 0 0 86 23 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608235624872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22685] ppid=22672 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/22675/task/22685/stat : 22685 (java) S 22672 22675 15518 0 -1 4202560 2705 0 0 0 81 18 0 0 20 0 22 0 108865595 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608234572328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22686] ppid=22672 vsize=9824732 CPUtime=5.65 cores=0,2,4,6
/proc/22675/task/22686/stat : 22686 (java) S 22672 22675 15518 0 -1 4202560 10627 0 0 0 561 4 0 0 20 0 22 0 108865596 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608222374504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22687] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22687/stat : 22687 (java) S 22672 22675 15518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 108865597 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608221320824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22688] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22688/stat : 22688 (java) S 22672 22675 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108865597 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608220268168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22689] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22689/stat : 22689 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608219216912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22690] ppid=22672 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/22675/task/22690/stat : 22690 (java) S 22672 22675 15518 0 -1 4202560 9320 0 0 0 182 2 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608218163256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22675/tid=22691] ppid=22672 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/22675/task/22691/stat : 22691 (java) S 22672 22675 15518 0 -1 4202560 6439 0 0 0 166 2 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608217110712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22675/tid=22692] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22692/stat : 22692 (java) S 22672 22675 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608216058360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22693] ppid=22672 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/22675/task/22693/stat : 22693 (java) S 22672 22675 15518 0 -1 4202560 53 0 0 0 22 10 0 0 20 0 22 0 108865599 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608215006024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22694] ppid=22672 vsize=9824732 CPUtime=877.11 cores=0,2,4,6
/proc/22675/task/22694/stat : 22694 (java) R 22672 22675 15518 0 -1 4202560 34 0 0 0 87698 13 0 0 20 0 22 0 108868742 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608213853096 140608590398923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22675/tid=22695] ppid=22672 vsize=9824732 CPUtime=876.97 cores=0,2,4,6
/proc/22675/task/22695/stat : 22695 (java) R 22672 22675 15518 0 -1 4202560 36 0 0 0 87684 13 0 0 20 0 22 0 108868742 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608212798928 140608590243686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22696] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22696/stat : 22696 (java) S 22672 22675 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108868747 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608211748392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22675/tid=22697] ppid=22672 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22675/task/22697/stat : 22697 (java) S 22672 22675 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108868748 10060525568 1028501 33554432000 1073741824 1073778376 140737283822208 140608210695848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 913.353
CPU time (s): 1800.66
CPU user time (s): 1797.78
CPU system time (s): 2.88156
CPU usage (%): 197.148
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 2.88156
maximum resident set size= 4114120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50088
page faults= 1
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23218
involuntary context switches= 13977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47102 second user time and 7.54585 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 05:15:24
IDJOB=4080838
IDBENCH=89883
IDSOLVER=2543
FILE ID=node130/4080838-1465269318
RUNJOBID= node130-1465253566-15534
PBS_JOBID= 19843263
Free space on /tmp= 71532 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1663818.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080838-1465269318/watcher-4080838-1465269318 -o /tmp/evaluation-result-4080838-1465269318/solver-4080838-1465269318 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15534 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080838-1465269318.opb

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=1899271300

node130.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.261
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.52
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.261
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.261
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.261
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.61
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.261
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.261
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.261
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.261
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:        27106212 kB
Buffers:          107696 kB
Cached:           406880 kB
SwapCached:         1724 kB
Active:          3360080 kB
Inactive:         215024 kB
Active(anon):    3061884 kB
Inactive(anon):     1252 kB
Active(file):     298196 kB
Inactive(file):   213772 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:            202056 kB
Writeback:             0 kB
AnonPages:       4498708 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             612444 kB
SReclaimable:      55560 kB
SUnreclaim:       556884 kB
KernelStack:        1592 kB
PageTables:        12924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4707180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4427776 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= 71520 MiB
End job on node130 at 2016-06-07 05:30:37