Trace number 4100082

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.1 891.154

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-dano3_3.opb
MD5SUM108953e78fcc72e03ac9c2dad6fbc1ae
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535830
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100082-1466207923.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
12.96/8.51	c ... done. Wall clock time 8.391s.
12.96/8.51	c declared #vars     404796
12.96/8.51	c #constraints  4933
12.96/8.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
12.96/8.51	c constraints type 
12.96/8.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
12.96/8.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4927
12.96/8.51	c 4933 constraints processed.
12.96/8.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
12.96/8.51	c constraints type 
12.96/8.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
12.96/8.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
12.96/8.51	c 4933 constraints processed.
12.96/8.51	c objective function length is 30 literals
89.22/45.01	c cleaning 2475 clauses out of 4985 with flag 10474/5000
151.86/75.95	c cleaning 4234 clauses out of 8503 with flag 23851/11001
181.74/90.32	c cleaning 5600 clauses out of 11265 with flag 38774/18000
217.41/107.74	c cleaning 6780 clauses out of 13664 with flag 58788/26000
235.02/116.54	c cleaning 7902 clauses out of 15884 with flag 81090/35000
256.96/127.14	c cleaning 8964 clauses out of 17982 with flag 106525/45000
279.96/138.22	c cleaning 9989 clauses out of 20022 with flag 133885/56004
293.57/145.00	c cleaning 10993 clauses out of 22030 with flag 160419/68001
306.95/151.36	c cleaning 12000 clauses out of 24037 with flag 189131/81001
327.55/161.64	c cleaning 13000 clauses out of 26036 with flag 217710/95000
370.46/182.29	c cleaning 13993 clauses out of 28036 with flag 248389/110000
408.94/201.00	c cleaning 14995 clauses out of 30047 with flag 286645/126004
451.88/222.06	c cleaning 15992 clauses out of 32048 with flag 325423/143000
486.87/239.51	c cleaning 16988 clauses out of 34058 with flag 366087/161002
518.21/254.86	c cleaning 18002 clauses out of 36068 with flag 412091/180000
553.57/273.62	c cleaning 19007 clauses out of 38066 with flag 460339/200000
593.77/293.30	c cleaning 19990 clauses out of 40059 with flag 512138/221000
641.42/317.00	c cleaning 20998 clauses out of 42075 with flag 566721/243006
692.25/342.12	c cleaning 22009 clauses out of 44071 with flag 623142/266000
745.10/368.33	c cleaning 22999 clauses out of 46062 with flag 681281/290000
804.83/397.77	c cleaning 23994 clauses out of 48063 with flag 742245/315000
863.71/426.99	c cleaning 24991 clauses out of 50069 with flag 806891/341000
917.78/453.73	c cleaning 26007 clauses out of 52078 with flag 874970/368000
978.83/483.78	c cleaning 26999 clauses out of 54071 with flag 943385/396000
1027.61/508.12	c cleaning 28008 clauses out of 56074 with flag 1015177/425002
1100.92/544.21	c cleaning 28997 clauses out of 58069 with flag 1089583/455005
1173.90/580.46	c cleaning 30006 clauses out of 60067 with flag 1167059/486000
1251.14/618.71	c cleaning 30992 clauses out of 62061 with flag 1246708/518000
1334.97/659.96	c cleaning 31986 clauses out of 64069 with flag 1329731/551000
1396.09/690.33	c cleaning 33008 clauses out of 66083 with flag 1413042/585000
1452.27/718.23	c cleaning 34007 clauses out of 68075 with flag 1498133/620000
1517.27/750.57	c cleaning 34985 clauses out of 70068 with flag 1596779/656000
1800.10/891.11	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/891.11	c starts		: 254
1800.10/891.11	c conflicts		: 682952
1800.10/891.11	c decisions		: 4099877
1800.10/891.11	c propagations		: 157428697
1800.10/891.11	c inspects		: 2016300439
1800.10/891.11	c shortcuts		: 0
1800.10/891.11	c learnt literals	: 27
1800.10/891.11	c learnt binary clauses	: 16
1800.10/891.11	c learnt ternary clauses	: 10
1800.10/891.11	c learnt constraints	: 682925
1800.10/891.11	c ignored constraints	: 0
1800.10/891.11	c root simplifications	: 0
1800.10/891.11	c removed literals (reason simplification)	: 861005
1800.10/891.11	c reason swapping (by a shorter reason)	: 0
1800.10/891.11	c Calls to reduceDB	: 32
1800.10/891.11	c Number of update (reduction) of LBD	: 177869
1800.10/891.11	c Imported unit clauses	: 0
1800.10/891.11	c number of reductions to clauses (during analyze)	: 0
1800.10/891.11	c number of learned constraints concerned by reduction	: 0
1800.10/891.11	c number of learning phase by resolution	: 0
1800.10/891.11	c number of learning phase by cutting planes	: 0
1800.10/891.11	c speed (assignments/second)	: 178408.76694941666
1800.10/891.11	c non guided choices	1088089
1800.10/891.13	c learnt constraints type 
1800.10/891.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.10/891.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62019
1800.10/891.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/891.13	c starts		: 4
1800.10/891.13	c conflicts		: 1146
1800.10/891.13	c decisions		: 238551
1800.10/891.13	c propagations		: 2316690
1800.10/891.13	c inspects		: 62022767
1800.10/891.13	c shortcuts		: 0
1800.10/891.13	c learnt literals	: 0
1800.10/891.13	c learnt binary clauses	: 0
1800.10/891.13	c learnt ternary clauses	: 0
1800.10/891.13	c learnt constraints	: 1145
1800.10/891.13	c ignored constraints	: 0
1800.10/891.13	c root simplifications	: 0
1800.10/891.13	c removed literals (reason simplification)	: 0
1800.10/891.13	c reason swapping (by a shorter reason)	: 0
1800.10/891.13	c Calls to reduceDB	: 0
1800.10/891.13	c Number of update (reduction) of LBD	: 0
1800.10/891.13	c Imported unit clauses	: 0
1800.10/891.13	c number of reductions to clauses (during analyze)	: 0
1800.10/891.13	c number of learned constraints concerned by reduction	: 0
1800.10/891.13	c number of learning phase by resolution	: 0
1800.10/891.13	c number of learning phase by cutting planes	: 0
1800.10/891.13	c speed (assignments/second)	: 2625.540166393349
1800.10/891.13	c non guided choices	3720
1800.10/891.13	c learnt constraints type 
1800.10/891.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.10/891.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1143
1800.10/891.13	s UNKNOWN
1800.10/891.13	c Total wall clock time (in seconds): 891.015

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-4100082-1466207923/watcher-4100082-1466207923 -o /tmp/evaluation-result-4100082-1466207923/solver-4100082-1466207923 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100082-1466207923.opb 

