Trace number 4080685

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.06 899.722

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-wood1p.opb
MD5SUM360101c0d249c34bf56133c11582c641
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 variables77820
Total number of constraints244
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint30
Maximum length of a constraint77760
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 53687091200000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 66413144120266880244
Number of bits of the biggest sum of numbers66
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080685-1465229270.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
13.90/9.77	c ... done. Wall clock time 9.656s.
13.90/9.77	c declared #vars     77820
13.90/9.77	c #constraints  487
13.90/9.77	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
13.90/9.77	c constraints type 
13.90/9.77	c org.sat4j.specs.Constr$1 => 72
13.90/9.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 411
13.90/9.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
13.90/9.77	c 487 constraints processed.
13.90/9.77	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
13.90/9.77	c constraints type 
13.90/9.77	c org.sat4j.specs.Constr$1 => 72
13.90/9.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
13.90/9.77	c 487 constraints processed.
13.90/9.77	c objective function length is 30 literals
1800.06/899.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/899.70	c starts		: 7
1800.06/899.70	c conflicts		: 2667
1800.06/899.70	c decisions		: 7378
1800.06/899.70	c propagations		: 649183
1800.06/899.70	c inspects		: 16663368
1800.06/899.70	c shortcuts		: 0
1800.06/899.70	c learnt literals	: 0
1800.06/899.70	c learnt binary clauses	: 0
1800.06/899.70	c learnt ternary clauses	: 0
1800.06/899.70	c learnt constraints	: 2667
1800.06/899.70	c ignored constraints	: 0
1800.06/899.70	c root simplifications	: 0
1800.06/899.70	c removed literals (reason simplification)	: 3694
1800.06/899.70	c reason swapping (by a shorter reason)	: 0
1800.06/899.70	c Calls to reduceDB	: 0
1800.06/899.70	c Number of update (reduction) of LBD	: 769
1800.06/899.70	c Imported unit clauses	: 0
1800.06/899.70	c number of reductions to clauses (during analyze)	: 0
1800.06/899.70	c number of learned constraints concerned by reduction	: 0
1800.06/899.70	c number of learning phase by resolution	: 0
1800.06/899.70	c number of learning phase by cutting planes	: 0
1800.06/899.70	c speed (assignments/second)	: 735.430626752386
1800.06/899.70	c non guided choices	0
1800.06/899.71	c learnt constraints type 
1800.06/899.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2667
1800.06/899.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/899.71	c starts		: 1
1800.06/899.71	c conflicts		: 4
1800.06/899.71	c decisions		: 36
1800.06/899.71	c propagations		: 95108
1800.06/899.71	c inspects		: 1915186
1800.06/899.71	c shortcuts		: 0
1800.06/899.71	c learnt literals	: 0
1800.06/899.71	c learnt binary clauses	: 0
1800.06/899.71	c learnt ternary clauses	: 0
1800.06/899.71	c learnt constraints	: 3
1800.06/899.71	c ignored constraints	: 0
1800.06/899.71	c root simplifications	: 0
1800.06/899.71	c removed literals (reason simplification)	: 0
1800.06/899.71	c reason swapping (by a shorter reason)	: 0
1800.06/899.71	c Calls to reduceDB	: 0
1800.06/899.71	c Number of update (reduction) of LBD	: 0
1800.06/899.71	c Imported unit clauses	: 0
1800.06/899.71	c number of reductions to clauses (during analyze)	: 0
1800.06/899.71	c number of learned constraints concerned by reduction	: 0
1800.06/899.71	c number of learning phase by resolution	: 0
1800.06/899.71	c number of learning phase by cutting planes	: 0
1800.06/899.71	c speed (assignments/second)	: 109.40731759503602
1800.06/899.71	c non guided choices	0
1800.06/899.71	c learnt constraints type 
1800.06/899.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
1800.06/899.71	s UNKNOWN
1800.06/899.71	c Total wall clock time (in seconds): 899.594

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-4080685-1465229270/watcher-4080685-1465229270 -o /tmp/evaluation-result-4080685-1465229270/solver-4080685-1465229270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31431 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080685-1465229270.opb 

