Trace number 3689952

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.01 906.137

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUMd635e042f70a99b1424475d8ae4cefac
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36054688
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36054688
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689952-1337886588.opb
0.08/0.12	c reading problem ... 
12.49/8.99	c ... done. Wall clock time 8.868s.
12.49/8.99	c declared #vars     399113
12.49/8.99	c #constraints  400980
12.49/8.99	c constraints type 
12.49/8.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.49/8.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.49/8.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.49/8.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.49/8.99	c 400980 constraints processed.
12.49/8.99	c constraints type 
12.49/8.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.49/8.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.49/8.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.49/8.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.49/8.99	c 400980 constraints processed.
12.49/8.99	c objective function length is 306555 literals
262.90/133.67	c cleaning 2499 clauses out of 4998 with flag 5001/5001
559.07/282.33	c cleaning 4213 clauses out of 8499 with flag 11001/11001
810.82/408.88	c cleaning 5619 clauses out of 11286 with flag 18001/18001
1104.21/556.19	c cleaning 6833 clauses out of 13666 with flag 26000/26000
1390.64/700.21	c cleaning 7917 clauses out of 15834 with flag 35001/35001
1742.24/876.68	c cleaning 8956 clauses out of 17917 with flag 45001/45001
1800.01/906.11	c starts		: 66
1800.01/906.11	c conflicts		: 46581
1800.01/906.11	c decisions		: 1623621
1800.01/906.11	c propagations		: 1463857771
1800.01/906.11	c inspects		: 273655449
1800.01/906.11	c shortcuts		: 0
1800.01/906.11	c learnt literals	: 3
1800.01/906.11	c learnt binary clauses	: 472
1800.01/906.11	c learnt ternary clauses	: 256
1800.01/906.11	c learnt constraints	: 46578
1800.01/906.11	c ignored constraints	: 0
1800.01/906.11	c root simplifications	: 0
1800.01/906.11	c removed literals (reason simplification)	: 3360059
1800.01/906.11	c reason swapping (by a shorter reason)	: 0
1800.01/906.11	c Calls to reduceDB	: 6
1800.01/906.11	c number of reductions to clauses (during analyze)	: 0
1800.01/906.11	c number of learned constraints concerned by reduction	: 0
1800.01/906.11	c number of learning phase by resolution	: 0
1800.01/906.11	c number of learning phase by cutting planes	: 0
1800.01/906.11	c speed (assignments/second)	: 1632025.9833504097
1800.01/906.11	c non guided choices	0
1800.01/906.12	c learnt constraints type 
1800.01/906.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 472
1800.01/906.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10069
1800.01/906.12	c constraints type 
1800.01/906.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.01/906.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.01/906.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.01/906.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/906.12	c 400980 constraints processed.
1800.01/906.12	c constraints type 
1800.01/906.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.01/906.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.01/906.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.01/906.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.01/906.12	c 400980 constraints processed.
1800.01/906.12	s UNKNOWN
1800.01/906.12	c Total wall clock time (in seconds): 905.999

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689952-1337886588/watcher-3689952-1337886588 -o /tmp/evaluation-result-3689952-1337886588/solver-3689952-1337886588 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689952-1337886588.opb 

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: 3.78 3.97 3.92 4/197 28207
/proc/meminfo: memFree=24814140/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28207/stat : 28207 (java) D 28205 28207 24080 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254783220 9515008 182 33554432000 1073741824 1073778376 140736173956720 140736173947752 209883840181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28207/statm: 2323 182 140 9 0 71 0

[startup+0.0359411 s]
/proc/loadavg: 3.78 3.97 3.92 4/197 28207
/proc/meminfo: memFree=24814140/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9092432 CPUtime=0 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 2888 0 1 0 0 0 0 0 20 0 11 0 254783220 9310650368 3587 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2273108 3590 1622 9 0 2263809 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9092432