pid=9819
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.20 4.31 3.73 4/199 9822
/proc/meminfo: memFree=25872232/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9822/stat : 9822 (java) D 9819 9822 7329 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 22838363 2560000 47 33554432000 1073741824 1073778376 140736452562848 140736452559976 215115459879 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 625 47 37 9 0 29 0

[startup+0.100151 s]
/proc/loadavg: 4.20 4.31 3.73 4/199 9822
/proc/meminfo: memFree=25872232/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 22838363 9787879424 6043 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 4.20 4.31 3.73 4/199 9822
/proc/meminfo: memFree=25872232/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 4952 0 1 0 24 1 0 0 20 0 18 0 22838363 9787879424 11578 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2389619 11578 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.20 4.31 3.73 4/199 9822
/proc/meminfo: memFree=25872232/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 6377 0 1 0 53 2 0 0 20 0 18 0 22838363 9787879424 14305 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2389619 14305 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700295 s]
/proc/loadavg: 4.20 4.31 3.73 4/199 9822
/proc/meminfo: memFree=25872232/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9558476 CPUtime=1.62 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 17178 0 1 0 158 4 0 0 20 0 18 0 22838363 9787879424 44160 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2389619 44160 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.20 4.31 3.73 4/217 9840
/proc/meminfo: memFree=25576020/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9558476 CPUtime=2.87 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 17967 0 1 0 268 19 0 0 20 0 18 0 22838363 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2389619 102976 2276 9 0 2380296 0
[pid=9822/tid=9824] ppid=9819 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/9822/task/9824/stat : 9824 (java) R 9819 9822 7329 0 -1 4202560 2527 0 1 0 128 4 0 0 20 0 18 0 22838364 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717740900304 139717585348557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9825] ppid=9819 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9822/task/9825/stat : 9825 (java) S 9819 9822 7329 0 -1 4202560 220 0 0 0 7 2 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717584611624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9826] ppid=9819 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9822/task/9826/stat : 9826 (java) S 9819 9822 7329 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717583558824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9827] ppid=9819 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9822/task/9827/stat : 9827 (java) S 9819 9822 7329 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717582506536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9828] ppid=9819 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9822/task/9828/stat : 9828 (java) S 9819 9822 7329 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717581453736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9829] ppid=9819 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9822/task/9829/stat : 9829 (java) S 9819 9822 7329 0 -1 4202560 233 0 0 0 3 0 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717580401448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9830] ppid=9819 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/9822/task/9830/stat : 9830 (java) S 9819 9822 7329 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717579348648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9831] ppid=9819 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9822/task/9831/stat : 9831 (java) S 9819 9822 7329 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717578296360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9832] ppid=9819 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9822/task/9832/stat : 9832 (java) S 9819 9822 7329 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 22838365 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717577243560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9833] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9833/stat : 9833 (java) S 9819 9822 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22838366 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717094914280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9834] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9834/stat : 9834 (java) S 9819 9822 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 22838366 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717093860344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9835] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9835/stat : 9835 (java) S 9819 9822 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22838366 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717092807944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9836] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9836/stat : 9836 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717091756432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9837] ppid=9819 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/9822/task/9837/stat : 9837 (java) S 9819 9822 7329 0 -1 4202560 8666 0 0 0 54 1 0 0 20 0 18 0 22838369 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717090704056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9838] ppid=9819 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/9822/task/9838/stat : 9838 (java) S 9819 9822 7329 0 -1 4202560 4792 0 0 0 40 0 0 0 20 0 18 0 22838369 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717089651256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9839] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9839/stat : 9839 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717088599160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9840] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9840/stat : 9840 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 102976 33554432000 1073741824 1073778376 140736452562848 139717087546568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 4.10 4.29 3.72 11/217 9840
/proc/meminfo: memFree=25266560/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9558476 CPUtime=5.25 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 19374 0 1 0 484 41 0 0 20 0 18 0 22838363 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2389619 163398 2284 9 0 2380296 0
[pid=9822/tid=9824] ppid=9819 vsize=9558476 CPUtime=2.06 cores=0,2,4,6
/proc/9822/task/9824/stat : 9824 (java) R 9819 9822 7329 0 -1 4202560 2529 0 1 0 202 4 0 0 20 0 18 0 22838364 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717740900304 139717585180936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9825] ppid=9819 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9822/task/9825/stat : 9825 (java) S 9819 9822 7329 0 -1 4202560 268 0 0 0 18 5 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717584611624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9826] ppid=9819 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/9822/task/9826/stat : 9826 (java) S 9819 9822 7329 0 -1 4202560 105 0 0 0 17 5 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717583558824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9827] ppid=9819 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/9822/task/9827/stat : 9827 (java) S 9819 9822 7329 0 -1 4202560 72 0 0 0 12 3 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717582506536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9828] ppid=9819 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/9822/task/9828/stat : 9828 (java) S 9819 9822 7329 0 -1 4202560 240 0 0 0 14 4 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717581453736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9829] ppid=9819 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9822/task/9829/stat : 9829 (java) S 9819 9822 7329 0 -1 4202560 476 0 0 0 21 6 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717580401448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9830] ppid=9819 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9822/task/9830/stat : 9830 (java) S 9819 9822 7329 0 -1 4202560 228 0 0 0 13 4 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717579348648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9831] ppid=9819 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/9822/task/9831/stat : 9831 (java) S 9819 9822 7329 0 -1 4202560 251 0 0 0 14 5 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717578296360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9832] ppid=9819 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9822/task/9832/stat : 9832 (java) S 9819 9822 7329 0 -1 4202560 46 0 0 0 8 3 0 0 20 0 18 0 22838365 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717577243560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9833] ppid=9819 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/9822/task/9833/stat : 9833 (java) S 9819 9822 7329 0 -1 4202560 448 0 0 0 55 0 0 0 20 0 18 0 22838366 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717094914280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9834] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9834/stat : 9834 (java) S 9819 9822 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 22838366 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717093860344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9835] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9835/stat : 9835 (java) S 9819 9822 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22838366 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717092807944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9836] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9836/stat : 9836 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717091756432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9837] ppid=9819 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/9822/task/9837/stat : 9837 (java) S 9819 9822 7329 0 -1 4202560 8666 0 0 0 54 1 0 0 20 0 18 0 22838369 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717090704056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9838] ppid=9819 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/9822/task/9838/stat : 9838 (java) S 9819 9822 7329 0 -1 4202560 4792 0 0 0 40 0 0 0 20 0 18 0 22838369 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717089651256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9839] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9839/stat : 9839 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717088599160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9840] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9840/stat : 9840 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 163398 33554432000 1073741824 1073778376 140736452562848 139717087546568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 9558476

