Trace number 4118692

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 PB16OPT-12 25.5701 13.3252

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-sporttournament08.lin.opb
MD5SUM6ecac9b68ed2988880a06bf0eb5faec9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-12
Best CPU time to get the best result obtained on this benchmark0.002998
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables76
Total number of constraints96
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 63
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 66
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4118692-1467235447.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.028s.
0.09/0.15	c declared #vars     76
0.09/0.15	c #constraints  96
0.09/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 48
0.09/0.15	c 96 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48
0.09/0.15	c 96 constraints processed.
0.09/0.15	c objective function length is 63 literals
0.09/0.16	c And the winner is solver0
0.16/0.65	c SATISFIABLE
0.16/0.65	c OPTIMIZING...
0.16/0.65	c Got one! Elapsed wall clock time (in seconds):0.534
0.16/0.65	o -8
0.16/0.66	c And the winner is solver0
0.16/1.15	c Got one! Elapsed wall clock time (in seconds):1.035
0.16/1.15	o -9
0.16/1.17	c And the winner is solver0
0.20/1.66	c Got one! Elapsed wall clock time (in seconds):1.537
0.20/1.66	o -10
0.35/1.75	c And the winner is solver0
0.84/2.16	c Got one! Elapsed wall clock time (in seconds):2.038
0.84/2.16	o -11
1.78/2.46	c cleaning 2653 clauses out of 5315 with flag 10250/5315
2.97/2.75	c cleaning 4331 clauses out of 8661 with flag 22757/11314
3.78/2.97	c And the winner is solver1
4.33/3.16	c Got one! Elapsed wall clock time (in seconds):3.039
4.33/3.16	o -12
4.74/3.39	c cleaning 7548 clauses out of 15097 with flag 11089/22081
5.14/3.57	c cleaning 6771 clauses out of 13547 with flag 23946/28079
5.78/3.82	c cleaning 6886 clauses out of 13776 with flag 40459/35079
6.38/4.12	c cleaning 7442 clauses out of 14890 with flag 57950/43079
7.00/4.45	c cleaning 8219 clauses out of 16449 with flag 77869/52080
8.04/4.91	c cleaning 9114 clauses out of 18229 with flag 100010/62079
9.05/5.43	c cleaning 10058 clauses out of 20115 with flag 124638/73079
10.27/6.03	c cleaning 11029 clauses out of 22058 with flag 150636/85080
11.68/6.76	c cleaning 12014 clauses out of 24028 with flag 178225/98079
13.75/7.73	c cleaning 13005 clauses out of 26015 with flag 207735/112080
15.91/8.69	c cleaning 14002 clauses out of 28009 with flag 238332/127079
18.45/9.76	c cleaning 15004 clauses out of 30008 with flag 271233/143080
21.07/11.07	c cleaning 16000 clauses out of 32004 with flag 306722/160080
24.10/12.50	c cleaning 16999 clauses out of 34003 with flag 344476/178079
25.14/13.04	c And the winner is solver0
25.37/13.30	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
25.37/13.30	c starts		: 1111
25.37/13.30	c conflicts		: 186748
25.37/13.30	c decisions		: 220192
25.37/13.30	c propagations		: 2149589
25.37/13.30	c inspects		: 191800531
25.37/13.30	c shortcuts		: 0
25.37/13.30	c learnt literals	: 11
25.37/13.30	c learnt binary clauses	: 10
25.37/13.30	c learnt ternary clauses	: 14
25.37/13.30	c learnt constraints	: 186736
25.37/13.30	c ignored constraints	: 0
25.37/13.30	c root simplifications	: 0
25.37/13.30	c removed literals (reason simplification)	: 105255
25.37/13.30	c reason swapping (by a shorter reason)	: 0
25.37/13.30	c Calls to reduceDB	: 16
25.37/13.30	c Number of update (reduction) of LBD	: 3655
25.37/13.30	c Imported unit clauses	: 0
25.37/13.30	c number of reductions to clauses (during analyze)	: 0
25.37/13.30	c number of learned constraints concerned by reduction	: 0
25.37/13.30	c number of learning phase by resolution	: 0
25.37/13.30	c number of learning phase by cutting planes	: 0
25.37/13.30	c speed (assignments/second)	: 211949.22106093474
25.37/13.30	c non guided choices	0
25.37/13.30	c learnt constraints type 
25.37/13.30	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
25.37/13.30	c starts		: 24
25.37/13.30	c conflicts		: 3716
25.37/13.30	c decisions		: 7221
25.37/13.30	c propagations		: 58193
25.37/13.30	c inspects		: 22273223
25.37/13.30	c shortcuts		: 0
25.37/13.30	c learnt literals	: 0
25.37/13.30	c learnt binary clauses	: 0
25.37/13.30	c learnt ternary clauses	: 0
25.37/13.30	c learnt constraints	: 3712
25.37/13.30	c ignored constraints	: 0
25.37/13.30	c root simplifications	: 0
25.37/13.30	c removed literals (reason simplification)	: 0
25.37/13.30	c reason swapping (by a shorter reason)	: 0
25.37/13.30	c Calls to reduceDB	: 0
25.37/13.30	c Number of update (reduction) of LBD	: 0
25.37/13.30	c Imported unit clauses	: 0
25.37/13.30	c number of reductions to clauses (during analyze)	: 0
25.37/13.30	c number of learned constraints concerned by reduction	: 0
25.37/13.30	c number of learning phase by resolution	: 0
25.37/13.30	c number of learning phase by cutting planes	: 0
25.37/13.30	c speed (assignments/second)	: 5221.444593988335
25.37/13.30	c non guided choices	0
25.37/13.30	c learnt constraints type 
25.37/13.30	s OPTIMUM FOUND
25.37/13.30	c Found 5 solution(s)
25.37/13.30	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 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 x74 x75 -x76 
25.37/13.30	c objective function=-12
25.37/13.30	c Total wall clock time (in seconds): 13.184

