Trace number 3689988

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.2 911.547

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_mh.opb
MD5SUM5db3e12693d0fde048524c9639b75499
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark649774124
Best CPU time to get the best result obtained on this benchmark1802.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 308760127022
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 308760127022
Number of bits of the biggest sum of numbers39
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3689988-1337886897.opb
0.09/0.13	c reading problem ... 
76.46/52.28	c ... done. Wall clock time 52.153s.
76.46/52.28	c declared #vars     2000400
76.46/52.28	c #constraints  4940611
76.46/52.28	c constraints type 
76.46/52.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
76.46/52.28	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
76.46/52.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
76.46/52.28	c ignored satisfied constraints => 3
76.46/52.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
76.46/52.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
76.46/52.28	c 4940614 constraints processed.
76.46/52.28	c constraints type 
76.46/52.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
76.46/52.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
76.46/52.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
76.46/52.28	c ignored satisfied constraints => 3
76.46/52.28	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
76.46/52.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
76.46/52.28	c 4940614 constraints processed.
76.46/52.28	c objective function length is 1019800 literals
1800.20/911.51	c starts		: 19
1800.20/911.51	c conflicts		: 3762
1800.20/911.51	c decisions		: 707691
1800.20/911.51	c propagations		: 507271990
1800.20/911.51	c inspects		: 3485419530
1800.20/911.51	c shortcuts		: 0
1800.20/911.51	c learnt literals	: 0
1800.20/911.51	c learnt binary clauses	: 8
1800.20/911.51	c learnt ternary clauses	: 0
1800.20/911.51	c learnt constraints	: 3761
1800.20/911.51	c ignored constraints	: 0
1800.20/911.51	c root simplifications	: 0
1800.20/911.51	c removed literals (reason simplification)	: 37515
1800.20/911.51	c reason swapping (by a shorter reason)	: 0
1800.20/911.51	c Calls to reduceDB	: 0
1800.20/911.51	c number of reductions to clauses (during analyze)	: 0
1800.20/911.51	c number of learned constraints concerned by reduction	: 0
1800.20/911.51	c number of learning phase by resolution	: 0
1800.20/911.51	c number of learning phase by cutting planes	: 0
1800.20/911.51	c speed (assignments/second)	: 590707.6772948683
1800.20/911.51	c non guided choices	0
1800.20/911.51	c learnt constraints type 
1800.20/911.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.20/911.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3753
1800.20/911.51	c constraints type 
1800.20/911.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.20/911.51	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.20/911.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.20/911.51	c ignored satisfied constraints => 3
1800.20/911.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.20/911.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.20/911.51	c 4940614 constraints processed.
1800.20/911.51	c constraints type 
1800.20/911.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1800.20/911.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.20/911.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.20/911.51	c ignored satisfied constraints => 3
1800.20/911.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.20/911.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1800.20/911.51	c 4940614 constraints processed.
1800.20/911.51	s UNKNOWN
1800.20/911.51	c Total wall clock time (in seconds): 911.388

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-3689988-1337886897/watcher-3689988-1337886897 -o /tmp/evaluation-result-3689988-1337886897/solver-3689988-1337886897 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689988-1337886897.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.92 3.96 3.92 4/197 25003
/proc/meminfo: memFree=26722572/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25003/stat : 25003 (java) D 25001 25003 20082 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254757309 9515008 182 33554432000 1073741824 1073778376 140735562967024 140735562958056 209097408181 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/25003/statm: 2323 182 140 9 0 71 0