pid=2459
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.43 4.29 4.28 4/197 2462
/proc/meminfo: memFree=27106860/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 104860736 98570240 977 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 24065 977 743 9 0 16771 0
[pid=2462/tid=2463] ppid=2459 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) R 2459 2462 31415 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 104860737 98570240 978 33554432000 1073741824 1073778376 140736926831744 139956291001896 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.43 4.29 4.28 4/197 2462
/proc/meminfo: memFree=27106860/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 104860736 9787879424 6067 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2389619 6067 2141 9 0 2380296 0
[pid=2462/tid=2463] ppid=2459 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) R 2459 2462 31415 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 104860737 9787879424 6067 33554432000 1073741824 1073778376 140736926831744 139956291005344 139956298433408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 4.43 4.29 4.28 4/197 2462
/proc/meminfo: memFree=27106860/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 5050 0 1 0 29 1 0 0 20 0 18 0 104860736 9787879424 7898 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2389619 7898 2221 9 0 2380296 0
[pid=2462/tid=2463] ppid=2459 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) R 2459 2462 31415 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 18 0 104860737 9787879424 7898 33554432000 1073741824 1073778376 140736926831744 139956290989272 139956157092230 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 4.43 4.29 4.28 4/197 2462
/proc/meminfo: memFree=27106860/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 6501 0 1 0 51 2 0 0 20 0 18 0 104860736 9787879424 10688 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2389619 10688 2236 9 0 2380296 0
[pid=2462/tid=2463] ppid=2459 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) R 2459 2462 31415 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 104860737 9787879424 10688 33554432000 1073741824 1073778376 140736926831744 139956290989272 139956156721626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 4.43 4.29 4.28 4/197 2462
/proc/meminfo: memFree=27106860/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9558476 CPUtime=1.23 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 6954 0 1 0 115 8 0 0 20 0 18 0 104860736 9787879424 47594 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2389619 47594 2263 9 0 2380296 0
[pid=2462/tid=2463] ppid=2459 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) S 2459 2462 31415 0 -1 4202560 2477 0 1 0 60 3 0 0 20 0 18 0 104860737 9787879424 47594 33554432000 1073741824 1073778376 140736926831744 139956291005880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 4.43 4.29 4.28 11/215 2480
/proc/meminfo: memFree=26862148/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9558476 CPUtime=2.33 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 7530 0 1 0 216 17 0 0 20 0 18 0 104860736 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2389619 64427 2269 9 0 2380296 0
[pid=2462/tid=2463] ppid=2459 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) R 2459 2462 31415 0 -1 4202560 2481 0 1 0 130 3 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956290998224 139956157222844 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2465] ppid=2459 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/2462/task/2465/stat : 2465 (java) S 2459 2462 31415 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956280068392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2466] ppid=2459 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/2462/task/2466/stat : 2466 (java) S 2459 2462 31415 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956279015592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2467] ppid=2459 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/2462/task/2467/stat : 2467 (java) S 2459 2462 31415 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956277963304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2468] ppid=2459 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2462/task/2468/stat : 2468 (java) S 2459 2462 31415 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956276910504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2469] ppid=2459 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/2462/task/2469/stat : 2469 (java) S 2459 2462 31415 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956275858216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2470] ppid=2459 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/2462/task/2470/stat : 2470 (java) S 2459 2462 31415 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956129053352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2471] ppid=2459 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/2462/task/2471/stat : 2471 (java) S 2459 2462 31415 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956128001064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2472] ppid=2459 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2462/task/2472/stat : 2472 (java) S 2459 2462 31415 0 -1 4202560 115 0 0 0 6 3 0 0 20 0 18 0 104860737 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956126948264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2473] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2473/stat : 2473 (java) S 2459 2462 31415 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956114749672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2474] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2474/stat : 2474 (java) S 2459 2462 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956113695736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2475] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2475/stat : 2475 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956112643336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2476] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2476/stat : 2476 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956111591824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2477] ppid=2459 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/2462/task/2477/stat : 2477 (java) S 2459 2462 31415 0 -1 4202560 1742 0 0 0 22 0 0 0 20 0 18 0 104860741 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956110539448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2478] ppid=2459 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/2462/task/2478/stat : 2478 (java) S 2459 2462 31415 0 -1 4202560 1392 0 0 0 18 0 0 0 20 0 18 0 104860741 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956109486648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2479] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2479/stat : 2479 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956108434552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2480] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2480/stat : 2480 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 64427 33554432000 1073741824 1073778376 140736926831744 139956107381960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 4.43 4.29 4.28 4/215 2480
/proc/meminfo: memFree=26657784/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9558476 CPUtime=4.74 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 8571 0 1 0 434 40 0 0 20 0 18 0 104860736 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2389619 137145 2269 9 0 2380296 0
[pid=2462/tid=2463] ppid=2459 vsize=9558476 CPUtime=2.66 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) R 2459 2462 31415 0 -1 4202560 2534 0 1 0 261 5 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956290998240 139956157061343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2465] ppid=2459 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/2462/task/2465/stat : 2465 (java) S 2459 2462 31415 0 -1 4202560 198 0 0 0 11 3 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956280068392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2466] ppid=2459 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/2462/task/2466/stat : 2466 (java) S 2459 2462 31415 0 -1 4202560 70 0 0 0 11 4 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956279015592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2467] ppid=2459 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/2462/task/2467/stat : 2467 (java) S 2459 2462 31415 0 -1 4202560 178 0 0 0 15 5 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956277963304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2468] ppid=2459 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2462/task/2468/stat : 2468 (java) S 2459 2462 31415 0 -1 4202560 112 0 0 0 20 7 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956276910504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2469] ppid=2459 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/2462/task/2469/stat : 2469 (java) S 2459 2462 31415 0 -1 4202560 174 0 0 0 11 3 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956275858216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2470] ppid=2459 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/2462/task/2470/stat : 2470 (java) S 2459 2462 31415 0 -1 4202560 129 0 0 0 18 6 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956129053352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2471] ppid=2459 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/2462/task/2471/stat : 2471 (java) S 2459 2462 31415 0 -1 4202560 94 0 0 0 12 4 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956128001064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2472] ppid=2459 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/2462/task/2472/stat : 2472 (java) S 2459 2462 31415 0 -1 4202560 215 0 0 0 15 5 0 0 20 0 18 0 104860737 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956126948264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2473] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2473/stat : 2473 (java) S 2459 2462 31415 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956114749672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2474] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2474/stat : 2474 (java) S 2459 2462 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956113695736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2475] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2475/stat : 2475 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956112643336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2476] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2476/stat : 2476 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956111591824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2477] ppid=2459 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/2462/task/2477/stat : 2477 (java) S 2459 2462 31415 0 -1 4202560 1742 0 0 0 23 0 0 0 20 0 18 0 104860741 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956110539448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2478] ppid=2459 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/2462/task/2478/stat : 2478 (java) S 2459 2462 31415 0 -1 4202560 1675 0 0 0 20 0 0 0 20 0 18 0 104860741 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956109486648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2479] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2479/stat : 2479 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956108434552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2480] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2480/stat : 2480 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 137145 33554432000 1073741824 1073778376 140736926831744 139956107381960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 4.32 4.27 4.27 4/215 2480
/proc/meminfo: memFree=26038064/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9558476 CPUtime=8.59 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 10187 0 1 0 796 63 0 0 20 0 18 0 104860736 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2389619 268772 2277 9 0 2380296 0
[pid=2462/tid=2463] ppid=2459 vsize=9558476 CPUtime=4.69 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) R 2459 2462 31415 0 -1 4202560 2818 0 1 0 460 9 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956290998240 139956157156507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2465] ppid=2459 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/2462/task/2465/stat : 2465 (java) S 2459 2462 31415 0 -1 4202560 299 0 0 0 21 7 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956280068392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2466] ppid=2459 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/2462/task/2466/stat : 2466 (java) S 2459 2462 31415 0 -1 4202560 109 0 0 0 20 6 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956279015592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2467] ppid=2459 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/2462/task/2467/stat : 2467 (java) S 2459 2462 31415 0 -1 4202560 226 0 0 0 24 7 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956277963304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2468] ppid=2459 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/2462/task/2468/stat : 2468 (java) S 2459 2462 31415 0 -1 4202560 179 0 0 0 29 9 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956276910504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2469] ppid=2459 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/2462/task/2469/stat : 2469 (java) S 2459 2462 31415 0 -1 4202560 196 0 0 0 17 4 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956275858216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2470] ppid=2459 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/2462/task/2470/stat : 2470 (java) S 2459 2462 31415 0 -1 4202560 170 0 0 0 27 8 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956129053352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2471] ppid=2459 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/2462/task/2471/stat : 2471 (java) S 2459 2462 31415 0 -1 4202560 142 0 0 0 21 5 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956128001064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2472] ppid=2459 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/2462/task/2472/stat : 2472 (java) S 2459 2462 31415 0 -1 4202560 254 0 0 0 25 7 0 0 20 0 18 0 104860737 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956126948264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2473] ppid=2459 vsize=9558476 CPUtime=0.92 cores=0,2,4,6
/proc/2462/task/2473/stat : 2473 (java) S 2459 2462 31415 0 -1 4202560 1125 0 0 0 91 1 0 0 20 0 18 0 104860739 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956114749672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2474] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2474/stat : 2474 (java) S 2459 2462 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956113695736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2475] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2475/stat : 2475 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 104860739 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956112643336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2476] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2476/stat : 2476 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956111591824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2477] ppid=2459 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/2462/task/2477/stat : 2477 (java) S 2459 2462 31415 0 -1 4202560 1742 0 0 0 23 0 0 0 20 0 18 0 104860741 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956110539448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2478] ppid=2459 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/2462/task/2478/stat : 2478 (java) S 2459 2462 31415 0 -1 4202560 1675 0 0 0 20 0 0 0 20 0 18 0 104860741 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956109486648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2479] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2479/stat : 2479 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104860741 9787879424 268772 33554432000 1073741824 1073778376 140736926831744 139956108434552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2480] ppid=2459 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