[startup+0.100305 s]
/proc/loadavg: 3.78 3.97 3.92 4/197 28207
/proc/meminfo: memFree=24814140/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 4299 0 1 0 7 1 0 0 20 0 18 0 254783220 9787813888 5479 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2389603 5479 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.3003 s]
/proc/loadavg: 3.78 3.97 3.92 4/197 28207
/proc/meminfo: memFree=24814140/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 5716 0 1 0 44 2 0 0 20 0 18 0 254783220 9787813888 16012 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2389603 16012 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700315 s]
/proc/loadavg: 3.78 3.97 3.92 4/197 28207
/proc/meminfo: memFree=24814140/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9558412 CPUtime=0.98 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 5914 0 1 0 91 7 0 0 20 0 18 0 254783220 9787813888 47347 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2389603 47347 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558412

[startup+1.50078 s]
/proc/loadavg: 3.78 3.97 3.92 12/215 28225
/proc/meminfo: memFree=24591764/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9558412 CPUtime=2.65 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 14963 0 1 0 244 21 0 0 20 0 18 0 254783220 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2389603 99183 2248 9 0 2380296 0
[pid=28207/tid=28209] ppid=28205 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/28207/task/28209/stat : 28209 (java) R 28205 28207 24080 0 -1 4202560 2555 0 1 0 126 6 0 0 20 0 18 0 254783221 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727442718576 209887225101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28210] ppid=28205 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28207/task/28210/stat : 28210 (java) S 28205 28207 24080 0 -1 4202560 94 0 0 0 3 2 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727431788712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28211] ppid=28205 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28207/task/28211/stat : 28211 (java) S 28205 28207 24080 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727430736168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28212] ppid=28205 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28207/task/28212/stat : 28212 (java) S 28205 28207 24080 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727429683624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28213] ppid=28205 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28207/task/28213/stat : 28213 (java) S 28205 28207 24080 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727428631080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28214] ppid=28205 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28207/task/28214/stat : 28214 (java) S 28205 28207 24080 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727427578536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28215] ppid=28205 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28207/task/28215/stat : 28215 (java) S 28205 28207 24080 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727426525992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28216] ppid=28205 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28207/task/28216/stat : 28216 (java) S 28205 28207 24080 0 -1 4202560 161 0 0 0 4 2 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727425473448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28217] ppid=28205 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28207/task/28217/stat : 28217 (java) S 28205 28207 24080 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 18 0 254783222 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727424420904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28218] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28218/stat : 28218 (java) S 28205 28207 24080 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254783223 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727266916456 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28219] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28219/stat : 28219 (java) S 28205 28207 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254783224 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727265862776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28220] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28220/stat : 28220 (java) S 28205 28207 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254783224 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727264810120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28221] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28221/stat : 28221 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727263758864 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28222] ppid=28205 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/28207/task/28222/stat : 28222 (java) S 28205 28207 24080 0 -1 4202560 4871 0 0 0 37 1 0 0 20 0 18 0 254783226 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727262706232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28223] ppid=28205 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28207/task/28223/stat : 28223 (java) S 28205 28207 24080 0 -1 4202560 5524 0 0 0 35 1 0 0 20 0 18 0 254783226 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727261653688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28224] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28224/stat : 28224 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727260601336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28225] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28225/stat : 28225 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 99183 33554432000 1073741824 1073778376 140733879878144 140727259549000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 9558412