Verifier Data

OK	-12

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-4118692-1467235447/watcher-4118692-1467235447 -o /tmp/evaluation-result-4118692-1467235447/solver-4118692-1467235447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467233112-7067 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118692-1467235447.opb 

pid=8013
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.08 4.17 3.97 4/197 8016
/proc/meminfo: memFree=21534896/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/8016/stat : 8016 (java) R 8013 8016 4301 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 4512155 9445376 96 33554432000 1073741824 1073778376 140736689107808 140736689104936 219504752489 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2290 86 64 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.08 4.17 3.97 4/197 8016
/proc/meminfo: memFree=21534896/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 4512155 9787879424 5578 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2389619 5578 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 4.08 4.17 3.97 4/197 8016
/proc/meminfo: memFree=21534896/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 4649 0 1 0 15 1 0 0 20 0 19 0 4512155 10060525568 7254 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 7254 2173 9 0 2446860 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9824732

[startup+0.300297 s]
/proc/loadavg: 4.08 4.17 3.97 4/197 8016
/proc/meminfo: memFree=21534896/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 4649 0 1 0 15 1 0 0 20 0 19 0 4512155 10060525568 7254 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 7254 2173 9 0 2446860 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9824732

[startup+0.700276 s]
/proc/loadavg: 4.08 4.17 3.97 4/197 8016
/proc/meminfo: memFree=21534896/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 4674 0 1 0 15 1 0 0 20 0 19 0 4512155 10060525568 8289 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 8289 2173 9 0 2446860 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50073 s]
/proc/loadavg: 4.08 4.17 3.97 3/216 8041
/proc/meminfo: memFree=21510028/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 4813 0 1 0 18 2 0 0 20 0 19 0 4512155 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 9404 2197 9 0 2446860 0
[pid=8016/tid=8018] ppid=8013 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (java) S 8013 8016 4301 0 -1 4202560 2459 0 1 0 11 1 0 0 20 0 19 0 4512156 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313166840696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313010719784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8020] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8020/stat : 8020 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313009666984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8021] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8021/stat : 8021 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313008614184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8022] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8022/stat : 8022 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313007561384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8023] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8023/stat : 8023 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313006508584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8024] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8024/stat : 8024 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313005455784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8025] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8025/stat : 8025 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313004402984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8026] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8026/stat : 8026 (java) S 8013 8016 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140313003350184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8027] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8027/stat : 8027 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312990940136 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8028] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8028/stat : 8028 (java) S 8013 8016 4301 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312989886200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8029] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8029/stat : 8029 (java) S 8013 8016 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312988833288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8030] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8030/stat : 8030 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312987781776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8031] ppid=8013 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8016/task/8031/stat : 8031 (java) S 8013 8016 4301 0 -1 4202560 471 0 0 0 2 0 0 0 20 0 19 0 4512161 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312986728888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8032] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8032/stat : 8032 (java) S 8013 8016 4301 0 -1 4202560 534 0 0 0 1 0 0 0 20 0 19 0 4512161 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312985676088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8033] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8033/stat : 8033 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312984623480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8034] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8034/stat : 8034 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312983570888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8038] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8038/stat : 8038 (java) S 8013 8016 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512171 10060525568 9404 33554432000 1073741824 1073778376 140736689107808 140312979359016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.08 4.17 3.97 8/219 8050
/proc/meminfo: memFree=21471036/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=4.33 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 27482 0 1 0 421 12 0 0 20 0 19 0 4512155 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 48636 2274 9 0 2446860 0
[pid=8016/tid=8018] ppid=8013 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (java) S 8013 8016 4301 0 -1 4202560 2460 0 1 0 11 1 0 0 20 0 19 0 4512156 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313166840696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (java) S 8013 8016 4301 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313010719784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8020] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8020/stat : 8020 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313009666984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8021] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8021/stat : 8021 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313008614184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8022] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8022/stat : 8022 (java) S 8013 8016 4301 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313007561384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8023] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8023/stat : 8023 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313006508584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8024] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8024/stat : 8024 (java) S 8013 8016 4301 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313005455784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8025] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8025/stat : 8025 (java) S 8013 8016 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313004402984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8026] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8026/stat : 8026 (java) S 8013 8016 4301 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 4512157 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140313003350184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8027] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8027/stat : 8027 (java) S 8013 8016 4301 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312990940136 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8028] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8028/stat : 8028 (java) S 8013 8016 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312989886200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8029] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8029/stat : 8029 (java) S 8013 8016 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312988833288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8030] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8030/stat : 8030 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312987781776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8031] ppid=8013 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/8016/task/8031/stat : 8031 (java) R 8013 8016 4301 0 -1 4202560 11165 0 0 0 114 1 0 0 20 0 19 0 4512161 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312986714840 140313170957756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8032] ppid=8013 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/8016/task/8032/stat : 8032 (java) R 8013 8016 4301 0 -1 4202560 12315 0 0 0 113 2 0 0 20 0 19 0 4512161 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312985653336 140313169573764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8033] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8033/stat : 8033 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312984623480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8034] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8034/stat : 8034 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312983570888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8050] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8050/stat : 8050 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4512371 10060525568 48636 33554432000 1073741824 1073778376 140736689107808 140312980411176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.23 4.20 3.98 5/219 8053
/proc/meminfo: memFree=21064416/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=10.87 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 28989 0 1 0 1064 23 0 0 20 0 22 0 4512155 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 147587 2274 9 0 2446860 0
[pid=8016/tid=8018] ppid=8013 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (java) S 8013 8016 4301 0 -1 4202560 2460 0 1 0 11 1 0 0 20 0 22 0 4512156 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313166840696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (java) S 8013 8016 4301 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313010719784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8020] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8020/stat : 8020 (java) S 8013 8016 4301 0 -1 4202560 138 0 0 0 0 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313009666984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8021] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8021/stat : 8021 (java) S 8013 8016 4301 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313008614184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8022] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8022/stat : 8022 (java) S 8013 8016 4301 0 -1 4202560 132 0 0 0 1 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313007561384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8023] ppid=8013 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8016/task/8023/stat : 8023 (java) S 8013 8016 4301 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313006508584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8024] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8024/stat : 8024 (java) S 8013 8016 4301 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313005455784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8025] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8025/stat : 8025 (java) S 8013 8016 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313004402984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8026] ppid=8013 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8016/task/8026/stat : 8026 (java) S 8013 8016 4301 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 22 0 4512157 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140313003350184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8027] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8027/stat : 8027 (java) S 8013 8016 4301 0 -1 4202560 436 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312990940136 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8028] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8028/stat : 8028 (java) S 8013 8016 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312989886200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8029] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8029/stat : 8029 (java) S 8013 8016 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312988833288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8030] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8030/stat : 8030 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312987781776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8031] ppid=8013 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/8016/task/8031/stat : 8031 (java) S 8013 8016 4301 0 -1 4202560 11176 0 0 0 125 2 0 0 20 0 22 0 4512161 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312986728888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8032] ppid=8013 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/8016/task/8032/stat : 8032 (java) S 8013 8016 4301 0 -1 4202560 12695 0 0 0 124 2 0 0 20 0 22 0 4512161 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312985676088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8033] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8033/stat : 8033 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312984623480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8034] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8034/stat : 8034 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312983570888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8050] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8050/stat : 8050 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4512371 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312980411176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8051] ppid=8013 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/8016/task/8051/stat : 8051 (java) R 8013 8016 4301 0 -1 4202560 9 0 0 0 305 0 0 0 20 0 22 0 4512471 10060525568 147587 33554432000 1073741824 1073778376 140736689107808 140312981455360 140313038719915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8052] ppid=8013 vsize=9824732 CPUtime=3.06 cores=0,2,4,6

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

