Trace number 4099970

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.09 894.557

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-n3700.opb
MD5SUM5e0d90a4cb8c7b885a60ac97183595d3
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 653701
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 653701
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4099970-1466207076.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
3.34/1.93	c ... done. Wall clock time 1.825s.
3.34/1.93	c declared #vars     155000
3.34/1.93	c #constraints  5300
3.34/1.93	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.34/1.93	c constraints type 
3.34/1.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
3.34/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5268
3.34/1.94	c 5300 constraints processed.
3.34/1.94	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.34/1.94	c constraints type 
3.34/1.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
3.34/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5268
3.34/1.94	c 5300 constraints processed.
3.34/1.94	c objective function length is 155000 literals
10.36/4.71	c cleaning 2499 clauses out of 5001 with flag 10059/5001
16.93/7.80	c cleaning 4247 clauses out of 8501 with flag 22102/11000
24.85/11.63	c cleaning 5626 clauses out of 11254 with flag 36183/18000
33.82/16.00	c cleaning 6812 clauses out of 13634 with flag 52237/26006
44.10/21.39	c cleaning 7912 clauses out of 15824 with flag 70247/35008
54.56/26.58	c cleaning 8954 clauses out of 17907 with flag 90313/45003
67.29/32.89	c cleaning 9978 clauses out of 19955 with flag 112326/56005
82.62/40.33	c cleaning 10985 clauses out of 21979 with flag 136391/68007
97.81/47.93	c cleaning 11994 clauses out of 23987 with flag 162443/81000
115.96/57.22	c cleaning 12998 clauses out of 25996 with flag 190550/95003
134.15/66.37	c cleaning 13994 clauses out of 27996 with flag 220658/110001
155.89/77.13	c cleaning 14999 clauses out of 30002 with flag 252830/126001
179.49/88.87	c cleaning 16002 clauses out of 32009 with flag 286866/143007
202.89/100.56	c cleaning 17002 clauses out of 34003 with flag 322871/161003
227.87/113.37	c cleaning 17999 clauses out of 35999 with flag 360957/180001
253.17/125.96	c cleaning 19000 clauses out of 38001 with flag 401043/200002
280.15/139.34	c cleaning 20001 clauses out of 40002 with flag 443129/221003
309.01/153.65	c cleaning 20997 clauses out of 41999 with flag 487217/243001
339.60/168.98	c cleaning 22004 clauses out of 44007 with flag 533311/266006
373.61/185.73	c cleaning 23000 clauses out of 46000 with flag 581393/290003
409.29/204.67	c cleaning 24002 clauses out of 48003 with flag 631496/315006
445.39/222.63	c cleaning 24991 clauses out of 49997 with flag 683635/341002
480.45/239.98	c cleaning 25999 clauses out of 52012 with flag 737650/368008
511.19/255.12	c cleaning 26996 clauses out of 54009 with flag 793644/396004
543.19/271.02	c cleaning 28002 clauses out of 56016 with flag 851651/425007
577.26/287.98	c cleaning 29000 clauses out of 58007 with flag 911639/455000
620.84/309.46	c cleaning 30001 clauses out of 60009 with flag 973657/486002
664.95/331.38	c cleaning 30999 clauses out of 62010 with flag 1037697/518004
705.41/351.31	c cleaning 32001 clauses out of 64009 with flag 1103694/551002
754.53/376.26	c cleaning 33003 clauses out of 66006 with flag 1171705/585000
805.06/401.41	c cleaning 33995 clauses out of 68007 with flag 1241717/620004
851.40/424.33	c cleaning 34998 clauses out of 70008 with flag 1313709/656000
899.65/448.04	c cleaning 36009 clauses out of 72017 with flag 1387723/693007
950.31/473.64	c cleaning 36998 clauses out of 74001 with flag 1463711/731000
1003.46/500.11	c cleaning 38002 clauses out of 76007 with flag 1541723/770004
1059.82/528.02	c cleaning 39003 clauses out of 78005 with flag 1621730/810004
1104.09/549.93	c cleaning 39999 clauses out of 79998 with flag 1703905/851000
1188.62/591.63	c cleaning 40994 clauses out of 81999 with flag 1788610/893000
1312.38/652.49	c cleaning 41996 clauses out of 84005 with flag 1875521/936000
1424.65/707.71	c cleaning 43001 clauses out of 86014 with flag 1964261/980005
1544.01/766.88	c cleaning 43993 clauses out of 88008 with flag 2055078/1025000
1687.86/838.69	c cleaning 45004 clauses out of 90019 with flag 2147622/1071004
1800.09/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/894.50	c starts		: 1
1800.09/894.50	c conflicts		: 1113764
1800.09/894.50	c decisions		: 1144300
1800.09/894.50	c propagations		: 162452034
1800.09/894.50	c inspects		: 4822780827
1800.09/894.50	c shortcuts		: 0
1800.09/894.50	c learnt literals	: 0
1800.09/894.50	c learnt binary clauses	: 0
1800.09/894.50	c learnt ternary clauses	: 0
1800.09/894.50	c learnt constraints	: 1113764
1800.09/894.50	c ignored constraints	: 0
1800.09/894.50	c root simplifications	: 0
1800.09/894.50	c removed literals (reason simplification)	: 6792253
1800.09/894.50	c reason swapping (by a shorter reason)	: 0
1800.09/894.50	c Calls to reduceDB	: 42
1800.09/894.50	c Number of update (reduction) of LBD	: 2993
1800.09/894.50	c Imported unit clauses	: 0
1800.09/894.50	c number of reductions to clauses (during analyze)	: 0
1800.09/894.50	c number of learned constraints concerned by reduction	: 0
1800.09/894.50	c number of learning phase by resolution	: 0
1800.09/894.50	c number of learning phase by cutting planes	: 0
1800.09/894.50	c speed (assignments/second)	: 182036.0145537344
1800.09/894.50	c non guided choices	24162
1800.09/894.53	c learnt constraints type 
1800.09/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87775
1800.09/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/894.53	c starts		: 1
1800.09/894.53	c conflicts		: 1058
1800.09/894.53	c decisions		: 4434379
1800.09/894.53	c propagations		: 25833727
1800.09/894.53	c inspects		: 287517306
1800.09/894.53	c shortcuts		: 0
1800.09/894.53	c learnt literals	: 0
1800.09/894.53	c learnt binary clauses	: 0
1800.09/894.53	c learnt ternary clauses	: 0
1800.09/894.53	c learnt constraints	: 1057
1800.09/894.53	c ignored constraints	: 0
1800.09/894.53	c root simplifications	: 0
1800.09/894.53	c removed literals (reason simplification)	: 0
1800.09/894.53	c reason swapping (by a shorter reason)	: 0
1800.09/894.53	c Calls to reduceDB	: 0
1800.09/894.53	c Number of update (reduction) of LBD	: 0
1800.09/894.53	c Imported unit clauses	: 0
1800.09/894.53	c number of reductions to clauses (during analyze)	: 0
1800.09/894.53	c number of learned constraints concerned by reduction	: 0
1800.09/894.53	c number of learning phase by resolution	: 0
1800.09/894.53	c number of learning phase by cutting planes	: 0
1800.09/894.53	c speed (assignments/second)	: 28947.233545709412
1800.09/894.53	c non guided choices	0
1800.09/894.53	c learnt constraints type 
1800.09/894.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.09/894.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1052
1800.09/894.53	s UNKNOWN
1800.09/894.53	c Total wall clock time (in seconds): 894.424

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-4099970-1466207076/watcher-4099970-1466207076 -o /tmp/evaluation-result-4099970-1466207076/solver-4099970-1466207076 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099970-1466207076.opb 