[startup+3.10078 s]
/proc/loadavg: 3.78 3.97 3.92 4/215 28225
/proc/meminfo: memFree=24139160/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9558412 CPUtime=4.9 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 18287 0 1 0 433 57 0 0 20 0 18 0 254783220 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2389603 400794 2248 9 0 2380296 0
[pid=28207/tid=28209] ppid=28205 vsize=9558412 CPUtime=2.67 cores=1,3,5,7
/proc/28207/task/28209/stat : 28209 (java) R 28205 28207 24080 0 -1 4202560 3726 0 1 0 242 25 0 0 20 0 18 0 254783221 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727442725672 140727450491994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28210] ppid=28205 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/28207/task/28210/stat : 28210 (java) S 28205 28207 24080 0 -1 4202560 117 0 0 0 9 3 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727431788712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28211] ppid=28205 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28207/task/28211/stat : 28211 (java) S 28205 28207 24080 0 -1 4202560 233 0 0 0 12 4 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727430736168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28212] ppid=28205 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/28207/task/28212/stat : 28212 (java) S 28205 28207 24080 0 -1 4202560 341 0 0 0 11 2 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727429683624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28213] ppid=28205 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/28207/task/28213/stat : 28213 (java) S 28205 28207 24080 0 -1 4202560 86 0 0 0 16 4 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727428631080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28214] ppid=28205 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/28207/task/28214/stat : 28214 (java) S 28205 28207 24080 0 -1 4202560 279 0 0 0 12 3 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727427578536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28215] ppid=28205 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28207/task/28215/stat : 28215 (java) S 28205 28207 24080 0 -1 4202560 329 0 0 0 13 3 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727426525992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28216] ppid=28205 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/28207/task/28216/stat : 28216 (java) S 28205 28207 24080 0 -1 4202560 326 0 0 0 14 4 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727425473448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28217] ppid=28205 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/28207/task/28217/stat : 28217 (java) S 28205 28207 24080 0 -1 4202560 306 0 0 0 16 5 0 0 20 0 18 0 254783222 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727424420904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28218] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28218/stat : 28218 (java) S 28205 28207 24080 0 -1 4202560 974 0 0 0 0 0 0 0 20 0 18 0 254783223 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727266916456 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28219] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28219/stat : 28219 (java) S 28205 28207 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254783224 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727265862776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28220] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28220/stat : 28220 (java) S 28205 28207 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254783224 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727264810120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28221] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28221/stat : 28221 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727263758864 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28222] ppid=28205 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/28207/task/28222/stat : 28222 (java) S 28205 28207 24080 0 -1 4202560 4871 0 0 0 37 1 0 0 20 0 18 0 254783226 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727262706232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28223] ppid=28205 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28207/task/28223/stat : 28223 (java) S 28205 28207 24080 0 -1 4202560 5524 0 0 0 35 1 0 0 20 0 18 0 254783226 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727261653688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28224] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28224/stat : 28224 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727260601336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28225] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28225/stat : 28225 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 400794 33554432000 1073741824 1073778376 140733879878144 140727259549000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9558412

