Trace number 4099946

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.77 892.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
MD5SUMc00448b3bb1fb54d1d5ecdb2bc9f967d
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654121
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 654121
Number of bits of the biggest sum of numbers20
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4099946-1466207063.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
3.31/1.95	c ... done. Wall clock time 1.822s.
3.31/1.95	c declared #vars     155000
3.31/1.95	c #constraints  5300
3.31/1.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.31/1.95	c constraints type 
3.31/1.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38
3.31/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5262
3.31/1.95	c 5300 constraints processed.
3.31/1.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.31/1.95	c constraints type 
3.31/1.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 38
3.31/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5262
3.31/1.95	c 5300 constraints processed.
3.31/1.95	c objective function length is 155000 literals
10.17/4.74	c cleaning 2501 clauses out of 5002 with flag 10432/5002
16.91/7.96	c cleaning 4245 clauses out of 8499 with flag 22849/11000
24.41/11.67	c cleaning 5628 clauses out of 11255 with flag 37209/18001
34.06/16.45	c cleaning 6813 clauses out of 13626 with flag 53466/26000
44.30/21.47	c cleaning 7906 clauses out of 15813 with flag 71919/35000
55.30/26.95	c cleaning 8953 clauses out of 17907 with flag 92341/45000
69.12/33.71	c cleaning 9975 clauses out of 19955 with flag 114646/56001
83.72/41.09	c cleaning 10989 clauses out of 21980 with flag 138911/68001
99.71/49.28	c cleaning 11990 clauses out of 23994 with flag 165327/81004
114.90/56.82	c cleaning 12993 clauses out of 26000 with flag 193455/95000
133.25/65.98	c cleaning 14006 clauses out of 28012 with flag 223511/110005
151.06/74.82	c cleaning 14996 clauses out of 30001 with flag 255687/126000
171.72/85.04	c cleaning 16004 clauses out of 32008 with flag 290541/143003
192.12/95.24	c cleaning 16994 clauses out of 34004 with flag 327373/161003
215.91/107.40	c cleaning 18004 clauses out of 36008 with flag 365890/180001
242.11/120.40	c cleaning 19002 clauses out of 38004 with flag 406507/200001
266.90/132.83	c cleaning 19994 clauses out of 40002 with flag 449024/221001
295.52/147.05	c cleaning 21004 clauses out of 42007 with flag 493513/243000
326.60/163.04	c cleaning 22004 clauses out of 44008 with flag 540196/266005
358.91/179.13	c cleaning 23001 clauses out of 46002 with flag 588632/290003
391.51/195.41	c cleaning 24000 clauses out of 48000 with flag 639216/315002
430.26/214.70	c cleaning 24997 clauses out of 49999 with flag 691743/341001
489.23/243.83	c cleaning 25999 clauses out of 52005 with flag 745877/368004
553.63/275.78	c cleaning 27000 clauses out of 54003 with flag 802244/396001
620.14/308.47	c cleaning 27995 clauses out of 56002 with flag 860586/425000
682.65/340.00	c cleaning 29001 clauses out of 58007 with flag 920993/455000
752.19/374.57	c cleaning 29999 clauses out of 60007 with flag 983071/486001
825.22/410.62	c cleaning 31004 clauses out of 62007 with flag 1047334/518000
904.91/449.91	c cleaning 31997 clauses out of 64003 with flag 1113536/551000
975.63/484.77	c cleaning 32997 clauses out of 66007 with flag 1182357/585001
1038.16/515.31	c cleaning 34004 clauses out of 68010 with flag 1253144/620001
1107.57/549.37	c cleaning 34998 clauses out of 70006 with flag 1325883/656001
1178.80/585.38	c cleaning 36000 clauses out of 72010 with flag 1400949/693003
1255.16/623.28	c cleaning 36997 clauses out of 74008 with flag 1478292/731001
1332.32/661.52	c cleaning 38000 clauses out of 76010 with flag 1557873/770000
1412.64/701.30	c cleaning 39003 clauses out of 78011 with flag 1639123/810001
1491.30/740.18	c cleaning 39999 clauses out of 80008 with flag 1722121/851001
1570.85/779.15	c cleaning 41002 clauses out of 82008 with flag 1806706/893000
1672.66/829.15	c cleaning 42000 clauses out of 84006 with flag 1894954/936000
1759.87/872.38	c cleaning 43003 clauses out of 86009 with flag 1983919/980003
1800.09/892.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/892.30	c starts		: 1
1800.09/892.30	c conflicts		: 1003097
1800.09/892.30	c decisions		: 1051119
1800.09/892.30	c propagations		: 316618733
1800.09/892.30	c inspects		: 4976472106
1800.09/892.30	c shortcuts		: 0
1800.09/892.30	c learnt literals	: 0
1800.09/892.30	c learnt binary clauses	: 0
1800.09/892.30	c learnt ternary clauses	: 0
1800.09/892.30	c learnt constraints	: 1003097
1800.09/892.30	c ignored constraints	: 0
1800.09/892.31	c root simplifications	: 0
1800.09/892.31	c removed literals (reason simplification)	: 6602346
1800.09/892.31	c reason swapping (by a shorter reason)	: 0
1800.09/892.31	c Calls to reduceDB	: 40
1800.09/892.31	c Number of update (reduction) of LBD	: 14873
1800.09/892.31	c Imported unit clauses	: 0
1800.09/892.31	c number of reductions to clauses (during analyze)	: 0
1800.09/892.31	c number of learned constraints concerned by reduction	: 0
1800.09/892.31	c number of learning phase by resolution	: 0
1800.09/892.31	c number of learning phase by cutting planes	: 0
1800.09/892.31	c speed (assignments/second)	: 355670.6601423048
1800.09/892.31	c non guided choices	0
1800.09/892.33	c learnt constraints type 
1800.09/892.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66101
1800.09/892.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/892.33	c starts		: 2
1800.09/892.33	c conflicts		: 1065
1800.09/892.33	c decisions		: 4304161
1800.09/892.33	c propagations		: 23401923
1800.09/892.33	c inspects		: 292003788
1800.09/892.33	c shortcuts		: 0
1800.09/892.33	c learnt literals	: 0
1800.09/892.33	c learnt binary clauses	: 0
1800.09/892.33	c learnt ternary clauses	: 0
1800.09/892.33	c learnt constraints	: 1064
1800.09/892.33	c ignored constraints	: 0
1800.09/892.33	c root simplifications	: 0
1800.09/892.33	c removed literals (reason simplification)	: 0
1800.09/892.33	c reason swapping (by a shorter reason)	: 0
1800.09/892.33	c Calls to reduceDB	: 0
1800.09/892.33	c Number of update (reduction) of LBD	: 0
1800.09/892.33	c Imported unit clauses	: 0
1800.09/892.33	c number of reductions to clauses (during analyze)	: 0
1800.09/892.33	c number of learned constraints concerned by reduction	: 0
1800.09/892.33	c number of learning phase by resolution	: 0
1800.09/892.33	c number of learning phase by cutting planes	: 0
1800.09/892.33	c speed (assignments/second)	: 26287.679280720356
1800.09/892.33	c non guided choices	0
1800.09/892.33	c learnt constraints type 
1800.09/892.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 10
1800.09/892.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1054
1800.09/892.33	s UNKNOWN
1800.09/892.33	c Total wall clock time (in seconds): 892.203

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-4099946-1466207063/watcher-4099946-1466207063 -o /tmp/evaluation-result-4099946-1466207063/solver-4099946-1466207063 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099946-1466207063.opb 

