Trace number 4106311

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 PB16OPT3 10.6934 5.24242

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=5-P1=11-P2=79-P3=109-B.opb
MD5SUM0a27d79e1432beae6ac37c69ce20353c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.035993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables63
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)147
Sum of products size (including duplicates)294
Number of different products147
Sum of products size294

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.11	c version PB16.v20160501
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization by upper bound
0.05/0.14	c ManyCore solver with 2 solvers running in parallel
0.05/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.14	c Expensive reason simplification
0.05/0.14	c Glucose 2.1 dynamic restart strategy
0.05/0.14	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.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.14	c --- End Solver configuration ---
0.05/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	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.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.05/0.14	c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-4106311-1466270478.opb
0.05/0.14	c reading problem ... 
0.05/0.14	c  objective function found
0.05/0.19	c ... done. Wall clock time 0.045s.
0.05/0.19	c declared #vars     63
0.05/0.19	c internal #vars     210
0.05/0.19	c #constraints  304
0.05/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.05/0.19	c constraints type 
0.05/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147
0.05/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 157
0.05/0.19	c 304 constraints processed.
0.05/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.05/0.19	c constraints type 
0.05/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 147
0.05/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 157
0.05/0.19	c 304 constraints processed.
0.05/0.19	c objective function length is 7 literals
2.68/0.90	c cleaning 2500 clauses out of 5001 with flag 10531/5001
4.88/1.50	c cleaning 4244 clauses out of 8500 with flag 24107/11000
5.20/1.66	c And the winner is solver0
5.20/1.69	c SATISFIABLE
5.20/1.69	c OPTIMIZING...
5.20/1.69	c Got one! Elapsed wall clock time (in seconds):1.549
5.20/1.69	o 69
5.46/1.70	c And the winner is solver0
5.49/2.19	c Got one! Elapsed wall clock time (in seconds):2.05
5.49/2.19	o 7
5.49/2.20	c And the winner is solver0
5.53/2.69	c Got one! Elapsed wall clock time (in seconds):2.55
5.53/2.69	o 5
5.54/2.72	c And the winner is solver0
5.59/3.19	c Got one! Elapsed wall clock time (in seconds):3.051
5.59/3.19	o 3
5.82/3.39	c cleaning 5292 clauses out of 10593 with flag 7154/17337
6.96/3.80	c cleaning 5648 clauses out of 11301 with flag 22871/23337
8.53/4.35	c cleaning 6327 clauses out of 12653 with flag 39640/30338
10.16/4.98	c And the winner is solver0
10.53/5.23	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
10.53/5.23	c starts		: 125
10.53/5.23	c conflicts		: 38054
10.53/5.23	c decisions		: 43410
10.53/5.23	c propagations		: 652767
10.53/5.23	c inspects		: 34923996
10.53/5.23	c shortcuts		: 0
10.53/5.23	c learnt literals	: 11
10.53/5.23	c learnt binary clauses	: 18
10.53/5.23	c learnt ternary clauses	: 16
10.53/5.23	c learnt constraints	: 38042
10.53/5.23	c ignored constraints	: 0
10.53/5.23	c root simplifications	: 0
10.53/5.23	c removed literals (reason simplification)	: 92954
10.53/5.23	c reason swapping (by a shorter reason)	: 0
10.53/5.23	c Calls to reduceDB	: 5
10.53/5.23	c Number of update (reduction) of LBD	: 2092
10.53/5.23	c Imported unit clauses	: 0
10.53/5.23	c number of reductions to clauses (during analyze)	: 0
10.53/5.23	c number of learned constraints concerned by reduction	: 0
10.53/5.23	c number of learning phase by resolution	: 0
10.53/5.23	c number of learning phase by cutting planes	: 0
10.53/5.23	c speed (assignments/second)	: 129542.96487398294
10.53/5.23	c non guided choices	406
10.53/5.23	c learnt constraints type 
10.53/5.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
10.53/5.23	c starts		: 22
10.53/5.23	c conflicts		: 2443
10.53/5.23	c decisions		: 3271
10.53/5.23	c propagations		: 33332
10.53/5.23	c inspects		: 4515679
10.53/5.23	c shortcuts		: 0
10.53/5.23	c learnt literals	: 0
10.53/5.23	c learnt binary clauses	: 0
10.53/5.23	c learnt ternary clauses	: 0
10.53/5.23	c learnt constraints	: 2441
10.53/5.23	c ignored constraints	: 0
10.53/5.23	c root simplifications	: 0
10.53/5.23	c removed literals (reason simplification)	: 0
10.53/5.23	c reason swapping (by a shorter reason)	: 0
10.53/5.23	c Calls to reduceDB	: 0
10.53/5.23	c Number of update (reduction) of LBD	: 0
10.53/5.23	c Imported unit clauses	: 0
10.53/5.23	c number of reductions to clauses (during analyze)	: 0
10.53/5.23	c number of learned constraints concerned by reduction	: 0
10.53/5.23	c number of learning phase by resolution	: 0
10.53/5.23	c number of learning phase by cutting planes	: 0
10.53/5.23	c speed (assignments/second)	: 16371.3163064833
10.53/5.23	c non guided choices	415
10.53/5.23	c learnt constraints type 
10.53/5.23	s OPTIMUM FOUND
10.53/5.23	c Found 4 solution(s)
10.53/5.23	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 x11 x12 x13 x14 x15 x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 x24 -x25 -x26 -x27 x28 x29 x30 -x31 x32 -x33 x34 x35 x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 -x63 
10.53/5.23	c objective function=3
10.53/5.23	c Total wall clock time (in seconds): 5.092