[startup+6.30078 s]
/proc/loadavg: 3.72 3.96 3.91 4/215 28225
/proc/meminfo: memFree=21901484/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9558412 CPUtime=9.71 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 21652 0 1 0 864 107 0 0 20 0 18 0 254783220 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2389603 736581 2248 9 0 2380296 0
[pid=28207/tid=28209] ppid=28205 vsize=9558412 CPUtime=5.31 cores=1,3,5,7
/proc/28207/task/28209/stat : 28209 (java) R 28205 28207 24080 0 -1 4202560 4269 0 1 0 484 47 0 0 20 0 18 0 254783221 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727442718576 209887225101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28210] ppid=28205 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/28207/task/28210/stat : 28210 (java) S 28205 28207 24080 0 -1 4202560 409 0 0 0 38 6 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727431788712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28211] ppid=28205 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/28207/task/28211/stat : 28211 (java) S 28205 28207 24080 0 -1 4202560 511 0 0 0 34 7 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727430736168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28212] ppid=28205 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/28207/task/28212/stat : 28212 (java) S 28205 28207 24080 0 -1 4202560 815 0 0 0 36 7 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727429683624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28213] ppid=28205 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/28207/task/28213/stat : 28213 (java) S 28205 28207 24080 0 -1 4202560 611 0 0 0 35 7 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727428631080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28214] ppid=28205 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/28207/task/28214/stat : 28214 (java) S 28205 28207 24080 0 -1 4202560 508 0 0 0 31 8 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727427578536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28215] ppid=28205 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/28207/task/28215/stat : 28215 (java) S 28205 28207 24080 0 -1 4202560 390 0 0 0 37 6 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727426525992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28216] ppid=28205 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/28207/task/28216/stat : 28216 (java) S 28205 28207 24080 0 -1 4202560 732 0 0 0 37 7 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727425473448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28217] ppid=28205 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/28207/task/28217/stat : 28217 (java) S 28205 28207 24080 0 -1 4202560 575 0 0 0 44 8 0 0 20 0 18 0 254783222 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727424420904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28218] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28218/stat : 28218 (java) S 28205 28207 24080 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 254783223 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727266916456 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28219] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28219/stat : 28219 (java) S 28205 28207 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254783224 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727265862776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28220] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28220/stat : 28220 (java) S 28205 28207 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254783224 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727264810120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28221] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28221/stat : 28221 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727263758864 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28222] ppid=28205 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/28207/task/28222/stat : 28222 (java) S 28205 28207 24080 0 -1 4202560 4871 0 0 0 37 1 0 0 20 0 18 0 254783226 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727262706232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28223] ppid=28205 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28207/task/28223/stat : 28223 (java) S 28205 28207 24080 0 -1 4202560 5524 0 0 0 35 1 0 0 20 0 18 0 254783226 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727261653688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28224] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28224/stat : 28224 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727260601336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28225] ppid=28205 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28225/stat : 28225 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254783226 9787813888 736581 33554432000 1073741824 1073778376 140733879878144 140727259549000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 3.66 3.94 3.91 5/219 28229
/proc/meminfo: memFree=21868016/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9824668 CPUtime=21.1 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 21807 0 1 0 2002 108 0 0 20 0 22 0 254783220 10060460032 737221 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2456167 737221 2270 9 0 2446860 0
[pid=28207/tid=28209] ppid=28205 vsize=9824668 CPUtime=7.99 cores=1,3,5,7

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

