Trace number 4103858

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 892.554

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc04.opb
MD5SUMbb1646c210ed722ee76932cafe9701aa
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 43188899594881920000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 133861748414790079675
Number of bits of the biggest sum of numbers67
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103858-1466248071.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
3.60/2.00	c ... done. Wall clock time 1.895s.
3.60/2.00	c declared #vars     146276
3.60/2.00	c #constraints  2010
3.60/2.01	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.60/2.01	c constraints type 
3.60/2.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
3.60/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1998
3.60/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.60/2.01	c 2010 constraints processed.
3.60/2.01	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.60/2.01	c constraints type 
3.60/2.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
3.60/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2000
3.60/2.01	c 2010 constraints processed.
3.60/2.01	c objective function length is 31 literals
9.25/4.25	c cleaning 2499 clauses out of 5000 with flag 10000/5000
14.33/6.57	c cleaning 4252 clauses out of 8503 with flag 22004/11002
20.24/9.46	c cleaning 5619 clauses out of 11250 with flag 36002/18001
27.22/12.82	c cleaning 6815 clauses out of 13631 with flag 52002/26001
34.56/16.50	c cleaning 7908 clauses out of 15815 with flag 70000/35000
43.52/20.83	c cleaning 8950 clauses out of 17907 with flag 90000/45000
53.39/25.70	c cleaning 9976 clauses out of 19958 with flag 112002/56001
64.82/31.79	c cleaning 10991 clauses out of 21982 with flag 136002/68001
77.26/37.97	c cleaning 11993 clauses out of 23990 with flag 162000/81000
91.22/44.84	c cleaning 12998 clauses out of 25998 with flag 190002/95001
106.34/52.30	c cleaning 13998 clauses out of 27999 with flag 220000/110000
122.67/60.40	c cleaning 14997 clauses out of 30001 with flag 252000/126000
141.45/69.74	c cleaning 16002 clauses out of 32006 with flag 286004/143002
161.34/79.69	c cleaning 16999 clauses out of 34004 with flag 322004/161002
182.70/90.25	c cleaning 17998 clauses out of 36003 with flag 360000/180000
207.50/102.51	c cleaning 19001 clauses out of 38006 with flag 400002/200001
233.36/115.20	c cleaning 19998 clauses out of 40004 with flag 442000/221000
262.77/130.36	c cleaning 21003 clauses out of 42006 with flag 486000/243000
293.35/145.52	c cleaning 22001 clauses out of 44005 with flag 532005/266002
326.81/162.11	c cleaning 23001 clauses out of 46003 with flag 580003/290001
363.05/180.14	c cleaning 24001 clauses out of 48002 with flag 630003/315001
403.23/200.01	c cleaning 24999 clauses out of 50000 with flag 682001/341000
445.30/220.82	c cleaning 26001 clauses out of 52002 with flag 736003/368001
490.71/243.12	c cleaning 27000 clauses out of 54000 with flag 792001/396000
540.69/267.78	c cleaning 27996 clauses out of 56000 with flag 850001/425000
592.05/293.01	c cleaning 29001 clauses out of 58005 with flag 910003/455001
646.67/320.08	c cleaning 29996 clauses out of 60003 with flag 972001/486000
702.87/348.59	c cleaning 31003 clauses out of 62008 with flag 1036003/518001
759.53/376.77	c cleaning 32003 clauses out of 64005 with flag 1102004/551001
763.88/378.82	c cleaning 0 clauses out of 5000 with flag 0/5000
824.62/408.64	c cleaning 32998 clauses out of 66003 with flag 1170006/585002
890.81/441.26	c cleaning 34000 clauses out of 68003 with flag 1240002/620000
967.31/479.13	c cleaning 34992 clauses out of 70003 with flag 1312002/656000
1044.39/517.24	c cleaning 36006 clauses out of 72013 with flag 1386006/693002
1124.86/557.05	c cleaning 37001 clauses out of 74006 with flag 1462004/731001
1207.64/597.77	c cleaning 38001 clauses out of 76006 with flag 1540006/770002
1288.69/639.18	c cleaning 38996 clauses out of 78003 with flag 1620002/810000
1375.74/682.45	c cleaning 40003 clauses out of 80008 with flag 1702004/851001
1469.79/729.03	c cleaning 41003 clauses out of 82005 with flag 1786004/893001
1571.54/779.48	c cleaning 42002 clauses out of 84004 with flag 1872008/936003
1685.18/835.57	c cleaning 43001 clauses out of 86001 with flag 1960006/980002
1799.31/892.17	c cleaning 43997 clauses out of 87998 with flag 2050002/1025000
1800.10/892.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/892.50	c starts		: 1
1800.10/892.50	c conflicts		: 1025441
1800.10/892.50	c decisions		: 1025825
1800.10/892.50	c propagations		: 5930328
1800.10/892.50	c inspects		: 7310743692
1800.10/892.50	c shortcuts		: 0
1800.10/892.50	c learnt literals	: 0
1800.10/892.50	c learnt binary clauses	: 0
1800.10/892.50	c learnt ternary clauses	: 0
1800.10/892.50	c learnt constraints	: 1025441
1800.10/892.50	c ignored constraints	: 0
1800.10/892.50	c root simplifications	: 0
1800.10/892.50	c removed literals (reason simplification)	: 12214508
1800.10/892.50	c reason swapping (by a shorter reason)	: 0
1800.10/892.50	c Calls to reduceDB	: 41
1800.10/892.50	c Number of update (reduction) of LBD	: 2
1800.10/892.50	c Imported unit clauses	: 0
1800.10/892.50	c number of reductions to clauses (during analyze)	: 0
1800.10/892.50	c number of learned constraints concerned by reduction	: 0
1800.10/892.50	c number of learning phase by resolution	: 0
1800.10/892.50	c number of learning phase by cutting planes	: 0
1800.10/892.50	c speed (assignments/second)	: 6660.4535821262625
1800.10/892.50	c non guided choices	328
1800.10/892.52	c learnt constraints type 
1800.10/892.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44442
1800.10/892.52	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/892.52	c starts		: 32
1800.10/892.52	c conflicts		: 8747
1800.10/892.52	c decisions		: 24853
1800.10/892.52	c propagations		: 107218
1800.10/892.52	c inspects		: 84614553
1800.10/892.52	c shortcuts		: 0
1800.10/892.52	c learnt literals	: 0
1800.10/892.52	c learnt binary clauses	: 0
1800.10/892.52	c learnt ternary clauses	: 0
1800.10/892.52	c learnt constraints	: 8747
1800.10/892.52	c ignored constraints	: 0
1800.10/892.52	c root simplifications	: 0
1800.10/892.52	c removed literals (reason simplification)	: 0
1800.10/892.52	c reason swapping (by a shorter reason)	: 0
1800.10/892.52	c Calls to reduceDB	: 1
1800.10/892.52	c Number of update (reduction) of LBD	: 0
1800.10/892.52	c Imported unit clauses	: 0
1800.10/892.52	c number of reductions to clauses (during analyze)	: 0
1800.10/892.52	c number of learned constraints concerned by reduction	: 0
1800.10/892.52	c number of learning phase by resolution	: 0
1800.10/892.52	c number of learning phase by cutting planes	: 0
1800.10/892.52	c speed (assignments/second)	: 120.42852778376825
1800.10/892.52	c non guided choices	328
1800.10/892.52	c learnt constraints type 
1800.10/892.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8747
1800.10/892.52	s UNKNOWN
1800.10/892.52	c Total wall clock time (in seconds): 892.416

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-4103858-1466248071/watcher-4103858-1466248071 -o /tmp/evaluation-result-4103858-1466248071/solver-4103858-1466248071 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103858-1466248071.opb 

