Trace number 3743415

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.2 904.958

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null0mast_rapportOE2.0_TMAX300_K192_cod2.opb
MD5SUMcf9128b870ef9b100d6538eb54f0c456
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-451
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 6807
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 65956
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3743415-1338779995.opb
0.06/0.14	c reading problem ... 
10.34/7.07	c ... done. Wall clock time 6.938s.
10.34/7.07	c #vars     400896
10.34/7.07	c #constraints  402763
10.34/7.07	c constraints type 
10.34/7.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
10.34/7.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
10.34/7.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
10.34/7.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
10.34/7.07	c constraints type 
10.34/7.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
10.34/7.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
10.34/7.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
10.34/7.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
160.84/81.80	c cleaning 2497 clauses out of 5001 with flag 5001/5001
426.33/214.83	c cleaning 4239 clauses out of 8503 with flag 11000/11000
635.34/319.77	c cleaning 5622 clauses out of 11266 with flag 18002/18002
774.93/389.92	c cleaning 6811 clauses out of 13641 with flag 26000/26000
946.93/476.43	c cleaning 7910 clauses out of 15831 with flag 35001/35001
1140.36/573.59	c cleaning 8907 clauses out of 17920 with flag 45000/45000
1331.14/669.30	c cleaning 10001 clauses out of 20013 with flag 56000/56000
1622.40/815.41	c cleaning 11000 clauses out of 22013 with flag 68001/68001
1800.20/904.91	c starts		: 78
1800.20/904.91	c conflicts		: 72519
1800.20/904.91	c decisions		: 7062364
1800.20/904.91	c propagations		: 1531554572
1800.20/904.91	c inspects		: 659772064
1800.20/904.91	c shortcuts		: 0
1800.20/904.91	c learnt literals	: 1
1800.20/904.91	c learnt binary clauses	: 271
1800.20/904.91	c learnt ternary clauses	: 35
1800.20/904.91	c learnt constraints	: 72518
1800.20/904.91	c ignored constraints	: 0
1800.20/904.91	c root simplifications	: 0
1800.20/904.91	c removed literals (reason simplification)	: 3852700
1800.20/904.91	c reason swapping (by a shorter reason)	: 0
1800.20/904.91	c Calls to reduceDB	: 8
1800.20/904.91	c number of reductions to clauses (during analyze)	: 0
1800.20/904.91	c number of learned constraints concerned by reduction	: 0
1800.20/904.91	c number of learning phase by resolution	: 0
1800.20/904.91	c number of learning phase by cutting planes	: 0
1800.20/904.91	c speed (assignments/second)	: 1705839.821169615
1800.20/904.91	c non guided choices	9947
1800.20/904.93	c learnt constraints type 
1800.20/904.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 271
1800.20/904.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15261
1800.20/904.93	c constraints type 
1800.20/904.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.20/904.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.20/904.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.20/904.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.20/904.93	c constraints type 
1800.20/904.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.20/904.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.20/904.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.20/904.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/904.93	s UNKNOWN
1800.20/904.93	c Total wall clock time (in seconds): 904.794

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

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: 3.82 3.92 3.90 4/195 28603
/proc/meminfo: memFree=21950964/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28603/stat : 28603 (java) D 28601 28603 26965 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 344124994 9515008 182 33554432000 1073741824 1073778376 140736093036048 140736093027080 229355896501 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/28603/statm: 2323 182 140 9 0 71 0

[startup+0.0865609 s]
/proc/loadavg: 3.82 3.92 3.90 4/195 28603
/proc/meminfo: memFree=21950964/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11586364 CPUtime=0.05 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 4919 0 1 0 4 1 0 0 20 0 18 0 344124994 11864436736 12771 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2896591 12771 1757 9 0 2887285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586364

[startup+0.100254 s]
/proc/loadavg: 3.82 3.92 3.90 4/195 28603
/proc/meminfo: memFree=21950964/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 4983 0 1 0 5 1 0 0 20 0 18 0 344124994 11864465408 12835 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300223 s]
/proc/loadavg: 3.82 3.92 3.90 4/195 28603
/proc/meminfo: memFree=21950964/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11586392 CPUtime=0.46 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 7289 0 1 0 43 3 0 0 20 0 18 0 344124994 11864465408 22736 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2896598 22736 2221 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700229 s]
/proc/loadavg: 3.82 3.92 3.90 4/195 28603
/proc/meminfo: memFree=21950964/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11586392 CPUtime=1.19 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 10244 0 1 0 114 5 0 0 20 0 18 0 344124994 11864465408 58397 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2896598 58397 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 11586392

