Trace number 4099734

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) 1802.15 964.255

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-ds.opb
MD5SUMcc75ee6fc059a591840488be914609eb
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables1354640
Total number of constraints656
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 constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 19
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 1645248
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 8193
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1645248
Number of bits of the biggest sum of numbers21
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.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4099734-1466206136.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c  objective function found
109.40/74.89	c ... done. Wall clock time 74.762s.
109.40/74.89	c declared #vars     1354640
109.40/74.89	c #constraints  1312
109.40/74.89	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
109.40/74.89	c constraints type 
109.40/74.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
109.40/74.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 656
109.40/74.89	c 1312 constraints processed.
109.40/74.89	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
109.40/74.89	c constraints type 
109.40/74.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
109.40/74.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 656
109.40/74.89	c 1312 constraints processed.
109.40/74.89	c objective function length is 1354640 literals
155.28/96.66	c And the winner is solver0
218.64/160.04	c SATISFIABLE
218.64/160.04	c OPTIMIZING...
218.64/160.04	c Got one! Elapsed wall clock time (in seconds):159.921
218.64/160.05	o 255
308.74/204.31	c cleaning 2859 clauses out of 5718 with flag 11838/5718
487.95/295.63	c cleaning 4428 clauses out of 8860 with flag 25952/11719
720.85/411.55	c cleaning 5714 clauses out of 11429 with flag 43057/18716
1019.99/564.14	c cleaning 6858 clauses out of 13715 with flag 62452/26716
1354.04/735.89	c cleaning 7930 clauses out of 15860 with flag 84709/35719
1747.14/935.72	c cleaning 8956 clauses out of 17928 with flag 108980/45717

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-4099734-1466206136/watcher-4099734-1466206136 -o /tmp/evaluation-result-4099734-1466206136/solver-4099734-1466206136 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099734-1466206136.opb 

pid=16667
running on 4 cores: 1,3,5,7

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: 1.15 0.43 0.26 5/197 16670
/proc/meminfo: memFree=25988624/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16670/stat : 16670 (java) R 16667 16670 16262 0 -1 4202496 483 0 0 0 0 0 0 0 20 0 1 0 22663071 9515008 137 33554432000 1073741824 1073778376 140735752658240 140735752655368 270329721529 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2323 147 106 9 0 71 0