/proc/8016/task/8027/stat : 8027 (java) S 8013 8016 4301 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312990940136 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8028] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8028/stat : 8028 (java) S 8013 8016 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312989886200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8029] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8029/stat : 8029 (java) S 8013 8016 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312988833288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8030] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8030/stat : 8030 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312987781776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8031] ppid=8013 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/8016/task/8031/stat : 8031 (java) S 8013 8016 4301 0 -1 4202560 18700 0 0 0 196 3 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312986728888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8032] ppid=8013 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/8016/task/8032/stat : 8032 (java) S 8013 8016 4301 0 -1 4202560 12695 0 0 0 128 2 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312985676088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8033] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8033/stat : 8033 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312984623480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8034] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8034/stat : 8034 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312983570888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8050] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8050/stat : 8050 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4512371 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312980411176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8051] ppid=8013 vsize=9824732 CPUtime=9.37 cores=0,2,4,6
/proc/8016/task/8051/stat : 8051 (java) R 8013 8016 4301 0 -1 4202560 20 0 0 0 937 0 0 0 20 0 22 0 4512471 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312981455392 140313038797619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8052] ppid=8013 vsize=9824732 CPUtime=9.37 cores=0,2,4,6
/proc/8016/task/8052/stat : 8052 (java) R 8013 8016 4301 0 -1 4202560 499 0 0 0 927 10 0 0 20 0 22 0 4512471 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312982515632 140313038761331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8053] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8053/stat : 8053 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4512471 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312979359144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 9824732

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