Verifier Data

OK	3

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-4106311-1466270478/watcher-4106311-1466270478 -o /tmp/evaluation-result-4106311-1466270478/solver-4106311-1466270478 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106311-1466270478.opb 

pid=31489
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: 3.42 3.39 3.48 3/196 31492
/proc/meminfo: memFree=28622604/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/31492/stat : 31492 (runsolver) R 31489 31492 28285 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 29096237 24911872 160 33554432000 4194304 4338465 140736393538992 140736393536184 217410334135 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 6082 160 113 36 0 2655 0

[startup+0.10016 s]
/proc/loadavg: 3.42 3.39 3.48 3/196 31492
/proc/meminfo: memFree=28622604/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 3461 0 1 0 5 0 0 0 20 0 18 0 29096237 9787879424 4592 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2389619 4592 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.20719 s]
/proc/loadavg: 3.42 3.39 3.48 3/196 31492
/proc/meminfo: memFree=28622604/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 4777 0 1 0 20 1 0 0 20 0 22 0 29096237 10060525568 7908 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 7908 2203 9 0 2446860 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.300193 s]
/proc/loadavg: 3.42 3.39 3.48 3/196 31492
/proc/meminfo: memFree=28622604/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 7449 0 1 0 47 2 0 0 20 0 22 0 29096237 10060525568 10267 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 10267 2215 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824732

[startup+0.700188 s]
/proc/loadavg: 3.42 3.39 3.48 3/196 31492
/proc/meminfo: memFree=28622604/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9825976 CPUtime=1.88 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 15015 0 1 0 185 3 0 0 20 0 22 0 29096237 10061799424 19632 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456494 19632 2244 9 0 2447171 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9825976