[startup+1.5007 s]
/proc/loadavg: 3.82 3.92 3.90 4/213 28621
/proc/meminfo: memFree=21320692/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11586392 CPUtime=2.03 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 10682 0 1 0 183 20 0 0 20 0 18 0 344124994 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2896598 281631 2239 9 0 2887285 0
[pid=28603/tid=28605] ppid=28601 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) R 28601 28603 26965 0 -1 4202560 4410 0 1 0 126 20 0 0 20 0 18 0 344124995 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802692878432 139802545089266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802668292776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802667240232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802666187688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802665135144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802664081576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802663029032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802523781544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 26965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802522729000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 26965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344124998 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802510318184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 26965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344124999 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802509264504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344124999 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802508211848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802507160592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 26965 0 -1 4202560 2906 0 0 0 28 0 0 0 20 0 18 0 344125002 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802506106936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 26965 0 -1 4202560 2182 0 0 0 25 0 0 0 20 0 18 0 344125002 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802505054392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802504002040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 281631 33554432000 1073741824 1073778376 140734980720480 139802502949704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 11586392

[startup+3.10072 s]
/proc/loadavg: 3.82 3.92 3.90 4/213 28621
/proc/meminfo: memFree=20561756/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11586392 CPUtime=3.63 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 11033 0 1 0 326 37 0 0 20 0 18 0 344124994 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2896598 461343 2239 9 0 2887285 0
[pid=28603/tid=28605] ppid=28601 vsize=11586392 CPUtime=3.05 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) R 28601 28603 26965 0 -1 4202560 4761 0 1 0 268 37 0 0 20 0 18 0 344124995 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802692878320 139802544706951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802668292776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802667240232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802666187688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802665135144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802664081576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802663029032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802523781544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 26965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344124997 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802522729000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 26965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344124998 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802510318184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 26965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344124999 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802509264504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344124999 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802508211848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802507160592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 26965 0 -1 4202560 2906 0 0 0 28 0 0 0 20 0 18 0 344125002 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802506106936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 26965 0 -1 4202560 2182 0 0 0 25 0 0 0 20 0 18 0 344125002 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802505054392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802504002040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 461343 33554432000 1073741824 1073778376 140734980720480 139802502949704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 11586392

[startup+6.30073 s]
/proc/loadavg: 3.75 3.91 3.89 11/216 28624
/proc/meminfo: memFree=18955000/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11586392 CPUtime=8.94 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 12420 0 1 0 757 137 0 0 20 0 18 0 344124994 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2896598 770633 2255 9 0 2887285 0
[pid=28603/tid=28605] ppid=28601 vsize=11586392 CPUtime=5.54 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) R 28601 28603 26965 0 -1 4202560 5145 0 1 0 497 57 0 0 20 0 18 0 344124995 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802692878320 139802545052620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11586392 CPUtime=0.51 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 26965 0 -1 4202560 183 0 0 0 36 15 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802668292776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11586392 CPUtime=0.45 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 26965 0 -1 4202560 166 0 0 0 31 14 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802667240232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11586392 CPUtime=0.33 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 26965 0 -1 4202560 116 0 0 0 24 9 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802666187688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11586392 CPUtime=0.21 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 26965 0 -1 4202560 90 0 0 0 15 6 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802665135144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11586392 CPUtime=0.33 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 26965 0 -1 4202560 123 0 0 0 23 10 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802664081576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11586392 CPUtime=0.26 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 26965 0 -1 4202560 97 0 0 0 19 7 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802663029032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11586392 CPUtime=0.36 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 26965 0 -1 4202560 135 0 0 0 25 11 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802523781544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 26965 0 -1 4202560 96 0 0 0 17 7 0 0 20 0 18 0 344124997 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802522729000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344124998 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802510318184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 26965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344124999 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802509264504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 26965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344124999 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802508211848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802507160592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 26965 0 -1 4202560 2906 0 0 0 29 0 0 0 20 0 18 0 344125002 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802506106936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 26965 0 -1 4202560 2182 0 0 0 25 0 0 0 20 0 18 0 344125002 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802505054392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802504002040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125002 11864465408 770633 33554432000 1073741824 1073778376 140734980720480 139802502949704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 11586392

[startup+12.7008 s]
/proc/loadavg: 3.77 3.91 3.89 5/218 28628
/proc/meminfo: memFree=18861576/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11852648 CPUtime=22.38 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 13104 0 1 0 2099 139 0 0 20 0 22 0 344124994 12137111552 772336 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2963162 772336 2276 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=6.1 cores=0,2,4,6

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

