Trace number 4081289

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.06 894.151

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark322
Best CPU time to get the best result obtained on this benchmark1800.92
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081289-1465234031.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.57/1.53	c ... done. Wall clock time 1.408s.
2.57/1.53	c declared #vars     8878
2.57/1.53	c #constraints  17460
2.57/1.53	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.57/1.53	c constraints type 
2.57/1.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.57/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17459
2.57/1.53	c 17460 constraints processed.
2.57/1.53	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.57/1.53	c constraints type 
2.57/1.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.57/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
2.57/1.53	c 17460 constraints processed.
2.57/1.53	c objective function length is 9 literals
35.16/17.10	c cleaning 2496 clauses out of 5000 with flag 15251/5000
62.86/30.89	c cleaning 4251 clauses out of 8504 with flag 33392/11000
98.94/48.85	c cleaning 5616 clauses out of 11253 with flag 54631/18000
133.21/65.92	c cleaning 0 clauses out of 5000 with flag 0/5000
140.16/69.22	c cleaning 6818 clauses out of 13638 with flag 78879/26001
189.39/93.74	c cleaning 7903 clauses out of 15821 with flag 105247/35002
245.89/121.92	c cleaning 8948 clauses out of 17916 with flag 140859/45000
307.01/152.42	c cleaning 9978 clauses out of 19968 with flag 178115/56000
344.26/171.07	c cleaning 0 clauses out of 11000 with flag 0/11000
371.76/184.78	c cleaning 10989 clauses out of 21990 with flag 215585/68000
447.94/222.74	c cleaning 11998 clauses out of 24005 with flag 258218/81004
532.19/264.72	c cleaning 12987 clauses out of 26003 with flag 305443/95000
624.91/310.86	c cleaning 14002 clauses out of 28016 with flag 358216/110000
679.77/338.08	c cleaning 0 clauses out of 18001 with flag 0/18001
713.58/354.84	c cleaning 14996 clauses out of 30014 with flag 398563/126000
811.44/403.44	c cleaning 16009 clauses out of 32018 with flag 456896/143000
922.37/458.50	c cleaning 17005 clauses out of 34010 with flag 519293/161001
1034.05/513.94	c cleaning 17998 clauses out of 36004 with flag 586684/180000
1140.18/566.68	c cleaning 19002 clauses out of 38008 with flag 653144/200002
1251.65/621.99	c cleaning 20001 clauses out of 40005 with flag 724184/221001
1256.70/624.45	c cleaning 0 clauses out of 26000 with flag 0/26000
1372.18/681.75	c cleaning 20996 clauses out of 42005 with flag 799777/243002
1495.88/743.11	c cleaning 22003 clauses out of 44007 with flag 880020/266000
1618.50/804.01	c cleaning 22998 clauses out of 46004 with flag 958621/290000
1754.76/871.62	c cleaning 24000 clauses out of 48008 with flag 1043624/315002
1800.06/894.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.10	c starts		: 202
1800.06/894.10	c conflicts		: 323680
1800.06/894.10	c decisions		: 394037
1800.06/894.10	c propagations		: 43404458
1800.06/894.10	c inspects		: 3998340862
1800.06/894.10	c shortcuts		: 0
1800.06/894.10	c learnt literals	: 0
1800.06/894.10	c learnt binary clauses	: 0
1800.06/894.10	c learnt ternary clauses	: 14
1800.06/894.10	c learnt constraints	: 323680
1800.06/894.10	c ignored constraints	: 0
1800.06/894.10	c root simplifications	: 0
1800.06/894.10	c removed literals (reason simplification)	: 1250135
1800.06/894.10	c reason swapping (by a shorter reason)	: 0
1800.06/894.10	c Calls to reduceDB	: 21
1800.06/894.10	c Number of update (reduction) of LBD	: 63705
1800.06/894.10	c Imported unit clauses	: 0
1800.06/894.10	c number of reductions to clauses (during analyze)	: 0
1800.06/894.10	c number of learned constraints concerned by reduction	: 0
1800.06/894.10	c number of learning phase by resolution	: 0
1800.06/894.10	c number of learning phase by cutting planes	: 0
1800.06/894.10	c speed (assignments/second)	: 48629.20027785247
1800.06/894.10	c non guided choices	9008
1800.06/894.12	c learnt constraints type 
1800.06/894.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32686
1800.06/894.12	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.12	c starts		: 60
1800.06/894.12	c conflicts		: 32977
1800.06/894.12	c decisions		: 53395
1800.06/894.12	c propagations		: 8333398
1800.06/894.12	c inspects		: 980948738
1800.06/894.12	c shortcuts		: 0
1800.06/894.12	c learnt literals	: 0
1800.06/894.12	c learnt binary clauses	: 0
1800.06/894.12	c learnt ternary clauses	: 0
1800.06/894.12	c learnt constraints	: 32977
1800.06/894.12	c ignored constraints	: 0
1800.06/894.12	c root simplifications	: 0
1800.06/894.12	c removed literals (reason simplification)	: 0
1800.06/894.12	c reason swapping (by a shorter reason)	: 0
1800.06/894.12	c Calls to reduceDB	: 4
1800.06/894.12	c Number of update (reduction) of LBD	: 0
1800.06/894.12	c Imported unit clauses	: 0
1800.06/894.12	c number of reductions to clauses (during analyze)	: 0
1800.06/894.12	c number of learned constraints concerned by reduction	: 0
1800.06/894.12	c number of learning phase by resolution	: 0
1800.06/894.12	c number of learning phase by cutting planes	: 0
1800.06/894.12	c speed (assignments/second)	: 9336.324668544374
1800.06/894.12	c non guided choices	8638
1800.06/894.13	c learnt constraints type 
1800.06/894.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5485
1800.06/894.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27492
1800.06/894.13	s UNKNOWN
1800.06/894.13	c Total wall clock time (in seconds): 894.015

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4081289-1465234031/watcher-4081289-1465234031 -o /tmp/evaluation-result-4081289-1465234031/solver-4081289-1465234031 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081289-1465234031.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.07 4.03 4.00 3/197 27146
/proc/meminfo: memFree=28990372/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/27146/stat : 27146 (java) R 27143 27146 21426 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 105335698 2560000 46 33554432000 1073741824 1073778376 140734449788080 140734449785208 206619897127 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 890 47 37 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.07 4.03 4.00 3/197 27146
/proc/meminfo: memFree=28990372/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 105335698 9787879424 6040 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 4.07 4.03 4.00 3/197 27146
/proc/meminfo: memFree=28990372/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 4752 0 1 0 24 2 0 0 20 0 18 0 105335698 9787879424 6820 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2389619 6820 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 4.07 4.03 4.00 3/197 27146
/proc/meminfo: memFree=28990372/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 12079 0 1 0 52 3 0 0 20 0 18 0 105335698 9787879424 12738 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2389619 12738 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 4.07 4.03 4.00 3/197 27146
/proc/meminfo: memFree=28990372/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9558476 CPUtime=1.41 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 14777 0 1 0 135 6 0 0 20 0 18 0 105335698 9787879424 38333 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2389619 38333 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.07 4.03 4.00 4/215 27164
/proc/meminfo: memFree=28767972/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9558476 CPUtime=2.57 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 16824 0 1 0 244 13 0 0 20 0 18 0 105335698 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2389619 77712 2262 9 0 2380296 0
[pid=27146/tid=27148] ppid=27143 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/27146/task/27148/stat : 27148 (java) R 27143 27146 21426 0 -1 4202560 2507 0 1 0 134 4 0 0 20 0 18 0 105335699 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139833043238816 139832878127475 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27149] ppid=27143 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27146/task/27149/stat : 27149 (java) S 27143 27146 21426 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139833004739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27150] ppid=27143 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27146/task/27150/stat : 27150 (java) S 27143 27146 21426 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139833003686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27151] ppid=27143 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27146/task/27151/stat : 27151 (java) S 27143 27146 21426 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139833002634280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27152] ppid=27143 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/27146/task/27152/stat : 27152 (java) S 27143 27146 21426 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139833001581480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27153] ppid=27143 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27146/task/27153/stat : 27153 (java) S 27143 27146 21426 0 -1 4202560 72 0 0 0 1 0 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139833000528168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27154] ppid=27143 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/27146/task/27154/stat : 27154 (java) S 27143 27146 21426 0 -1 4202560 108 0 0 0 2 2 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832999475368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27155] ppid=27143 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27146/task/27155/stat : 27155 (java) S 27143 27146 21426 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832998423080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27156] ppid=27143 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/27146/task/27156/stat : 27156 (java) S 27143 27146 21426 0 -1 4202560 109 0 0 0 2 0 0 0 20 0 18 0 105335700 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832997370280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27157] ppid=27143 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27157/stat : 27157 (java) S 27143 27146 21426 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 105335701 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832866495208 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27158] ppid=27143 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27158/stat : 27158 (java) S 27143 27146 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 105335702 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832865441272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27159] ppid=27143 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27159/stat : 27159 (java) S 27143 27146 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 105335702 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832864388872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27160] ppid=27143 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27160/stat : 27160 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105335704 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832863337360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27161] ppid=27143 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/27146/task/27161/stat : 27161 (java) S 27143 27146 21426 0 -1 4202560 7398 0 0 0 49 2 0 0 20 0 18 0 105335704 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139832862283960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27162] ppid=27143 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/27146/task/27162/stat : 27162 (java) S 27143 27146 21426 0 -1 4202560 5148 0 0 0 37 1 0 0 20 0 18 0 105335704 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139831988447288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27163] ppid=27143 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27163/stat : 27163 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105335704 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139831987395192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27164] ppid=27143 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27164/stat : 27164 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105335704 9787879424 77712 33554432000 1073741824 1073778376 140734449788080 139831986342600 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.07 4.03 4.00 5/219 27168
/proc/meminfo: memFree=28603792/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9824732 CPUtime=6.67 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 18155 0 1 0 643 24 0 0 20 0 22 0 105335698 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2456183 105688 2282 9 0 2446860 0
[pid=27146/tid=27148] ppid=27143 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/27146/task/27148/stat : 27148 (java) S 27143 27146 21426 0 -1 4202560 2528 0 1 0 137 5 0 0 20 0 22 0 105335699 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139833043247992 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27149] ppid=27143 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/27146/task/27149/stat : 27149 (java) S 27143 27146 21426 0 -1 4202560 60 0 0 0 8 3 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139833004739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27150] ppid=27143 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/27146/task/27150/stat : 27150 (java) S 27143 27146 21426 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139833003686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27151] ppid=27143 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/27146/task/27151/stat : 27151 (java) S 27143 27146 21426 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139833002634280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27152] ppid=27143 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/27146/task/27152/stat : 27152 (java) S 27143 27146 21426 0 -1 4202560 144 0 0 0 7 2 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139833001581480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27153] ppid=27143 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/27146/task/27153/stat : 27153 (java) S 27143 27146 21426 0 -1 4202560 106 0 0 0 3 2 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139833000528168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27154] ppid=27143 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/27146/task/27154/stat : 27154 (java) S 27143 27146 21426 0 -1 4202560 144 0 0 0 7 2 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832999475368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27155] ppid=27143 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/27146/task/27155/stat : 27155 (java) S 27143 27146 21426 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832998423080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27156] ppid=27143 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/27146/task/27156/stat : 27156 (java) S 27143 27146 21426 0 -1 4202560 139 0 0 0 4 2 0 0 20 0 22 0 105335700 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832997370280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27157] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27157/stat : 27157 (java) S 27143 27146 21426 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 105335701 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832866495208 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27158] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27158/stat : 27158 (java) S 27143 27146 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832865441272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27159] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27159/stat : 27159 (java) S 27143 27146 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832864388872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27160] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27160/stat : 27160 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832863337360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27161] ppid=27143 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/27146/task/27161/stat : 27161 (java) S 27143 27146 21426 0 -1 4202560 8242 0 0 0 93 2 0 0 20 0 22 0 105335704 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139832862283960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27162] ppid=27143 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/27146/task/27162/stat : 27162 (java) S 27143 27146 21426 0 -1 4202560 5155 0 0 0 70 1 0 0 20 0 22 0 105335704 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139831988447288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27163] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27163/stat : 27163 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139831987395192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27164] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27164/stat : 27164 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139831986342600 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27165] ppid=27143 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/27146/task/27165/stat : 27165 (java) R 27143 27146 21426 0 -1 4202560 22 0 0 0 142 0 0 0 20 0 22 0 105335852 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139831985287080 139832878567560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27166] ppid=27143 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/27146/task/27166/stat : 27166 (java) R 27143 27146 21426 0 -1 4202560 29 0 0 0 140 0 0 0 20 0 22 0 105335852 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139831984234344 139832878489869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27167] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27167/stat : 27167 (java) S 27143 27146 21426 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139831983183528 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27168] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27168/stat : 27168 (java) S 27143 27146 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 105688 33554432000 1073741824 1073778376 140734449788080 139831982130728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.07 4.03 4.00 5/219 27168
/proc/meminfo: memFree=28339428/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9824732 CPUtime=13.28 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 19736 0 1 0 1299 29 0 0 20 0 22 0 105335698 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2456183 164255 2285 9 0 2446860 0
[pid=27146/tid=27148] ppid=27143 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/27146/task/27148/stat : 27148 (java) S 27143 27146 21426 0 -1 4202560 2528 0 1 0 137 5 0 0 20 0 22 0 105335699 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139833043247992 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27149] ppid=27143 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/27146/task/27149/stat : 27149 (java) S 27143 27146 21426 0 -1 4202560 71 0 0 0 9 3 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139833004739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27150] ppid=27143 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/27146/task/27150/stat : 27150 (java) S 27143 27146 21426 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139833003686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27151] ppid=27143 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/27146/task/27151/stat : 27151 (java) S 27143 27146 21426 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139833002634280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27152] ppid=27143 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/27146/task/27152/stat : 27152 (java) S 27143 27146 21426 0 -1 4202560 146 0 0 0 8 2 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139833001581480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27153] ppid=27143 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/27146/task/27153/stat : 27153 (java) S 27143 27146 21426 0 -1 4202560 117 0 0 0 7 2 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139833000528168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27154] ppid=27143 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/27146/task/27154/stat : 27154 (java) S 27143 27146 21426 0 -1 4202560 147 0 0 0 8 2 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832999475368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27155] ppid=27143 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/27146/task/27155/stat : 27155 (java) S 27143 27146 21426 0 -1 4202560 50 0 0 0 4 2 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832998423080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27156] ppid=27143 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/27146/task/27156/stat : 27156 (java) S 27143 27146 21426 0 -1 4202560 139 0 0 0 5 2 0 0 20 0 22 0 105335700 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832997370280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27157] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27157/stat : 27157 (java) S 27143 27146 21426 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 22 0 105335701 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832866495208 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27158] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27158/stat : 27158 (java) S 27143 27146 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832865441272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27159] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27159/stat : 27159 (java) S 27143 27146 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832864388872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27160] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27160/stat : 27160 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832863337360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27161] ppid=27143 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/27146/task/27161/stat : 27161 (java) S 27143 27146 21426 0 -1 4202560 8242 0 0 0 96 2 0 0 20 0 22 0 105335704 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139832862283960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27162] ppid=27143 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/27146/task/27162/stat : 27162 (java) S 27143 27146 21426 0 -1 4202560 6110 0 0 0 86 1 0 0 20 0 22 0 105335704 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139831988447288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27163] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27163/stat : 27163 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139831987395192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27164] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27164/stat : 27164 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 164255 33554432000 1073741824 1073778376 140734449788080 139831986342600 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27165] ppid=27143 vsize=9824732 CPUtime=4.54 cores=0,2,4,6

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