[startup+1.50084 s]
/proc/loadavg: 3.63 3.44 3.49 7/218 31514
/proc/meminfo: memFree=28452416/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 31315 0 1 0 479 9 0 0 20 0 22 0 29096237 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 49417 2275 9 0 2446860 0
[pid=31492/tid=31494] ppid=31489 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31492/task/31494/stat : 31494 (java) S 31489 31492 28285 0 -1 4202560 2404 0 1 0 14 0 0 0 20 0 22 0 29096239 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815234454392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31495] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31495/stat : 31495 (java) S 31489 31492 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815212554792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31496] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31496/stat : 31496 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815009905064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31497] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31497/stat : 31497 (java) S 31489 31492 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815008852264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31498] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31498/stat : 31498 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815007799464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31499] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31499/stat : 31499 (java) S 31489 31492 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815006747688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31500] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31500/stat : 31500 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815005694888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31501] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31501/stat : 31501 (java) S 31489 31492 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815004642088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31502] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31502/stat : 31502 (java) S 31489 31492 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139815003589288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31503] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31503/stat : 31503 (java) S 31489 31492 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29096242 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814991391208 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31504] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31504/stat : 31504 (java) S 31489 31492 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814990337272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31505] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31505/stat : 31505 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814989284360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31506] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31506/stat : 31506 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814988232848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31507] ppid=31489 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/31492/task/31507/stat : 31507 (java) R 31489 31492 28285 0 -1 4202560 13300 0 0 0 103 3 0 0 20 0 22 0 29096245 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814987180984 139815237978661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31508] ppid=31489 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/31492/task/31508/stat : 31508 (java) R 31489 31492 28285 0 -1 4202560 14104 0 0 0 108 3 0 0 20 0 22 0 29096245 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814986128184 139815237061611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31509] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31509/stat : 31509 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814985075576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31510] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31510/stat : 31510 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814984022984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31511] ppid=31489 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31492/task/31511/stat : 31511 (java) R 31489 31492 28285 0 -1 4202560 35 0 0 0 122 0 0 0 20 0 22 0 29096257 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814982869832 139815093880320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31512] ppid=31489 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/31492/task/31512/stat : 31512 (java) R 31489 31492 28285 0 -1 4202560 95 0 0 0 125 2 0 0 20 0 22 0 29096257 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814981816744 139815094236894 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31513] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31513/stat : 31513 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096257 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814980764584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31514] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31514/stat : 31514 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096257 10060525568 49417 33554432000 1073741824 1073778376 140734174878288 139814979711784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 3.63 3.44 3.49 5/218 31520
/proc/meminfo: memFree=28429776/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=5.59 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 31392 0 1 0 543 16 0 0 20 0 19 0 29096237 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 49967 2276 9 0 2446860 0
[pid=31492/tid=31494] ppid=31489 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31492/task/31494/stat : 31494 (java) S 31489 31492 28285 0 -1 4202560 2405 0 1 0 14 0 0 0 20 0 19 0 29096239 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815234454392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31495] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31495/stat : 31495 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815212554792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31496] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31496/stat : 31496 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815009905064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31497] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31497/stat : 31497 (java) S 31489 31492 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815008852264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31498] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31498/stat : 31498 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815007799464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31499] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31499/stat : 31499 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815006747688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31500] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31500/stat : 31500 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815005694888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31501] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31501/stat : 31501 (java) S 31489 31492 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815004642088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31502] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31502/stat : 31502 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139815003589288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31503] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31503/stat : 31503 (java) S 31489 31492 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 29096242 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814991391208 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31504] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31504/stat : 31504 (java) S 31489 31492 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29096243 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814990337272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31505] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31505/stat : 31505 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29096243 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814989284360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31506] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31506/stat : 31506 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096245 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814988232848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31507] ppid=31489 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/31492/task/31507/stat : 31507 (java) S 31489 31492 28285 0 -1 4202560 13349 0 0 0 127 3 0 0 20 0 19 0 29096245 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814987180984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31508] ppid=31489 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/31492/task/31508/stat : 31508 (java) S 31489 31492 28285 0 -1 4202560 14104 0 0 0 109 3 0 0 20 0 19 0 29096245 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814986128184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31509] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31509/stat : 31509 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096245 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814985075576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31510] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31510/stat : 31510 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096245 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814984022984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31513] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31513/stat : 31513 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096257 10060525568 49967 33554432000 1073741824 1073778376 140734174878288 139814980764584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 9824732

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 31492 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20765 s]
/proc/loadavg: 3.63 3.44 3.49 5/218 31520
/proc/meminfo: memFree=28429776/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=5.61 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 31398 0 1 0 545 16 0 0 20 0 22 0 29096237 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 49973 2276 9 0 2446860 0
[pid=31492/tid=31494] ppid=31489 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31492/task/31494/stat : 31494 (java) S 31489 31492 28285 0 -1 4202560 2405 0 1 0 14 0 0 0 20 0 22 0 29096239 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815234454392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31495] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31495/stat : 31495 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815212554792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31496] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31496/stat : 31496 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815009905064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31497] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31497/stat : 31497 (java) S 31489 31492 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815008852264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31498] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31498/stat : 31498 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815007799464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31499] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31499/stat : 31499 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815006747688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31500] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31500/stat : 31500 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815005694888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31501] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31501/stat : 31501 (java) S 31489 31492 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815004642088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31502] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31502/stat : 31502 (java) S 31489 31492 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139815003589288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31503] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31503/stat : 31503 (java) S 31489 31492 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29096242 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814991391208 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31504] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31504/stat : 31504 (java) S 31489 31492 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814990337272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31505] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31505/stat : 31505 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814989284360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31506] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31506/stat : 31506 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814988232848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31507] ppid=31489 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/31492/task/31507/stat : 31507 (java) S 31489 31492 28285 0 -1 4202560 13349 0 0 0 127 3 0 0 20 0 22 0 29096245 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814987180984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31508] ppid=31489 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/31492/task/31508/stat : 31508 (java) S 31489 31492 28285 0 -1 4202560 14104 0 0 0 109 3 0 0 20 0 22 0 29096245 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814986128184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31509] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31509/stat : 31509 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814985075576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31510] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31510/stat : 31510 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814984022984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31513] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31513/stat : 31513 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096257 10060525568 49973 33554432000 1073741824 1073778376 140734174878288 139814980764584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 9824732

