Trace number 4103342

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.15 896.327

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath1.opb
MD5SUMcadb80b29b1b884c95a94376a4e900b4
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 variables53335
Total number of constraints5302
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)189
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint50934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4832120913850916
Number of bits of the biggest sum of numbers53
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	16
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103342-1466222274.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
3.77/1.77	c ... done. Wall clock time 1.654s.
3.77/1.77	c declared #vars     53335
3.77/1.77	c #constraints  5806
3.77/1.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.77/1.78	c constraints type 
3.77/1.78	c org.sat4j.specs.Constr$1 => 401
3.77/1.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 189
3.77/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5216
3.77/1.78	c 5806 constraints processed.
3.77/1.78	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.77/1.78	c constraints type 
3.77/1.78	c org.sat4j.specs.Constr$1 => 401
3.77/1.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 189
3.77/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5216
3.77/1.78	c 5806 constraints processed.
3.77/1.78	c objective function length is 31 literals
57.91/28.00	c cleaning 2514 clauses out of 5027 with flag 13254/5028
118.75/58.13	c cleaning 4327 clauses out of 8654 with flag 29790/11169
355.67/176.29	c cleaning 5588 clauses out of 11176 with flag 47345/18018
739.32/367.71	c cleaning 6783 clauses out of 13571 with flag 63774/26001
1106.12/551.17	c cleaning 7895 clauses out of 15796 with flag 82811/35009
1465.70/730.10	c cleaning 8942 clauses out of 17892 with flag 104784/45000
1800.15/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.30	c starts		: 10
1800.15/896.30	c conflicts		: 54896
1800.15/896.30	c decisions		: 87634
1800.15/896.30	c propagations		: 6419501
1800.15/896.30	c inspects		: 74910376
1800.15/896.30	c shortcuts		: 0
1800.15/896.30	c learnt literals	: 1
1800.15/896.30	c learnt binary clauses	: 0
1800.15/896.30	c learnt ternary clauses	: 0
1800.15/896.30	c learnt constraints	: 54894
1800.15/896.30	c ignored constraints	: 0
1800.15/896.30	c root simplifications	: 0
1800.15/896.30	c removed literals (reason simplification)	: 871633
1800.15/896.30	c reason swapping (by a shorter reason)	: 0
1800.15/896.30	c Calls to reduceDB	: 6
1800.15/896.30	c Number of update (reduction) of LBD	: 6872
1800.15/896.30	c Imported unit clauses	: 0
1800.15/896.30	c number of reductions to clauses (during analyze)	: 0
1800.15/896.30	c number of learned constraints concerned by reduction	: 0
1800.15/896.30	c number of learning phase by resolution	: 0
1800.15/896.30	c number of learning phase by cutting planes	: 0
1800.15/896.30	c speed (assignments/second)	: 7176.740410984174
1800.15/896.30	c non guided choices	0
1800.15/896.31	c learnt constraints type 
1800.15/896.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18845
1800.15/896.31	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.31	c starts		: 1
1800.15/896.31	c conflicts		: 60
1800.15/896.31	c decisions		: 16250
1800.15/896.31	c propagations		: 81721
1800.15/896.31	c inspects		: 1656759
1800.15/896.31	c shortcuts		: 0
1800.15/896.31	c learnt literals	: 0
1800.15/896.31	c learnt binary clauses	: 0
1800.15/896.31	c learnt ternary clauses	: 0
1800.15/896.31	c learnt constraints	: 59
1800.15/896.31	c ignored constraints	: 0
1800.15/896.31	c root simplifications	: 0
1800.15/896.31	c removed literals (reason simplification)	: 0
1800.15/896.31	c reason swapping (by a shorter reason)	: 0
1800.15/896.31	c Calls to reduceDB	: 0
1800.15/896.31	c Number of update (reduction) of LBD	: 0
1800.15/896.31	c Imported unit clauses	: 0
1800.15/896.31	c number of reductions to clauses (during analyze)	: 0
1800.15/896.31	c number of learned constraints concerned by reduction	: 0
1800.15/896.31	c number of learning phase by resolution	: 0
1800.15/896.31	c number of learning phase by cutting planes	: 0
1800.15/896.31	c speed (assignments/second)	: 91.35992934560842
1800.15/896.31	c non guided choices	0
1800.15/896.31	c learnt constraints type 
1800.15/896.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 59
1800.15/896.31	s UNKNOWN
1800.15/896.31	c Total wall clock time (in seconds): 896.193

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-4103342-1466222274/watcher-4103342-1466222274 -o /tmp/evaluation-result-4103342-1466222274/solver-4103342-1466222274 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103342-1466222274.opb 

