Trace number 4105886

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.65 897.934

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
MD5SUM0073f65f5c50ef8f4ebea5bdb58f4e26
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7501
Total number of constraints21961
Number of constraints which are clauses21960
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777715595715329186976003635521247756299664
Number of bits of the biggest sum of numbers181
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4105886-1466265834.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.90/0.89	c ... done. Wall clock time 0.76s.
1.90/0.89	c declared #vars     7501
1.90/0.89	c #constraints  21962
1.90/0.89	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.90/0.89	c constraints type 
1.90/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7320
1.90/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14640
1.90/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.90/0.89	c 21962 constraints processed.
1.90/0.89	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.90/0.89	c constraints type 
1.90/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 14640
1.90/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7320
1.90/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.90/0.89	c 21962 constraints processed.
1.90/0.89	c objective function length is 61 literals
128.22/62.82	c cleaning 2499 clauses out of 5000 with flag 15398/5000
296.04/146.53	c cleaning 4249 clauses out of 8502 with flag 36438/11001
495.12/246.15	c cleaning 5623 clauses out of 11252 with flag 63976/18000
730.87/363.95	c cleaning 6808 clauses out of 13630 with flag 97485/26001
970.74/483.85	c cleaning 7902 clauses out of 15822 with flag 129961/35001
1250.49/623.92	c cleaning 8954 clauses out of 17921 with flag 171558/45002
1551.04/773.58	c cleaning 9977 clauses out of 19965 with flag 213201/56000
1800.04/897.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.90	c starts		: 3
1800.04/897.90	c conflicts		: 66481
1800.04/897.90	c decisions		: 72875
1800.04/897.90	c propagations		: 12876328
1800.04/897.90	c inspects		: 172834268
1800.04/897.90	c shortcuts		: 0
1800.04/897.90	c learnt literals	: 0
1800.04/897.90	c learnt binary clauses	: 0
1800.04/897.90	c learnt ternary clauses	: 1
1800.04/897.90	c learnt constraints	: 66481
1800.04/897.90	c ignored constraints	: 0
1800.04/897.90	c root simplifications	: 0
1800.04/897.90	c removed literals (reason simplification)	: 131242846
1800.04/897.90	c reason swapping (by a shorter reason)	: 0
1800.04/897.90	c Calls to reduceDB	: 7
1800.04/897.90	c Number of update (reduction) of LBD	: 6284
1800.04/897.90	c Imported unit clauses	: 0
1800.04/897.90	c number of reductions to clauses (during analyze)	: 0
1800.04/897.90	c number of learned constraints concerned by reduction	: 0
1800.04/897.90	c number of learning phase by resolution	: 0
1800.04/897.90	c number of learning phase by cutting planes	: 0
1800.04/897.90	c speed (assignments/second)	: 14355.497780285006
1800.04/897.90	c non guided choices	46
1800.04/897.91	c learnt constraints type 
1800.04/897.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20469
1800.04/897.92	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.92	c starts		: 1
1800.04/897.92	c conflicts		: 429
1800.04/897.92	c decisions		: 34979
1800.04/897.92	c propagations		: 420487
1800.04/897.92	c inspects		: 38575430
1800.04/897.92	c shortcuts		: 0
1800.04/897.92	c learnt literals	: 0
1800.04/897.92	c learnt binary clauses	: 0
1800.04/897.92	c learnt ternary clauses	: 0
1800.04/897.92	c learnt constraints	: 428
1800.04/897.92	c ignored constraints	: 0
1800.04/897.92	c root simplifications	: 0
1800.04/897.92	c removed literals (reason simplification)	: 0
1800.04/897.92	c reason swapping (by a shorter reason)	: 0
1800.04/897.92	c Calls to reduceDB	: 0
1800.04/897.92	c Number of update (reduction) of LBD	: 0
1800.04/897.92	c Imported unit clauses	: 0
1800.04/897.92	c number of reductions to clauses (during analyze)	: 0
1800.04/897.92	c number of learned constraints concerned by reduction	: 0
1800.04/897.92	c number of learning phase by resolution	: 0
1800.04/897.92	c number of learning phase by cutting planes	: 0
1800.04/897.92	c speed (assignments/second)	: 468.7661648502577
1800.04/897.92	c non guided choices	2
1800.04/897.92	c learnt constraints type 
1800.04/897.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 428
1800.04/897.92	s UNKNOWN
1800.04/897.92	c Total wall clock time (in seconds): 897.787

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4105886-1466265834/watcher-4105886-1466265834 -o /tmp/evaluation-result-4105886-1466265834/solver-4105886-1466265834 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3637 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105886-1466265834.opb 