[startup+0.0773549 s]
/proc/loadavg: 3.92 3.96 3.92 4/197 25003
/proc/meminfo: memFree=26722572/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 3213 0 1 0 5 1 0 0 20 0 18 0 254757309 9787813888 4423 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 4423 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100225 s]
/proc/loadavg: 3.92 3.96 3.92 4/197 25003
/proc/meminfo: memFree=26722572/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 4185 0 1 0 8 1 0 0 20 0 18 0 254757309 9787813888 5384 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 5384 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300194 s]
/proc/loadavg: 3.92 3.96 3.92 4/197 25003
/proc/meminfo: memFree=26722572/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 5481 0 1 0 42 4 0 0 20 0 18 0 254757309 9787813888 31686 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 31686 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700206 s]
/proc/loadavg: 3.92 3.96 3.92 4/197 25003
/proc/meminfo: memFree=26722572/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=1.07 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 5681 0 1 0 98 9 0 0 20 0 18 0 254757309 9787813888 62538 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 62538 2232 9 0 2380296 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 3.92 3.96 3.92 3/215 25021
/proc/meminfo: memFree=26440388/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=2.04 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 6128 0 1 0 191 13 0 0 20 0 18 0 254757309 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 83910 2232 9 0 2380296 0
[pid=25003/tid=25005] ppid=25001 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 20082 0 -1 4202560 2531 0 1 0 128 5 0 0 20 0 18 0 254757310 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415224373072 140415047499807 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 20082 0 -1 4202560 250 0 0 0 4 0 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415185873576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 20082 0 -1 4202560 54 0 0 0 5 0 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415184821032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 20082 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415183768488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 20082 0 -1 4202560 40 0 0 0 7 1 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415182715944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 20082 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415181662376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 20082 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415180609832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 20082 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415179557288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 20082 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 254757311 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415178504744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 20082 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254757312 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415166093928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254757313 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415047034488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254757313 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415045981832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415044930576 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 20082 0 -1 4202560 721 0 0 0 7 0 0 0 20 0 18 0 254757316 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415043876920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 20082 0 -1 4202560 1086 0 0 0 8 0 0 0 20 0 18 0 254757316 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415042824376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415041772024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 83910 33554432000 1073741824 1073778376 140736374391808 140415040719688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9558412

[startup+3.10079 s]
/proc/loadavg: 3.77 3.93 3.91 4/215 25021
/proc/meminfo: memFree=26267244/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=4.91 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 9301 0 1 0 445 46 0 0 20 0 18 0 254757309 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 216885 2237 9 0 2380296 0
[pid=25003/tid=25005] ppid=25001 vsize=9558412 CPUtime=2.51 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) S 25001 25003 20082 0 -1 4202560 2851 0 1 0 241 10 0 0 20 0 18 0 254757310 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415224379256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) R 25001 25003 20082 0 -1 4202560 393 0 0 0 18 4 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415185873456 140415228138962 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) R 25001 25003 20082 0 -1 4202560 567 0 0 0 23 5 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415184821208 140415228138652 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) R 25001 25003 20082 0 -1 4202560 429 0 0 0 18 4 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415183768248 140415231280210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) R 25001 25003 20082 0 -1 4202560 104 0 0 0 22 4 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415182716120 140415228138973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) R 25001 25003 20082 0 -1 4202560 346 0 0 0 21 3 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415181662552 140415228138962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) R 25001 25003 20082 0 -1 4202560 161 0 0 0 22 4 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415180610008 140415226853065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) R 25001 25003 20082 0 -1 4202560 80 0 0 0 18 5 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415179557464 140415228139173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) R 25001 25003 20082 0 -1 4202560 496 0 0 0 21 5 0 0 20 0 18 0 254757311 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415178504504 140415228138959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 20082 0 -1 4202560 515 0 0 0 0 0 0 0 20 0 18 0 254757312 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415166092808 209100780604 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254757313 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415047034488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254757313 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415045981832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415044930576 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 20082 0 -1 4202560 900 0 0 0 13 0 0 0 20 0 18 0 254757316 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415043876920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 20082 0 -1 4202560 1286 0 0 0 13 0 0 0 20 0 18 0 254757316 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415042824376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415041772024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 216885 33554432000 1073741824 1073778376 140736374391808 140415040719688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 9558412