pid=10947
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: 4.26 4.06 2.78 4/197 10950
/proc/meminfo: memFree=29703464/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10950/stat : 10950 (java) D 10947 10950 8337 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 22752110 9515008 175 33554432000 1073741824 1073778376 140736304884064 140736304866792 225444709264 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/10950/statm: 2323 175 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.26 4.06 2.78 4/197 10950
/proc/meminfo: memFree=29703464/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 4333 0 1 0 7 1 0 0 20 0 18 0 22752110 9787879424 5451 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2389619 5451 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.26 4.06 2.78 4/197 10950
/proc/meminfo: memFree=29703464/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 4997 0 1 0 25 1 0 0 20 0 18 0 22752110 9787879424 8413 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2389619 8413 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300301 s]
/proc/loadavg: 4.26 4.06 2.78 4/197 10950
/proc/meminfo: memFree=29703464/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 5478 0 1 0 42 2 0 0 20 0 18 0 22752110 9787879424 13760 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2389619 13760 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 4.26 4.06 2.78 4/197 10950
/proc/meminfo: memFree=29703464/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 8014 0 1 0 117 8 0 0 20 0 18 0 22752110 9787879424 49316 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2389619 49316 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.26 4.06 2.78 4/215 10968
/proc/meminfo: memFree=29442912/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9558476 CPUtime=2.57 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 9134 0 1 0 229 28 0 0 20 0 18 0 22752110 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2389619 111563 2269 9 0 2380296 0
[pid=10950/tid=10952] ppid=10947 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/10950/task/10952/stat : 10952 (java) S 10947 10950 8337 0 -1 4202560 2528 0 1 0 120 5 0 0 20 0 18 0 22752111 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139866105080088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10953] ppid=10947 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10950/task/10953/stat : 10953 (java) R 10947 10950 8337 0 -1 4202560 102 0 0 0 8 4 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139866083182888 139866111978612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10954] ppid=10947 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10950/task/10954/stat : 10954 (java) R 10947 10950 8337 0 -1 4202560 269 0 0 0 3 2 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139866082130264 139866111978204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10955] ppid=10947 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10950/task/10955/stat : 10955 (java) R 10947 10950 8337 0 -1 4202560 111 0 0 0 12 5 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139866081077976 139866108839109 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10956] ppid=10947 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10950/task/10956/stat : 10956 (java) R 10947 10950 8337 0 -1 4202560 309 0 0 0 8 4 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865744206424 139866111978265 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10957] ppid=10947 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10950/task/10957/stat : 10957 (java) R 10947 10950 8337 0 -1 4202560 96 0 0 0 3 2 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865743154136 139866109257903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10958] ppid=10947 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10950/task/10958/stat : 10958 (java) R 10947 10950 8337 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865742101336 139866109244120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10959] ppid=10947 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10950/task/10959/stat : 10959 (java) R 10947 10950 8337 0 -1 4202560 208 0 0 0 6 2 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865741048752 139866111978412 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10960] ppid=10947 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10950/task/10960/stat : 10960 (java) R 10947 10950 8337 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 18 0 22752113 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865739996248 139866107553481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10961] ppid=10947 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10961/stat : 10961 (java) S 10947 10950 8337 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22752114 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865727796360 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10962] ppid=10947 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10962/stat : 10962 (java) S 10947 10950 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22752114 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865726743544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10963] ppid=10947 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10963/stat : 10963 (java) S 10947 10950 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22752114 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865725691144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10964] ppid=10947 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10964/stat : 10964 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22752117 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865724639632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10965] ppid=10947 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/10950/task/10965/stat : 10965 (java) S 10947 10950 8337 0 -1 4202560 1218 0 0 0 19 0 0 0 20 0 18 0 22752117 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865723587256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10966] ppid=10947 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10950/task/10966/stat : 10966 (java) S 10947 10950 8337 0 -1 4202560 2897 0 0 0 28 0 0 0 20 0 18 0 22752117 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865722534456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10967] ppid=10947 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10967/stat : 10967 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22752117 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865721482360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10968] ppid=10947 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10968/stat : 10968 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22752117 9787879424 111563 33554432000 1073741824 1073778376 140737097821584 139865720429768 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 4.26 4.06 2.78 7/219 10972
/proc/meminfo: memFree=29231736/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 20430 0 1 0 646 31 0 0 20 0 22 0 22752110 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2456183 119774 2284 9 0 2446860 0
[pid=10950/tid=10952] ppid=10947 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/10950/task/10952/stat : 10952 (java) S 10947 10950 8337 0 -1 4202560 2536 0 1 0 160 5 0 0 20 0 22 0 22752111 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139866105082744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10953] ppid=10947 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/10950/task/10953/stat : 10953 (java) S 10947 10950 8337 0 -1 4202560 111 0 0 0 13 4 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139866083182888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10954] ppid=10947 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10950/task/10954/stat : 10954 (java) S 10947 10950 8337 0 -1 4202560 272 0 0 0 4 2 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139866082130088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10955] ppid=10947 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/10950/task/10955/stat : 10955 (java) S 10947 10950 8337 0 -1 4202560 122 0 0 0 17 5 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139866081077800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10956] ppid=10947 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/10950/task/10956/stat : 10956 (java) S 10947 10950 8337 0 -1 4202560 316 0 0 0 10 5 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865744206248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10957] ppid=10947 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10950/task/10957/stat : 10957 (java) S 10947 10950 8337 0 -1 4202560 98 0 0 0 4 2 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865743153960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10958] ppid=10947 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10950/task/10958/stat : 10958 (java) S 10947 10950 8337 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865742101160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10959] ppid=10947 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/10950/task/10959/stat : 10959 (java) S 10947 10950 8337 0 -1 4202560 210 0 0 0 8 2 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865741048872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10960] ppid=10947 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10950/task/10960/stat : 10960 (java) S 10947 10950 8337 0 -1 4202560 45 0 0 0 5 3 0 0 20 0 22 0 22752113 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865739996072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10961] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10961/stat : 10961 (java) S 10947 10950 8337 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865727797480 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10962] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10962/stat : 10962 (java) S 10947 10950 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865726743544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10963] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10963/stat : 10963 (java) S 10947 10950 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865725691144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10964] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10964/stat : 10964 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865724639632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10965] ppid=10947 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/10950/task/10965/stat : 10965 (java) S 10947 10950 8337 0 -1 4202560 6910 0 0 0 75 2 0 0 20 0 22 0 22752117 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865723587256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10966] ppid=10947 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/10950/task/10966/stat : 10966 (java) R 10947 10950 8337 0 -1 4202560 8267 0 0 0 101 2 0 0 20 0 22 0 22752117 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865722521984 139866110784434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10967] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10967/stat : 10967 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865721482360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10968] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10968/stat : 10968 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865720429768 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10969] ppid=10947 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/10950/task/10969/stat : 10969 (java) R 10947 10950 8337 0 -1 4202560 22 0 0 0 113 0 0 0 20 0 22 0 22752306 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865719275992 139865963366060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10970] ppid=10947 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/10950/task/10970/stat : 10970 (java) R 10947 10950 8337 0 -1 4202560 25 0 0 0 113 0 0 0 20 0 22 0 22752306 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865718223272 139865963369944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10971] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10971/stat : 10971 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865717171368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10972] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10972/stat : 10972 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 119774 33554432000 1073741824 1073778376 140737097821584 139865716118568 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.32 4.08 2.80 5/219 10972
/proc/meminfo: memFree=29154812/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9824732 CPUtime=13.5 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 20870 0 1 0 1309 41 0 0 20 0 22 0 22752110 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2456183 170653 2289 9 0 2446860 0
[pid=10950/tid=10952] ppid=10947 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/10950/task/10952/stat : 10952 (java) S 10947 10950 8337 0 -1 4202560 2536 0 1 0 160 5 0 0 20 0 22 0 22752111 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139866105082744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10953] ppid=10947 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/10950/task/10953/stat : 10953 (java) S 10947 10950 8337 0 -1 4202560 156 0 0 0 17 6 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139866083182888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10954] ppid=10947 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10950/task/10954/stat : 10954 (java) S 10947 10950 8337 0 -1 4202560 290 0 0 0 5 3 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139866082130088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10955] ppid=10947 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/10950/task/10955/stat : 10955 (java) S 10947 10950 8337 0 -1 4202560 148 0 0 0 19 6 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139866081077800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10956] ppid=10947 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/10950/task/10956/stat : 10956 (java) S 10947 10950 8337 0 -1 4202560 333 0 0 0 13 6 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865744206248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10957] ppid=10947 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/10950/task/10957/stat : 10957 (java) S 10947 10950 8337 0 -1 4202560 105 0 0 0 7 2 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865743153960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10958] ppid=10947 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/10950/task/10958/stat : 10958 (java) S 10947 10950 8337 0 -1 4202560 54 0 0 0 7 3 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865742101160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10959] ppid=10947 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10950/task/10959/stat : 10959 (java) S 10947 10950 8337 0 -1 4202560 243 0 0 0 10 3 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865741048872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10960] ppid=10947 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10950/task/10960/stat : 10960 (java) S 10947 10950 8337 0 -1 4202560 60 0 0 0 7 4 0 0 20 0 22 0 22752113 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865739996072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10961] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10961/stat : 10961 (java) S 10947 10950 8337 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865727797480 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10962] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10962/stat : 10962 (java) S 10947 10950 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865726743544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10963] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10963/stat : 10963 (java) S 10947 10950 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865725691144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10964] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10964/stat : 10964 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865724639632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10965] ppid=10947 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/10950/task/10965/stat : 10965 (java) S 10947 10950 8337 0 -1 4202560 6914 0 0 0 79 2 0 0 20 0 22 0 22752117 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865723587256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10966] ppid=10947 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/10950/task/10966/stat : 10966 (java) S 10947 10950 8337 0 -1 4202560 8274 0 0 0 117 2 0 0 20 0 22 0 22752117 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865722534456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10967] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10967/stat : 10967 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865721482360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10968] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10968/stat : 10968 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 170653 33554432000 1073741824 1073778376 140737097821584 139865720429768 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10969] ppid=10947 vsize=9824732 CPUtime=4.25 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.22 4.31 3.72 6/219 11129
/proc/meminfo: memFree=22316444/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9824732 CPUtime=1780.1 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 32156 0 1 0 177673 337 0 0 20 0 22 0 22752110 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2456183 1103614 2298 9 0 2446860 0
[pid=10950/tid=10952] ppid=10947 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10950/task/10952/stat : 10952 (java) S 10947 10950 8337 0 -1 4202560 2558 0 1 0 164 6 0 0 20 0 22 0 22752111 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866105082744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10953] ppid=10947 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/10950/task/10953/stat : 10953 (java) S 10947 10950 8337 0 -1 4202560 909 0 0 0 501 33 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866083182888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10954] ppid=10947 vsize=9824732 CPUtime=5.38 cores=1,3,5,7
/proc/10950/task/10954/stat : 10954 (java) S 10947 10950 8337 0 -1 4202560 1158 0 0 0 505 33 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866082130088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10955] ppid=10947 vsize=9824732 CPUtime=5.71 cores=1,3,5,7
/proc/10950/task/10955/stat : 10955 (java) S 10947 10950 8337 0 -1 4202560 1049 0 0 0 532 39 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866081077800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10956] ppid=10947 vsize=9824732 CPUtime=5.55 cores=1,3,5,7
/proc/10950/task/10956/stat : 10956 (java) S 10947 10950 8337 0 -1 4202560 1051 0 0 0 517 38 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865744206248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10957] ppid=10947 vsize=9824732 CPUtime=5.63 cores=1,3,5,7
/proc/10950/task/10957/stat : 10957 (java) S 10947 10950 8337 0 -1 4202560 1081 0 0 0 525 38 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865743153960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10958] ppid=10947 vsize=9824732 CPUtime=5.5 cores=1,3,5,7
/proc/10950/task/10958/stat : 10958 (java) S 10947 10950 8337 0 -1 4202560 915 0 0 0 515 35 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865742101160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10959] ppid=10947 vsize=9824732 CPUtime=5.14 cores=1,3,5,7
/proc/10950/task/10959/stat : 10959 (java) S 10947 10950 8337 0 -1 4202560 894 0 0 0 485 29 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865741048872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10960] ppid=10947 vsize=9824732 CPUtime=5.89 cores=1,3,5,7
/proc/10950/task/10960/stat : 10960 (java) S 10947 10950 8337 0 -1 4202560 1051 0 0 0 553 36 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865739996072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10961] ppid=10947 vsize=9824732 CPUtime=6.81 cores=1,3,5,7
/proc/10950/task/10961/stat : 10961 (java) S 10947 10950 8337 0 -1 4202560 3417 0 0 0 673 8 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865727797480 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10962] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10962/stat : 10962 (java) S 10947 10950 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865726743544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10963] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10963/stat : 10963 (java) S 10947 10950 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865725691144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10964] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10964/stat : 10964 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865724639632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10965] ppid=10947 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/10950/task/10965/stat : 10965 (java) S 10947 10950 8337 0 -1 4202560 6914 0 0 0 84 2 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865723587256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10966] ppid=10947 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10950/task/10966/stat : 10966 (java) S 10947 10950 8337 0 -1 4202560 8329 0 0 0 183 2 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865722534456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10967] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10967/stat : 10967 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865721482360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10968] ppid=10947 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10950/task/10968/stat : 10968 (java) S 10947 10950 8337 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865720429768 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10969] ppid=10947 vsize=9824732 CPUtime=862.31 cores=1,3,5,7
/proc/10950/task/10969/stat : 10969 (java) R 10947 10950 8337 0 -1 4202560 259 0 0 0 86209 22 0 0 20 0 22 0 22752306 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865719274800 139865963336816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10970] ppid=10947 vsize=9824732 CPUtime=862.37 cores=1,3,5,7
/proc/10950/task/10970/stat : 10970 (java) R 10947 10950 8337 0 -1 4202560 1256 0 0 0 86205 32 0 0 20 0 22 0 22752306 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865718221232 139865963310473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10971] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10971/stat : 10971 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865717171368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10972] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10972/stat : 10972 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865716118568 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1780.1
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.301 s]
/proc/loadavg: 4.18 4.30 3.72 5/219 11129
/proc/meminfo: memFree=22316320/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 32156 0 1 0 179672 337 0 0 20 0 22 0 22752110 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2456183 1103614 2298 9 0 2446860 0
[pid=10950/tid=10952] ppid=10947 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10950/task/10952/stat : 10952 (java) S 10947 10950 8337 0 -1 4202560 2558 0 1 0 164 6 0 0 20 0 22 0 22752111 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866105082744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10953] ppid=10947 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/10950/task/10953/stat : 10953 (java) S 10947 10950 8337 0 -1 4202560 909 0 0 0 501 33 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866083182888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10954] ppid=10947 vsize=9824732 CPUtime=5.38 cores=1,3,5,7
/proc/10950/task/10954/stat : 10954 (java) S 10947 10950 8337 0 -1 4202560 1158 0 0 0 505 33 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866082130088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10955] ppid=10947 vsize=9824732 CPUtime=5.71 cores=1,3,5,7
/proc/10950/task/10955/stat : 10955 (java) S 10947 10950 8337 0 -1 4202560 1049 0 0 0 532 39 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866081077800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10956] ppid=10947 vsize=9824732 CPUtime=5.55 cores=1,3,5,7
/proc/10950/task/10956/stat : 10956 (java) S 10947 10950 8337 0 -1 4202560 1051 0 0 0 517 38 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865744206248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10957] ppid=10947 vsize=9824732 CPUtime=5.63 cores=1,3,5,7
/proc/10950/task/10957/stat : 10957 (java) S 10947 10950 8337 0 -1 4202560 1081 0 0 0 525 38 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865743153960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10958] ppid=10947 vsize=9824732 CPUtime=5.5 cores=1,3,5,7
/proc/10950/task/10958/stat : 10958 (java) S 10947 10950 8337 0 -1 4202560 915 0 0 0 515 35 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865742101160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10959] ppid=10947 vsize=9824732 CPUtime=5.14 cores=1,3,5,7
/proc/10950/task/10959/stat : 10959 (java) S 10947 10950 8337 0 -1 4202560 894 0 0 0 485 29 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865741048872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10960] ppid=10947 vsize=9824732 CPUtime=5.89 cores=1,3,5,7
/proc/10950/task/10960/stat : 10960 (java) S 10947 10950 8337 0 -1 4202560 1051 0 0 0 553 36 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865739996072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10961] ppid=10947 vsize=9824732 CPUtime=6.81 cores=1,3,5,7
/proc/10950/task/10961/stat : 10961 (java) S 10947 10950 8337 0 -1 4202560 3417 0 0 0 673 8 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865727797480 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10962] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10962/stat : 10962 (java) S 10947 10950 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865726743544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10963] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10963/stat : 10963 (java) S 10947 10950 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865725691144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10964] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10964/stat : 10964 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865724639632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10965] ppid=10947 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/10950/task/10965/stat : 10965 (java) S 10947 10950 8337 0 -1 4202560 6914 0 0 0 84 2 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865723587256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10966] ppid=10947 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10950/task/10966/stat : 10966 (java) S 10947 10950 8337 0 -1 4202560 8329 0 0 0 183 2 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865722534456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10967] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10967/stat : 10967 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865721482360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10968] ppid=10947 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10950/task/10968/stat : 10968 (java) S 10947 10950 8337 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865720429768 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10969] ppid=10947 vsize=9824732 CPUtime=872.31 cores=1,3,5,7
/proc/10950/task/10969/stat : 10969 (java) R 10947 10950 8337 0 -1 4202560 259 0 0 0 87209 22 0 0 20 0 22 0 22752306 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865719274800 139865963336663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10970] ppid=10947 vsize=9824732 CPUtime=872.36 cores=1,3,5,7
/proc/10950/task/10970/stat : 10970 (java) R 10947 10950 8337 0 -1 4202560 1256 0 0 0 87204 32 0 0 20 0 22 0 22752306 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865718221232 139865963310459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10971] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10971/stat : 10971 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865717171368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10972] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10972/stat : 10972 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865716118568 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

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

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