pid=23932
running on 8 cores: 4-7,12-15

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.05 4.09 4.18 4/284 23935
/proc/meminfo: memFree=30478724/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 24272046 94019584 917 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 22954 917 697 9 0 16769 0
[pid=23935/tid=23936] ppid=23932 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) D 23932 23935 15292 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 24272047 94019584 917 33554432000 1073741824 1073778376 140734850581968 140335936708136 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 6 0 0 0 0 0

[startup+0.100091 s]
/proc/loadavg: 4.05 4.09 4.18 4/284 23935
/proc/meminfo: memFree=30478724/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 4460 0 1 0 8 1 0 0 20 0 23 0 24272046 10133950464 6091 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2474109 6091 2126 9 0 2464786 0
[pid=23935/tid=23936] ppid=23932 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) R 23932 23935 15292 0 -1 4202560 2433 0 1 0 6 0 0 0 20 0 23 0 24272047 10133950464 6091 33554432000 1073741824 1073778376 140734850581968 140335936711944 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200299 s]
/proc/loadavg: 4.05 4.09 4.18 4/284 23935
/proc/meminfo: memFree=30478724/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=9896436 CPUtime=0.25 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 4729 0 1 0 24 1 0 0 20 0 23 0 24272046 10133950464 7331 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2474109 7331 2203 9 0 2464786 0
[pid=23935/tid=23936] ppid=23932 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) R 23932 23935 15292 0 -1 4202560 2454 0 1 0 15 1 0 0 20 0 23 0 24272047 10133950464 7331 33554432000 1073741824 1073778376 140734850581968 140335936701480 140335791585519 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9896436

[startup+0.30027 s]
/proc/loadavg: 4.05 4.09 4.18 4/284 23935
/proc/meminfo: memFree=30478724/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=9896436 CPUtime=0.55 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 6572 0 1 0 53 2 0 0 20 0 23 0 24272046 10133950464 10485 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2474109 10485 2233 9 0 2464786 0
[pid=23935/tid=23936] ppid=23932 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) R 23932 23935 15292 0 -1 4202560 2458 0 1 0 25 1 0 0 20 0 23 0 24272047 10133950464 10485 33554432000 1073741824 1073778376 140734850581968 140335936704368 140335791882080 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9896436

[startup+0.700208 s]
/proc/loadavg: 4.05 4.09 4.18 4/284 23935
/proc/meminfo: memFree=30478724/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=9896436 CPUtime=1.62 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 10763 0 1 0 136 26 0 0 20 0 23 0 24272046 10133950464 52357 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2474109 52357 2265 9 0 2464786 0
[pid=23935/tid=23936] ppid=23932 vsize=9896436 CPUtime=0.6 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) S 23932 23935 15292 0 -1 4202560 2517 0 1 0 57 3 0 0 20 0 23 0 24272047 10133950464 52357 33554432000 1073741824 1073778376 140734850581968 140335936710728 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9896436