[startup+4.00085 s]
/proc/loadavg: 3.63 3.44 3.49 5/218 31526
/proc/meminfo: memFree=28421200/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=7.81 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 34339 0 1 0 761 20 0 0 20 0 22 0 29096237 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 84494 2276 9 0 2446860 0
[pid=31492/tid=31494] ppid=31489 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31492/task/31494/stat : 31494 (java) S 31489 31492 28285 0 -1 4202560 2405 0 1 0 14 0 0 0 20 0 22 0 29096239 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815234454392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31495] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31495/stat : 31495 (java) S 31489 31492 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815212554792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31496] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31496/stat : 31496 (java) S 31489 31492 28285 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815009905064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31497] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31497/stat : 31497 (java) S 31489 31492 28285 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815008852264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31498] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31498/stat : 31498 (java) S 31489 31492 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815007799464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31499] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31499/stat : 31499 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815006747688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31500] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31500/stat : 31500 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815005694888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31501] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31501/stat : 31501 (java) S 31489 31492 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815004642088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31502] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31502/stat : 31502 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139815003589288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31503] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31503/stat : 31503 (java) S 31489 31492 28285 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 29096242 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814991391208 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31504] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31504/stat : 31504 (java) S 31489 31492 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814990337272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31505] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31505/stat : 31505 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814989284360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31506] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31506/stat : 31506 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814988232848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31507] ppid=31489 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/31492/task/31507/stat : 31507 (java) S 31489 31492 28285 0 -1 4202560 13350 0 0 0 160 3 0 0 20 0 22 0 29096245 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814987180984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31508] ppid=31489 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/31492/task/31508/stat : 31508 (java) R 31489 31492 28285 0 -1 4202560 16836 0 0 0 135 4 0 0 20 0 22 0 29096245 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814986115752 139815237359704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31509] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31509/stat : 31509 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814985075576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31510] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31510/stat : 31510 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814984022984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31513] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31513/stat : 31513 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096257 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814980764584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31524] ppid=31489 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/31492/task/31524/stat : 31524 (java) R 31489 31492 28285 0 -1 4202560 6 0 0 0 77 0 0 0 20 0 22 0 29096557 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814979711752 139815094327803 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31525] ppid=31489 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/31492/task/31525/stat : 31525 (java) R 31489 31492 28285 0 -1 4202560 59 0 0 0 75 2 0 0 20 0 22 0 29096557 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814982868792 139815094443264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31526] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31526/stat : 31526 (java) S 31489 31492 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29096558 10060525568 84494 33554432000 1073741824 1073778376 140734174878288 139814981817640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9824732