pid=4014
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.22 4.12 3.39 5/197 4017
/proc/meminfo: memFree=27842012/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/4017/stat : 4017 (java) R 4014 4017 3621 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 28630142 2560000 47 33554432000 1073741824 1073778376 140733359883024 140733359880152 214360485159 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4017/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 4.22 4.12 3.39 5/197 4017
/proc/meminfo: memFree=27842012/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 4303 0 1 0 7 0 0 0 20 0 18 0 28630142 9787879424 5415 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2389619 5418 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 4.22 4.12 3.39 5/197 4017
/proc/meminfo: memFree=27842012/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 4633 0 1 0 21 1 0 0 20 0 18 0 28630142 9787879424 6714 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2389619 6714 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.22 4.12 3.39 5/197 4017
/proc/meminfo: memFree=27842012/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 5476 0 1 0 44 1 0 0 20 0 18 0 28630142 9787879424 8384 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2389619 8384 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 4.22 4.12 3.39 5/197 4017
/proc/meminfo: memFree=27842012/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9558476 CPUtime=1.6 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 20276 0 1 0 155 5 0 0 20 0 18 0 28630142 9787879424 31778 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2389619 31778 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.29 4.13 3.40 7/219 4039
/proc/meminfo: memFree=27702300/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 22481 0 1 0 430 8 0 0 20 0 22 0 28630142 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2456183 52143 2282 9 0 2446860 0
[pid=4017/tid=4019] ppid=4014 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/4017/task/4019/stat : 4019 (java) S 4014 4017 3621 0 -1 4202560 2458 0 1 0 83 2 0 0 20 0 22 0 28630144 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030680970104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4020] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4020/stat : 4020 (java) S 4014 4017 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030642461608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4021] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4021/stat : 4021 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030641409064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4022] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4022/stat : 4022 (java) S 4014 4017 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030640356008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4023] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4023/stat : 4023 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030639303464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4024] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4024/stat : 4024 (java) S 4014 4017 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030638250408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4025] ppid=4014 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/4017/task/4025/stat : 4025 (java) S 4014 4017 3621 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030637197864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4026] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4026/stat : 4026 (java) S 4014 4017 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030636144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4027] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4027/stat : 4027 (java) S 4014 4017 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28630145 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030635092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4028] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4028/stat : 4028 (java) S 4014 4017 3621 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28630146 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030504823656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4029] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4029/stat : 4029 (java) S 4014 4017 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030503769976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4030] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4030/stat : 4030 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030502716808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4031] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4031/stat : 4031 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030501665552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4032] ppid=4014 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/4017/task/4032/stat : 4032 (java) S 4014 4017 3621 0 -1 4202560 7248 0 0 0 113 2 0 0 20 0 22 0 28630149 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030500612408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4033] ppid=4014 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/4017/task/4033/stat : 4033 (java) S 4014 4017 3621 0 -1 4202560 11308 0 0 0 111 3 0 0 20 0 22 0 28630149 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030499559864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4034] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4034/stat : 4034 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140030498507000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4035] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4035/stat : 4035 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140029489834568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4036] ppid=4014 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/4017/task/4036/stat : 4036 (java) R 4014 4017 3621 0 -1 4202560 28 0 0 0 53 0 0 0 20 0 22 0 28630232 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140029488778896 140030514215252 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4037] ppid=4014 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/4017/task/4037/stat : 4037 (java) R 4014 4017 3621 0 -1 4202560 49 0 0 0 55 0 0 0 20 0 22 0 28630232 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140029487725104 140030513816009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4038] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4038/stat : 4038 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630234 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140029486675240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4039] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4039/stat : 4039 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630235 10060525568 52143 33554432000 1073741824 1073778376 140735143819168 140029485622696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 4.29 4.13 3.40 5/219 4039
/proc/meminfo: memFree=27494636/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9824732 CPUtime=7.76 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 22749 0 1 0 762 14 0 0 20 0 22 0 28630142 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2456183 93232 2282 9 0 2446860 0
[pid=4017/tid=4019] ppid=4014 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/4017/task/4019/stat : 4019 (java) S 4014 4017 3621 0 -1 4202560 2458 0 1 0 83 2 0 0 20 0 22 0 28630144 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030680970104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4020] ppid=4014 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4017/task/4020/stat : 4020 (java) S 4014 4017 3621 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030642461608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4021] ppid=4014 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4017/task/4021/stat : 4021 (java) S 4014 4017 3621 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030641409064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4022] ppid=4014 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/4017/task/4022/stat : 4022 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030640356008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4023] ppid=4014 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4017/task/4023/stat : 4023 (java) S 4014 4017 3621 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030639303464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4024] ppid=4014 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4017/task/4024/stat : 4024 (java) S 4014 4017 3621 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030638250408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4025] ppid=4014 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4017/task/4025/stat : 4025 (java) S 4014 4017 3621 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030637197864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4026] ppid=4014 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4017/task/4026/stat : 4026 (java) S 4014 4017 3621 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030636144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4027] ppid=4014 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4017/task/4027/stat : 4027 (java) S 4014 4017 3621 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28630145 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030635092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4028] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4028/stat : 4028 (java) S 4014 4017 3621 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28630146 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030504823656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4029] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4029/stat : 4029 (java) S 4014 4017 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030503769976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4030] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4030/stat : 4030 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030502716808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4031] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4031/stat : 4031 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030501665552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4032] ppid=4014 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/4017/task/4032/stat : 4032 (java) R 4014 4017 3621 0 -1 4202560 7248 0 0 0 117 2 0 0 20 0 22 0 28630149 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030500612408 214373020732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4033] ppid=4014 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/4017/task/4033/stat : 4033 (java) R 4014 4017 3621 0 -1 4202560 11309 0 0 0 120 3 0 0 20 0 22 0 28630149 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030499559864 140030683577247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4034] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4034/stat : 4034 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140030498507000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4035] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4035/stat : 4035 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140029489834568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4036] ppid=4014 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/4017/task/4036/stat : 4036 (java) R 4014 4017 3621 0 -1 4202560 36 0 0 0 206 0 0 0 20 0 22 0 28630232 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140029488778944 140030514306429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4037] ppid=4014 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/4017/task/4037/stat : 4037 (java) R 4014 4017 3621 0 -1 4202560 101 0 0 0 204 3 0 0 20 0 22 0 28630232 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140029487726904 140030513334192 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4038] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4038/stat : 4038 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630234 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140029486675240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4039] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4039/stat : 4039 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630235 10060525568 93232 33554432000 1073741824 1073778376 140735143819168 140029485622696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.29 4.13 3.40 5/219 4039
/proc/meminfo: memFree=27368500/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9824732 CPUtime=14.55 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 23772 0 1 0 1434 21 0 0 20 0 22 0 28630142 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2456183 154747 2286 9 0 2446860 0
[pid=4017/tid=4019] ppid=4014 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/4017/task/4019/stat : 4019 (java) S 4014 4017 3621 0 -1 4202560 2458 0 1 0 83 2 0 0 20 0 22 0 28630144 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030680970104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4020] ppid=4014 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4017/task/4020/stat : 4020 (java) S 4014 4017 3621 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030642461608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4021] ppid=4014 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4017/task/4021/stat : 4021 (java) S 4014 4017 3621 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030641409064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4022] ppid=4014 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4017/task/4022/stat : 4022 (java) S 4014 4017 3621 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030640356008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4023] ppid=4014 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/4017/task/4023/stat : 4023 (java) S 4014 4017 3621 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030639303464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4024] ppid=4014 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4017/task/4024/stat : 4024 (java) S 4014 4017 3621 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030638250408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4025] ppid=4014 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/4017/task/4025/stat : 4025 (java) S 4014 4017 3621 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030637197864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4026] ppid=4014 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4017/task/4026/stat : 4026 (java) S 4014 4017 3621 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030636144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4027] ppid=4014 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/4017/task/4027/stat : 4027 (java) S 4014 4017 3621 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 28630145 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030635092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4028] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4028/stat : 4028 (java) S 4014 4017 3621 0 -1 4202560 451 0 0 0 0 0 0 0 20 0 22 0 28630146 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030504823656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4029] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4029/stat : 4029 (java) S 4014 4017 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030503769976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4030] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4030/stat : 4030 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030502716808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4031] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4031/stat : 4031 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 154747 33554432000 1073741824 1073778376 140735143819168 140030501665552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4032] ppid=4014 vsize=9824732 CPUtime=1.46 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.29 4.27 3.92 5/219 4127
/proc/meminfo: memFree=26210368/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9824732 CPUtime=1769.41 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 35372 0 1 0 176589 352 0 0 20 0 22 0 28630142 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2456183 674716 2300 9 0 2446860 0
[pid=4017/tid=4019] ppid=4014 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/4017/task/4019/stat : 4019 (java) S 4014 4017 3621 0 -1 4202560 2468 0 1 0 86 3 0 0 20 0 22 0 28630144 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030680970104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4020] ppid=4014 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/4017/task/4020/stat : 4020 (java) S 4014 4017 3621 0 -1 4202560 860 0 0 0 130 31 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030642461608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4021] ppid=4014 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/4017/task/4021/stat : 4021 (java) S 4014 4017 3621 0 -1 4202560 814 0 0 0 147 36 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030641409064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4022] ppid=4014 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/4017/task/4022/stat : 4022 (java) S 4014 4017 3621 0 -1 4202560 1126 0 0 0 137 34 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030640356008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4023] ppid=4014 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/4017/task/4023/stat : 4023 (java) S 4014 4017 3621 0 -1 4202560 848 0 0 0 130 32 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030639303464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4024] ppid=4014 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/4017/task/4024/stat : 4024 (java) S 4014 4017 3621 0 -1 4202560 897 0 0 0 135 35 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030638250408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4025] ppid=4014 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/4017/task/4025/stat : 4025 (java) S 4014 4017 3621 0 -1 4202560 965 0 0 0 157 42 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030637197864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4026] ppid=4014 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/4017/task/4026/stat : 4026 (java) S 4014 4017 3621 0 -1 4202560 1356 0 0 0 137 35 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030636144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4027] ppid=4014 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/4017/task/4027/stat : 4027 (java) S 4014 4017 3621 0 -1 4202560 789 0 0 0 132 30 0 0 20 0 22 0 28630145 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030635092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4028] ppid=4014 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/4017/task/4028/stat : 4028 (java) S 4014 4017 3621 0 -1 4202560 2584 0 0 0 281 19 0 0 20 0 22 0 28630146 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030504823656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4029] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4029/stat : 4029 (java) S 4014 4017 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030503769976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4030] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4030/stat : 4030 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030502716808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4031] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4031/stat : 4031 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030501665552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4032] ppid=4014 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/4017/task/4032/stat : 4032 (java) S 4014 4017 3621 0 -1 4202560 7866 0 0 0 169 2 0 0 20 0 22 0 28630149 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030500612408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4033] ppid=4014 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/4017/task/4033/stat : 4033 (java) S 4014 4017 3621 0 -1 4202560 11320 0 0 0 140 3 0 0 20 0 22 0 28630149 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030499559864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4034] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4034/stat : 4034 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140030498507000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4035] ppid=4014 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/4017/task/4035/stat : 4035 (java) S 4014 4017 3621 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 28630149 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140029489834568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4036] ppid=4014 vsize=9824732 CPUtime=874.26 cores=0,2,4,6
/proc/4017/task/4036/stat : 4036 (java) R 4014 4017 3621 0 -1 4202560 1676 0 0 0 87386 40 0 0 20 0 22 0 28630232 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140029488779040 140030514306715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4037] ppid=4014 vsize=9824732 CPUtime=874.32 cores=0,2,4,6
/proc/4017/task/4037/stat : 4037 (java) R 4014 4017 3621 0 -1 4202560 486 0 0 0 87404 28 0 0 20 0 22 0 28630232 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140029487725584 140030514559408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4038] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4038/stat : 4038 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630234 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140029486675240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4039] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4039/stat : 4039 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630235 10060525568 674716 33554432000 1073741824 1073778376 140735143819168 140029485622696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1769.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 4.38 4.29 3.93 6/219 4128
/proc/meminfo: memFree=26178788/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 35653 0 1 0 179647 357 0 0 20 0 22 0 28630142 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2456183 684140 2300 9 0 2446860 0
[pid=4017/tid=4019] ppid=4014 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/4017/task/4019/stat : 4019 (java) S 4014 4017 3621 0 -1 4202560 2469 0 1 0 86 3 0 0 20 0 22 0 28630144 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030680970104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4020] ppid=4014 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/4017/task/4020/stat : 4020 (java) S 4014 4017 3621 0 -1 4202560 878 0 0 0 134 32 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030642461608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4021] ppid=4014 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/4017/task/4021/stat : 4021 (java) S 4014 4017 3621 0 -1 4202560 819 0 0 0 149 36 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030641409064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4022] ppid=4014 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/4017/task/4022/stat : 4022 (java) S 4014 4017 3621 0 -1 4202560 1135 0 0 0 138 35 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030640356008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4023] ppid=4014 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/4017/task/4023/stat : 4023 (java) S 4014 4017 3621 0 -1 4202560 853 0 0 0 133 32 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030639303464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4024] ppid=4014 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/4017/task/4024/stat : 4024 (java) S 4014 4017 3621 0 -1 4202560 907 0 0 0 137 36 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030638250408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4025] ppid=4014 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/4017/task/4025/stat : 4025 (java) S 4014 4017 3621 0 -1 4202560 978 0 0 0 159 43 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030637197864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4026] ppid=4014 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/4017/task/4026/stat : 4026 (java) S 4014 4017 3621 0 -1 4202560 1361 0 0 0 138 35 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030636144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4027] ppid=4014 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/4017/task/4027/stat : 4027 (java) S 4014 4017 3621 0 -1 4202560 804 0 0 0 133 30 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030635092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4028] ppid=4014 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/4017/task/4028/stat : 4028 (java) S 4014 4017 3621 0 -1 4202560 2784 0 0 0 344 20 0 0 20 0 22 0 28630146 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030504823656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4029] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4029/stat : 4029 (java) S 4014 4017 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030503769976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4030] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4030/stat : 4030 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030502716808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4031] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4031/stat : 4031 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030501665552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4032] ppid=4014 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/4017/task/4032/stat : 4032 (java) S 4014 4017 3621 0 -1 4202560 7866 0 0 0 169 2 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030500612408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4033] ppid=4014 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/4017/task/4033/stat : 4033 (java) S 4014 4017 3621 0 -1 4202560 11320 0 0 0 140 3 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030499559864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4034] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4034/stat : 4034 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030498507000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4035] ppid=4014 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/4017/task/4035/stat : 4035 (java) S 4014 4017 3621 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029489834568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4036] ppid=4014 vsize=9824732 CPUtime=889.15 cores=0,2,4,6
/proc/4017/task/4036/stat : 4036 (java) R 4014 4017 3621 0 -1 4202560 1676 0 0 0 88875 40 0 0 20 0 22 0 28630232 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029488778992 140030514642480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4037] ppid=4014 vsize=9824732 CPUtime=889.21 cores=0,2,4,6
/proc/4017/task/4037/stat : 4037 (java) R 4014 4017 3621 0 -1 4202560 486 0 0 0 88893 28 0 0 20 0 22 0 28630232 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029487725472 140030514559474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4038] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4038/stat : 4038 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630234 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029486675240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4039] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4039/stat : 4039 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630235 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029485622696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+897.901 s]
/proc/loadavg: 4.38 4.29 3.93 6/219 4128
/proc/meminfo: memFree=26178788/32872528 swapFree=1286400/1433568
[pid=4017] ppid=4014 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/4017/stat : 4017 (java) S 4014 4017 3621 0 -1 4202496 35653 0 1 0 179647 357 0 0 20 0 22 0 28630142 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140735143810304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4017/statm: 2456183 684140 2300 9 0 2446860 0
[pid=4017/tid=4019] ppid=4014 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/4017/task/4019/stat : 4019 (java) S 4014 4017 3621 0 -1 4202560 2469 0 1 0 86 3 0 0 20 0 22 0 28630144 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030680970104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4020] ppid=4014 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/4017/task/4020/stat : 4020 (java) S 4014 4017 3621 0 -1 4202560 878 0 0 0 134 32 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030642461608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4021] ppid=4014 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/4017/task/4021/stat : 4021 (java) S 4014 4017 3621 0 -1 4202560 819 0 0 0 149 36 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030641409064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4022] ppid=4014 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/4017/task/4022/stat : 4022 (java) S 4014 4017 3621 0 -1 4202560 1135 0 0 0 138 35 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030640356008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4023] ppid=4014 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/4017/task/4023/stat : 4023 (java) S 4014 4017 3621 0 -1 4202560 853 0 0 0 133 32 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030639303464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4024] ppid=4014 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/4017/task/4024/stat : 4024 (java) S 4014 4017 3621 0 -1 4202560 907 0 0 0 137 36 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030638250408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4025] ppid=4014 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/4017/task/4025/stat : 4025 (java) S 4014 4017 3621 0 -1 4202560 978 0 0 0 159 43 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030637197864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4026] ppid=4014 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/4017/task/4026/stat : 4026 (java) S 4014 4017 3621 0 -1 4202560 1361 0 0 0 138 35 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030636144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4027] ppid=4014 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/4017/task/4027/stat : 4027 (java) S 4014 4017 3621 0 -1 4202560 804 0 0 0 133 30 0 0 20 0 22 0 28630145 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030635092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4028] ppid=4014 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/4017/task/4028/stat : 4028 (java) S 4014 4017 3621 0 -1 4202560 2784 0 0 0 344 20 0 0 20 0 22 0 28630146 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030504823656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4029] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4029/stat : 4029 (java) S 4014 4017 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030503769976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4030] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4030/stat : 4030 (java) S 4014 4017 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28630147 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030502716808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4031] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4031/stat : 4031 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030501665552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4032] ppid=4014 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/4017/task/4032/stat : 4032 (java) S 4014 4017 3621 0 -1 4202560 7866 0 0 0 169 2 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030500612408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4017/tid=4033] ppid=4014 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/4017/task/4033/stat : 4033 (java) S 4014 4017 3621 0 -1 4202560 11320 0 0 0 140 3 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030499559864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4034] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4034/stat : 4034 (java) S 4014 4017 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140030498507000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4035] ppid=4014 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/4017/task/4035/stat : 4035 (java) S 4014 4017 3621 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 28630149 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029489834568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4036] ppid=4014 vsize=9824732 CPUtime=889.15 cores=0,2,4,6
/proc/4017/task/4036/stat : 4036 (java) R 4014 4017 3621 0 -1 4202560 1676 0 0 0 88875 40 0 0 20 0 22 0 28630232 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029488778992 140030514642480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4017/tid=4037] ppid=4014 vsize=9824732 CPUtime=889.21 cores=0,2,4,6
/proc/4017/task/4037/stat : 4037 (java) R 4014 4017 3621 0 -1 4202560 486 0 0 0 88893 28 0 0 20 0 22 0 28630232 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029487725472 140030514559474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4017/tid=4038] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4038/stat : 4038 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630234 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029486675240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4017/tid=4039] ppid=4014 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4017/task/4039/stat : 4039 (java) S 4014 4017 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28630235 10060525568 684140 33554432000 1073741824 1073778376 140735143819168 140029485622696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.934
CPU time (s): 1800.65
CPU user time (s): 1796.58
CPU system time (s): 4.07338
CPU usage (%): 200.533
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.58
system time used= 4.07338
maximum resident set size= 3000356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35690
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27038
involuntary context switches= 33273

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

The end

Launcher Data

Begin job on node130 at 2016-06-18 18:03:54
IDJOB=4105886
IDBENCH=3050
IDSOLVER=2543
FILE ID=node130/4105886-1466265834
RUNJOBID= node130-1466264922-3637
PBS_JOBID= 19918227
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=120-sizeP=61-sizeQ=120-883133839-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105886-1466265834/watcher-4105886-1466265834 -o /tmp/evaluation-result-4105886-1466265834/solver-4105886-1466265834 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3637 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105886-1466265834.opb

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

MD5SUM BENCH= 0073f65f5c50ef8f4ebea5bdb58f4e26
RANDOM SEED=449693418

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.365
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:        27841844 kB
Buffers:           38832 kB
Cached:           175040 kB
SwapCached:         1876 kB
Active:          2699332 kB
Inactive:         152688 kB
Active(anon):    2638348 kB
Inactive(anon):     2212 kB
Active(file):      60984 kB
Inactive(file):   150476 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:       4063184 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             600820 kB
SReclaimable:      44424 kB
SUnreclaim:       556396 kB
KernelStack:        1808 kB
PageTables:        12412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4249552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2707456 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 node130 at 2016-06-18 18:18:52