[startup+0.100114 s]
/proc/loadavg: 1.15 0.43 0.26 5/197 16670
/proc/meminfo: memFree=25988624/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 22663071 9787879424 6030 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 1.15 0.43 0.26 5/197 16670
/proc/meminfo: memFree=25988624/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 5176 0 1 0 23 2 0 0 20 0 18 0 22663071 9787879424 21967 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 21967 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 1.15 0.43 0.26 5/197 16670
/proc/meminfo: memFree=25988624/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 5587 0 1 0 42 3 0 0 20 0 18 0 22663071 9787879424 25959 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 25959 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 1.15 0.43 0.26 5/197 16670
/proc/meminfo: memFree=25988624/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=1 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 5754 0 1 0 94 6 0 0 20 0 18 0 22663071 9787879424 56260 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 56260 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 1.15 0.43 0.26 5/215 16688
/proc/meminfo: memFree=25729696/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=2 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 6264 0 1 0 186 14 0 0 20 0 18 0 22663071 9787879424 101695 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 101695 2248 9 0 2380296 0
[pid=16670/tid=16672] ppid=16667 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/16670/task/16672/stat : 16672 (java) S 16667 16670 16262 0 -1 4202560 2517 0 1 0 126 6 0 0 20 0 18 0 22663072 9787879424 101695 33554432000 1073741824 1073778376 140735752658240 140435625004088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16673] ppid=16667 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) R 16667 16670 16262 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 18 0 22663073 9787879424 101695 33554432000 1073741824 1073778376 140735752658240 140435586496808 140435631901612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16674] ppid=16667 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16670/task/16674/stat : 16674 (java) R 16667 16670 16262 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 18 0 22663073 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435585444008 140435631901847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16675] ppid=16667 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16670/task/16675/stat : 16675 (java) R 16667 16670 16262 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 22663073 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435584391848 270330006663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16676] ppid=16667 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/16670/task/16676/stat : 16676 (java) R 16667 16670 16262 0 -1 4202560 66 0 0 0 5 1 0 0 20 0 18 0 22663073 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435583339048 140435628761494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16677] ppid=16667 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/16670/task/16677/stat : 16677 (java) R 16667 16670 16262 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 22663073 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435582286808 140435631901612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16678] ppid=16667 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/16670/task/16678/stat : 16678 (java) R 16667 16670 16262 0 -1 4202560 94 0 0 0 5 0 0 0 20 0 18 0 22663073 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435581234008 140435627476665 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16679] ppid=16667 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) R 16667 16670 16262 0 -1 4202560 142 0 0 0 5 1 0 0 20 0 18 0 22663073 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435580181672 140435631901612 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16680] ppid=16667 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) R 16667 16670 16262 0 -1 4202560 130 0 0 0 4 0 0 0 20 0 18 0 22663073 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435579128872 270330006663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16681] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) S 16667 16670 16262 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435566716040 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16682] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16667 16670 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435448128504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16683] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16683/stat : 16683 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435447076104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16684] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435446024592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16685] ppid=16667 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16667 16670 16262 0 -1 4202560 877 0 0 0 8 0 0 0 20 0 18 0 22663078 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435444972216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16686] ppid=16667 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16670/task/16686/stat : 16686 (java) S 16667 16670 16262 0 -1 4202560 1009 0 0 0 7 0 0 0 20 0 18 0 22663078 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435443919416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16687] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435442867320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16688] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16688/stat : 16688 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 101696 33554432000 1073741824 1073778376 140735752658240 140435441814728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 1.15 0.43 0.26 6/215 16688
/proc/meminfo: memFree=25477748/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=4.7 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 15918 0 1 0 447 23 0 0 20 0 18 0 22663071 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 130246 2269 9 0 2380296 0
[pid=16670/tid=16672] ppid=16667 vsize=9558476 CPUtime=2.79 cores=1,3,5,7
/proc/16670/task/16672/stat : 16672 (java) R 16667 16670 16262 0 -1 4202560 2528 0 1 0 272 7 0 0 20 0 18 0 22663072 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435624996912 140435448668654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16673] ppid=16667 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) S 16667 16670 16262 0 -1 4202560 71 0 0 0 5 2 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435586496808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16674] ppid=16667 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16670/task/16674/stat : 16674 (java) S 16667 16670 16262 0 -1 4202560 63 0 0 0 9 2 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435585444008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16675] ppid=16667 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16670/task/16675/stat : 16675 (java) S 16667 16670 16262 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435584391720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16676] ppid=16667 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/16670/task/16676/stat : 16676 (java) S 16667 16670 16262 0 -1 4202560 135 0 0 0 13 2 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435583338920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16677] ppid=16667 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16670/task/16677/stat : 16677 (java) S 16667 16670 16262 0 -1 4202560 37 0 0 0 6 1 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435582286632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16678] ppid=16667 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16670/task/16678/stat : 16678 (java) S 16667 16670 16262 0 -1 4202560 124 0 0 0 8 2 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435581233832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16679] ppid=16667 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16667 16670 16262 0 -1 4202560 183 0 0 0 11 2 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435580181544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16680] ppid=16667 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16667 16670 16262 0 -1 4202560 152 0 0 0 7 2 0 0 20 0 18 0 22663073 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435579128744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16681] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) S 16667 16670 16262 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435566717160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16682] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16667 16670 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435448128504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16683] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16683/stat : 16683 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435447076104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16684] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435446024592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16685] ppid=16667 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16667 16670 16262 0 -1 4202560 5454 0 0 0 48 2 0 0 20 0 18 0 22663078 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435444972216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16686] ppid=16667 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/16670/task/16686/stat : 16686 (java) S 16667 16670 16262 0 -1 4202560 5674 0 0 0 45 0 0 0 20 0 18 0 22663078 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435443919416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16687] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435442867320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16688] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16688/stat : 16688 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 130246 33554432000 1073741824 1073778376 140735752658240 140435441814728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 1.37 0.48 0.28 9/215 16688
/proc/meminfo: memFree=24404140/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=9.45 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 19787 0 1 0 890 55 0 0 20 0 18 0 22663071 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 262845 2277 9 0 2380296 0
[pid=16670/tid=16672] ppid=16667 vsize=9558476 CPUtime=4.87 cores=1,3,5,7
/proc/16670/task/16672/stat : 16672 (java) R 16667 16670 16262 0 -1 4202560 2819 0 1 0 476 11 0 0 20 0 18 0 22663072 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435624996816 140435448785115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16673] ppid=16667 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) S 16667 16670 16262 0 -1 4202560 865 0 0 0 19 3 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435586496808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16674] ppid=16667 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/16670/task/16674/stat : 16674 (java) S 16667 16670 16262 0 -1 4202560 158 0 0 0 33 6 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435585444008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16675] ppid=16667 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/16670/task/16675/stat : 16675 (java) S 16667 16670 16262 0 -1 4202560 460 0 0 0 32 6 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435584391720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16676] ppid=16667 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/16670/task/16676/stat : 16676 (java) S 16667 16670 16262 0 -1 4202560 528 0 0 0 38 6 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435583338920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16677] ppid=16667 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/16670/task/16677/stat : 16677 (java) S 16667 16670 16262 0 -1 4202560 132 0 0 0 29 5 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435582286632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16678] ppid=16667 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/16670/task/16678/stat : 16678 (java) S 16667 16670 16262 0 -1 4202560 242 0 0 0 29 5 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435581233832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16679] ppid=16667 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16667 16670 16262 0 -1 4202560 749 0 0 0 37 6 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435580181544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16680] ppid=16667 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16667 16670 16262 0 -1 4202560 416 0 0 0 33 5 0 0 20 0 18 0 22663073 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435579128744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16681] ppid=16667 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) S 16667 16670 16262 0 -1 4202560 1036 0 0 0 55 0 0 0 20 0 18 0 22663075 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435566717160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16682] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16667 16670 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435448128504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16683] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16683/stat : 16683 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22663075 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435447076104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16684] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435446024592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16685] ppid=16667 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16667 16670 16262 0 -1 4202560 5454 0 0 0 48 2 0 0 20 0 18 0 22663078 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435444972216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16686] ppid=16667 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/16670/task/16686/stat : 16686 (java) S 16667 16670 16262 0 -1 4202560 5674 0 0 0 45 0 0 0 20 0 18 0 22663078 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435443919416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16687] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435442867320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16688] ppid=16667 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16688/stat : 16688 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22663078 9787879424 262845 33554432000 1073741824 1073778376 140735752658240 140435441814728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 9558476