/proc/28603/statm: 2963162 885329 2289 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=6.14 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 26965 0 -1 4202560 5170 0 1 0 554 60 0 0 20 0 22 0 344124995 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802692887704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 26965 0 -1 4202560 218 0 0 0 72 15 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802668292776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 26965 0 -1 4202560 205 0 0 0 65 16 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802667240232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 26965 0 -1 4202560 158 0 0 0 51 10 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802666187688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 26965 0 -1 4202560 148 0 0 0 49 9 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802665135144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 26965 0 -1 4202560 149 0 0 0 49 11 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802664081576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 26965 0 -1 4202560 142 0 0 0 50 9 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802663029032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 26965 0 -1 4202560 170 0 0 0 55 12 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802523781544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 26965 0 -1 4202560 144 0 0 0 50 10 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802522729000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=8.04 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 26965 0 -1 4202560 233 0 0 0 796 8 0 0 20 0 22 0 344124998 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802510318184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 26965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344124999 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802509264504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 26965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344124999 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802508211848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802507160592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 26965 0 -1 4202560 6433 0 0 0 121 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802506106936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 26965 0 -1 4202560 2656 0 0 0 86 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802505054392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802504002040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 26965 0 -1 4202560 51 0 0 0 20 11 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802502949704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28625] ppid=28601 vsize=11852648 CPUtime=864.28 cores=0,2,4,6
/proc/28603/task/28625/stat : 28625 (java) R 28601 28603 26965 0 -1 4202560 38 0 0 0 86414 14 0 0 20 0 22 0 344125702 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802501894736 139802545391469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28626] ppid=28601 vsize=11852648 CPUtime=864.29 cores=0,2,4,6
/proc/28603/task/28626/stat : 28626 (java) R 28601 28603 26965 0 -1 4202560 68 0 0 0 86416 13 0 0 20 0 22 0 344125702 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802500840128 139802545083203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28627] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28627/stat : 28627 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344125709 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802499790376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28628] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28628/stat : 28628 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344125709 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802498737832 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1754.98
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.901 s]
/proc/loadavg: 4.00 3.98 3.91 5/218 28697
/proc/meminfo: memFree=18394100/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11852648 CPUtime=1800.2 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 17172 0 1 0 179842 178 0 0 20 0 22 0 344124994 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2963162 885329 2289 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=6.14 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 26965 0 -1 4202560 5170 0 1 0 554 60 0 0 20 0 22 0 344124995 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802692887704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 26965 0 -1 4202560 218 0 0 0 72 15 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802668292776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 26965 0 -1 4202560 205 0 0 0 65 16 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802667240232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 26965 0 -1 4202560 158 0 0 0 51 10 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802666187688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 26965 0 -1 4202560 148 0 0 0 49 9 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802665135144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 26965 0 -1 4202560 149 0 0 0 49 11 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802664081576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 26965 0 -1 4202560 142 0 0 0 50 9 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802663029032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 26965 0 -1 4202560 170 0 0 0 55 12 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802523781544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 26965 0 -1 4202560 144 0 0 0 50 10 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802522729000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=8.04 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 26965 0 -1 4202560 233 0 0 0 796 8 0 0 20 0 22 0 344124998 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802510318184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 26965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344124999 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802509264504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 26965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344124999 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802508211848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802507160592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 26965 0 -1 4202560 6433 0 0 0 121 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802506106936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 26965 0 -1 4202560 2656 0 0 0 86 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802505054392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802504002040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 26965 0 -1 4202560 53 0 0 0 20 12 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802502949704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28625] ppid=28601 vsize=11852648 CPUtime=886.83 cores=0,2,4,6
/proc/28603/task/28625/stat : 28625 (java) R 28601 28603 26965 0 -1 4202560 38 0 0 0 88669 14 0 0 20 0 22 0 344125702 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802501894736 139802545421315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28626] ppid=28601 vsize=11852648 CPUtime=886.84 cores=0,2,4,6
/proc/28603/task/28626/stat : 28626 (java) R 28601 28603 26965 0 -1 4202560 68 0 0 0 88671 13 0 0 20 0 22 0 344125702 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802500840128 139802545346913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28627] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28627/stat : 28627 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344125709 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802499790376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28628] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28628/stat : 28628 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344125709 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802498737832 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 11852648

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

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