pid=22504
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.16 4.22 4.20 5/197 22507
/proc/meminfo: memFree=29402444/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 26853704 98570240 977 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 24065 977 744 9 0 16771 0
[pid=22507/tid=22508] ppid=22504 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) R 22504 22507 20157 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 26853705 98578432 979 33554432000 1073741824 1073778376 140733208842272 140578128043560 214537442119 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.100019 s]
/proc/loadavg: 4.16 4.22 4.20 5/197 22507
/proc/meminfo: memFree=29402444/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 4443 0 1 0 9 1 0 0 20 0 18 0 26853704 9787879424 6076 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2389619 6076 2148 9 0 2380296 0
[pid=22507/tid=22508] ppid=22504 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) R 22504 22507 20157 0 -1 4202560 2386 0 1 0 6 2 0 0 20 0 18 0 26853705 9787879424 6076 33554432000 1073741824 1073778376 140733208842272 140578128048248 214540805389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 4.16 4.22 4.20 5/197 22507
/proc/meminfo: memFree=29402444/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 5210 0 1 0 30 1 0 0 20 0 18 0 26853704 9787879424 9208 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2389619 9208 2218 9 0 2380296 0
[pid=22507/tid=22508] ppid=22504 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) R 22504 22507 20157 0 -1 4202560 2408 0 1 0 16 2 0 0 20 0 18 0 26853705 9787879424 9208 33554432000 1073741824 1073778376 140733208842272 140578128048248 140578131334039 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300289 s]
/proc/loadavg: 4.16 4.22 4.20 5/197 22507
/proc/meminfo: memFree=29402444/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 16378 0 1 0 57 4 0 0 20 0 18 0 26853704 9787879424 17730 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2389619 17730 2222 9 0 2380296 0
[pid=22507/tid=22508] ppid=22504 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) R 22504 22507 20157 0 -1 4202560 2412 0 1 0 26 2 0 0 20 0 18 0 26853705 9787879424 17730 33554432000 1073741824 1073778376 140733208842272 140578128039872 140577987475899 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 4.16 4.22 4.20 5/197 22507
/proc/meminfo: memFree=29402444/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9558476 CPUtime=1.56 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 18341 0 1 0 150 6 0 0 20 0 18 0 26853704 9787879424 44333 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2389619 44333 2246 9 0 2380296 0
[pid=22507/tid=22508] ppid=22504 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) R 22504 22507 20157 0 -1 4202560 2465 0 1 0 65 2 0 0 20 0 18 0 26853705 9787879424 44333 33554432000 1073741824 1073778376 140733208842272 140578128039904 140577988037251 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.16 4.22 4.20 12/215 22525
/proc/meminfo: memFree=29136612/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9558476 CPUtime=2.77 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 19059 0 1 0 259 18 0 0 20 0 18 0 26853704 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2389619 79651 2262 9 0 2380296 0
[pid=22507/tid=22508] ppid=22504 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) R 22504 22507 20157 0 -1 4202560 2486 0 1 0 129 3 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140578128047560 214540805389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22510] ppid=22504 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/22507/task/22510/stat : 22510 (java) S 22504 22507 20157 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140578106149544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22511] ppid=22504 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/22507/task/22511/stat : 22511 (java) S 22504 22507 20157 0 -1 4202560 181 0 0 0 3 1 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577903471400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22512] ppid=22504 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/22507/task/22512/stat : 22512 (java) S 22504 22507 20157 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577902418856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22513] ppid=22504 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22507/task/22513/stat : 22513 (java) S 22504 22507 20157 0 -1 4202560 129 0 0 0 7 3 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577901366312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22514] ppid=22504 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22507/task/22514/stat : 22514 (java) S 22504 22507 20157 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577900312744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22515] ppid=22504 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/22507/task/22515/stat : 22515 (java) S 22504 22507 20157 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577899260200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22516] ppid=22504 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/22507/task/22516/stat : 22516 (java) S 22504 22507 20157 0 -1 4202560 110 0 0 0 5 1 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577898207656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22517] ppid=22504 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/22507/task/22517/stat : 22517 (java) S 22504 22507 20157 0 -1 4202560 100 0 0 0 3 2 0 0 20 0 18 0 26853705 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577897155112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22518] ppid=22504 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22518/stat : 22518 (java) S 22504 22507 20157 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26853706 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577884957288 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22519] ppid=22504 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22519/stat : 22519 (java) S 22504 22507 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 26853707 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577883903608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22520] ppid=22504 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22520/stat : 22520 (java) S 22504 22507 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26853707 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577882850952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22521] ppid=22504 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22521/stat : 22521 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26853709 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577881799696 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22522] ppid=22504 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/22507/task/22522/stat : 22522 (java) S 22504 22507 20157 0 -1 4202560 9811 0 0 0 47 2 0 0 20 0 18 0 26853709 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577880746040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22523] ppid=22504 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/22507/task/22523/stat : 22523 (java) S 22504 22507 20157 0 -1 4202560 4803 0 0 0 34 1 0 0 20 0 18 0 26853709 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577879693496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22524] ppid=22504 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22524/stat : 22524 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26853709 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577878641144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22525] ppid=22504 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22525/stat : 22525 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26853709 9787879424 79651 33554432000 1073741824 1073778376 140733208842272 140577877588808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 9558476