[startup+12.7079 s]
/proc/loadavg: 1.50 0.53 0.29 12/215 16688
/proc/meminfo: memFree=23215060/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9558476 CPUtime=19.4 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 25391 0 1 0 1789 151 0 0 20 0 18 0 22663071 9787879424 571579 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2389619 571579 2277 9 0 2380296 0

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

[pid=16670/tid=16676] ppid=16667 vsize=9891296 CPUtime=7.76 cores=1,3,5,7
/proc/16670/task/16676/stat : 16676 (java) S 16667 16670 16262 0 -1 4202560 12555 0 0 0 697 79 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435583338920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16677] ppid=16667 vsize=9891296 CPUtime=8.7 cores=1,3,5,7
/proc/16670/task/16677/stat : 16677 (java) S 16667 16670 16262 0 -1 4202560 15765 0 0 0 789 81 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435582286632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16678] ppid=16667 vsize=9891296 CPUtime=7.68 cores=1,3,5,7
/proc/16670/task/16678/stat : 16678 (java) S 16667 16670 16262 0 -1 4202560 13738 0 0 0 699 69 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435581233832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16679] ppid=16667 vsize=9891296 CPUtime=7.54 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16667 16670 16262 0 -1 4202560 13849 0 0 0 683 71 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435580181544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16680] ppid=16667 vsize=9891296 CPUtime=7.9 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16667 16670 16262 0 -1 4202560 9338 0 0 0 715 75 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435579128744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16681] ppid=16667 vsize=9891296 CPUtime=53.45 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) R 16667 16670 16262 0 -1 4202560 23798 0 0 0 5327 18 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435566716976 140435631131791 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16682] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16667 16670 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435448128504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16683] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16683/stat : 16683 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435447076104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16684] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16667 16670 16262 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435446024592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16685] ppid=16667 vsize=9891296 CPUtime=1.7 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16667 16670 16262 0 -1 4202560 6926 0 0 0 168 2 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435444972216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16686] ppid=16667 vsize=9891296 CPUtime=1.44 cores=1,3,5,7
/proc/16670/task/16686/stat : 16686 (java) S 16667 16670 16262 0 -1 4202560 6633 0 0 0 144 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435443919416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16687] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435442867320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16688] ppid=16667 vsize=9891296 CPUtime=0.39 cores=1,3,5,7
/proc/16670/task/16688/stat : 16688 (java) S 16667 16670 16262 0 -1 4202560 55 0 0 0 18 21 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435441814728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16696] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22670665 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435437601832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16698] ppid=16667 vsize=9891296 CPUtime=764.49 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16667 16670 16262 0 -1 4202560 10 0 0 0 76437 12 0 0 20 0 23 0 22679123 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435439705208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16699] ppid=16667 vsize=9891296 CPUtime=764.45 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16667 16670 16262 0 -1 4202560 15 0 0 0 76434 11 0 0 20 0 23 0 22679123 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435438652152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16700] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16700/stat : 16700 (java) S 16667 16670 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 22679153 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435440760488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16925] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16925/stat : 16925 (java) S 16667 16670 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22759292 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435436548648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.55
Current children cumulated vsize (KiB) 9891296