[startup+892.301 s]
/proc/loadavg: 4.18 4.30 3.72 5/219 11129
/proc/meminfo: memFree=22316320/32872528 swapFree=1499884/1696108
[pid=10950] ppid=10947 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/10950/stat : 10950 (java) S 10947 10950 8337 0 -1 4202496 32156 0 1 0 179672 337 0 0 20 0 22 0 22752110 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 140737097812720 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10950/statm: 2456183 1103614 2298 9 0 2446860 0
[pid=10950/tid=10952] ppid=10947 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10950/task/10952/stat : 10952 (java) S 10947 10950 8337 0 -1 4202560 2558 0 1 0 164 6 0 0 20 0 22 0 22752111 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866105082744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10953] ppid=10947 vsize=9824732 CPUtime=5.34 cores=1,3,5,7
/proc/10950/task/10953/stat : 10953 (java) S 10947 10950 8337 0 -1 4202560 909 0 0 0 501 33 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866083182888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10954] ppid=10947 vsize=9824732 CPUtime=5.38 cores=1,3,5,7
/proc/10950/task/10954/stat : 10954 (java) S 10947 10950 8337 0 -1 4202560 1158 0 0 0 505 33 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866082130088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10955] ppid=10947 vsize=9824732 CPUtime=5.71 cores=1,3,5,7
/proc/10950/task/10955/stat : 10955 (java) S 10947 10950 8337 0 -1 4202560 1049 0 0 0 532 39 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139866081077800 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10956] ppid=10947 vsize=9824732 CPUtime=5.55 cores=1,3,5,7
/proc/10950/task/10956/stat : 10956 (java) S 10947 10950 8337 0 -1 4202560 1051 0 0 0 517 38 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865744206248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10957] ppid=10947 vsize=9824732 CPUtime=5.63 cores=1,3,5,7
/proc/10950/task/10957/stat : 10957 (java) S 10947 10950 8337 0 -1 4202560 1081 0 0 0 525 38 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865743153960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10958] ppid=10947 vsize=9824732 CPUtime=5.5 cores=1,3,5,7
/proc/10950/task/10958/stat : 10958 (java) S 10947 10950 8337 0 -1 4202560 915 0 0 0 515 35 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865742101160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10959] ppid=10947 vsize=9824732 CPUtime=5.14 cores=1,3,5,7
/proc/10950/task/10959/stat : 10959 (java) S 10947 10950 8337 0 -1 4202560 894 0 0 0 485 29 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865741048872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10960] ppid=10947 vsize=9824732 CPUtime=5.89 cores=1,3,5,7
/proc/10950/task/10960/stat : 10960 (java) S 10947 10950 8337 0 -1 4202560 1051 0 0 0 553 36 0 0 20 0 22 0 22752113 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865739996072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10961] ppid=10947 vsize=9824732 CPUtime=6.81 cores=1,3,5,7
/proc/10950/task/10961/stat : 10961 (java) S 10947 10950 8337 0 -1 4202560 3417 0 0 0 673 8 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865727797480 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10962] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10962/stat : 10962 (java) S 10947 10950 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865726743544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10963] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10963/stat : 10963 (java) S 10947 10950 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22752114 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865725691144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10964] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10964/stat : 10964 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865724639632 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10965] ppid=10947 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/10950/task/10965/stat : 10965 (java) S 10947 10950 8337 0 -1 4202560 6914 0 0 0 84 2 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865723587256 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10966] ppid=10947 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10950/task/10966/stat : 10966 (java) S 10947 10950 8337 0 -1 4202560 8329 0 0 0 183 2 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865722534456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10967] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10967/stat : 10967 (java) S 10947 10950 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865721482360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10950/tid=10968] ppid=10947 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10950/task/10968/stat : 10968 (java) S 10947 10950 8337 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 22752117 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865720429768 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10969] ppid=10947 vsize=9824732 CPUtime=872.31 cores=1,3,5,7
/proc/10950/task/10969/stat : 10969 (java) R 10947 10950 8337 0 -1 4202560 259 0 0 0 87209 22 0 0 20 0 22 0 22752306 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865719274800 139865963336663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10950/tid=10970] ppid=10947 vsize=9824732 CPUtime=872.36 cores=1,3,5,7
/proc/10950/task/10970/stat : 10970 (java) R 10947 10950 8337 0 -1 4202560 1256 0 0 0 87204 32 0 0 20 0 22 0 22752306 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865718221232 139865963310459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10950/tid=10971] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10971/stat : 10971 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865717171368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10950/tid=10972] ppid=10947 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10950/task/10972/stat : 10972 (java) S 10947 10950 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22752321 10060525568 1103614 33554432000 1073741824 1073778376 140737097821584 139865716118568 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 892.35
CPU time (s): 1800.77
CPU user time (s): 1796.85
CPU system time (s): 3.9224
CPU usage (%): 201.801
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.85
system time used= 3.9224
maximum resident set size= 4414596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32201
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23416
involuntary context switches= 24572

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

The end

Launcher Data

Begin job on node137 at 2016-06-18 01:44:24
IDJOB=4099946
IDBENCH=1554
IDSOLVER=2543
FILE ID=node137/4099946-1466207063
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099946-1466207063/watcher-4099946-1466207063 -o /tmp/evaluation-result-4099946-1466207063/solver-4099946-1466207063 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099946-1466207063.opb

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

MD5SUM BENCH= c00448b3bb1fb54d1d5ecdb2bc9f967d
RANDOM SEED=750427497

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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:        29703728 kB
Buffers:           37220 kB
Cached:            85068 kB
SwapCached:         1252 kB
Active:           685720 kB
Inactive:          65048 kB
Active(anon):     629808 kB
Inactive(anon):      972 kB
Active(file):      55912 kB
Inactive(file):    64076 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              7472 kB
Writeback:             4 kB
AnonPages:       2340436 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             571068 kB
SReclaimable:      15024 kB
SUnreclaim:       556044 kB
KernelStack:        1600 kB
PageTables:         9228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2773128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    800768 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= 71688 MiB
End job on node137 at 2016-06-18 01:59:16