[startup+6.30082 s]
/proc/loadavg: 3.77 3.93 3.91 11/215 25021
/proc/meminfo: memFree=25155264/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=10.43 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 13391 0 1 0 948 95 0 0 20 0 18 0 254757309 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 424398 2249 9 0 2380296 0
[pid=25003/tid=25005] ppid=25001 vsize=9558412 CPUtime=4.15 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 20082 0 -1 4202560 3550 0 1 0 396 19 0 0 20 0 18 0 254757310 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415224373136 140415047613089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9558412 CPUtime=0.7 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 20082 0 -1 4202560 503 0 0 0 60 10 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415185873576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9558412 CPUtime=0.6 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 20082 0 -1 4202560 778 0 0 0 51 9 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415184821032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 20082 0 -1 4202560 879 0 0 0 45 8 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415183768488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9558412 CPUtime=0.66 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 20082 0 -1 4202560 549 0 0 0 57 9 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415182715944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9558412 CPUtime=0.72 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 20082 0 -1 4202560 457 0 0 0 62 10 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415181662376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9558412 CPUtime=0.61 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 20082 0 -1 4202560 560 0 0 0 52 9 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415180609832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9558412 CPUtime=0.63 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 20082 0 -1 4202560 894 0 0 0 53 10 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415179557288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9558412 CPUtime=0.6 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 20082 0 -1 4202560 899 0 0 0 51 9 0 0 20 0 18 0 254757311 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415178504744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9558412 CPUtime=0.75 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 20082 0 -1 4202560 963 0 0 0 74 1 0 0 20 0 18 0 254757312 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415166093928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254757313 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415047034488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254757313 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415045981832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415044930576 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 20082 0 -1 4202560 900 0 0 0 13 0 0 0 20 0 18 0 254757316 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415043876920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 20082 0 -1 4202560 1286 0 0 0 14 0 0 0 20 0 18 0 254757316 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415042824376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415041772024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254757316 9787813888 424398 33554432000 1073741824 1073778376 140736374391808 140415040719688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.43
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 4.13 4.00 3.93 10/215 25021
/proc/meminfo: memFree=23578544/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9558412 CPUtime=24.2 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 75877 0 1 0 2230 190 0 0 20 0 18 0 254757309 9787813888 834241 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2389603 834242 2273 9 0 2380296 0
[pid=25003/tid=25005] ppid=25001 vsize=9558412 CPUtime=8.22 cores=1,3,5,7

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