[startup+964.101 s]
/proc/loadavg: 4.79 4.32 2.90 4/220 16925
/proc/meminfo: memFree=16725732/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9891296 CPUtime=1801.96 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 145315 0 1 0 179503 693 0 0 20 0 23 0 22663071 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2472824 2074928 2293 9 0 2463501 0
[pid=16670/tid=16672] ppid=16667 vsize=9891296 CPUtime=42.66 cores=1,3,5,7
/proc/16670/task/16672/stat : 16672 (java) S 16667 16670 16262 0 -1 4202560 3522 0 1 0 4241 25 0 0 20 0 23 0 22663072 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435625005656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16673] ppid=16667 vsize=9891296 CPUtime=8.15 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) S 16667 16670 16262 0 -1 4202560 11882 0 0 0 731 84 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435586496808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16674] ppid=16667 vsize=9891296 CPUtime=8.14 cores=1,3,5,7
/proc/16670/task/16674/stat : 16674 (java) S 16667 16670 16262 0 -1 4202560 10289 0 0 0 732 82 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435585444008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16675] ppid=16667 vsize=9891296 CPUtime=7.75 cores=1,3,5,7
/proc/16670/task/16675/stat : 16675 (java) S 16667 16670 16262 0 -1 4202560 15591 0 0 0 698 77 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435584391720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16676] ppid=16667 vsize=9891296 CPUtime=7.76 cores=1,3,5,7
/proc/16670/task/16676/stat : 16676 (java) S 16667 16670 16262 0 -1 4202560 12555 0 0 0 697 79 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435583338920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16677] ppid=16667 vsize=9891296 CPUtime=8.7 cores=1,3,5,7
/proc/16670/task/16677/stat : 16677 (java) S 16667 16670 16262 0 -1 4202560 15765 0 0 0 789 81 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435582286632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16678] ppid=16667 vsize=9891296 CPUtime=7.68 cores=1,3,5,7
/proc/16670/task/16678/stat : 16678 (java) S 16667 16670 16262 0 -1 4202560 13738 0 0 0 699 69 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435581233832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16679] ppid=16667 vsize=9891296 CPUtime=7.54 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16667 16670 16262 0 -1 4202560 13849 0 0 0 683 71 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435580181544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16680] ppid=16667 vsize=9891296 CPUtime=7.9 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16667 16670 16262 0 -1 4202560 9338 0 0 0 715 75 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435579128744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16681] ppid=16667 vsize=9891296 CPUtime=53.85 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) R 16667 16670 16262 0 -1 4202560 23798 0 0 0 5367 18 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435566716976 140435627201072 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16682] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16667 16670 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435448128504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16683] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16683/stat : 16683 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435447076104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16684] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16667 16670 16262 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435446024592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16685] ppid=16667 vsize=9891296 CPUtime=1.7 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16667 16670 16262 0 -1 4202560 6926 0 0 0 168 2 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435444972216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16686] ppid=16667 vsize=9891296 CPUtime=1.44 cores=1,3,5,7
/proc/16670/task/16686/stat : 16686 (java) S 16667 16670 16262 0 -1 4202560 6633 0 0 0 144 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435443919416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16687] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435442867320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16688] ppid=16667 vsize=9891296 CPUtime=0.39 cores=1,3,5,7
/proc/16670/task/16688/stat : 16688 (java) S 16667 16670 16262 0 -1 4202560 55 0 0 0 18 21 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435441814728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16696] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22670665 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435437601832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16698] ppid=16667 vsize=9891296 CPUtime=764.49 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16667 16670 16262 0 -1 4202560 10 0 0 0 76437 12 0 0 20 0 23 0 22679123 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435439705208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16699] ppid=16667 vsize=9891296 CPUtime=764.45 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16667 16670 16262 0 -1 4202560 15 0 0 0 76434 11 0 0 20 0 23 0 22679123 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435438652152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16700] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16700/stat : 16700 (java) S 16667 16670 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 22679153 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435440760488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16925] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16925/stat : 16925 (java) S 16667 16670 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22759292 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435436548648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 9891296