[startup+904.901 s]
/proc/loadavg: 4.00 3.98 3.91 5/218 28697
/proc/meminfo: memFree=18394100/32873852 swapFree=6856/6856
[pid=28603] ppid=28601 vsize=11852648 CPUtime=1800.2 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 26965 0 -1 4202496 17172 0 1 0 179842 178 0 0 20 0 22 0 344124994 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 140734980711616 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2963162 885329 2289 9 0 2953849 0
[pid=28603/tid=28605] ppid=28601 vsize=11852648 CPUtime=6.14 cores=0,2,4,6
/proc/28603/task/28605/stat : 28605 (java) S 28601 28603 26965 0 -1 4202560 5170 0 1 0 554 60 0 0 20 0 22 0 344124995 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802692887704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 26965 0 -1 4202560 218 0 0 0 72 15 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802668292776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 26965 0 -1 4202560 205 0 0 0 65 16 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802667240232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 26965 0 -1 4202560 158 0 0 0 51 10 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802666187688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 26965 0 -1 4202560 148 0 0 0 49 9 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802665135144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 26965 0 -1 4202560 149 0 0 0 49 11 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802664081576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 26965 0 -1 4202560 142 0 0 0 50 9 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802663029032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 26965 0 -1 4202560 170 0 0 0 55 12 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802523781544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 26965 0 -1 4202560 144 0 0 0 50 10 0 0 20 0 22 0 344124997 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802522729000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=11852648 CPUtime=8.04 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 26965 0 -1 4202560 233 0 0 0 796 8 0 0 20 0 22 0 344124998 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802510318184 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 26965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344124999 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802509264504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 26965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344124999 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802508211848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802507160592 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 26965 0 -1 4202560 6433 0 0 0 121 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802506106936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 26965 0 -1 4202560 2656 0 0 0 86 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802505054392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 26965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802504002040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 26965 0 -1 4202560 53 0 0 0 20 12 0 0 20 0 22 0 344125002 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802502949704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28625] ppid=28601 vsize=11852648 CPUtime=886.83 cores=0,2,4,6
/proc/28603/task/28625/stat : 28625 (java) R 28601 28603 26965 0 -1 4202560 38 0 0 0 88669 14 0 0 20 0 22 0 344125702 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802501894736 139802545421315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28626] ppid=28601 vsize=11852648 CPUtime=886.84 cores=0,2,4,6
/proc/28603/task/28626/stat : 28626 (java) R 28601 28603 26965 0 -1 4202560 68 0 0 0 88671 13 0 0 20 0 22 0 344125702 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802500840128 139802545346913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28627] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28627/stat : 28627 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344125709 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802499790376 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28628] ppid=28601 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28628/stat : 28628 (java) S 28601 28603 26965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344125709 12137111552 885329 33554432000 1073741824 1073778376 140734980720480 139802498737832 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 904.958
CPU time (s): 1800.2
CPU user time (s): 1798.42
CPU system time (s): 1.78
CPU usage (%): 198.926
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.16067
maximum resident set size= 3541440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17207
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21644
involuntary context switches= 13349

runsolver used 3.40948 second user time and 7.96579 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-04 05:19:55
IDJOB=3743415
IDBENCH=91092
IDSOLVER=2328
FILE ID=node129/3743415-1338779995
RUNJOBID= node129-1338772681-26981
PBS_JOBID= 14636822
Free space on /tmp= 70432 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_20null0mast_rapportOE2.0_TMAX300_K192_cod2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743415-1338779995/watcher-3743415-1338779995 -o /tmp/evaluation-result-3743415-1338779995/solver-3743415-1338779995 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743415-1338779995.opb

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

MD5SUM BENCH= cf9128b870ef9b100d6538eb54f0c456
RANDOM SEED=538401238

node129.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.957
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.91
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.957
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.957
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.91
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.957
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.91
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        21950600 kB
Buffers:          477448 kB
Cached:          5713188 kB
SwapCached:            0 kB
Active:          6485352 kB
Inactive:        3540108 kB
Active(anon):    3826744 kB
Inactive(anon):    10748 kB
Active(file):    2658608 kB
Inactive(file):  3529360 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27964 kB
Writeback:             0 kB
AnonPages:       3842064 kB
Mapped:            22448 kB
Shmem:               204 kB
Slab:             750872 kB
SReclaimable:     193004 kB
SUnreclaim:       557868 kB
KernelStack:        1608 kB
PageTables:        11696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10456624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3780608 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= 70432 MiB
End job on node129 at 2012-06-04 05:35:02