[startup+12.8011 s]
/proc/loadavg: 4.21 4.20 3.98 5/219 8053
/proc/meminfo: memFree=20407328/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=24.7 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 37250 0 1 0 2435 35 0 0 20 0 22 0 4512155 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 282960 2274 9 0 2446860 0
[pid=8016/tid=8018] ppid=8013 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (java) S 8013 8016 4301 0 -1 4202560 2460 0 1 0 11 1 0 0 20 0 22 0 4512156 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313166840696 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (java) S 8013 8016 4301 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313010719784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8020] ppid=8013 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8016/task/8020/stat : 8020 (java) S 8013 8016 4301 0 -1 4202560 171 0 0 0 3 1 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313009666984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8021] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8021/stat : 8021 (java) S 8013 8016 4301 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313008614184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8022] ppid=8013 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8016/task/8022/stat : 8022 (java) S 8013 8016 4301 0 -1 4202560 158 0 0 0 4 1 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313007561384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8023] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8023/stat : 8023 (java) S 8013 8016 4301 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313006508584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8024] ppid=8013 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8016/task/8024/stat : 8024 (java) S 8013 8016 4301 0 -1 4202560 128 0 0 0 2 2 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313005455784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8025] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8025/stat : 8025 (java) S 8013 8016 4301 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313004402984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8026] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8026/stat : 8026 (java) S 8013 8016 4301 0 -1 4202560 119 0 0 0 3 0 0 0 20 0 22 0 4512157 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140313003350184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8027] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8027/stat : 8027 (java) S 8013 8016 4301 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312990940136 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8028] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8028/stat : 8028 (java) S 8013 8016 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312989886200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8029] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8029/stat : 8029 (java) S 8013 8016 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4512158 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312988833288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8030] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8030/stat : 8030 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312987781776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8031] ppid=8013 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/8016/task/8031/stat : 8031 (java) S 8013 8016 4301 0 -1 4202560 18700 0 0 0 196 3 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312986728888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8032] ppid=8013 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/8016/task/8032/stat : 8032 (java) S 8013 8016 4301 0 -1 4202560 12695 0 0 0 128 2 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312985676088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8033] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8033/stat : 8033 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312984623480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8034] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8034/stat : 8034 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4512161 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312983570888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8050] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8050/stat : 8050 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4512371 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312980411176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8051] ppid=8013 vsize=9824732 CPUtime=9.47 cores=0,2,4,6
/proc/8016/task/8051/stat : 8051 (java) R 8013 8016 4301 0 -1 4202560 20 0 0 0 947 0 0 0 20 0 22 0 4512471 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312981455392 140313038780434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8052] ppid=8013 vsize=9824732 CPUtime=9.47 cores=0,2,4,6
/proc/8016/task/8052/stat : 8052 (java) R 8013 8016 4301 0 -1 4202560 499 0 0 0 937 10 0 0 20 0 22 0 4512471 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312982515632 140313038772599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8053] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8053/stat : 8053 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4512471 10060525568 282960 33554432000 1073741824 1073778376 140736689107808 140312979359144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 9824732