[startup+6.30075 s]
/proc/loadavg: 4.10 4.29 3.72 4/217 9840
/proc/meminfo: memFree=24814276/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9558476 CPUtime=9.8 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 22158 0 1 0 901 79 0 0 20 0 18 0 22838363 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2389619 295276 2284 9 0 2380296 0
[pid=9822/tid=9824] ppid=9819 vsize=9558476 CPUtime=3.82 cores=0,2,4,6
/proc/9822/task/9824/stat : 9824 (java) R 9819 9822 7329 0 -1 4202560 2814 0 1 0 374 8 0 0 20 0 18 0 22838364 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717740900320 139717585347756 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9825] ppid=9819 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/9822/task/9825/stat : 9825 (java) S 9819 9822 7329 0 -1 4202560 589 0 0 0 37 9 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717584611624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9826] ppid=9819 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/9822/task/9826/stat : 9826 (java) S 9819 9822 7329 0 -1 4202560 214 0 0 0 34 10 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717583558824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9827] ppid=9819 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/9822/task/9827/stat : 9827 (java) S 9819 9822 7329 0 -1 4202560 734 0 0 0 27 7 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717582506536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9828] ppid=9819 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/9822/task/9828/stat : 9828 (java) S 9819 9822 7329 0 -1 4202560 315 0 0 0 28 7 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717581453736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9829] ppid=9819 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/9822/task/9829/stat : 9829 (java) S 9819 9822 7329 0 -1 4202560 608 0 0 0 49 12 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717580401448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9830] ppid=9819 vsize=9558476 CPUtime=0.36 cores=0,2,4,6
/proc/9822/task/9830/stat : 9830 (java) S 9819 9822 7329 0 -1 4202560 644 0 0 0 28 8 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717579348648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9831] ppid=9819 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/9822/task/9831/stat : 9831 (java) S 9819 9822 7329 0 -1 4202560 330 0 0 0 32 8 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717578296360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9832] ppid=9819 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/9822/task/9832/stat : 9832 (java) S 9819 9822 7329 0 -1 4202560 131 0 0 0 24 6 0 0 20 0 18 0 22838365 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717577243560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9833] ppid=9819 vsize=9558476 CPUtime=1.52 cores=0,2,4,6
/proc/9822/task/9833/stat : 9833 (java) S 9819 9822 7329 0 -1 4202560 1068 0 0 0 152 0 0 0 20 0 18 0 22838366 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717094914280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9834] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9834/stat : 9834 (java) S 9819 9822 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 22838366 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717093860344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9835] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9835/stat : 9835 (java) S 9819 9822 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22838366 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717092807944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9836] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9836/stat : 9836 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717091756432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9837] ppid=9819 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/9822/task/9837/stat : 9837 (java) S 9819 9822 7329 0 -1 4202560 8666 0 0 0 56 2 0 0 20 0 18 0 22838369 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717090704056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9838] ppid=9819 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/9822/task/9838/stat : 9838 (java) S 9819 9822 7329 0 -1 4202560 4792 0 0 0 43 0 0 0 20 0 18 0 22838369 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717089651256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9839] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9839/stat : 9839 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717088599160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9840] ppid=9819 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9840/stat : 9840 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22838369 9787879424 295276 33554432000 1073741824 1073778376 140736452562848 139717087546568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 9558476