pid=2426
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.10 3.97 2.66 3/197 2429
/proc/meminfo: memFree=28791684/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 22756544 98570240 977 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 24065 977 743 9 0 16771 0
[pid=2429/tid=2430] ppid=2426 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) R 2426 2429 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22756545 98570240 977 33554432000 1073741824 1073778376 140737111600720 139877835951656 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.10 3.97 2.66 3/197 2429
/proc/meminfo: memFree=28791684/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 22756544 9787879424 6112 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2389619 6112 2156 9 0 2380296 0
[pid=2429/tid=2430] ppid=2426 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) R 2426 2429 1299 0 -1 4202560 2393 0 1 0 7 0 0 0 20 0 18 0 22756545 9787879424 6112 33554432000 1073741824 1073778376 140737111600720 139877835953416 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.10 3.97 2.66 3/197 2429
/proc/meminfo: memFree=28791684/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 5026 0 1 0 29 1 0 0 20 0 18 0 22756544 9787879424 8910 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2389619 8910 2223 9 0 2380296 0
[pid=2429/tid=2430] ppid=2426 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) R 2426 2429 1299 0 -1 4202560 2412 0 1 0 17 0 0 0 20 0 18 0 22756545 9787879424 8910 33554432000 1073741824 1073778376 140737111600720 139877835953416 139877706390146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300355 s]
/proc/loadavg: 4.10 3.97 2.66 3/197 2429
/proc/meminfo: memFree=28791684/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 5526 0 1 0 45 1 0 0 20 0 18 0 22756544 9787879424 15823 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2389619 15823 2232 9 0 2380296 0
[pid=2429/tid=2430] ppid=2426 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) R 2426 2429 1299 0 -1 4202560 2425 0 1 0 26 1 0 0 20 0 18 0 22756545 9787879424 15823 33554432000 1073741824 1073778376 140737111600720 139877835947728 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700292 s]
/proc/loadavg: 4.10 3.97 2.66 3/197 2429
/proc/meminfo: memFree=28791684/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9558476 CPUtime=1.23 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 6507 0 1 0 115 8 0 0 20 0 18 0 22756544 9787879424 47988 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2389619 47988 2269 9 0 2380296 0
[pid=2429/tid=2430] ppid=2426 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) R 2426 2429 1299 0 -1 4202560 2484 0 1 0 61 2 0 0 20 0 18 0 22756545 9787879424 47988 33554432000 1073741824 1073778376 140737111600720 139877835954184 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 4.02 3.95 2.66 4/215 2447
/proc/meminfo: memFree=28355572/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9558476 CPUtime=2.65 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 8907 0 1 0 238 27 0 0 20 0 18 0 22756544 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2389619 114124 2269 9 0 2380296 0
[pid=2429/tid=2430] ppid=2426 vsize=9558476 CPUtime=1.24 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) S 2426 2429 1299 0 -1 4202560 2539 0 1 0 120 4 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877835954536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2432] ppid=2426 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/2429/task/2432/stat : 2432 (java) R 2426 2429 1299 0 -1 4202560 169 0 0 0 14 5 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877825018280 139877840132271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2433] ppid=2426 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/2429/task/2433/stat : 2433 (java) R 2426 2429 1299 0 -1 4202560 139 0 0 0 4 2 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877678791384 139877839234978 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2434] ppid=2426 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2429/task/2434/stat : 2434 (java) R 2426 2429 1299 0 -1 4202560 190 0 0 0 6 2 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877677738328 139877842852971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2435] ppid=2426 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2429/task/2435/stat : 2435 (java) R 2426 2429 1299 0 -1 4202560 122 0 0 0 6 3 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877676685784 139877842852668 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2436] ppid=2426 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2429/task/2436/stat : 2436 (java) R 2426 2429 1299 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877675633456 139877842852998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2437] ppid=2426 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2429/task/2437/stat : 2437 (java) R 2426 2429 1299 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877674581208 139877842852780 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2438] ppid=2426 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/2429/task/2438/stat : 2438 (java) R 2426 2429 1299 0 -1 4202560 63 0 0 0 10 4 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877673528152 139877840132271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2439] ppid=2426 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/2429/task/2439/stat : 2439 (java) R 2426 2429 1299 0 -1 4202560 389 0 0 0 9 3 0 0 20 0 18 0 22756545 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877672475456 139877842852780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2440] ppid=2426 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2440/stat : 2440 (java) S 2426 2429 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22756546 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877660062984 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2441] ppid=2426 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2441/stat : 2441 (java) S 2426 2429 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22756547 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877659010424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2442] ppid=2426 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2442/stat : 2442 (java) S 2426 2429 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 22756547 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877657957256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2443] ppid=2426 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2443/stat : 2443 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22756549 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877656906000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2444] ppid=2426 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/2429/task/2444/stat : 2444 (java) S 2426 2429 1299 0 -1 4202560 1244 0 0 0 22 0 0 0 20 0 18 0 22756549 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877655853880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2445] ppid=2426 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/2429/task/2445/stat : 2445 (java) S 2426 2429 1299 0 -1 4202560 2664 0 0 0 23 1 0 0 20 0 18 0 22756549 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877654801336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2446] ppid=2426 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2446/stat : 2446 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22756549 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877653748472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2447] ppid=2426 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2447/stat : 2447 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22756549 9787879424 114124 33554432000 1073741824 1073778376 140737111600720 139877652696136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 9558476