/proc/28207/statm: 2456167 814660 2282 9 0 2446860 0
[pid=28207/tid=28209] ppid=28205 vsize=9824668 CPUtime=8.05 cores=1,3,5,7
/proc/28207/task/28209/stat : 28209 (java) S 28205 28207 24080 0 -1 4202560 4285 0 1 0 756 49 0 0 20 0 22 0 254783221 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727442727928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28210] ppid=28205 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/28207/task/28210/stat : 28210 (java) S 28205 28207 24080 0 -1 4202560 5682 0 0 0 56 10 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727431788712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28211] ppid=28205 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/28207/task/28211/stat : 28211 (java) S 28205 28207 24080 0 -1 4202560 4409 0 0 0 55 12 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727430736168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28212] ppid=28205 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28207/task/28212/stat : 28212 (java) S 28205 28207 24080 0 -1 4202560 3857 0 0 0 52 9 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727429683624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28213] ppid=28205 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/28207/task/28213/stat : 28213 (java) S 28205 28207 24080 0 -1 4202560 5130 0 0 0 49 9 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727428631080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28214] ppid=28205 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28207/task/28214/stat : 28214 (java) S 28205 28207 24080 0 -1 4202560 4232 0 0 0 50 11 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727427578536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28215] ppid=28205 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28207/task/28215/stat : 28215 (java) S 28205 28207 24080 0 -1 4202560 2047 0 0 0 58 11 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727426525992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28216] ppid=28205 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28207/task/28216/stat : 28216 (java) S 28205 28207 24080 0 -1 4202560 3845 0 0 0 57 12 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727425473448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28217] ppid=28205 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/28207/task/28217/stat : 28217 (java) S 28205 28207 24080 0 -1 4202560 4709 0 0 0 64 13 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727424420904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28218] ppid=28205 vsize=9824668 CPUtime=9.35 cores=1,3,5,7
/proc/28207/task/28218/stat : 28218 (java) S 28205 28207 24080 0 -1 4202560 8980 0 0 0 932 3 0 0 20 0 22 0 254783223 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727266916456 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28219] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28219/stat : 28219 (java) S 28205 28207 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254783224 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727265862776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28220] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28220/stat : 28220 (java) S 28205 28207 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254783224 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727264810120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28221] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28221/stat : 28221 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727263758864 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28222] ppid=28205 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/28207/task/28222/stat : 28222 (java) S 28205 28207 24080 0 -1 4202560 4894 0 0 0 109 2 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727262706232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28223] ppid=28205 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28207/task/28223/stat : 28223 (java) S 28205 28207 24080 0 -1 4202560 10062 0 0 0 161 2 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727261653688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28224] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28224/stat : 28224 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727260601336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28225] ppid=28205 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/28207/task/28225/stat : 28225 (java) S 28205 28207 24080 0 -1 4202560 51 0 0 0 25 22 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727259549000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28226] ppid=28205 vsize=9824668 CPUtime=861.03 cores=1,3,5,7
/proc/28207/task/28226/stat : 28226 (java) R 28205 28207 24080 0 -1 4202560 38 0 0 0 86089 14 0 0 20 0 22 0 254784119 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727258493024 140727305705803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28227] ppid=28205 vsize=9824668 CPUtime=861.23 cores=1,3,5,7
/proc/28207/task/28227/stat : 28227 (java) R 28205 28207 24080 0 -1 4202560 74 0 0 0 86110 13 0 0 20 0 22 0 254784119 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727257438400 140727305188489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28228] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28228/stat : 28228 (java) S 28205 28207 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254784135 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727256388648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28229] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28229/stat : 28229 (java) S 28205 28207 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254784135 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727255336104 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1752.39
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.101 s]
/proc/loadavg: 2.94 3.04 3.36 4/217 28301
/proc/meminfo: memFree=22520156/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9824668 CPUtime=1800.01 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 63485 0 1 0 179841 160 0 0 20 0 22 0 254783220 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2456167 814660 2282 9 0 2446860 0
[pid=28207/tid=28209] ppid=28205 vsize=9824668 CPUtime=8.05 cores=1,3,5,7
/proc/28207/task/28209/stat : 28209 (java) S 28205 28207 24080 0 -1 4202560 4285 0 1 0 756 49 0 0 20 0 22 0 254783221 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727442727928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28210] ppid=28205 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/28207/task/28210/stat : 28210 (java) S 28205 28207 24080 0 -1 4202560 5682 0 0 0 56 10 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727431788712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28211] ppid=28205 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/28207/task/28211/stat : 28211 (java) S 28205 28207 24080 0 -1 4202560 4409 0 0 0 55 12 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727430736168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28212] ppid=28205 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28207/task/28212/stat : 28212 (java) S 28205 28207 24080 0 -1 4202560 3857 0 0 0 52 9 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727429683624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28213] ppid=28205 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/28207/task/28213/stat : 28213 (java) S 28205 28207 24080 0 -1 4202560 5130 0 0 0 49 9 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727428631080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28214] ppid=28205 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28207/task/28214/stat : 28214 (java) S 28205 28207 24080 0 -1 4202560 4232 0 0 0 50 11 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727427578536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28215] ppid=28205 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28207/task/28215/stat : 28215 (java) S 28205 28207 24080 0 -1 4202560 2047 0 0 0 58 11 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727426525992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28216] ppid=28205 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28207/task/28216/stat : 28216 (java) S 28205 28207 24080 0 -1 4202560 3845 0 0 0 57 12 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727425473448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28217] ppid=28205 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/28207/task/28217/stat : 28217 (java) S 28205 28207 24080 0 -1 4202560 4709 0 0 0 64 13 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727424420904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28218] ppid=28205 vsize=9824668 CPUtime=9.35 cores=1,3,5,7
/proc/28207/task/28218/stat : 28218 (java) S 28205 28207 24080 0 -1 4202560 8980 0 0 0 932 3 0 0 20 0 22 0 254783223 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727266916456 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28219] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28219/stat : 28219 (java) S 28205 28207 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254783224 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727265862776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28220] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28220/stat : 28220 (java) S 28205 28207 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254783224 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727264810120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28221] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28221/stat : 28221 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727263758864 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28222] ppid=28205 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/28207/task/28222/stat : 28222 (java) S 28205 28207 24080 0 -1 4202560 4894 0 0 0 109 2 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727262706232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28223] ppid=28205 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28207/task/28223/stat : 28223 (java) S 28205 28207 24080 0 -1 4202560 10062 0 0 0 161 2 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727261653688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28224] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28224/stat : 28224 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727260601336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28225] ppid=28205 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/28207/task/28225/stat : 28225 (java) S 28205 28207 24080 0 -1 4202560 53 0 0 0 26 23 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727259549000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28226] ppid=28205 vsize=9824668 CPUtime=884.77 cores=1,3,5,7
/proc/28207/task/28226/stat : 28226 (java) R 28205 28207 24080 0 -1 4202560 38 0 0 0 88463 14 0 0 20 0 22 0 254784119 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727258493024 140727305556121 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28227] ppid=28205 vsize=9824668 CPUtime=884.97 cores=1,3,5,7
/proc/28207/task/28227/stat : 28227 (java) R 28205 28207 24080 0 -1 4202560 74 0 0 0 88484 13 0 0 20 0 22 0 254784119 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727257438400 140727305188489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28228] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28228/stat : 28228 (java) S 28205 28207 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254784135 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727256388648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28229] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28229/stat : 28229 (java) S 28205 28207 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254784135 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727255336104 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

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