/proc/25003/statm: 2456167 1197652 2280 9 0 2446860 0
[pid=25003/tid=25005] ppid=25001 vsize=9824668 CPUtime=27.97 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) S 25001 25003 20082 0 -1 4202560 3977 0 1 0 2753 44 0 0 20 0 22 0 254757310 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415224382456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9824668 CPUtime=5.37 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 20082 0 -1 4202560 8876 0 0 0 498 39 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415185873576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9824668 CPUtime=4.81 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 20082 0 -1 4202560 6789 0 0 0 450 31 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415184821032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9824668 CPUtime=4.29 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 20082 0 -1 4202560 8253 0 0 0 401 28 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415183768488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9824668 CPUtime=4.76 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 20082 0 -1 4202560 10654 0 0 0 441 35 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415182715944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9824668 CPUtime=5.26 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 20082 0 -1 4202560 11608 0 0 0 484 42 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415181662376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9824668 CPUtime=4.67 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 20082 0 -1 4202560 9279 0 0 0 434 33 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415180609832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9824668 CPUtime=4.35 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 20082 0 -1 4202560 10228 0 0 0 403 32 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415179557288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9824668 CPUtime=5.31 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 20082 0 -1 4202560 2873 0 0 0 496 35 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415178504744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9824668 CPUtime=16.31 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 20082 0 -1 4202560 19004 0 0 0 1622 9 0 0 20 0 22 0 254757312 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415166093928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254757313 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415047034488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254757313 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415045981832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415044930576 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 20082 0 -1 4202560 9465 0 0 0 129 3 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415043876920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 20082 0 -1 4202560 8928 0 0 0 137 2 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415042824376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415041772024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 20082 0 -1 4202560 51 0 0 0 29 23 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415040719688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9824668 CPUtime=825.72 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) R 25001 25003 20082 0 -1 4202560 36 0 0 0 82559 13 0 0 20 0 22 0 254762537 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415039662848 140415048307876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25023] ppid=25001 vsize=9824668 CPUtime=825.67 cores=1,3,5,7
/proc/25003/task/25023/stat : 25023 (java) R 25001 25003 20082 0 -1 4202560 74 0 0 0 82555 12 0 0 20 0 22 0 254762538 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415038610928 140415048221014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25024] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25024/stat : 25024 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254762585 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415037560360 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25025] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25025/stat : 25025 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254762585 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415036507816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1741.78
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.501 s]
/proc/loadavg: 3.06 3.36 3.66 4/219 25193
/proc/meminfo: memFree=23498316/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 111285 0 1 0 179669 351 0 0 20 0 22 0 254757309 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2456167 1197652 2280 9 0 2446860 0
[pid=25003/tid=25005] ppid=25001 vsize=9824668 CPUtime=27.97 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) S 25001 25003 20082 0 -1 4202560 3977 0 1 0 2753 44 0 0 20 0 22 0 254757310 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415224382456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9824668 CPUtime=5.37 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 20082 0 -1 4202560 8876 0 0 0 498 39 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415185873576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9824668 CPUtime=4.81 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 20082 0 -1 4202560 6789 0 0 0 450 31 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415184821032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9824668 CPUtime=4.29 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 20082 0 -1 4202560 8253 0 0 0 401 28 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415183768488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9824668 CPUtime=4.76 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 20082 0 -1 4202560 10654 0 0 0 441 35 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415182715944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9824668 CPUtime=5.26 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 20082 0 -1 4202560 11608 0 0 0 484 42 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415181662376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9824668 CPUtime=4.67 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 20082 0 -1 4202560 9279 0 0 0 434 33 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415180609832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9824668 CPUtime=4.35 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 20082 0 -1 4202560 10228 0 0 0 403 32 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415179557288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9824668 CPUtime=5.31 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 20082 0 -1 4202560 2873 0 0 0 496 35 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415178504744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9824668 CPUtime=16.31 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 20082 0 -1 4202560 19004 0 0 0 1622 9 0 0 20 0 22 0 254757312 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415166093928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254757313 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415047034488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254757313 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415045981832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415044930576 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 20082 0 -1 4202560 9465 0 0 0 129 3 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415043876920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 20082 0 -1 4202560 8928 0 0 0 137 2 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415042824376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415041772024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 20082 0 -1 4202560 53 0 0 0 29 24 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415040719688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9824668 CPUtime=854.85 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) R 25001 25003 20082 0 -1 4202560 36 0 0 0 85472 13 0 0 20 0 22 0 254762537 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415039662848 140415048307935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25023] ppid=25001 vsize=9824668 CPUtime=854.8 cores=1,3,5,7
/proc/25003/task/25023/stat : 25023 (java) R 25001 25003 20082 0 -1 4202560 74 0 0 0 85468 12 0 0 20 0 22 0 254762538 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415038610928 140415048136060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25024] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25024/stat : 25024 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254762585 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415037560360 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25025] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25025/stat : 25025 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254762585 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415036507816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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+911.501 s]
/proc/loadavg: 3.06 3.36 3.66 4/219 25193
/proc/meminfo: memFree=23498316/32873844 swapFree=6868/6868
[pid=25003] ppid=25001 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 20082 0 -1 4202496 111285 0 1 0 179669 351 0 0 20 0 22 0 254757309 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140736374382944 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25003/statm: 2456167 1197652 2280 9 0 2446860 0
[pid=25003/tid=25005] ppid=25001 vsize=9824668 CPUtime=27.97 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) S 25001 25003 20082 0 -1 4202560 3977 0 1 0 2753 44 0 0 20 0 22 0 254757310 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415224382456 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9824668 CPUtime=5.37 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 20082 0 -1 4202560 8876 0 0 0 498 39 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415185873576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9824668 CPUtime=4.81 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 20082 0 -1 4202560 6789 0 0 0 450 31 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415184821032 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9824668 CPUtime=4.29 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 20082 0 -1 4202560 8253 0 0 0 401 28 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415183768488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9824668 CPUtime=4.76 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 20082 0 -1 4202560 10654 0 0 0 441 35 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415182715944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9824668 CPUtime=5.26 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 20082 0 -1 4202560 11608 0 0 0 484 42 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415181662376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9824668 CPUtime=4.67 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 20082 0 -1 4202560 9279 0 0 0 434 33 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415180609832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9824668 CPUtime=4.35 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 20082 0 -1 4202560 10228 0 0 0 403 32 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415179557288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9824668 CPUtime=5.31 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 20082 0 -1 4202560 2873 0 0 0 496 35 0 0 20 0 22 0 254757311 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415178504744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9824668 CPUtime=16.31 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 20082 0 -1 4202560 19004 0 0 0 1622 9 0 0 20 0 22 0 254757312 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415166093928 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254757313 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415047034488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254757313 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415045981832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415044930576 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 20082 0 -1 4202560 9465 0 0 0 129 3 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415043876920 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 20082 0 -1 4202560 8928 0 0 0 137 2 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415042824376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415041772024 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 20082 0 -1 4202560 53 0 0 0 29 24 0 0 20 0 22 0 254757316 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415040719688 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9824668 CPUtime=854.85 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) R 25001 25003 20082 0 -1 4202560 36 0 0 0 85472 13 0 0 20 0 22 0 254762537 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415039662848 140415048307935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25023] ppid=25001 vsize=9824668 CPUtime=854.8 cores=1,3,5,7
/proc/25003/task/25023/stat : 25023 (java) R 25001 25003 20082 0 -1 4202560 74 0 0 0 85468 12 0 0 20 0 22 0 254762538 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415038610928 140415048136060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25024] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25024/stat : 25024 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254762585 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415037560360 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25025] ppid=25001 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25025/stat : 25025 (java) S 25001 25003 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254762585 10060460032 1197652 33554432000 1073741824 1073778376 140736374391808 140415036507816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25003 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=310527
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=1391
# CPU time returned by wait4() is 1796.31
# 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): 911.547
CPU time (s): 1800.2
CPU user time (s): 1796.69
CPU system time (s): 3.51
CPU usage (%): 197.489
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.31
system time used= 4.00139
maximum resident set size= 4790728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111318
page faults= 1
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40416
involuntary context switches= 30019

runsolver used 4.39033 second user time and 7.79581 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 21:15:03
IDJOB=3689988
IDBENCH=92636
IDSOLVER=2268
FILE ID=node105/3689988-1337886897
RUNJOBID= node105-1337871882-20099
PBS_JOBID= 14620099
Free space on /tmp= 71380 MiB

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

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

MD5SUM BENCH= 5db3e12693d0fde048524c9639b75499
RANDOM SEED=617229737

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26722836 kB
Buffers:          188764 kB
Cached:          2128916 kB
SwapCached:         6340 kB
Active:          3858076 kB
Inactive:        1515724 kB
Active(anon):    3044032 kB
Inactive(anon):    14612 kB
Active(file):     814044 kB
Inactive(file):  1501112 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:            222536 kB
Writeback:             0 kB
AnonPages:       3057008 kB
Mapped:            22440 kB
Shmem:                 8 kB
Slab:             633632 kB
SReclaimable:      75204 kB
SUnreclaim:       558428 kB
KernelStack:        1600 kB
PageTables:        10176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3281440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2990080 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= 71404 MiB
End job on node105 at 2012-05-24 21:30:17