[startup+3.10094 s]
/proc/loadavg: 4.02 3.95 2.66 7/219 2451
/proc/meminfo: memFree=27961296/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9824732 CPUtime=6.71 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 18440 0 1 0 641 30 0 0 20 0 22 0 22756544 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2456183 119924 2284 9 0 2446860 0
[pid=2429/tid=2430] ppid=2426 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) S 2426 2429 1299 0 -1 4202560 2547 0 1 0 162 4 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877835957112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2432] ppid=2426 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2429/task/2432/stat : 2432 (java) S 2426 2429 1299 0 -1 4202560 173 0 0 0 16 5 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877825018280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2433] ppid=2426 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2429/task/2433/stat : 2433 (java) S 2426 2429 1299 0 -1 4202560 139 0 0 0 5 2 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877678791208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2434] ppid=2426 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/2429/task/2434/stat : 2434 (java) S 2426 2429 1299 0 -1 4202560 192 0 0 0 7 2 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877677738152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2435] ppid=2426 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2429/task/2435/stat : 2435 (java) S 2426 2429 1299 0 -1 4202560 124 0 0 0 7 3 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877676685608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2436] ppid=2426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2429/task/2436/stat : 2436 (java) S 2426 2429 1299 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877675633576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2437] ppid=2426 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/2429/task/2437/stat : 2437 (java) S 2426 2429 1299 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877674581032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2438] ppid=2426 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2429/task/2438/stat : 2438 (java) S 2426 2429 1299 0 -1 4202560 67 0 0 0 12 4 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877673527976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2439] ppid=2426 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2429/task/2439/stat : 2439 (java) S 2426 2429 1299 0 -1 4202560 389 0 0 0 9 3 0 0 20 0 22 0 22756545 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877672475432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2440] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2440/stat : 2440 (java) S 2426 2429 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22756546 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877660064104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2441] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2441/stat : 2441 (java) S 2426 2429 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877659010424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2442] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2442/stat : 2442 (java) S 2426 2429 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877657957256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2443] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2443/stat : 2443 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877656906000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2444] ppid=2426 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/2429/task/2444/stat : 2444 (java) S 2426 2429 1299 0 -1 4202560 4738 0 0 0 81 0 0 0 20 0 22 0 22756549 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877655853880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2445] ppid=2426 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/2429/task/2445/stat : 2445 (java) S 2426 2429 1299 0 -1 4202560 8497 0 0 0 90 3 0 0 20 0 22 0 22756549 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877654801336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2446] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2446/stat : 2446 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877653748472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2447] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2447/stat : 2447 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877652696136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2448] ppid=2426 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/2429/task/2448/stat : 2448 (java) R 2426 2429 1299 0 -1 4202560 16 0 0 0 111 0 0 0 20 0 22 0 22756738 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877651640808 139877707391730 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2449] ppid=2426 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/2429/task/2449/stat : 2449 (java) R 2426 2429 1299 0 -1 4202560 29 0 0 0 114 0 0 0 20 0 22 0 22756738 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877650588008 139877707430452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2450] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2450/stat : 2450 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877649535784 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2451] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2451/stat : 2451 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 119924 33554432000 1073741824 1073778376 140737111600720 139877648483240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.09 3.97 2.68 5/219 2451
/proc/meminfo: memFree=27890580/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9824732 CPUtime=13.7 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 24397 0 1 0 1331 39 0 0 20 0 22 0 22756544 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2456183 153899 2289 9 0 2446860 0
[pid=2429/tid=2430] ppid=2426 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) S 2426 2429 1299 0 -1 4202560 2548 0 1 0 162 4 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877835957112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2432] ppid=2426 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/2429/task/2432/stat : 2432 (java) S 2426 2429 1299 0 -1 4202560 179 0 0 0 17 6 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877825018280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2433] ppid=2426 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2429/task/2433/stat : 2433 (java) S 2426 2429 1299 0 -1 4202560 159 0 0 0 7 3 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877678791208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2434] ppid=2426 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2429/task/2434/stat : 2434 (java) S 2426 2429 1299 0 -1 4202560 206 0 0 0 9 3 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877677738152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2435] ppid=2426 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2429/task/2435/stat : 2435 (java) S 2426 2429 1299 0 -1 4202560 170 0 0 0 13 5 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877676685608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2436] ppid=2426 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/2429/task/2436/stat : 2436 (java) S 2426 2429 1299 0 -1 4202560 70 0 0 0 7 3 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877675633576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2437] ppid=2426 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/2429/task/2437/stat : 2437 (java) S 2426 2429 1299 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877674581032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2438] ppid=2426 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2429/task/2438/stat : 2438 (java) S 2426 2429 1299 0 -1 4202560 83 0 0 0 14 4 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877673527976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2439] ppid=2426 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/2429/task/2439/stat : 2439 (java) S 2426 2429 1299 0 -1 4202560 436 0 0 0 15 5 0 0 20 0 22 0 22756545 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877672475432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2440] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2440/stat : 2440 (java) S 2426 2429 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22756546 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877660064104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2441] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2441/stat : 2441 (java) S 2426 2429 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877659010424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2442] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2442/stat : 2442 (java) S 2426 2429 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 153899 33554432000 1073741824 1073778376 140737111600720 139877657957256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2443] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/2429/task/2434/stat : 2434 (java) S 2426 2429 1299 0 -1 4202560 3604 0 0 0 468 31 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877677738152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2435] ppid=2426 vsize=9824732 CPUtime=4.44 cores=1,3,5,7
/proc/2429/task/2435/stat : 2435 (java) S 2426 2429 1299 0 -1 4202560 2535 0 0 0 413 31 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877676685608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2436] ppid=2426 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/2429/task/2436/stat : 2436 (java) S 2426 2429 1299 0 -1 4202560 1837 0 0 0 424 30 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877675633576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2437] ppid=2426 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/2429/task/2437/stat : 2437 (java) S 2426 2429 1299 0 -1 4202560 2472 0 0 0 459 25 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877674581032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2438] ppid=2426 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/2429/task/2438/stat : 2438 (java) S 2426 2429 1299 0 -1 4202560 3817 0 0 0 435 40 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877673527976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2439] ppid=2426 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/2429/task/2439/stat : 2439 (java) S 2426 2429 1299 0 -1 4202560 2663 0 0 0 428 41 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877672475432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2440] ppid=2426 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/2429/task/2440/stat : 2440 (java) S 2426 2429 1299 0 -1 4202560 3239 0 0 0 758 7 0 0 20 0 22 0 22756546 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877660064104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2441] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2441/stat : 2441 (java) S 2426 2429 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877659010424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2442] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2442/stat : 2442 (java) S 2426 2429 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877657957256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2443] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2443/stat : 2443 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877656906000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2444] ppid=2426 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/2429/task/2444/stat : 2444 (java) S 2426 2429 1299 0 -1 4202560 12316 0 0 0 153 2 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877655853880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2445] ppid=2426 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/2429/task/2445/stat : 2445 (java) S 2426 2429 1299 0 -1 4202560 8501 0 0 0 112 3 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877654801336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2446] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2446/stat : 2446 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877653748472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2447] ppid=2426 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/2429/task/2447/stat : 2447 (java) S 2426 2429 1299 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877652696136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2448] ppid=2426 vsize=9824732 CPUtime=860.81 cores=1,3,5,7
/proc/2429/task/2448/stat : 2448 (java) R 2426 2429 1299 0 -1 4202560 158 0 0 0 86064 17 0 0 20 0 22 0 22756738 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877651639744 139877707356769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2449] ppid=2426 vsize=9824732 CPUtime=860.94 cores=1,3,5,7
/proc/2429/task/2449/stat : 2449 (java) R 2426 2429 1299 0 -1 4202560 1353 0 0 0 86060 34 0 0 20 0 22 0 22756738 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877650585920 139877707685973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2450] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2450/stat : 2450 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877649535784 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2451] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2451/stat : 2451 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877648483240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1775.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.23 4.22 3.62 5/219 2540
/proc/meminfo: memFree=23840804/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 50491 0 1 0 179680 329 0 0 20 0 22 0 22756544 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2456183 1104350 2298 9 0 2446860 0
[pid=2429/tid=2430] ppid=2426 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) S 2426 2429 1299 0 -1 4202560 2563 0 1 0 164 6 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877835957112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2432] ppid=2426 vsize=9824732 CPUtime=4.37 cores=1,3,5,7
/proc/2429/task/2432/stat : 2432 (java) S 2426 2429 1299 0 -1 4202560 2225 0 0 0 404 33 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877825018280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2433] ppid=2426 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/2429/task/2433/stat : 2433 (java) S 2426 2429 1299 0 -1 4202560 1891 0 0 0 422 35 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877678791208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2434] ppid=2426 vsize=9824732 CPUtime=4.99 cores=1,3,5,7
/proc/2429/task/2434/stat : 2434 (java) S 2426 2429 1299 0 -1 4202560 3604 0 0 0 468 31 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877677738152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2435] ppid=2426 vsize=9824732 CPUtime=4.44 cores=1,3,5,7
/proc/2429/task/2435/stat : 2435 (java) S 2426 2429 1299 0 -1 4202560 2535 0 0 0 413 31 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877676685608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2436] ppid=2426 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/2429/task/2436/stat : 2436 (java) S 2426 2429 1299 0 -1 4202560 1837 0 0 0 424 30 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877675633576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2437] ppid=2426 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/2429/task/2437/stat : 2437 (java) S 2426 2429 1299 0 -1 4202560 2472 0 0 0 459 25 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877674581032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2438] ppid=2426 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/2429/task/2438/stat : 2438 (java) S 2426 2429 1299 0 -1 4202560 3817 0 0 0 435 40 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877673527976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2439] ppid=2426 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/2429/task/2439/stat : 2439 (java) S 2426 2429 1299 0 -1 4202560 2663 0 0 0 428 41 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877672475432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2440] ppid=2426 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/2429/task/2440/stat : 2440 (java) S 2426 2429 1299 0 -1 4202560 3239 0 0 0 758 7 0 0 20 0 22 0 22756546 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877660064104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2441] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2441/stat : 2441 (java) S 2426 2429 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877659010424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2442] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2442/stat : 2442 (java) S 2426 2429 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877657957256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2443] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2443/stat : 2443 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877656906000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2444] ppid=2426 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/2429/task/2444/stat : 2444 (java) S 2426 2429 1299 0 -1 4202560 12316 0 0 0 153 2 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877655853880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2445] ppid=2426 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/2429/task/2445/stat : 2445 (java) S 2426 2429 1299 0 -1 4202560 8501 0 0 0 112 3 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877654801336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2446] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2446/stat : 2446 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877653748472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2447] ppid=2426 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/2429/task/2447/stat : 2447 (java) S 2426 2429 1299 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877652696136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2448] ppid=2426 vsize=9824732 CPUtime=872.96 cores=1,3,5,7
/proc/2429/task/2448/stat : 2448 (java) R 2426 2429 1299 0 -1 4202560 158 0 0 0 87279 17 0 0 20 0 22 0 22756738 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877651639744 139877707197468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2449] ppid=2426 vsize=9824732 CPUtime=873.1 cores=1,3,5,7
/proc/2429/task/2449/stat : 2449 (java) R 2426 2429 1299 0 -1 4202560 1353 0 0 0 87276 34 0 0 20 0 22 0 22756738 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877650585920 139877707685949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2450] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2450/stat : 2450 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877649535784 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2451] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2451/stat : 2451 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877648483240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 2429 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.23 4.22 3.62 5/219 2540
/proc/meminfo: memFree=23840804/32872528 swapFree=877056/942464
[pid=2429] ppid=2426 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/2429/stat : 2429 (java) S 2426 2429 1299 0 -1 4202496 50491 0 1 0 179680 329 0 0 20 0 22 0 22756544 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 140737111591856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2429/statm: 2456183 1104350 2298 9 0 2446860 0
[pid=2429/tid=2430] ppid=2426 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/2429/task/2430/stat : 2430 (java) S 2426 2429 1299 0 -1 4202560 2563 0 1 0 164 6 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877835957112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2432] ppid=2426 vsize=9824732 CPUtime=4.37 cores=1,3,5,7
/proc/2429/task/2432/stat : 2432 (java) S 2426 2429 1299 0 -1 4202560 2225 0 0 0 404 33 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877825018280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2433] ppid=2426 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/2429/task/2433/stat : 2433 (java) S 2426 2429 1299 0 -1 4202560 1891 0 0 0 422 35 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877678791208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2434] ppid=2426 vsize=9824732 CPUtime=4.99 cores=1,3,5,7
/proc/2429/task/2434/stat : 2434 (java) S 2426 2429 1299 0 -1 4202560 3604 0 0 0 468 31 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877677738152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2435] ppid=2426 vsize=9824732 CPUtime=4.44 cores=1,3,5,7
/proc/2429/task/2435/stat : 2435 (java) S 2426 2429 1299 0 -1 4202560 2535 0 0 0 413 31 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877676685608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2436] ppid=2426 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/2429/task/2436/stat : 2436 (java) S 2426 2429 1299 0 -1 4202560 1837 0 0 0 424 30 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877675633576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2437] ppid=2426 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/2429/task/2437/stat : 2437 (java) S 2426 2429 1299 0 -1 4202560 2472 0 0 0 459 25 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877674581032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2429/tid=2438] ppid=2426 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/2429/task/2438/stat : 2438 (java) S 2426 2429 1299 0 -1 4202560 3817 0 0 0 435 40 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877673527976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2439] ppid=2426 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/2429/task/2439/stat : 2439 (java) S 2426 2429 1299 0 -1 4202560 2663 0 0 0 428 41 0 0 20 0 22 0 22756545 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877672475432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2440] ppid=2426 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/2429/task/2440/stat : 2440 (java) S 2426 2429 1299 0 -1 4202560 3239 0 0 0 758 7 0 0 20 0 22 0 22756546 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877660064104 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2441] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2441/stat : 2441 (java) S 2426 2429 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877659010424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2442] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2442/stat : 2442 (java) S 2426 2429 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22756547 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877657957256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2443] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2443/stat : 2443 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877656906000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2444] ppid=2426 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/2429/task/2444/stat : 2444 (java) S 2426 2429 1299 0 -1 4202560 12316 0 0 0 153 2 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877655853880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2445] ppid=2426 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/2429/task/2445/stat : 2445 (java) S 2426 2429 1299 0 -1 4202560 8501 0 0 0 112 3 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877654801336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2446] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2446/stat : 2446 (java) S 2426 2429 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877653748472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2429/tid=2447] ppid=2426 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/2429/task/2447/stat : 2447 (java) S 2426 2429 1299 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 22756549 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877652696136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2448] ppid=2426 vsize=9824732 CPUtime=872.96 cores=1,3,5,7
/proc/2429/task/2448/stat : 2448 (java) R 2426 2429 1299 0 -1 4202560 158 0 0 0 87279 17 0 0 20 0 22 0 22756738 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877651639744 139877707197468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2449] ppid=2426 vsize=9824732 CPUtime=873.1 cores=1,3,5,7
/proc/2429/task/2449/stat : 2449 (java) R 2426 2429 1299 0 -1 4202560 1353 0 0 0 87276 34 0 0 20 0 22 0 22756738 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877650585920 139877707685949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2429/tid=2450] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2450/stat : 2450 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877649535784 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2429/tid=2451] ppid=2426 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2429/task/2451/stat : 2451 (java) S 2426 2429 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22756753 10060525568 1104350 33554432000 1073741824 1073778376 140737111600720 139877648483240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.557
CPU time (s): 1800.09
CPU user time (s): 1796.8
CPU system time (s): 3.29
CPU usage (%): 201.227
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.32
system time used= 3.73243
maximum resident set size= 4417544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50537
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23579
involuntary context switches= 25469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.06708 second user time and 7.15091 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 01:44:36
IDJOB=4099970
IDBENCH=1557
IDSOLVER=2543
FILE ID=node113/4099970-1466207076
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71692 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-n3700.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099970-1466207076/watcher-4099970-1466207076 -o /tmp/evaluation-result-4099970-1466207076/solver-4099970-1466207076 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099970-1466207076.opb

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

MD5SUM BENCH= 5e0d90a4cb8c7b885a60ac97183595d3
RANDOM SEED=1419712875

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28794376 kB
Buffers:           37528 kB
Cached:            82216 kB
SwapCached:         1976 kB
Active:          2352332 kB
Inactive:          65700 kB
Active(anon):    2298728 kB
Inactive(anon):     1496 kB
Active(file):      53604 kB
Inactive(file):    64204 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              7436 kB
Writeback:             0 kB
AnonPages:       3106384 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             568444 kB
SReclaimable:      12012 kB
SUnreclaim:       556432 kB
KernelStack:        1784 kB
PageTables:        10464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4041064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2183168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node113 at 2016-06-18 01:59:31