[startup+3.10092 s]
/proc/loadavg: 4.07 4.20 4.19 7/218 22528
/proc/meminfo: memFree=28918472/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9824732 CPUtime=6.8 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 21917 0 1 0 643 37 0 0 20 0 22 0 26853704 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2456183 182267 2276 9 0 2446860 0
[pid=22507/tid=22508] ppid=22504 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) S 22504 22507 20157 0 -1 4202560 2543 0 1 0 168 4 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140578128049016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22510] ppid=22504 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/22507/task/22510/stat : 22510 (java) S 22504 22507 20157 0 -1 4202560 87 0 0 0 11 3 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140578106149544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22511] ppid=22504 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22507/task/22511/stat : 22511 (java) S 22504 22507 20157 0 -1 4202560 202 0 0 0 7 3 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577903471400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22512] ppid=22504 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/22507/task/22512/stat : 22512 (java) S 22504 22507 20157 0 -1 4202560 56 0 0 0 9 3 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577902418856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22513] ppid=22504 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/22507/task/22513/stat : 22513 (java) S 22504 22507 20157 0 -1 4202560 171 0 0 0 13 4 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577901366312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22514] ppid=22504 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/22507/task/22514/stat : 22514 (java) S 22504 22507 20157 0 -1 4202560 75 0 0 0 11 4 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577900312744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22515] ppid=22504 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22507/task/22515/stat : 22515 (java) S 22504 22507 20157 0 -1 4202560 144 0 0 0 8 2 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577899260200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22516] ppid=22504 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/22507/task/22516/stat : 22516 (java) S 22504 22507 20157 0 -1 4202560 239 0 0 0 15 5 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577898207656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22517] ppid=22504 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/22507/task/22517/stat : 22517 (java) S 22504 22507 20157 0 -1 4202560 161 0 0 0 15 5 0 0 20 0 22 0 26853705 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577897155112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22518] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22518/stat : 22518 (java) S 22504 22507 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26853706 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577884957288 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22519] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22519/stat : 22519 (java) S 22504 22507 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577883903608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22520] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22520/stat : 22520 (java) S 22504 22507 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577882850952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22521] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22521/stat : 22521 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577881799696 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22522] ppid=22504 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/22507/task/22522/stat : 22522 (java) S 22504 22507 20157 0 -1 4202560 9835 0 0 0 89 2 0 0 20 0 22 0 26853709 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577880746040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22523] ppid=22504 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/22507/task/22523/stat : 22523 (java) S 22504 22507 20157 0 -1 4202560 6623 0 0 0 81 1 0 0 20 0 22 0 26853709 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577879693496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22524] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22524/stat : 22524 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577878641144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22525] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22525/stat : 22525 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577877588808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22526] ppid=22504 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/22507/task/22526/stat : 22526 (java) R 22504 22507 20157 0 -1 4202560 110 0 0 0 97 2 0 0 20 0 22 0 26853905 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577876435672 140577987471511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22527] ppid=22504 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/22507/task/22527/stat : 22527 (java) R 22504 22507 20157 0 -1 4202560 208 0 0 0 100 0 0 0 20 0 22 0 26853905 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577875382472 140577988306281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22528] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22528/stat : 22528 (java) S 22504 22507 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26853917 10060525568 182267 33554432000 1073741824 1073778376 140733208842272 140577874331176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.07 4.20 4.19 5/219 22529
/proc/meminfo: memFree=28070636/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9824732 CPUtime=13.93 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 23645 0 1 0 1337 56 0 0 20 0 22 0 26853704 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2456183 334209 2283 9 0 2446860 0
[pid=22507/tid=22508] ppid=22504 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) S 22504 22507 20157 0 -1 4202560 2543 0 1 0 168 4 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140578128049016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22510] ppid=22504 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/22507/task/22510/stat : 22510 (java) S 22504 22507 20157 0 -1 4202560 105 0 0 0 16 4 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140578106149544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22511] ppid=22504 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/22507/task/22511/stat : 22511 (java) S 22504 22507 20157 0 -1 4202560 233 0 0 0 16 4 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577903471400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22512] ppid=22504 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/22507/task/22512/stat : 22512 (java) S 22504 22507 20157 0 -1 4202560 89 0 0 0 15 4 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577902418856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22513] ppid=22504 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/22507/task/22513/stat : 22513 (java) S 22504 22507 20157 0 -1 4202560 176 0 0 0 16 5 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577901366312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22514] ppid=22504 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/22507/task/22514/stat : 22514 (java) S 22504 22507 20157 0 -1 4202560 98 0 0 0 15 5 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577900312744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22515] ppid=22504 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/22507/task/22515/stat : 22515 (java) S 22504 22507 20157 0 -1 4202560 180 0 0 0 15 5 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577899260200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22516] ppid=22504 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/22507/task/22516/stat : 22516 (java) S 22504 22507 20157 0 -1 4202560 264 0 0 0 18 7 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577898207656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22517] ppid=22504 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/22507/task/22517/stat : 22517 (java) S 22504 22507 20157 0 -1 4202560 170 0 0 0 18 5 0 0 20 0 22 0 26853705 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577897155112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22518] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22518/stat : 22518 (java) S 22504 22507 20157 0 -1 4202560 1012 0 0 0 0 0 0 0 20 0 22 0 26853706 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577884957288 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22519] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22519/stat : 22519 (java) S 22504 22507 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577883903608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22520] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22520/stat : 22520 (java) S 22504 22507 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577882850952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22521] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22521/stat : 22521 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 334209 33554432000 1073741824 1073778376 140733208842272 140577881799696 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22522] ppid=22504 vsize=9824732 CPUtime=1.32 cores=1,3,5,7

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