[startup+964.208 s]
/proc/loadavg: 4.79 4.32 2.90 4/220 16925
/proc/meminfo: memFree=16725732/32872528 swapFree=1556504/1720024
[pid=16670] ppid=16667 vsize=9891296 CPUtime=1802.06 cores=1,3,5,7
/proc/16670/stat : 16670 (java) S 16667 16670 16262 0 -1 4202496 145315 0 1 0 179513 693 0 0 20 0 23 0 22663071 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140735752649376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16670/statm: 2472824 2074928 2293 9 0 2463501 0
[pid=16670/tid=16672] ppid=16667 vsize=9891296 CPUtime=42.66 cores=1,3,5,7
/proc/16670/task/16672/stat : 16672 (java) S 16667 16670 16262 0 -1 4202560 3522 0 1 0 4241 25 0 0 20 0 23 0 22663072 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435625005656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16673] ppid=16667 vsize=9891296 CPUtime=8.15 cores=1,3,5,7
/proc/16670/task/16673/stat : 16673 (java) S 16667 16670 16262 0 -1 4202560 11882 0 0 0 731 84 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435586496808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16674] ppid=16667 vsize=9891296 CPUtime=8.14 cores=1,3,5,7
/proc/16670/task/16674/stat : 16674 (java) S 16667 16670 16262 0 -1 4202560 10289 0 0 0 732 82 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435585444008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16675] ppid=16667 vsize=9891296 CPUtime=7.75 cores=1,3,5,7
/proc/16670/task/16675/stat : 16675 (java) S 16667 16670 16262 0 -1 4202560 15591 0 0 0 698 77 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435584391720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16676] ppid=16667 vsize=9891296 CPUtime=7.76 cores=1,3,5,7
/proc/16670/task/16676/stat : 16676 (java) S 16667 16670 16262 0 -1 4202560 12555 0 0 0 697 79 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435583338920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16677] ppid=16667 vsize=9891296 CPUtime=8.7 cores=1,3,5,7
/proc/16670/task/16677/stat : 16677 (java) S 16667 16670 16262 0 -1 4202560 15765 0 0 0 789 81 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435582286632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16678] ppid=16667 vsize=9891296 CPUtime=7.68 cores=1,3,5,7
/proc/16670/task/16678/stat : 16678 (java) S 16667 16670 16262 0 -1 4202560 13738 0 0 0 699 69 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435581233832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16679] ppid=16667 vsize=9891296 CPUtime=7.54 cores=1,3,5,7
/proc/16670/task/16679/stat : 16679 (java) S 16667 16670 16262 0 -1 4202560 13849 0 0 0 683 71 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435580181544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16680] ppid=16667 vsize=9891296 CPUtime=7.9 cores=1,3,5,7
/proc/16670/task/16680/stat : 16680 (java) S 16667 16670 16262 0 -1 4202560 9338 0 0 0 715 75 0 0 20 0 23 0 22663073 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435579128744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16681] ppid=16667 vsize=9891296 CPUtime=53.95 cores=1,3,5,7
/proc/16670/task/16681/stat : 16681 (java) R 16667 16670 16262 0 -1 4202560 23798 0 0 0 5377 18 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435566716976 140435629142525 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16682] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16682/stat : 16682 (java) S 16667 16670 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435448128504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16683] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16683/stat : 16683 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22663075 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435447076104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16684] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16684/stat : 16684 (java) S 16667 16670 16262 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435446024592 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16685] ppid=16667 vsize=9891296 CPUtime=1.7 cores=1,3,5,7
/proc/16670/task/16685/stat : 16685 (java) S 16667 16670 16262 0 -1 4202560 6926 0 0 0 168 2 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435444972216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16686] ppid=16667 vsize=9891296 CPUtime=1.44 cores=1,3,5,7
/proc/16670/task/16686/stat : 16686 (java) S 16667 16670 16262 0 -1 4202560 6633 0 0 0 144 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435443919416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16687] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16687/stat : 16687 (java) S 16667 16670 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435442867320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16688] ppid=16667 vsize=9891296 CPUtime=0.39 cores=1,3,5,7
/proc/16670/task/16688/stat : 16688 (java) S 16667 16670 16262 0 -1 4202560 55 0 0 0 18 21 0 0 20 0 23 0 22663078 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435441814728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16696] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16696/stat : 16696 (java) S 16667 16670 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22670665 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435437601832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16670/tid=16698] ppid=16667 vsize=9891296 CPUtime=764.49 cores=1,3,5,7
/proc/16670/task/16698/stat : 16698 (java) S 16667 16670 16262 0 -1 4202560 10 0 0 0 76437 12 0 0 20 0 23 0 22679123 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435439705208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16670/tid=16699] ppid=16667 vsize=9891296 CPUtime=764.45 cores=1,3,5,7
/proc/16670/task/16699/stat : 16699 (java) S 16667 16670 16262 0 -1 4202560 15 0 0 0 76434 11 0 0 20 0 23 0 22679123 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435438652152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16670/tid=16700] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16700/stat : 16700 (java) S 16667 16670 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 23 0 22679153 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435440760488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16670/tid=16925] ppid=16667 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/16670/task/16925/stat : 16925 (java) S 16667 16670 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 22759292 10128687104 2074928 33554432000 1073741824 1073778376 140735752658240 140435436548648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 9891296

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16670 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=898742
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=292891
# CPU time returned by wait4() is 1798.19
# while last known CPU time is 1802.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0900116
#  lost CPU user time (s): 0.110001
#  lost CPU system time (s): -0.02