[startup+12.701 s]
/proc/loadavg: 4.16 4.30 3.73 7/217 9909
/proc/meminfo: memFree=28255744/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9824732 CPUtime=22.91 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 24688 0 1 0 2142 149 0 0 20 0 22 0 22838363 10060525568 481899 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2456183 481899 2292 9 0 2446860 0

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

/proc/9822/task/9827/stat : 9827 (java) S 9819 9822 7329 0 -1 4202560 1208 0 0 0 569 32 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717582506536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9828] ppid=9819 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/9822/task/9828/stat : 9828 (java) S 9819 9822 7329 0 -1 4202560 1374 0 0 0 625 38 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717581453736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9829] ppid=9819 vsize=9824732 CPUtime=6.94 cores=0,2,4,6
/proc/9822/task/9829/stat : 9829 (java) S 9819 9822 7329 0 -1 4202560 1722 0 0 0 653 41 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717580401448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9830] ppid=9819 vsize=9824732 CPUtime=6.23 cores=0,2,4,6
/proc/9822/task/9830/stat : 9830 (java) S 9819 9822 7329 0 -1 4202560 1330 0 0 0 586 37 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717579348648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9831] ppid=9819 vsize=9824732 CPUtime=7.13 cores=0,2,4,6
/proc/9822/task/9831/stat : 9831 (java) S 9819 9822 7329 0 -1 4202560 1257 0 0 0 674 39 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717578296360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9832] ppid=9819 vsize=9824732 CPUtime=5.82 cores=0,2,4,6
/proc/9822/task/9832/stat : 9832 (java) S 9819 9822 7329 0 -1 4202560 1155 0 0 0 547 35 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717577243560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9833] ppid=9819 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/9822/task/9833/stat : 9833 (java) S 9819 9822 7329 0 -1 4202560 2968 0 0 0 438 5 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717094914280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9834] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9834/stat : 9834 (java) S 9819 9822 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717093860344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9835] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9835/stat : 9835 (java) S 9819 9822 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717092807944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9836] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9836/stat : 9836 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717091756432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9837] ppid=9819 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9822/task/9837/stat : 9837 (java) S 9819 9822 7329 0 -1 4202560 12581 0 0 0 211 2 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717090704056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9838] ppid=9819 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/9822/task/9838/stat : 9838 (java) S 9819 9822 7329 0 -1 4202560 4810 0 0 0 83 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717089651256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9839] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9839/stat : 9839 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717088599160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9840] ppid=9819 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9822/task/9840/stat : 9840 (java) S 9819 9822 7329 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717087546568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9841] ppid=9819 vsize=9824732 CPUtime=856.02 cores=0,2,4,6
/proc/9822/task/9841/stat : 9841 (java) R 9819 9822 7329 0 -1 4202560 46 0 0 0 85588 14 0 0 20 0 22 0 22839215 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717086489056 139717585621445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9842] ppid=9819 vsize=9824732 CPUtime=856.28 cores=0,2,4,6
/proc/9822/task/9842/stat : 9842 (java) R 9819 9822 7329 0 -1 4202560 54 0 0 0 85615 13 0 0 20 0 22 0 22839215 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717085436672 139717585787792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9843] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9843/stat : 9843 (java) S 9819 9822 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22839234 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717084386472 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9844] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9844/stat : 9844 (java) S 9819 9822 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22839240 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717083333672 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782.5
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.108 s]
/proc/loadavg: 4.27 4.30 4.09 5/221 10027
/proc/meminfo: memFree=23261848/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 35608 0 1 0 179675 335 0 0 20 0 22 0 22838363 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2456183 915575 2298 9 0 2446860 0
[pid=9822/tid=9824] ppid=9819 vsize=9824732 CPUtime=5.74 cores=0,2,4,6
/proc/9822/task/9824/stat : 9824 (java) S 9819 9822 7329 0 -1 4202560 3381 0 1 0 563 11 0 0 20 0 22 0 22838364 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717740909432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9825] ppid=9819 vsize=9824732 CPUtime=7.09 cores=0,2,4,6
/proc/9822/task/9825/stat : 9825 (java) S 9819 9822 7329 0 -1 4202560 1235 0 0 0 670 39 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717584611624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9826] ppid=9819 vsize=9824732 CPUtime=6.59 cores=0,2,4,6
/proc/9822/task/9826/stat : 9826 (java) S 9819 9822 7329 0 -1 4202560 1170 0 0 0 620 39 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717583558824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9827] ppid=9819 vsize=9824732 CPUtime=6.01 cores=0,2,4,6
/proc/9822/task/9827/stat : 9827 (java) S 9819 9822 7329 0 -1 4202560 1208 0 0 0 569 32 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717582506536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9828] ppid=9819 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/9822/task/9828/stat : 9828 (java) S 9819 9822 7329 0 -1 4202560 1374 0 0 0 625 38 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717581453736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9829] ppid=9819 vsize=9824732 CPUtime=6.94 cores=0,2,4,6
/proc/9822/task/9829/stat : 9829 (java) S 9819 9822 7329 0 -1 4202560 1722 0 0 0 653 41 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717580401448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9830] ppid=9819 vsize=9824732 CPUtime=6.23 cores=0,2,4,6
/proc/9822/task/9830/stat : 9830 (java) S 9819 9822 7329 0 -1 4202560 1330 0 0 0 586 37 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717579348648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9831] ppid=9819 vsize=9824732 CPUtime=7.13 cores=0,2,4,6
/proc/9822/task/9831/stat : 9831 (java) S 9819 9822 7329 0 -1 4202560 1257 0 0 0 674 39 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717578296360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9832] ppid=9819 vsize=9824732 CPUtime=5.82 cores=0,2,4,6
/proc/9822/task/9832/stat : 9832 (java) S 9819 9822 7329 0 -1 4202560 1155 0 0 0 547 35 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717577243560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9833] ppid=9819 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/9822/task/9833/stat : 9833 (java) S 9819 9822 7329 0 -1 4202560 2968 0 0 0 438 5 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717094914280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9834] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9834/stat : 9834 (java) S 9819 9822 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717093860344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9835] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9835/stat : 9835 (java) S 9819 9822 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717092807944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9836] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9836/stat : 9836 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717091756432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9837] ppid=9819 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9822/task/9837/stat : 9837 (java) S 9819 9822 7329 0 -1 4202560 12581 0 0 0 211 2 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717090704056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9838] ppid=9819 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/9822/task/9838/stat : 9838 (java) S 9819 9822 7329 0 -1 4202560 4810 0 0 0 83 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717089651256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9839] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9839/stat : 9839 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717088599160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9840] ppid=9819 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9822/task/9840/stat : 9840 (java) S 9819 9822 7329 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717087546568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9841] ppid=9819 vsize=9824732 CPUtime=864.79 cores=0,2,4,6
/proc/9822/task/9841/stat : 9841 (java) R 9819 9822 7329 0 -1 4202560 46 0 0 0 86465 14 0 0 20 0 22 0 22839215 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717086489056 139717584682938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9842] ppid=9819 vsize=9824732 CPUtime=865.05 cores=0,2,4,6
/proc/9822/task/9842/stat : 9842 (java) R 9819 9822 7329 0 -1 4202560 54 0 0 0 86492 13 0 0 20 0 22 0 22839215 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717085436672 139717585489060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9843] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9843/stat : 9843 (java) S 9819 9822 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22839234 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717084386472 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9844] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9844/stat : 9844 (java) S 9819 9822 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22839240 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717083333672 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 9822 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+891.108 s]
/proc/loadavg: 4.27 4.30 4.09 5/221 10027
/proc/meminfo: memFree=23261848/32872528 swapFree=1505436/1685308
[pid=9822] ppid=9819 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/9822/stat : 9822 (java) S 9819 9822 7329 0 -1 4202496 35608 0 1 0 179675 335 0 0 20 0 22 0 22838363 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 140736452553984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9822/statm: 2456183 915575 2298 9 0 2446860 0
[pid=9822/tid=9824] ppid=9819 vsize=9824732 CPUtime=5.74 cores=0,2,4,6
/proc/9822/task/9824/stat : 9824 (java) S 9819 9822 7329 0 -1 4202560 3381 0 1 0 563 11 0 0 20 0 22 0 22838364 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717740909432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9825] ppid=9819 vsize=9824732 CPUtime=7.09 cores=0,2,4,6
/proc/9822/task/9825/stat : 9825 (java) S 9819 9822 7329 0 -1 4202560 1235 0 0 0 670 39 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717584611624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9826] ppid=9819 vsize=9824732 CPUtime=6.59 cores=0,2,4,6
/proc/9822/task/9826/stat : 9826 (java) S 9819 9822 7329 0 -1 4202560 1170 0 0 0 620 39 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717583558824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9827] ppid=9819 vsize=9824732 CPUtime=6.01 cores=0,2,4,6
/proc/9822/task/9827/stat : 9827 (java) S 9819 9822 7329 0 -1 4202560 1208 0 0 0 569 32 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717582506536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9828] ppid=9819 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/9822/task/9828/stat : 9828 (java) S 9819 9822 7329 0 -1 4202560 1374 0 0 0 625 38 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717581453736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9829] ppid=9819 vsize=9824732 CPUtime=6.94 cores=0,2,4,6
/proc/9822/task/9829/stat : 9829 (java) S 9819 9822 7329 0 -1 4202560 1722 0 0 0 653 41 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717580401448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9830] ppid=9819 vsize=9824732 CPUtime=6.23 cores=0,2,4,6
/proc/9822/task/9830/stat : 9830 (java) S 9819 9822 7329 0 -1 4202560 1330 0 0 0 586 37 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717579348648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9831] ppid=9819 vsize=9824732 CPUtime=7.13 cores=0,2,4,6
/proc/9822/task/9831/stat : 9831 (java) S 9819 9822 7329 0 -1 4202560 1257 0 0 0 674 39 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717578296360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9832] ppid=9819 vsize=9824732 CPUtime=5.82 cores=0,2,4,6
/proc/9822/task/9832/stat : 9832 (java) S 9819 9822 7329 0 -1 4202560 1155 0 0 0 547 35 0 0 20 0 22 0 22838365 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717577243560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9833] ppid=9819 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/9822/task/9833/stat : 9833 (java) S 9819 9822 7329 0 -1 4202560 2968 0 0 0 438 5 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717094914280 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9834] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9834/stat : 9834 (java) S 9819 9822 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717093860344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9835] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9835/stat : 9835 (java) S 9819 9822 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22838366 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717092807944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9836] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9836/stat : 9836 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717091756432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9822/tid=9837] ppid=9819 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9822/task/9837/stat : 9837 (java) S 9819 9822 7329 0 -1 4202560 12581 0 0 0 211 2 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717090704056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9838] ppid=9819 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/9822/task/9838/stat : 9838 (java) S 9819 9822 7329 0 -1 4202560 4810 0 0 0 83 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717089651256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9839] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9839/stat : 9839 (java) S 9819 9822 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717088599160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9822/tid=9840] ppid=9819 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9822/task/9840/stat : 9840 (java) S 9819 9822 7329 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 22838369 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717087546568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9841] ppid=9819 vsize=9824732 CPUtime=864.79 cores=0,2,4,6
/proc/9822/task/9841/stat : 9841 (java) R 9819 9822 7329 0 -1 4202560 46 0 0 0 86465 14 0 0 20 0 22 0 22839215 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717086489056 139717584682938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9822/tid=9842] ppid=9819 vsize=9824732 CPUtime=865.05 cores=0,2,4,6
/proc/9822/task/9842/stat : 9842 (java) R 9819 9822 7329 0 -1 4202560 54 0 0 0 86492 13 0 0 20 0 22 0 22839215 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717085436672 139717585489060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9843] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9843/stat : 9843 (java) S 9819 9822 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22839234 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717084386472 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9822/tid=9844] ppid=9819 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9822/task/9844/stat : 9844 (java) S 9819 9822 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22839240 10060525568 915575 33554432000 1073741824 1073778376 140736452562848 139717083333672 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9822 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=329524
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=762428
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 891.154
CPU time (s): 1800.1
CPU user time (s): 1796.75
CPU system time (s): 3.35
CPU usage (%): 201.997
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.33
system time used= 3.76243
maximum resident set size= 3662416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35643
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23585
involuntary context switches= 23979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93325 second user time and 7.92579 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 01:58:44
IDJOB=4100082
IDBENCH=1571
IDSOLVER=2543
FILE ID=node135/4100082-1466207923
RUNJOBID= node135-1466206056-7345
PBS_JOBID= 19918142
Free space on /tmp= 71672 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/milp/normalized-reduced-mps-v2-20-10-dano3_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100082-1466207923/watcher-4100082-1466207923 -o /tmp/evaluation-result-4100082-1466207923/solver-4100082-1466207923 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100082-1466207923.opb

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

MD5SUM BENCH= 108953e78fcc72e03ac9c2dad6fbc1ae
RANDOM SEED=509336663

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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:        25873148 kB
Buffers:           38776 kB
Cached:           141548 kB
SwapCached:          704 kB
Active:          4493888 kB
Inactive:         104904 kB
Active(anon):    4419972 kB
Inactive(anon):     1264 kB
Active(file):      73916 kB
Inactive(file):   103640 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:             26028 kB
Writeback:             0 kB
AnonPages:       6103340 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             570084 kB
SReclaimable:      13988 kB
SUnreclaim:       556096 kB
KernelStack:        1624 kB
PageTables:        16264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6742220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4292608 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= 71672 MiB
End job on node135 at 2016-06-18 02:13:36