/proc/2462/task/2467/stat : 2467 (java) S 2459 2462 31415 0 -1 4202560 849 0 0 0 141 22 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956277963304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2468] ppid=2459 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/2462/task/2468/stat : 2468 (java) S 2459 2462 31415 0 -1 4202560 883 0 0 0 178 28 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956276910504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2469] ppid=2459 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/2462/task/2469/stat : 2469 (java) S 2459 2462 31415 0 -1 4202560 765 0 0 0 151 23 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956275858216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2470] ppid=2459 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/2462/task/2470/stat : 2470 (java) S 2459 2462 31415 0 -1 4202560 697 0 0 0 162 24 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956129053352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2471] ppid=2459 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/2462/task/2471/stat : 2471 (java) S 2459 2462 31415 0 -1 4202560 804 0 0 0 131 21 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956128001064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2472] ppid=2459 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2462/task/2472/stat : 2472 (java) S 2459 2462 31415 0 -1 4202560 694 0 0 0 157 28 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956126948264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2473] ppid=2459 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/2462/task/2473/stat : 2473 (java) S 2459 2462 31415 0 -1 4202560 1775 0 0 0 92 2 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956114749672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2474] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2474/stat : 2474 (java) S 2459 2462 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956113695736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2475] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2475/stat : 2475 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956112643336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2476] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2476/stat : 2476 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956111591824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2477] ppid=2459 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/2462/task/2477/stat : 2477 (java) S 2459 2462 31415 0 -1 4202560 8992 0 0 0 136 2 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956110539448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2478] ppid=2459 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/2462/task/2478/stat : 2478 (java) S 2459 2462 31415 0 -1 4202560 6869 0 0 0 105 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956109486648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2479] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2479/stat : 2479 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956108434552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2480] ppid=2459 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2462/task/2480/stat : 2480 (java) S 2459 2462 31415 0 -1 4202560 51 0 0 0 10 15 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956107381960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2481] ppid=2459 vsize=9824732 CPUtime=867.73 cores=0,2,4,6
/proc/2462/task/2481/stat : 2481 (java) R 2459 2462 31415 0 -1 4202560 52 0 0 0 86759 14 0 0 20 0 22 0 104861714 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956106325216 139956157372249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2482] ppid=2459 vsize=9824732 CPUtime=867.93 cores=0,2,4,6
/proc/2462/task/2482/stat : 2482 (java) R 2459 2462 31415 0 -1 4202560 118 0 0 0 86778 15 0 0 20 0 22 0 104861714 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956105271120 139956157769011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2483] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2483/stat : 2483 (java) S 2459 2462 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104862435 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956104221864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2484] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2484/stat : 2484 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104863777 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956103169064 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765.27
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.701 s]
/proc/loadavg: 4.24 4.25 4.26 5/219 2576
/proc/meminfo: memFree=25527068/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 28598 0 1 0 179781 225 0 0 20 0 22 0 104860736 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2456183 706486 2285 9 0 2446860 0
[pid=2462/tid=2463] ppid=2459 vsize=9824732 CPUtime=7.56 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) S 2459 2462 31415 0 -1 4202560 3392 0 1 0 743 13 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956291007352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2465] ppid=2459 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/2462/task/2465/stat : 2465 (java) S 2459 2462 31415 0 -1 4202560 847 0 0 0 148 23 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956280068392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2466] ppid=2459 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/2462/task/2466/stat : 2466 (java) S 2459 2462 31415 0 -1 4202560 542 0 0 0 145 24 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956279015592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2467] ppid=2459 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/2462/task/2467/stat : 2467 (java) S 2459 2462 31415 0 -1 4202560 849 0 0 0 141 22 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956277963304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2468] ppid=2459 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/2462/task/2468/stat : 2468 (java) S 2459 2462 31415 0 -1 4202560 883 0 0 0 178 28 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956276910504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2469] ppid=2459 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/2462/task/2469/stat : 2469 (java) S 2459 2462 31415 0 -1 4202560 765 0 0 0 151 23 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956275858216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2470] ppid=2459 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/2462/task/2470/stat : 2470 (java) S 2459 2462 31415 0 -1 4202560 697 0 0 0 162 24 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956129053352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2471] ppid=2459 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/2462/task/2471/stat : 2471 (java) S 2459 2462 31415 0 -1 4202560 804 0 0 0 131 21 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956128001064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2472] ppid=2459 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2462/task/2472/stat : 2472 (java) S 2459 2462 31415 0 -1 4202560 694 0 0 0 157 28 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956126948264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2473] ppid=2459 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/2462/task/2473/stat : 2473 (java) S 2459 2462 31415 0 -1 4202560 1775 0 0 0 92 2 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956114749672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2474] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2474/stat : 2474 (java) S 2459 2462 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956113695736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2475] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2475/stat : 2475 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956112643336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2476] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2476/stat : 2476 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956111591824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2477] ppid=2459 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/2462/task/2477/stat : 2477 (java) S 2459 2462 31415 0 -1 4202560 8992 0 0 0 136 2 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956110539448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2478] ppid=2459 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/2462/task/2478/stat : 2478 (java) S 2459 2462 31415 0 -1 4202560 6869 0 0 0 105 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956109486648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2479] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2479/stat : 2479 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956108434552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2480] ppid=2459 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2462/task/2480/stat : 2480 (java) S 2459 2462 31415 0 -1 4202560 53 0 0 0 10 15 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956107381960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2481] ppid=2459 vsize=9824732 CPUtime=885.08 cores=0,2,4,6
/proc/2462/task/2481/stat : 2481 (java) R 2459 2462 31415 0 -1 4202560 52 0 0 0 88494 14 0 0 20 0 22 0 104861714 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956106325216 139956157372075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2482] ppid=2459 vsize=9824732 CPUtime=885.28 cores=0,2,4,6
/proc/2462/task/2482/stat : 2482 (java) R 2459 2462 31415 0 -1 4202560 118 0 0 0 88513 15 0 0 20 0 22 0 104861714 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956105271120 139956157769113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2483] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2483/stat : 2483 (java) S 2459 2462 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104862435 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956104221864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2484] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2484/stat : 2484 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104863777 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956103169064 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 2462 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.701 s]
/proc/loadavg: 4.24 4.25 4.26 5/219 2576
/proc/meminfo: memFree=25527068/32872528 swapFree=14448/1543360
[pid=2462] ppid=2459 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/2462/stat : 2462 (java) S 2459 2462 31415 0 -1 4202496 28598 0 1 0 179781 225 0 0 20 0 22 0 104860736 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 140736926822880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2462/statm: 2456183 706486 2285 9 0 2446860 0
[pid=2462/tid=2463] ppid=2459 vsize=9824732 CPUtime=7.56 cores=0,2,4,6
/proc/2462/task/2463/stat : 2463 (java) S 2459 2462 31415 0 -1 4202560 3392 0 1 0 743 13 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956291007352 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2465] ppid=2459 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/2462/task/2465/stat : 2465 (java) S 2459 2462 31415 0 -1 4202560 847 0 0 0 148 23 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956280068392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2466] ppid=2459 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/2462/task/2466/stat : 2466 (java) S 2459 2462 31415 0 -1 4202560 542 0 0 0 145 24 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956279015592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2467] ppid=2459 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/2462/task/2467/stat : 2467 (java) S 2459 2462 31415 0 -1 4202560 849 0 0 0 141 22 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956277963304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2468] ppid=2459 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/2462/task/2468/stat : 2468 (java) S 2459 2462 31415 0 -1 4202560 883 0 0 0 178 28 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956276910504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2469] ppid=2459 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/2462/task/2469/stat : 2469 (java) S 2459 2462 31415 0 -1 4202560 765 0 0 0 151 23 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956275858216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2470] ppid=2459 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/2462/task/2470/stat : 2470 (java) S 2459 2462 31415 0 -1 4202560 697 0 0 0 162 24 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956129053352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2471] ppid=2459 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/2462/task/2471/stat : 2471 (java) S 2459 2462 31415 0 -1 4202560 804 0 0 0 131 21 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956128001064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2472] ppid=2459 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/2462/task/2472/stat : 2472 (java) S 2459 2462 31415 0 -1 4202560 694 0 0 0 157 28 0 0 20 0 22 0 104860737 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956126948264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2473] ppid=2459 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/2462/task/2473/stat : 2473 (java) S 2459 2462 31415 0 -1 4202560 1775 0 0 0 92 2 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956114749672 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2474] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2474/stat : 2474 (java) S 2459 2462 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956113695736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2475] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2475/stat : 2475 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104860739 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956112643336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2476] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2476/stat : 2476 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956111591824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2477] ppid=2459 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/2462/task/2477/stat : 2477 (java) S 2459 2462 31415 0 -1 4202560 8992 0 0 0 136 2 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956110539448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2478] ppid=2459 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/2462/task/2478/stat : 2478 (java) S 2459 2462 31415 0 -1 4202560 6869 0 0 0 105 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956109486648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2479] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2479/stat : 2479 (java) S 2459 2462 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956108434552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2480] ppid=2459 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2462/task/2480/stat : 2480 (java) S 2459 2462 31415 0 -1 4202560 53 0 0 0 10 15 0 0 20 0 22 0 104860741 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956107381960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2462/tid=2481] ppid=2459 vsize=9824732 CPUtime=885.08 cores=0,2,4,6
/proc/2462/task/2481/stat : 2481 (java) R 2459 2462 31415 0 -1 4202560 52 0 0 0 88494 14 0 0 20 0 22 0 104861714 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956106325216 139956157372075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2462/tid=2482] ppid=2459 vsize=9824732 CPUtime=885.28 cores=0,2,4,6
/proc/2462/task/2482/stat : 2482 (java) R 2459 2462 31415 0 -1 4202560 118 0 0 0 88513 15 0 0 20 0 22 0 104861714 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956105271120 139956157769113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2462/tid=2483] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2483/stat : 2483 (java) S 2459 2462 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104862435 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956104221864 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2462/tid=2484] ppid=2459 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2462/task/2484/stat : 2484 (java) S 2459 2462 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104863777 10060525568 706486 33554432000 1073741824 1073778376 140736926831744 139956103169064 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2462 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=229387
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=701589
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.722
CPU time (s): 1800.06
CPU user time (s): 1797.81
CPU system time (s): 2.25
CPU usage (%): 200.068
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.23
system time used= 2.70159
maximum resident set size= 2826064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28633
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21522
involuntary context switches= 19083

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