Real time (s): 964.255
CPU time (s): 1802.15
CPU user time (s): 1795.24
CPU system time (s): 6.91
CPU usage (%): 186.896
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.9
system time used= 7.29289
maximum resident set size= 8364284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145315
page faults= 1
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44885
involuntary context switches= 43031

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

The end

Launcher Data

Begin job on node117 at 2016-06-18 01:29:04
IDJOB=4099734
IDBENCH=1504
IDSOLVER=2543
FILE ID=node117/4099734-1466206136
RUNJOBID= node117-1466206104-16279
PBS_JOBID= 19918159
Free space on /tmp= 71468 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-ds.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099734-1466206136/watcher-4099734-1466206136 -o /tmp/evaluation-result-4099734-1466206136/solver-4099734-1466206136 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099734-1466206136.opb

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

MD5SUM BENCH= cc75ee6fc059a591840488be914609eb
RANDOM SEED=1264121342

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        25989276 kB
Buffers:          139128 kB
Cached:          1979540 kB
SwapCached:            0 kB
Active:          2597536 kB
Inactive:        1759952 kB
Active(anon):    2241656 kB
Inactive(anon):        0 kB
Active(file):     355880 kB
Inactive(file):  1759952 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            248400 kB
Writeback:             0 kB
AnonPages:       3977548 kB
Mapped:            21156 kB
Shmem:               204 kB
Slab:             630396 kB
SReclaimable:      73960 kB
SUnreclaim:       556436 kB
KernelStack:        1600 kB
PageTables:        12032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4983472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2359296 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= 71464 MiB
End job on node117 at 2016-06-18 01:45:09