/proc/27146/task/27151/stat : 27151 (java) S 27143 27146 21426 0 -1 4202560 340 0 0 0 296 6 0 0 20 0 22 0 105335700 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139833002634280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27152] ppid=27143 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/27146/task/27152/stat : 27152 (java) S 27143 27146 21426 0 -1 4202560 454 0 0 0 303 6 0 0 20 0 22 0 105335700 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139833001581480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27153] ppid=27143 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/27146/task/27153/stat : 27153 (java) S 27143 27146 21426 0 -1 4202560 402 0 0 0 298 6 0 0 20 0 22 0 105335700 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139833000528168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27154] ppid=27143 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/27146/task/27154/stat : 27154 (java) S 27143 27146 21426 0 -1 4202560 429 0 0 0 313 6 0 0 20 0 22 0 105335700 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832999475368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27155] ppid=27143 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/27146/task/27155/stat : 27155 (java) S 27143 27146 21426 0 -1 4202560 342 0 0 0 298 5 0 0 20 0 22 0 105335700 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832998423080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27156] ppid=27143 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/27146/task/27156/stat : 27156 (java) S 27143 27146 21426 0 -1 4202560 450 0 0 0 290 7 0 0 20 0 22 0 105335700 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832997370280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27157] ppid=27143 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/27146/task/27157/stat : 27157 (java) S 27143 27146 21426 0 -1 4202560 1312 0 0 0 6 17 0 0 20 0 22 0 105335701 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832866495208 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27158] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27158/stat : 27158 (java) S 27143 27146 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832865441272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27159] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27159/stat : 27159 (java) S 27143 27146 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832864388872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27160] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27160/stat : 27160 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832863337360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27161] ppid=27143 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/27146/task/27161/stat : 27161 (java) S 27143 27146 21426 0 -1 4202560 10301 0 0 0 134 2 0 0 20 0 22 0 105335704 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139832862283960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27162] ppid=27143 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/27146/task/27162/stat : 27162 (java) S 27143 27146 21426 0 -1 4202560 9628 0 0 0 151 2 0 0 20 0 22 0 105335704 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139831988447288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27163] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27163/stat : 27163 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139831987395192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27164] ppid=27143 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/27146/task/27164/stat : 27164 (java) S 27143 27146 21426 0 -1 4202560 51 0 0 0 12 21 0 0 20 0 22 0 105335704 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139831986342600 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27165] ppid=27143 vsize=9824732 CPUtime=871.48 cores=0,2,4,6
/proc/27146/task/27165/stat : 27165 (java) R 27143 27146 21426 0 -1 4202560 162 0 0 0 87134 14 0 0 20 0 22 0 105335852 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139831985286960 139832878473701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27166] ppid=27143 vsize=9824732 CPUtime=871.35 cores=0,2,4,6
/proc/27146/task/27166/stat : 27166 (java) R 27143 27146 21426 0 -1 4202560 1884 0 0 0 87090 45 0 0 20 0 22 0 105335852 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139831984235512 139832878137879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27167] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27167/stat : 27167 (java) S 27143 27146 21426 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139831983183528 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27168] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27168/stat : 27168 (java) S 27143 27146 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 587216 33554432000 1073741824 1073778376 140734449788080 139831982130728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.32
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.101 s]
/proc/loadavg: 4.01 4.04 4.01 5/219 27260
/proc/meminfo: memFree=25962464/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 30288 0 1 0 179883 123 0 0 20 0 22 0 105335698 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2456183 587502 2292 9 0 2446860 0
[pid=27146/tid=27148] ppid=27143 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/27146/task/27148/stat : 27148 (java) S 27143 27146 21426 0 -1 4202560 2538 0 1 0 140 7 0 0 20 0 22 0 105335699 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833043247992 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27149] ppid=27143 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/27146/task/27149/stat : 27149 (java) S 27143 27146 21426 0 -1 4202560 379 0 0 0 291 8 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833004739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27150] ppid=27143 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/27146/task/27150/stat : 27150 (java) S 27143 27146 21426 0 -1 4202560 342 0 0 0 307 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833003686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27151] ppid=27143 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/27146/task/27151/stat : 27151 (java) S 27143 27146 21426 0 -1 4202560 341 0 0 0 303 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833002634280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27152] ppid=27143 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/27146/task/27152/stat : 27152 (java) S 27143 27146 21426 0 -1 4202560 455 0 0 0 307 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833001581480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27153] ppid=27143 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/27146/task/27153/stat : 27153 (java) S 27143 27146 21426 0 -1 4202560 402 0 0 0 305 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833000528168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27154] ppid=27143 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/27146/task/27154/stat : 27154 (java) S 27143 27146 21426 0 -1 4202560 429 0 0 0 316 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832999475368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27155] ppid=27143 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/27146/task/27155/stat : 27155 (java) S 27143 27146 21426 0 -1 4202560 342 0 0 0 303 5 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832998423080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27156] ppid=27143 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/27146/task/27156/stat : 27156 (java) S 27143 27146 21426 0 -1 4202560 450 0 0 0 295 7 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832997370280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27157] ppid=27143 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/27146/task/27157/stat : 27157 (java) S 27143 27146 21426 0 -1 4202560 1312 0 0 0 6 17 0 0 20 0 22 0 105335701 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832866495208 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27158] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27158/stat : 27158 (java) S 27143 27146 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832865441272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27159] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27159/stat : 27159 (java) S 27143 27146 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832864388872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27160] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27160/stat : 27160 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832863337360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27161] ppid=27143 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/27146/task/27161/stat : 27161 (java) S 27143 27146 21426 0 -1 4202560 10301 0 0 0 134 2 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832862283960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27162] ppid=27143 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/27146/task/27162/stat : 27162 (java) S 27143 27146 21426 0 -1 4202560 9628 0 0 0 151 2 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831988447288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27163] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27163/stat : 27163 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831987395192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27164] ppid=27143 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/27146/task/27164/stat : 27164 (java) S 27143 27146 21426 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831986342600 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27165] ppid=27143 vsize=9824732 CPUtime=883.13 cores=0,2,4,6
/proc/27146/task/27165/stat : 27165 (java) R 27143 27146 21426 0 -1 4202560 162 0 0 0 88299 14 0 0 20 0 22 0 105335852 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831985286192 139832878473695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27166] ppid=27143 vsize=9824732 CPUtime=882.98 cores=0,2,4,6
/proc/27146/task/27166/stat : 27166 (java) R 27143 27146 21426 0 -1 4202560 1886 0 0 0 88252 46 0 0 20 0 22 0 105335852 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831984234080 139832878430809 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27167] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27167/stat : 27167 (java) S 27143 27146 21426 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831983183528 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27168] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27168/stat : 27168 (java) S 27143 27146 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831982130728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 27146 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.101 s]
/proc/loadavg: 4.01 4.04 4.01 5/219 27260
/proc/meminfo: memFree=25962464/32872528 swapFree=12328/568296
[pid=27146] ppid=27143 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/27146/stat : 27146 (java) S 27143 27146 21426 0 -1 4202496 30288 0 1 0 179883 123 0 0 20 0 22 0 105335698 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 140734449779216 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27146/statm: 2456183 587502 2292 9 0 2446860 0
[pid=27146/tid=27148] ppid=27143 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/27146/task/27148/stat : 27148 (java) S 27143 27146 21426 0 -1 4202560 2538 0 1 0 140 7 0 0 20 0 22 0 105335699 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833043247992 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27149] ppid=27143 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/27146/task/27149/stat : 27149 (java) S 27143 27146 21426 0 -1 4202560 379 0 0 0 291 8 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833004739368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27150] ppid=27143 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/27146/task/27150/stat : 27150 (java) S 27143 27146 21426 0 -1 4202560 342 0 0 0 307 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833003686568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27151] ppid=27143 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/27146/task/27151/stat : 27151 (java) S 27143 27146 21426 0 -1 4202560 341 0 0 0 303 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833002634280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27152] ppid=27143 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/27146/task/27152/stat : 27152 (java) S 27143 27146 21426 0 -1 4202560 455 0 0 0 307 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833001581480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27153] ppid=27143 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/27146/task/27153/stat : 27153 (java) S 27143 27146 21426 0 -1 4202560 402 0 0 0 305 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139833000528168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27154] ppid=27143 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/27146/task/27154/stat : 27154 (java) S 27143 27146 21426 0 -1 4202560 429 0 0 0 316 6 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832999475368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27155] ppid=27143 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/27146/task/27155/stat : 27155 (java) S 27143 27146 21426 0 -1 4202560 342 0 0 0 303 5 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832998423080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27156] ppid=27143 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/27146/task/27156/stat : 27156 (java) S 27143 27146 21426 0 -1 4202560 450 0 0 0 295 7 0 0 20 0 22 0 105335700 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832997370280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27157] ppid=27143 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/27146/task/27157/stat : 27157 (java) S 27143 27146 21426 0 -1 4202560 1312 0 0 0 6 17 0 0 20 0 22 0 105335701 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832866495208 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27158] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27158/stat : 27158 (java) S 27143 27146 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832865441272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27159] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27159/stat : 27159 (java) S 27143 27146 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105335702 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832864388872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27160] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27160/stat : 27160 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832863337360 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27161] ppid=27143 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/27146/task/27161/stat : 27161 (java) S 27143 27146 21426 0 -1 4202560 10301 0 0 0 134 2 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139832862283960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27162] ppid=27143 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/27146/task/27162/stat : 27162 (java) S 27143 27146 21426 0 -1 4202560 9628 0 0 0 151 2 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831988447288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27163] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27163/stat : 27163 (java) S 27143 27146 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831987395192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27164] ppid=27143 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/27146/task/27164/stat : 27164 (java) S 27143 27146 21426 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 22 0 105335704 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831986342600 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27146/tid=27165] ppid=27143 vsize=9824732 CPUtime=883.13 cores=0,2,4,6
/proc/27146/task/27165/stat : 27165 (java) R 27143 27146 21426 0 -1 4202560 162 0 0 0 88299 14 0 0 20 0 22 0 105335852 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831985286192 139832878473695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27146/tid=27166] ppid=27143 vsize=9824732 CPUtime=882.98 cores=0,2,4,6
/proc/27146/task/27166/stat : 27166 (java) R 27143 27146 21426 0 -1 4202560 1886 0 0 0 88252 46 0 0 20 0 22 0 105335852 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831984234080 139832878430809 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27146/tid=27167] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27167/stat : 27167 (java) S 27143 27146 21426 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831983183528 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27146/tid=27168] ppid=27143 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27146/task/27168/stat : 27168 (java) S 27143 27146 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105335853 10060525568 587502 33554432000 1073741824 1073778376 140734449788080 139831982130728 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27146 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=478197
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=761732
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.151
CPU time (s): 1800.06
CPU user time (s): 1798.83
CPU system time (s): 1.23
CPU usage (%): 201.315
Max. virtual memory (cumulated for all children) (KiB): 9826024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 1.76173
maximum resident set size= 2801160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30332
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29158
involuntary context switches= 51786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9221 second user time and 7.29589 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 19:27:11
IDJOB=4081289
IDBENCH=2949
IDSOLVER=2543
FILE ID=node138/4081289-1465234031
RUNJOBID= node138-1465221375-21442
PBS_JOBID= 19843229
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081289-1465234031/watcher-4081289-1465234031 -o /tmp/evaluation-result-4081289-1465234031/solver-4081289-1465234031 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081289-1465234031.opb

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=1120612166

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
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:        28991248 kB
Buffers:           28436 kB
Cached:            96240 kB
SwapCached:        46416 kB
Active:          2500800 kB
Inactive:         105352 kB
Active(anon):    2436632 kB
Inactive(anon):    47172 kB
Active(file):      64168 kB
Inactive(file):    58180 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053464 kB
Dirty:              5504 kB
Writeback:             0 kB
AnonPages:       3006332 kB
Mapped:            15292 kB
Shmem:                 0 kB
Slab:             567920 kB
SReclaimable:      11536 kB
SUnreclaim:       556384 kB
KernelStack:        1648 kB
PageTables:        10376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3212996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2938880 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= 71724 MiB
End job on node138 at 2016-06-06 19:42:06