[startup+1.50097 s]
/proc/loadavg: 4.05 4.09 4.18 4/307 23958
/proc/meminfo: memFree=30222444/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=9896436 CPUtime=3.04 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 11533 0 1 0 253 51 0 0 20 0 23 0 24272046 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2474109 78394 2276 9 0 2464786 0
[pid=23935/tid=23936] ppid=23932 vsize=9896436 CPUtime=1.31 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) R 23932 23935 15292 0 -1 4202560 2549 0 1 0 128 3 0 0 20 0 23 0 24272047 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335936704400 140335791995250 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23938] ppid=23932 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/23935/task/23938/stat : 23938 (java) S 23932 23935 15292 0 -1 4202560 82 0 0 0 5 5 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335780505768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23939] ppid=23932 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/23935/task/23939/stat : 23939 (java) S 23932 23935 15292 0 -1 4202560 40 0 0 0 3 4 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335779453224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23940] ppid=23932 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/23935/task/23940/stat : 23940 (java) S 23932 23935 15292 0 -1 4202560 33 0 0 0 3 4 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335778400680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23941] ppid=23932 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/23935/task/23941/stat : 23941 (java) S 23932 23935 15292 0 -1 4202560 67 0 0 0 2 3 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335777348136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23942] ppid=23932 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/23935/task/23942/stat : 23942 (java) S 23932 23935 15292 0 -1 4202560 25 0 0 0 2 3 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335776295592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23943] ppid=23932 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/23935/task/23943/stat : 23943 (java) S 23932 23935 15292 0 -1 4202560 84 0 0 0 6 5 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335439145768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23944] ppid=23932 vsize=9896436 CPUtime=0.13 cores=4-7,12-15
/proc/23935/task/23944/stat : 23944 (java) S 23932 23935 15292 0 -1 4202560 91 0 0 0 7 6 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335438093224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23945] ppid=23932 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/23935/task/23945/stat : 23945 (java) S 23932 23935 15292 0 -1 4202560 30 0 0 0 4 3 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335437040680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23946] ppid=23932 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/23935/task/23946/stat : 23946 (java) S 23932 23935 15292 0 -1 4202560 91 0 0 0 5 4 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335435987112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23947] ppid=23932 vsize=9896436 CPUtime=0.04 cores=4-7,12-15
/proc/23935/task/23947/stat : 23947 (java) S 23932 23935 15292 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335434934568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23948] ppid=23932 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/23935/task/23948/stat : 23948 (java) S 23932 23935 15292 0 -1 4202560 110 0 0 0 4 5 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335433882024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23949] ppid=23932 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/23935/task/23949/stat : 23949 (java) S 23932 23935 15292 0 -1 4202560 63 0 0 0 1 2 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335432829480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23950] ppid=23932 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/23935/task/23950/stat : 23950 (java) S 23932 23935 15292 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 23 0 24272048 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335431776936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23951] ppid=23932 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23951/stat : 23951 (java) S 23932 23935 15292 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 23 0 24272049 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335414315752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23952] ppid=23932 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23952/stat : 23952 (java) S 23932 23935 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 24272050 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335413262072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23953] ppid=23932 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23953/stat : 23953 (java) S 23932 23935 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 24272050 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335412209416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23954] ppid=23932 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23954/stat : 23954 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24272052 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335411157136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23955] ppid=23932 vsize=9896436 CPUtime=0.25 cores=4-7,12-15
/proc/23935/task/23955/stat : 23955 (java) S 23932 23935 15292 0 -1 4202560 1595 0 0 0 25 0 0 0 20 0 23 0 24272052 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335410104504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23956] ppid=23932 vsize=9896436 CPUtime=0.32 cores=4-7,12-15
/proc/23935/task/23956/stat : 23956 (java) S 23932 23935 15292 0 -1 4202560 5311 0 0 0 32 0 0 0 20 0 23 0 24272052 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335409051960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23957] ppid=23932 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23957/stat : 23957 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24272052 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335407999608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23958] ppid=23932 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23958/stat : 23958 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24272052 10133950464 78394 33554432000 1073741824 1073778376 140734850581968 140335406947272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 9896436