/proc/22507/task/22512/stat : 22512 (java) S 22504 22507 20157 0 -1 4202560 624 0 0 0 485 19 0 0 20 0 22 0 26853705 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577902418856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22513] ppid=22504 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/22507/task/22513/stat : 22513 (java) S 22504 22507 20157 0 -1 4202560 583 0 0 0 446 14 0 0 20 0 22 0 26853705 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577901366312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22514] ppid=22504 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/22507/task/22514/stat : 22514 (java) S 22504 22507 20157 0 -1 4202560 560 0 0 0 450 15 0 0 20 0 22 0 26853705 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577900312744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22515] ppid=22504 vsize=9824732 CPUtime=5.41 cores=1,3,5,7
/proc/22507/task/22515/stat : 22515 (java) S 22504 22507 20157 0 -1 4202560 597 0 0 0 525 16 0 0 20 0 22 0 26853705 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577899260200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22516] ppid=22504 vsize=9824732 CPUtime=5.24 cores=1,3,5,7
/proc/22507/task/22516/stat : 22516 (java) S 22504 22507 20157 0 -1 4202560 707 0 0 0 506 18 0 0 20 0 22 0 26853705 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577898207656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22517] ppid=22504 vsize=9824732 CPUtime=5.09 cores=1,3,5,7
/proc/22507/task/22517/stat : 22517 (java) S 22504 22507 20157 0 -1 4202560 694 0 0 0 490 19 0 0 20 0 22 0 26853705 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577897155112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22518] ppid=22504 vsize=9824732 CPUtime=5.78 cores=1,3,5,7
/proc/22507/task/22518/stat : 22518 (java) S 22504 22507 20157 0 -1 4202560 2611 0 0 0 567 11 0 0 20 0 22 0 26853706 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577884957288 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22519] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22519/stat : 22519 (java) S 22504 22507 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577883903608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22520] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22520/stat : 22520 (java) S 22504 22507 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577882850952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22521] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22521/stat : 22521 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577881799696 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22522] ppid=22504 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/22507/task/22522/stat : 22522 (java) S 22504 22507 20157 0 -1 4202560 13817 0 0 0 270 2 0 0 20 0 22 0 26853709 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577880746040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22523] ppid=22504 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/22507/task/22523/stat : 22523 (java) S 22504 22507 20157 0 -1 4202560 6626 0 0 0 93 2 0 0 20 0 22 0 26853709 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577879693496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22524] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22524/stat : 22524 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577878641144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22525] ppid=22504 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22507/task/22525/stat : 22525 (java) S 22504 22507 20157 0 -1 4202560 50 0 0 0 16 22 0 0 20 0 22 0 26853709 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577877588808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22526] ppid=22504 vsize=9824732 CPUtime=861.98 cores=1,3,5,7
/proc/22507/task/22526/stat : 22526 (java) R 22504 22507 20157 0 -1 4202560 1429 0 0 0 86160 38 0 0 20 0 22 0 26853905 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577876434432 140577987631042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22527] ppid=22504 vsize=9824732 CPUtime=861.89 cores=1,3,5,7
/proc/22507/task/22527/stat : 22527 (java) R 22504 22507 20157 0 -1 4202560 407 0 0 0 86170 19 0 0 20 0 22 0 26853905 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577875380688 140577988459036 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22528] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22528/stat : 22528 (java) S 22504 22507 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26853917 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577874331176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22529] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22529/stat : 22529 (java) S 22504 22507 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26853926 10060525568 982291 33554432000 1073741824 1073778376 140733208842272 140577873278632 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1779.54
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.501 s]
/proc/loadavg: 4.29 4.22 4.21 5/219 22622
/proc/meminfo: memFree=24320700/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 33739 0 1 0 179803 207 0 0 20 0 22 0 26853704 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2456183 985908 2291 9 0 2446860 0
[pid=22507/tid=22508] ppid=22504 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) S 22504 22507 20157 0 -1 4202560 2560 0 1 0 170 6 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140578128049016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22510] ppid=22504 vsize=9824732 CPUtime=4.95 cores=1,3,5,7
/proc/22507/task/22510/stat : 22510 (java) S 22504 22507 20157 0 -1 4202560 535 0 0 0 478 17 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140578106149544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22511] ppid=22504 vsize=9824732 CPUtime=4.85 cores=1,3,5,7
/proc/22507/task/22511/stat : 22511 (java) S 22504 22507 20157 0 -1 4202560 630 0 0 0 468 17 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577903471400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22512] ppid=22504 vsize=9824732 CPUtime=5.11 cores=1,3,5,7
/proc/22507/task/22512/stat : 22512 (java) S 22504 22507 20157 0 -1 4202560 650 0 0 0 492 19 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577902418856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22513] ppid=22504 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/22507/task/22513/stat : 22513 (java) S 22504 22507 20157 0 -1 4202560 583 0 0 0 451 14 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577901366312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22514] ppid=22504 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/22507/task/22514/stat : 22514 (java) S 22504 22507 20157 0 -1 4202560 560 0 0 0 453 15 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577900312744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22515] ppid=22504 vsize=9824732 CPUtime=5.49 cores=1,3,5,7
/proc/22507/task/22515/stat : 22515 (java) S 22504 22507 20157 0 -1 4202560 600 0 0 0 532 17 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577899260200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22516] ppid=22504 vsize=9824732 CPUtime=5.28 cores=1,3,5,7
/proc/22507/task/22516/stat : 22516 (java) S 22504 22507 20157 0 -1 4202560 708 0 0 0 510 18 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577898207656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22517] ppid=22504 vsize=9824732 CPUtime=5.13 cores=1,3,5,7
/proc/22507/task/22517/stat : 22517 (java) S 22504 22507 20157 0 -1 4202560 700 0 0 0 494 19 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577897155112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22518] ppid=22504 vsize=9824732 CPUtime=5.79 cores=1,3,5,7
/proc/22507/task/22518/stat : 22518 (java) S 22504 22507 20157 0 -1 4202560 2618 0 0 0 567 12 0 0 20 0 22 0 26853706 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577884957288 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22519] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22519/stat : 22519 (java) S 22504 22507 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577883903608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22520] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22520/stat : 22520 (java) S 22504 22507 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577882850952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22521] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22521/stat : 22521 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577881799696 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22522] ppid=22504 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/22507/task/22522/stat : 22522 (java) S 22504 22507 20157 0 -1 4202560 13817 0 0 0 270 2 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577880746040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22523] ppid=22504 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/22507/task/22523/stat : 22523 (java) S 22504 22507 20157 0 -1 4202560 6626 0 0 0 93 2 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577879693496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22524] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22524/stat : 22524 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577878641144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22525] ppid=22504 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22507/task/22525/stat : 22525 (java) S 22504 22507 20157 0 -1 4202560 50 0 0 0 16 22 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577877588808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22526] ppid=22504 vsize=9824732 CPUtime=872.05 cores=1,3,5,7
/proc/22507/task/22526/stat : 22526 (java) R 22504 22507 20157 0 -1 4202560 1429 0 0 0 87167 38 0 0 20 0 22 0 26853905 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577876433744 140577987912802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22527] ppid=22504 vsize=9824732 CPUtime=871.97 cores=1,3,5,7
/proc/22507/task/22527/stat : 22527 (java) R 22504 22507 20157 0 -1 4202560 408 0 0 0 87178 19 0 0 20 0 22 0 26853905 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577875381952 140577988785297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22528] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22528/stat : 22528 (java) S 22504 22507 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26853917 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577874331176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22529] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22529/stat : 22529 (java) S 22504 22507 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26853926 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577873278632 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 22507 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+892.501 s]
/proc/loadavg: 4.29 4.22 4.21 5/219 22622
/proc/meminfo: memFree=24320700/32872528 swapFree=1191052/1305516
[pid=22507] ppid=22504 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/22507/stat : 22507 (java) S 22504 22507 20157 0 -1 4202496 33739 0 1 0 179803 207 0 0 20 0 22 0 26853704 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140733208833408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22507/statm: 2456183 985908 2291 9 0 2446860 0
[pid=22507/tid=22508] ppid=22504 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/22507/task/22508/stat : 22508 (java) S 22504 22507 20157 0 -1 4202560 2560 0 1 0 170 6 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140578128049016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22510] ppid=22504 vsize=9824732 CPUtime=4.95 cores=1,3,5,7
/proc/22507/task/22510/stat : 22510 (java) S 22504 22507 20157 0 -1 4202560 535 0 0 0 478 17 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140578106149544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22511] ppid=22504 vsize=9824732 CPUtime=4.85 cores=1,3,5,7
/proc/22507/task/22511/stat : 22511 (java) S 22504 22507 20157 0 -1 4202560 630 0 0 0 468 17 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577903471400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22512] ppid=22504 vsize=9824732 CPUtime=5.11 cores=1,3,5,7
/proc/22507/task/22512/stat : 22512 (java) S 22504 22507 20157 0 -1 4202560 650 0 0 0 492 19 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577902418856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22513] ppid=22504 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/22507/task/22513/stat : 22513 (java) S 22504 22507 20157 0 -1 4202560 583 0 0 0 451 14 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577901366312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22514] ppid=22504 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/22507/task/22514/stat : 22514 (java) S 22504 22507 20157 0 -1 4202560 560 0 0 0 453 15 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577900312744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22515] ppid=22504 vsize=9824732 CPUtime=5.49 cores=1,3,5,7
/proc/22507/task/22515/stat : 22515 (java) S 22504 22507 20157 0 -1 4202560 600 0 0 0 532 17 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577899260200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22516] ppid=22504 vsize=9824732 CPUtime=5.28 cores=1,3,5,7
/proc/22507/task/22516/stat : 22516 (java) S 22504 22507 20157 0 -1 4202560 708 0 0 0 510 18 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577898207656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22517] ppid=22504 vsize=9824732 CPUtime=5.13 cores=1,3,5,7
/proc/22507/task/22517/stat : 22517 (java) S 22504 22507 20157 0 -1 4202560 700 0 0 0 494 19 0 0 20 0 22 0 26853705 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577897155112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22518] ppid=22504 vsize=9824732 CPUtime=5.79 cores=1,3,5,7
/proc/22507/task/22518/stat : 22518 (java) S 22504 22507 20157 0 -1 4202560 2618 0 0 0 567 12 0 0 20 0 22 0 26853706 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577884957288 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22519] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22519/stat : 22519 (java) S 22504 22507 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577883903608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22520] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22520/stat : 22520 (java) S 22504 22507 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26853707 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577882850952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22521] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22521/stat : 22521 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577881799696 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22507/tid=22522] ppid=22504 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/22507/task/22522/stat : 22522 (java) S 22504 22507 20157 0 -1 4202560 13817 0 0 0 270 2 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577880746040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22523] ppid=22504 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/22507/task/22523/stat : 22523 (java) S 22504 22507 20157 0 -1 4202560 6626 0 0 0 93 2 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577879693496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22524] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22524/stat : 22524 (java) S 22504 22507 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577878641144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22525] ppid=22504 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22507/task/22525/stat : 22525 (java) S 22504 22507 20157 0 -1 4202560 50 0 0 0 16 22 0 0 20 0 22 0 26853709 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577877588808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22526] ppid=22504 vsize=9824732 CPUtime=872.05 cores=1,3,5,7
/proc/22507/task/22526/stat : 22526 (java) R 22504 22507 20157 0 -1 4202560 1429 0 0 0 87167 38 0 0 20 0 22 0 26853905 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577876433744 140577987912802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22507/tid=22527] ppid=22504 vsize=9824732 CPUtime=871.97 cores=1,3,5,7
/proc/22507/task/22527/stat : 22527 (java) R 22504 22507 20157 0 -1 4202560 408 0 0 0 87178 19 0 0 20 0 22 0 26853905 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577875381952 140577988785297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22507/tid=22528] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22528/stat : 22528 (java) S 22504 22507 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26853917 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577874331176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22507/tid=22529] ppid=22504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22507/task/22529/stat : 22529 (java) S 22504 22507 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26853926 10060525568 985908 33554432000 1073741824 1073778376 140733208842272 140577873278632 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 22507 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=629326
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=542613
# CPU time returned by wait4() is 1796.17
# 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): 892.554
CPU time (s): 1800.1
CPU user time (s): 1798.03
CPU system time (s): 2.07
CPU usage (%): 201.68
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.63
system time used= 2.54261
maximum resident set size= 3943756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33780
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= 24733
involuntary context switches= 30145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.36518 second user time and 7.80281 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 13:07:51
IDJOB=4103858
IDBENCH=2486
IDSOLVER=2543
FILE ID=node127/4103858-1466248071
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc04.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103858-1466248071/watcher-4103858-1466248071 -o /tmp/evaluation-result-4103858-1466248071/solver-4103858-1466248071 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103858-1466248071.opb

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

MD5SUM BENCH= bb1646c210ed722ee76932cafe9701aa
RANDOM SEED=729472659

node127.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.769
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        29402352 kB
Buffers:           60904 kB
Cached:           127664 kB
SwapCached:          516 kB
Active:          1288072 kB
Inactive:         131232 kB
Active(anon):    1230992 kB
Inactive(anon):     2184 kB
Active(file):      57080 kB
Inactive(file):   129048 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              8852 kB
Writeback:             0 kB
AnonPages:       2544080 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             602128 kB
SReclaimable:      45692 kB
SUnreclaim:       556436 kB
KernelStack:        1592 kB
PageTables:         9228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3600064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1296384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node127 at 2016-06-18 13:22:43