The end

Launcher Data

Begin job on node116 at 2016-06-06 18:07:51
IDJOB=4080685
IDBENCH=2441
IDSOLVER=2543
FILE ID=node116/4080685-1465229270
RUNJOBID= node116-1465218446-31431
PBS_JOBID= 19843214
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-wood1p.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080685-1465229270/watcher-4080685-1465229270 -o /tmp/evaluation-result-4080685-1465229270/solver-4080685-1465229270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31431 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080685-1465229270.opb

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

MD5SUM BENCH= 360101c0d249c34bf56133c11582c641
RANDOM SEED=1214564262

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
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:        27106752 kB
Buffers:           22064 kB
Cached:           144932 kB
SwapCached:         1432 kB
Active:          3444980 kB
Inactive:          66224 kB
Active(anon):    3345508 kB
Inactive(anon):     1380 kB
Active(file):      99472 kB
Inactive(file):    64844 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098884 kB
Dirty:             34500 kB
Writeback:             0 kB
AnonPages:       4891668 kB
Mapped:            15544 kB
Shmem:                 0 kB
Slab:             568492 kB
SReclaimable:      11796 kB
SUnreclaim:       556696 kB
KernelStack:        1608 kB
PageTables:        14036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5510260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4747264 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= 71696 MiB
End job on node116 at 2016-06-06 18:22:51