[startup+4.80097 s]
/proc/loadavg: 3.63 3.44 3.49 6/218 31526
/proc/meminfo: memFree=28278868/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=9.95 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 38037 0 1 0 974 21 0 0 20 0 22 0 29096237 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 87826 2276 9 0 2446860 0
[pid=31492/tid=31494] ppid=31489 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31492/task/31494/stat : 31494 (java) S 31489 31492 28285 0 -1 4202560 2405 0 1 0 14 0 0 0 20 0 22 0 29096239 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815234454392 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31495] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31495/stat : 31495 (java) S 31489 31492 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815212554792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31496] ppid=31489 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31492/task/31496/stat : 31496 (java) S 31489 31492 28285 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815009905064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31497] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31497/stat : 31497 (java) S 31489 31492 28285 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815008852264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31498] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31498/stat : 31498 (java) S 31489 31492 28285 0 -1 4202560 157 0 0 0 1 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815007799464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31499] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31499/stat : 31499 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815006747688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31500] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31500/stat : 31500 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815005694888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31501] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31501/stat : 31501 (java) S 31489 31492 28285 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815004642088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31502] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31502/stat : 31502 (java) S 31489 31492 28285 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 22 0 29096241 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139815003589288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31503] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31503/stat : 31503 (java) S 31489 31492 28285 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 29096242 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814991391208 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31504] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31504/stat : 31504 (java) S 31489 31492 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814990337272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31505] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31505/stat : 31505 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29096243 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814989284360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31506] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31506/stat : 31506 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814988232848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31507] ppid=31489 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/31492/task/31507/stat : 31507 (java) S 31489 31492 28285 0 -1 4202560 13350 0 0 0 160 3 0 0 20 0 22 0 29096245 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814987180984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31508] ppid=31489 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/31492/task/31508/stat : 31508 (java) S 31489 31492 28285 0 -1 4202560 20084 0 0 0 190 4 0 0 20 0 22 0 29096245 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814986128184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31509] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31509/stat : 31509 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814985075576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31510] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31510/stat : 31510 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29096245 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814984022984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31513] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31513/stat : 31513 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29096257 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814980764584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31524] ppid=31489 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/31492/task/31524/stat : 31524 (java) R 31489 31492 28285 0 -1 4202560 11 0 0 0 154 0 0 0 20 0 22 0 29096557 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814979711600 139815094327026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31525] ppid=31489 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/31492/task/31525/stat : 31525 (java) R 31489 31492 28285 0 -1 4202560 59 0 0 0 154 2 0 0 20 0 22 0 29096557 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814982868664 139815094443318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31526] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31526/stat : 31526 (java) S 31489 31492 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29096558 10060525568 87826 33554432000 1073741824 1073778376 140734174878288 139814981817640 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 9824732