Solver just ended. Dumping a history of the last processes samples

[startup+906.101 s]
/proc/loadavg: 2.94 3.04 3.36 4/217 28301
/proc/meminfo: memFree=22520156/32873844 swapFree=7616/7616
[pid=28207] ppid=28205 vsize=9824668 CPUtime=1800.01 cores=1,3,5,7
/proc/28207/stat : 28207 (java) S 28205 28207 24080 0 -1 4202496 63485 0 1 0 179841 160 0 0 20 0 22 0 254783220 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140733879869280 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28207/statm: 2456167 814660 2282 9 0 2446860 0
[pid=28207/tid=28209] ppid=28205 vsize=9824668 CPUtime=8.05 cores=1,3,5,7
/proc/28207/task/28209/stat : 28209 (java) S 28205 28207 24080 0 -1 4202560 4285 0 1 0 756 49 0 0 20 0 22 0 254783221 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727442727928 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28210] ppid=28205 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/28207/task/28210/stat : 28210 (java) S 28205 28207 24080 0 -1 4202560 5682 0 0 0 56 10 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727431788712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28211] ppid=28205 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/28207/task/28211/stat : 28211 (java) S 28205 28207 24080 0 -1 4202560 4409 0 0 0 55 12 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727430736168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28212] ppid=28205 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28207/task/28212/stat : 28212 (java) S 28205 28207 24080 0 -1 4202560 3857 0 0 0 52 9 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727429683624 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28213] ppid=28205 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/28207/task/28213/stat : 28213 (java) S 28205 28207 24080 0 -1 4202560 5130 0 0 0 49 9 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727428631080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28214] ppid=28205 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28207/task/28214/stat : 28214 (java) S 28205 28207 24080 0 -1 4202560 4232 0 0 0 50 11 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727427578536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28215] ppid=28205 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28207/task/28215/stat : 28215 (java) S 28205 28207 24080 0 -1 4202560 2047 0 0 0 58 11 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727426525992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28216] ppid=28205 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28207/task/28216/stat : 28216 (java) S 28205 28207 24080 0 -1 4202560 3845 0 0 0 57 12 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727425473448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28217] ppid=28205 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/28207/task/28217/stat : 28217 (java) S 28205 28207 24080 0 -1 4202560 4709 0 0 0 64 13 0 0 20 0 22 0 254783222 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727424420904 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28218] ppid=28205 vsize=9824668 CPUtime=9.35 cores=1,3,5,7
/proc/28207/task/28218/stat : 28218 (java) S 28205 28207 24080 0 -1 4202560 8980 0 0 0 932 3 0 0 20 0 22 0 254783223 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727266916456 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28219] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28219/stat : 28219 (java) S 28205 28207 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254783224 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727265862776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28220] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28220/stat : 28220 (java) S 28205 28207 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254783224 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727264810120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28221] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28221/stat : 28221 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727263758864 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28222] ppid=28205 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/28207/task/28222/stat : 28222 (java) S 28205 28207 24080 0 -1 4202560 4894 0 0 0 109 2 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727262706232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28223] ppid=28205 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28207/task/28223/stat : 28223 (java) S 28205 28207 24080 0 -1 4202560 10062 0 0 0 161 2 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727261653688 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28224] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28224/stat : 28224 (java) S 28205 28207 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727260601336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28225] ppid=28205 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/28207/task/28225/stat : 28225 (java) S 28205 28207 24080 0 -1 4202560 53 0 0 0 26 23 0 0 20 0 22 0 254783226 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727259549000 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28207/tid=28226] ppid=28205 vsize=9824668 CPUtime=884.77 cores=1,3,5,7
/proc/28207/task/28226/stat : 28226 (java) R 28205 28207 24080 0 -1 4202560 38 0 0 0 88463 14 0 0 20 0 22 0 254784119 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727258493024 140727305556121 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28207/tid=28227] ppid=28205 vsize=9824668 CPUtime=884.97 cores=1,3,5,7
/proc/28207/task/28227/stat : 28227 (java) R 28205 28207 24080 0 -1 4202560 74 0 0 0 88484 13 0 0 20 0 22 0 254784119 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727257438400 140727305188489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28207/tid=28228] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28228/stat : 28228 (java) S 28205 28207 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254784135 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727256388648 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28207/tid=28229] ppid=28205 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28207/task/28229/stat : 28229 (java) S 28205 28207 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254784135 10060460032 814660 33554432000 1073741824 1073778376 140733879878144 140727255336104 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28207 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=899285
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=92681
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.137
CPU time (s): 1800.01
CPU user time (s): 1798.41
CPU system time (s): 1.6
CPU usage (%): 198.647
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 2.09268
maximum resident set size= 3287808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63519
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28048
involuntary context switches= 12289