[startup+3.10111 s]
/proc/loadavg: 4.05 4.09 4.18 5/311 23962
/proc/meminfo: memFree=30027444/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=10162692 CPUtime=7.85 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 16898 0 1 0 686 99 0 0 20 0 27 0 24272046 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2540673 115232 2280 9 0 2531350 0
[pid=23935/tid=23936] ppid=23932 vsize=10162692 CPUtime=1.47 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) S 23932 23935 15292 0 -1 4202560 2588 0 1 0 142 5 0 0 20 0 27 0 24272047 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335936713592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23938] ppid=23932 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/23935/task/23938/stat : 23938 (java) S 23932 23935 15292 0 -1 4202560 115 0 0 0 9 9 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335780505768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23939] ppid=23932 vsize=10162692 CPUtime=0.11 cores=4-7,12-15
/proc/23935/task/23939/stat : 23939 (java) S 23932 23935 15292 0 -1 4202560 60 0 0 0 5 6 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335779453224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23940] ppid=23932 vsize=10162692 CPUtime=0.13 cores=4-7,12-15
/proc/23935/task/23940/stat : 23940 (java) S 23932 23935 15292 0 -1 4202560 52 0 0 0 7 6 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335778400680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23941] ppid=23932 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/23935/task/23941/stat : 23941 (java) S 23932 23935 15292 0 -1 4202560 111 0 0 0 9 8 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335777348136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23942] ppid=23932 vsize=10162692 CPUtime=0.14 cores=4-7,12-15
/proc/23935/task/23942/stat : 23942 (java) S 23932 23935 15292 0 -1 4202560 55 0 0 0 7 7 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335776295592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23943] ppid=23932 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/23935/task/23943/stat : 23943 (java) S 23932 23935 15292 0 -1 4202560 104 0 0 0 9 8 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335439145768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23944] ppid=23932 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/23935/task/23944/stat : 23944 (java) S 23932 23935 15292 0 -1 4202560 111 0 0 0 10 7 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335438093224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23945] ppid=23932 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/23935/task/23945/stat : 23945 (java) S 23932 23935 15292 0 -1 4202560 50 0 0 0 7 5 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335437040680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23946] ppid=23932 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/23935/task/23946/stat : 23946 (java) S 23932 23935 15292 0 -1 4202560 129 0 0 0 13 8 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335435987112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23947] ppid=23932 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/23935/task/23947/stat : 23947 (java) S 23932 23935 15292 0 -1 4202560 48 0 0 0 5 5 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335434934568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23948] ppid=23932 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/23935/task/23948/stat : 23948 (java) S 23932 23935 15292 0 -1 4202560 151 0 0 0 9 11 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335433882024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23949] ppid=23932 vsize=10162692 CPUtime=0.11 cores=4-7,12-15
/proc/23935/task/23949/stat : 23949 (java) S 23932 23935 15292 0 -1 4202560 91 0 0 0 6 5 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335432829480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23950] ppid=23932 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/23935/task/23950/stat : 23950 (java) S 23932 23935 15292 0 -1 4202560 49 0 0 0 5 7 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335431776936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23951] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23951/stat : 23951 (java) S 23932 23935 15292 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 24272049 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335414315752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23952] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23952/stat : 23952 (java) S 23932 23935 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24272050 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335413262072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23953] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23953/stat : 23953 (java) S 23932 23935 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 24272050 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335412209416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23954] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23954/stat : 23954 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335411157136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23955] ppid=23932 vsize=10162692 CPUtime=0.79 cores=4-7,12-15
/proc/23935/task/23955/stat : 23955 (java) S 23932 23935 15292 0 -1 4202560 4795 0 0 0 79 0 0 0 20 0 27 0 24272052 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335410104504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23956] ppid=23932 vsize=10162692 CPUtime=0.77 cores=4-7,12-15
/proc/23935/task/23956/stat : 23956 (java) S 23932 23935 15292 0 -1 4202560 6879 0 0 0 76 1 0 0 20 0 27 0 24272052 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335409051960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23957] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23957/stat : 23957 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335407999608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23958] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23958/stat : 23958 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335406947272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23959] ppid=23932 vsize=10162692 CPUtime=1.3 cores=4-7,12-15
/proc/23935/task/23959/stat : 23959 (java) R 23932 23935 15292 0 -1 4202560 20 0 0 0 130 0 0 0 20 0 27 0 24272224 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335405890616 140335792563232 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23960] ppid=23932 vsize=10162692 CPUtime=1.3 cores=4-7,12-15
/proc/23935/task/23960/stat : 23960 (java) R 23932 23935 15292 0 -1 4202560 28 0 0 0 130 0 0 0 20 0 27 0 24272224 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335404837944 140335792310305 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23961] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23961/stat : 23961 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335403787944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23962] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23962/stat : 23962 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335402734376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 10162692