[startup+5.20081 s]
/proc/loadavg: 3.63 3.44 3.49 6/218 31526
/proc/meminfo: memFree=28278868/32872528 swapFree=1534436/1655032
[pid=31492] ppid=31489 vsize=9824732 CPUtime=10.53 cores=0,2,4,6
/proc/31492/stat : 31492 (java) S 31489 31492 28285 0 -1 4202496 38060 0 1 0 1029 24 0 0 20 0 19 0 29096237 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 140734174869424 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2456183 99299 2276 9 0 2446860 0
[pid=31492/tid=31494] ppid=31489 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31492/task/31494/stat : 31494 (java) R 31489 31492 28285 0 -1 4202560 2406 0 1 0 14 0 0 0 20 0 19 0 29096239 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815234454392 139815094065106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31495] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31495/stat : 31495 (java) S 31489 31492 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815212554792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31496] ppid=31489 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31492/task/31496/stat : 31496 (java) S 31489 31492 28285 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815009905064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31492/tid=31497] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31497/stat : 31497 (java) S 31489 31492 28285 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815008852264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31498] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31498/stat : 31498 (java) S 31489 31492 28285 0 -1 4202560 157 0 0 0 1 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815007799464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31499] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31499/stat : 31499 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815006747688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31500] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31500/stat : 31500 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815005694888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31501] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31501/stat : 31501 (java) S 31489 31492 28285 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815004642088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31502] ppid=31489 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31492/task/31502/stat : 31502 (java) S 31489 31492 28285 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 19 0 29096241 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139815003589288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31503] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31503/stat : 31503 (java) S 31489 31492 28285 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 19 0 29096242 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814991391208 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31504] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31504/stat : 31504 (java) S 31489 31492 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29096243 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814990337272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31505] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31505/stat : 31505 (java) S 31489 31492 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29096243 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814989284360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31506] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31506/stat : 31506 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096245 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814988232848 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31507] ppid=31489 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/31492/task/31507/stat : 31507 (java) S 31489 31492 28285 0 -1 4202560 13350 0 0 0 162 3 0 0 20 0 19 0 29096245 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814987180984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31492/tid=31508] ppid=31489 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/31492/task/31508/stat : 31508 (java) S 31489 31492 28285 0 -1 4202560 20084 0 0 0 208 4 0 0 20 0 19 0 29096245 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814986128184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31509] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31509/stat : 31509 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096245 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814985075576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31492/tid=31510] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31510/stat : 31510 (java) S 31489 31492 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29096245 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814984022984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31492/tid=31513] ppid=31489 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31492/task/31513/stat : 31513 (java) S 31489 31492 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29096257 10060525568 99299 33554432000 1073741824 1073778376 140734174878288 139814980764584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 5.24242
CPU time (s): 10.6934
CPU user time (s): 10.3804
CPU system time (s): 0.312952
CPU usage (%): 203.978
Max. virtual memory (cumulated for all children) (KiB): 9825976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3804
system time used= 0.312952
maximum resident set size= 399260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38069
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 657
involuntary context switches= 368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023996 second user time and 0.054991 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:21:18
IDJOB=4106311
IDBENCH=48011
IDSOLVER=2543
FILE ID=node122/4106311-1466270478
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=5-P1=11-P2=79-P3=109-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106311-1466270478/watcher-4106311-1466270478 -o /tmp/evaluation-result-4106311-1466270478/solver-4106311-1466270478 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106311-1466270478.opb

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

MD5SUM BENCH= 0a27d79e1432beae6ac37c69ce20353c
RANDOM SEED=196586190

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28623396 kB
Buffers:          144456 kB
Cached:           219912 kB
SwapCached:            0 kB
Active:          1571392 kB
Inactive:         267124 kB
Active(anon):    1467048 kB
Inactive(anon):     9916 kB
Active(file):     104344 kB
Inactive(file):   257208 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3190900 kB
Mapped:            21116 kB
Shmem:               204 kB
Slab:             610216 kB
SReclaimable:      53940 kB
SUnreclaim:       556276 kB
KernelStack:        1800 kB
PageTables:        11256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3263396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1630208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node122 at 2016-06-18 19:21:23