runsolver used 3.68144 second user time and 8.79266 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 21:09:49
IDJOB=3689952
IDBENCH=92267
IDSOLVER=2268
FILE ID=node141/3689952-1337886588
RUNJOBID= node141-1337871880-24098
PBS_JOBID= 14620063
Free space on /tmp= 71656 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX60_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689952-1337886588/watcher-3689952-1337886588 -o /tmp/evaluation-result-3689952-1337886588/solver-3689952-1337886588 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689952-1337886588.opb

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

MD5SUM BENCH= d635e042f70a99b1424475d8ae4cefac
RANDOM SEED=1911320035

node141.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.744
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.48
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.744
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	: 5331.91
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.744
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	: 5331.93
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.744
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	: 5331.92
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.744
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	: 5331.92
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.744
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	: 5331.91
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.744
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	: 5331.92
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.744
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24814396 kB
Buffers:          225312 kB
Cached:          3110880 kB
SwapCached:            0 kB
Active:          4369556 kB
Inactive:        2908236 kB
Active(anon):    3944628 kB
Inactive(anon):        0 kB
Active(file):     424928 kB
Inactive(file):  2908236 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31124 kB
Writeback:             0 kB
AnonPages:       3952180 kB
Mapped:            22628 kB
Shmem:               200 kB
Slab:             631840 kB
SReclaimable:      73924 kB
SUnreclaim:       557916 kB
KernelStack:        1616 kB
PageTables:        11860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4160724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3782656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node141 at 2012-05-24 21:24:57