[startup+6.30115 s]
/proc/loadavg: 4.05 4.09 4.18 5/311 23962
/proc/meminfo: memFree=29857484/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=10162692 CPUtime=14.25 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 16900 0 1 0 1326 99 0 0 20 0 27 0 24272046 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2540673 115232 2280 9 0 2531350 0
[pid=23935/tid=23936] ppid=23932 vsize=10162692 CPUtime=1.47 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) S 23932 23935 15292 0 -1 4202560 2588 0 1 0 142 5 0 0 20 0 27 0 24272047 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335936713592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23938] ppid=23932 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/23935/task/23938/stat : 23938 (java) S 23932 23935 15292 0 -1 4202560 115 0 0 0 9 9 0 0 20 0 27 0 24272048 10406596608 115232 33554432000 1073741824 1073778376 140734850581968 140335780505768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23939] ppid=23932 vsize=10162692 CPUtime=0.11 cores=4-7,12-15

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

/proc/23935/task/23955/stat : 23955 (java) S 23932 23935 15292 0 -1 4202560 6911 0 0 0 102 1 0 0 20 0 27 0 24272052 10406596608 563806 33554432000 1073741824 1073778376 140734850581968 140335410104504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23956] ppid=23932 vsize=10162692 CPUtime=1.15 cores=4-7,12-15
/proc/23935/task/23956/stat : 23956 (java) S 23932 23935 15292 0 -1 4202560 6896 0 0 0 114 1 0 0 20 0 27 0 24272052 10406596608 563806 33554432000 1073741824 1073778376 140734850581968 140335409051960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23957] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23957/stat : 23957 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 564318 33554432000 1073741824 1073778376 140734850581968 140335407999608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23958] ppid=23932 vsize=10162692 CPUtime=0.29 cores=4-7,12-15
/proc/23935/task/23958/stat : 23958 (java) S 23932 23935 15292 0 -1 4202560 52 0 0 0 14 15 0 0 20 0 27 0 24272052 10406596608 564318 33554432000 1073741824 1073778376 140734850581968 140335406947272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23959] ppid=23932 vsize=10162692 CPUtime=875.34 cores=4-7,12-15
/proc/23935/task/23959/stat : 23959 (java) S 23932 23935 15292 0 -1 4202560 209 0 0 0 87514 20 0 0 20 0 27 0 24272224 10406596608 564318 33554432000 1073741824 1073778376 140734850581968 140335405890664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23960] ppid=23932 vsize=10162692 CPUtime=875.43 cores=4-7,12-15
/proc/23935/task/23960/stat : 23960 (java) S 23932 23935 15292 0 -1 4202560 813 0 0 0 87524 19 0 0 20 0 27 0 24272224 10406596608 564318 33554432000 1073741824 1073778376 140734850581968 140335404838456 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23961] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23961/stat : 23961 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 564318 33554432000 1073741824 1073778376 140734850581968 140335403787944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23962] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23962/stat : 23962 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 564318 33554432000 1073741824 1073778376 140734850581968 140335402734376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1771.97
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 2.48 3.59 3.93 3/278 24042
/proc/meminfo: memFree=29597564/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=10162692 CPUtime=1800.15 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 26074 0 1 0 179345 670 0 0 20 0 27 0 24272046 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2540673 575136 2297 9 0 2531350 0
[pid=23935/tid=23936] ppid=23932 vsize=10162692 CPUtime=1.5 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) S 23932 23935 15292 0 -1 4202560 2598 0 1 0 144 6 0 0 20 0 27 0 24272047 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335936713592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23938] ppid=23932 vsize=10162692 CPUtime=0.76 cores=4-7,12-15
/proc/23935/task/23938/stat : 23938 (java) S 23932 23935 15292 0 -1 4202560 393 0 0 0 34 42 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335780505768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23939] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23939/stat : 23939 (java) S 23932 23935 15292 0 -1 4202560 432 0 0 0 41 52 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335779453224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23940] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23940/stat : 23940 (java) S 23932 23935 15292 0 -1 4202560 422 0 0 0 42 51 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335778400680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23941] ppid=23932 vsize=10162692 CPUtime=0.88 cores=4-7,12-15
/proc/23935/task/23941/stat : 23941 (java) S 23932 23935 15292 0 -1 4202560 430 0 0 0 42 46 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335777348136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23942] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23942/stat : 23942 (java) S 23932 23935 15292 0 -1 4202560 423 0 0 0 39 54 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335776295592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23943] ppid=23932 vsize=10162692 CPUtime=0.85 cores=4-7,12-15
/proc/23935/task/23943/stat : 23943 (java) S 23932 23935 15292 0 -1 4202560 390 0 0 0 39 46 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335439145768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23944] ppid=23932 vsize=10162692 CPUtime=0.84 cores=4-7,12-15
/proc/23935/task/23944/stat : 23944 (java) S 23932 23935 15292 0 -1 4202560 431 0 0 0 36 48 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335438093224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23945] ppid=23932 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/23935/task/23945/stat : 23945 (java) S 23932 23935 15292 0 -1 4202560 342 0 0 0 38 44 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335437040680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23946] ppid=23932 vsize=10162692 CPUtime=0.94 cores=4-7,12-15
/proc/23935/task/23946/stat : 23946 (java) S 23932 23935 15292 0 -1 4202560 440 0 0 0 45 49 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335435987112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23947] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23947/stat : 23947 (java) S 23932 23935 15292 0 -1 4202560 389 0 0 0 43 50 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335434934568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23948] ppid=23932 vsize=10162692 CPUtime=0.96 cores=4-7,12-15
/proc/23935/task/23948/stat : 23948 (java) S 23932 23935 15292 0 -1 4202560 472 0 0 0 41 55 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335433882024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23949] ppid=23932 vsize=10162692 CPUtime=0.85 cores=4-7,12-15
/proc/23935/task/23949/stat : 23949 (java) S 23932 23935 15292 0 -1 4202560 421 0 0 0 41 44 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335432829480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23950] ppid=23932 vsize=10162692 CPUtime=0.84 cores=4-7,12-15
/proc/23935/task/23950/stat : 23950 (java) S 23932 23935 15292 0 -1 4202560 409 0 0 0 33 51 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335431776936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23951] ppid=23932 vsize=10162692 CPUtime=1.72 cores=4-7,12-15
/proc/23935/task/23951/stat : 23951 (java) S 23932 23935 15292 0 -1 4202560 1937 0 0 0 169 3 0 0 20 0 27 0 24272049 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335414315752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23952] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23952/stat : 23952 (java) S 23932 23935 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24272050 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335413262072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23953] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23953/stat : 23953 (java) S 23932 23935 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 24272050 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335412209416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23954] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23954/stat : 23954 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335411157136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23955] ppid=23932 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/23935/task/23955/stat : 23955 (java) S 23932 23935 15292 0 -1 4202560 6911 0 0 0 102 1 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335410104504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23956] ppid=23932 vsize=10162692 CPUtime=1.15 cores=4-7,12-15
/proc/23935/task/23956/stat : 23956 (java) S 23932 23935 15292 0 -1 4202560 6896 0 0 0 114 1 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335409051960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23957] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23957/stat : 23957 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335407999608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23958] ppid=23932 vsize=10162692 CPUtime=0.31 cores=4-7,12-15
/proc/23935/task/23958/stat : 23958 (java) S 23932 23935 15292 0 -1 4202560 52 0 0 0 15 16 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335406947272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23959] ppid=23932 vsize=10162692 CPUtime=889.18 cores=4-7,12-15
/proc/23935/task/23959/stat : 23959 (java) R 23932 23935 15292 0 -1 4202560 209 0 0 0 88898 20 0 0 20 0 27 0 24272224 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335405890544 140335792402404 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23960] ppid=23932 vsize=10162692 CPUtime=889.27 cores=4-7,12-15
/proc/23935/task/23960/stat : 23960 (java) R 23932 23935 15292 0 -1 4202560 813 0 0 0 88908 19 0 0 20 0 27 0 24272224 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335404838336 140335792298832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23961] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23961/stat : 23961 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335403787944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23962] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23962/stat : 23962 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335402734376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10162692

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 23935 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 2.48 3.59 3.93 3/278 24042
/proc/meminfo: memFree=29597564/32872528 swapFree=7804/7804
[pid=23935] ppid=23932 vsize=10162692 CPUtime=1800.15 cores=4-7,12-15
/proc/23935/stat : 23935 (java) S 23932 23935 15292 0 -1 4202496 26074 0 1 0 179345 670 0 0 20 0 27 0 24272046 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140734850573104 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23935/statm: 2540673 575136 2297 9 0 2531350 0
[pid=23935/tid=23936] ppid=23932 vsize=10162692 CPUtime=1.5 cores=4-7,12-15
/proc/23935/task/23936/stat : 23936 (java) S 23932 23935 15292 0 -1 4202560 2598 0 1 0 144 6 0 0 20 0 27 0 24272047 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335936713592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23938] ppid=23932 vsize=10162692 CPUtime=0.76 cores=4-7,12-15
/proc/23935/task/23938/stat : 23938 (java) S 23932 23935 15292 0 -1 4202560 393 0 0 0 34 42 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335780505768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23939] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23939/stat : 23939 (java) S 23932 23935 15292 0 -1 4202560 432 0 0 0 41 52 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335779453224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23940] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23940/stat : 23940 (java) S 23932 23935 15292 0 -1 4202560 422 0 0 0 42 51 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335778400680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23941] ppid=23932 vsize=10162692 CPUtime=0.88 cores=4-7,12-15
/proc/23935/task/23941/stat : 23941 (java) S 23932 23935 15292 0 -1 4202560 430 0 0 0 42 46 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335777348136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23942] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23942/stat : 23942 (java) S 23932 23935 15292 0 -1 4202560 423 0 0 0 39 54 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335776295592 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23943] ppid=23932 vsize=10162692 CPUtime=0.85 cores=4-7,12-15
/proc/23935/task/23943/stat : 23943 (java) S 23932 23935 15292 0 -1 4202560 390 0 0 0 39 46 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335439145768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23944] ppid=23932 vsize=10162692 CPUtime=0.84 cores=4-7,12-15
/proc/23935/task/23944/stat : 23944 (java) S 23932 23935 15292 0 -1 4202560 431 0 0 0 36 48 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335438093224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23945] ppid=23932 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/23935/task/23945/stat : 23945 (java) S 23932 23935 15292 0 -1 4202560 342 0 0 0 38 44 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335437040680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23946] ppid=23932 vsize=10162692 CPUtime=0.94 cores=4-7,12-15
/proc/23935/task/23946/stat : 23946 (java) S 23932 23935 15292 0 -1 4202560 440 0 0 0 45 49 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335435987112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23947] ppid=23932 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/23935/task/23947/stat : 23947 (java) S 23932 23935 15292 0 -1 4202560 389 0 0 0 43 50 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335434934568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23948] ppid=23932 vsize=10162692 CPUtime=0.96 cores=4-7,12-15
/proc/23935/task/23948/stat : 23948 (java) S 23932 23935 15292 0 -1 4202560 472 0 0 0 41 55 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335433882024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23949] ppid=23932 vsize=10162692 CPUtime=0.85 cores=4-7,12-15
/proc/23935/task/23949/stat : 23949 (java) S 23932 23935 15292 0 -1 4202560 421 0 0 0 41 44 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335432829480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23950] ppid=23932 vsize=10162692 CPUtime=0.84 cores=4-7,12-15
/proc/23935/task/23950/stat : 23950 (java) S 23932 23935 15292 0 -1 4202560 409 0 0 0 33 51 0 0 20 0 27 0 24272048 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335431776936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23951] ppid=23932 vsize=10162692 CPUtime=1.72 cores=4-7,12-15
/proc/23935/task/23951/stat : 23951 (java) S 23932 23935 15292 0 -1 4202560 1937 0 0 0 169 3 0 0 20 0 27 0 24272049 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335414315752 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23952] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23952/stat : 23952 (java) S 23932 23935 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 24272050 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335413262072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23935/tid=23953] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23953/stat : 23953 (java) S 23932 23935 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 24272050 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335412209416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23954] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23954/stat : 23954 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335411157136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23955] ppid=23932 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/23935/task/23955/stat : 23955 (java) S 23932 23935 15292 0 -1 4202560 6911 0 0 0 102 1 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335410104504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23935/tid=23956] ppid=23932 vsize=10162692 CPUtime=1.15 cores=4-7,12-15
/proc/23935/task/23956/stat : 23956 (java) S 23932 23935 15292 0 -1 4202560 6896 0 0 0 114 1 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335409051960 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23957] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23957/stat : 23957 (java) S 23932 23935 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335407999608 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23935/tid=23958] ppid=23932 vsize=10162692 CPUtime=0.31 cores=4-7,12-15
/proc/23935/task/23958/stat : 23958 (java) S 23932 23935 15292 0 -1 4202560 52 0 0 0 15 16 0 0 20 0 27 0 24272052 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335406947272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23935/tid=23959] ppid=23932 vsize=10162692 CPUtime=889.18 cores=4-7,12-15
/proc/23935/task/23959/stat : 23959 (java) R 23932 23935 15292 0 -1 4202560 209 0 0 0 88898 20 0 0 20 0 27 0 24272224 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335405890544 140335792402404 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=23935/tid=23960] ppid=23932 vsize=10162692 CPUtime=889.27 cores=4-7,12-15
/proc/23935/task/23960/stat : 23960 (java) R 23932 23935 15292 0 -1 4202560 813 0 0 0 88908 19 0 0 20 0 27 0 24272224 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335404838336 140335792298832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23961] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23961/stat : 23961 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335403787944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23935/tid=23962] ppid=23932 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23935/task/23962/stat : 23962 (java) S 23932 23935 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24272228 10406596608 575136 33554432000 1073741824 1073778376 140734850581968 140335402734376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23935 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=850053
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=180908
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.327
CPU time (s): 1800.15
CPU user time (s): 1793.45
CPU system time (s): 6.7
CPU usage (%): 200.836
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.85
system time used= 7.18091
maximum resident set size= 2300664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26108
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21441
involuntary context switches= 10071

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

The end

Launcher Data

Begin job on node132 at 2016-06-18 05:57:54
IDJOB=4103342
IDBENCH=2333
IDSOLVER=2543
FILE ID=node132/4103342-1466222274
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103342-1466222274/watcher-4103342-1466222274 -o /tmp/evaluation-result-4103342-1466222274/solver-4103342-1466222274 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103342-1466222274.opb

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

MD5SUM BENCH= cadb80b29b1b884c95a94376a4e900b4
RANDOM SEED=149288990

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30478764 kB
Buffers:           89348 kB
Cached:           135176 kB
SwapCached:         1776 kB
Active:          1436604 kB
Inactive:         158240 kB
Active(anon):    1371864 kB
Inactive(anon):     1116 kB
Active(file):      64740 kB
Inactive(file):   157124 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              5372 kB
Writeback:             0 kB
AnonPages:       1349232 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             605224 kB
SReclaimable:      45428 kB
SUnreclaim:       559796 kB
KernelStack:        2608 kB
PageTables:         6152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2824772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1284096 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= 71732 MiB
End job on node132 at 2016-06-18 06:12:51