[startup+13.2008 s]
/proc/loadavg: 4.20 4.20 3.98 4/216 8053
/proc/meminfo: memFree=20407360/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=25.37 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 37268 0 1 0 2502 35 0 0 20 0 19 0 4512155 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 282968 2274 9 0 2446860 0
[pid=8016/tid=8018] ppid=8013 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (java) R 8013 8016 4301 0 -1 4202560 2460 0 1 0 15 2 0 0 20 0 19 0 4512156 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313166840224 140313039479028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (java) S 8013 8016 4301 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313010719784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8020] ppid=8013 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8016/task/8020/stat : 8020 (java) S 8013 8016 4301 0 -1 4202560 171 0 0 0 3 1 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313009666984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8021] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8021/stat : 8021 (java) S 8013 8016 4301 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313008614184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8022] ppid=8013 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8016/task/8022/stat : 8022 (java) S 8013 8016 4301 0 -1 4202560 158 0 0 0 4 1 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313007561384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8023] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8023/stat : 8023 (java) S 8013 8016 4301 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313006508584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8024] ppid=8013 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8016/task/8024/stat : 8024 (java) S 8013 8016 4301 0 -1 4202560 128 0 0 0 2 2 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313005455784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8025] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8025/stat : 8025 (java) S 8013 8016 4301 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313004402984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8026] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8026/stat : 8026 (java) S 8013 8016 4301 0 -1 4202560 119 0 0 0 3 0 0 0 20 0 19 0 4512157 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140313003350184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8027] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8027/stat : 8027 (java) S 8013 8016 4301 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312990940136 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8028] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8028/stat : 8028 (java) S 8013 8016 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312989886200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8029] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8029/stat : 8029 (java) S 8013 8016 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4512158 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312988833288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8030] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8030/stat : 8030 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312987781776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8031] ppid=8013 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/8016/task/8031/stat : 8031 (java) S 8013 8016 4301 0 -1 4202560 18716 0 0 0 211 3 0 0 20 0 19 0 4512161 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312986728888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8032] ppid=8013 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/8016/task/8032/stat : 8032 (java) S 8013 8016 4301 0 -1 4202560 12695 0 0 0 130 2 0 0 20 0 19 0 4512161 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312985676088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8033] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8033/stat : 8033 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312984623480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8034] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8034/stat : 8034 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4512161 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312983570888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8053] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8053/stat : 8053 (java) S 8013 8016 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4512471 10060525568 282968 33554432000 1073741824 1073778376 140736689107808 140312979359144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 9824732

[startup+13.3077 s]
/proc/loadavg: 4.20 4.20 3.98 4/216 8053
/proc/meminfo: memFree=20407360/32872528 swapFree=12440/1155036
[pid=8016] ppid=8013 vsize=9824732 CPUtime=25.49 cores=0,2,4,6
/proc/8016/stat : 8016 (java) S 8013 8016 4301 0 -1 4202496 37273 0 1 0 2514 35 0 0 20 0 18 0 4512155 10060525568 282967 33554432000 1073741824 1073778376 140736689107808 140736689098944 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8016/statm: 2456183 282970 2274 9 0 2446860 0
[pid=8016/tid=8018] ppid=8013 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (java) R 8013 8016 4301 0 -1 4202560 2460 0 1 0 25 2 0 0 20 0 17 0 4512156 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313166841400 219517344157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (java) S 8013 8016 4301 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313010719784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8020] ppid=8013 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8016/task/8020/stat : 8020 (java) S 8013 8016 4301 0 -1 4202560 171 0 0 0 3 1 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313009666984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8021] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8021/stat : 8021 (java) S 8013 8016 4301 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313008614184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8022] ppid=8013 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8016/task/8022/stat : 8022 (java) S 8013 8016 4301 0 -1 4202560 158 0 0 0 4 1 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313007561384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8023] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8023/stat : 8023 (java) S 8013 8016 4301 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313006508584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8024] ppid=8013 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8016/task/8024/stat : 8024 (java) S 8013 8016 4301 0 -1 4202560 128 0 0 0 2 2 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313005455784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8025] ppid=8013 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/8016/task/8025/stat : 8025 (java) S 8013 8016 4301 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313004402984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8016/tid=8026] ppid=8013 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8016/task/8026/stat : 8026 (java) S 8013 8016 4301 0 -1 4202560 119 0 0 0 3 0 0 0 20 0 16 0 4512157 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140313003350184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8027] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8027/stat : 8027 (java) R 8013 8016 4301 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 16 0 4512158 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140312990940136 219517335465 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8028] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8028/stat : 8028 (java) S 8013 8016 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 16 0 4512158 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140312989886200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8029] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8029/stat : 8029 (java) S 8013 8016 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 16 0 4512158 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140312988833288 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8031] ppid=8013 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/8016/task/8031/stat : 8031 (java) S 8013 8016 4301 0 -1 4202560 18716 0 0 0 214 3 0 0 20 0 16 0 4512161 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140312986728888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8032] ppid=8013 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/8016/task/8032/stat : 8032 (java) R 8013 8016 4301 0 -1 4202560 12695 0 0 0 130 2 0 0 20 0 16 0 4512161 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140312985675928 140313169859344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8016/tid=8033] ppid=8013 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8033/stat : 8033 (java) S 8013 8016 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 4512161 10060525568 282971 33554432000 1073741824 1073778376 140736689107808 140312984623480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 13.3252
CPU time (s): 25.5701
CPU user time (s): 25.1372
CPU system time (s): 0.432934
CPU usage (%): 191.892
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1372
system time used= 0.432934
maximum resident set size= 1131892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37280
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= 1034
involuntary context switches= 796

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

The end

Launcher Data

Begin job on node114 at 2016-06-29 23:24:07
IDJOB=4118692
IDBENCH=111522
IDSOLVER=2543
FILE ID=node114/4118692-1467235447
RUNJOBID= node114-1467233112-7067
PBS_JOBID= 19997585
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament08.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118692-1467235447/watcher-4118692-1467235447 -o /tmp/evaluation-result-4118692-1467235447/solver-4118692-1467235447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467233112-7067 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118692-1467235447.opb

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

MD5SUM BENCH= 6ecac9b68ed2988880a06bf0eb5faec9
RANDOM SEED=808827948

node114.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.752
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.50
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.752
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.752
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.752
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.752
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.752
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.56
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.752
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.56
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.752
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:        21535168 kB
Buffers:           98284 kB
Cached:          5785648 kB
SwapCached:            0 kB
Active:          3635364 kB
Inactive:        5784644 kB
Active(anon):    3538540 kB
Inactive(anon):      236 kB
Active(file):      96824 kB
Inactive(file):  5784408 kB
Unevictable:     1155036 kB
Mlocked:           12440 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       4788688 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             624808 kB
SReclaimable:      68984 kB
SUnreclaim:       555824 kB
KernelStack:        1784 kB
PageTables:        13492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5267604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4710400 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= 71668 MiB
End job on node114 at 2016-06-29 23:24:21