Trace number 3738558

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 914.147

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1465935
Best CPU time to get the best result obtained on this benchmark1803.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3738558-1338726773.opb
0.10/0.12	c reading problem ... 
140.64/88.01	c ... done. Wall clock time 87.896s.
140.64/88.01	c #vars     5120998
140.64/88.01	c #constraints  7000
140.64/88.01	c constraints type 
140.64/88.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
140.64/88.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
140.64/88.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
140.64/88.01	c constraints type 
140.64/88.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
140.64/88.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
140.64/88.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1645.82/833.82	c cleaning 3072 clauses out of 6143 with flag 6143/6143
1800.20/914.11	c starts		: 6
1800.20/914.11	c conflicts		: 6994
1800.20/914.11	c decisions		: 27899847
1800.20/914.11	c propagations		: 31432297
1800.20/914.11	c inspects		: 69400861
1800.20/914.11	c shortcuts		: 0
1800.20/914.11	c learnt literals	: 0
1800.20/914.11	c learnt binary clauses	: 0
1800.20/914.11	c learnt ternary clauses	: 0
1800.20/914.11	c learnt constraints	: 6993
1800.20/914.11	c ignored constraints	: 0
1800.20/914.11	c root simplifications	: 0
1800.20/914.11	c removed literals (reason simplification)	: 4
1800.20/914.11	c reason swapping (by a shorter reason)	: 0
1800.20/914.11	c Calls to reduceDB	: 1
1800.20/914.11	c number of reductions to clauses (during analyze)	: 0
1800.20/914.11	c number of learned constraints concerned by reduction	: 0
1800.20/914.11	c number of learning phase by resolution	: 0
1800.20/914.11	c number of learning phase by cutting planes	: 0
1800.20/914.11	c speed (assignments/second)	: 38050.495842957236
1800.20/914.11	c non guided choices	4120312
1800.20/914.12	c learnt constraints type 
1800.20/914.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3921
1800.20/914.12	c constraints type 
1800.20/914.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.20/914.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.20/914.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
1800.20/914.12	c constraints type 
1800.20/914.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.20/914.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
1800.20/914.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
1800.20/914.12	s UNKNOWN
1800.20/914.12	c Total wall clock time (in seconds): 913.998

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-3738558-1338726773/watcher-3738558-1338726773 -o /tmp/evaluation-result-3738558-1338726773/solver-3738558-1338726773 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3738558-1338726773.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: 2.81 3.51 3.69 3/195 29534
/proc/meminfo: memFree=24265096/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29534/stat : 29534 (java) D 29532 29534 25219 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 338802532 9515008 182 33554432000 1073741824 1073778376 140734467574544 140734467565576 212073266869 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2323 182 140 9 0 71 0

[startup+0.098514 s]
/proc/loadavg: 2.81 3.51 3.69 3/195 29534
/proc/meminfo: memFree=24265096/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 5223 0 1 0 7 2 0 0 20 0 18 0 338802532 11864465408 13567 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 13567 2100 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.100267 s]
/proc/loadavg: 2.81 3.51 3.69 3/195 29534
/proc/meminfo: memFree=24265096/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 5244 0 1 0 8 2 0 0 20 0 18 0 338802532 11864465408 13587 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 13587 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300254 s]
/proc/loadavg: 2.81 3.51 3.69 3/195 29534
/proc/meminfo: memFree=24265096/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=0.42 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 6160 0 1 0 37 5 0 0 20 0 18 0 338802532 11864465408 73572 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 73572 2221 9 0 2887285 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 11586392

[startup+0.700291 s]
/proc/loadavg: 2.81 3.51 3.69 3/195 29534
/proc/meminfo: memFree=24265096/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=0.85 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 6370 0 1 0 78 7 0 0 20 0 18 0 338802532 11864465408 106945 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 106945 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 11586392

[startup+1.50063 s]
/proc/loadavg: 2.81 3.51 3.69 3/213 29552
/proc/meminfo: memFree=23744816/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=1.64 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 6502 0 1 0 154 10 0 0 20 0 18 0 338802532 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 174529 2223 9 0 2887285 0
[pid=29534/tid=29536] ppid=29532 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/29534/task/29536/stat : 29536 (java) R 29532 29534 25219 0 -1 4202560 3679 0 1 0 136 10 0 0 20 0 18 0 338802533 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552984821760 212076651789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29537] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29537/stat : 29537 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552821532968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29538] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29538/stat : 29538 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552820480168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29539] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29539/stat : 29539 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552819427880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29540] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29540/stat : 29540 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552818375080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29541] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29541/stat : 29541 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552817322792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29542] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29542/stat : 29542 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552816269992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29543] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29543/stat : 29543 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552815217704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29544] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29544/stat : 29544 (java) S 29532 29534 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552814164904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29545] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29545/stat : 29545 (java) S 29532 29534 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552331835624 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29546] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29546/stat : 29546 (java) S 29532 29534 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552330781688 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29547] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29547/stat : 29547 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552329729288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29548] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29548/stat : 29548 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552328677776 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29549] ppid=29532 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/29534/task/29549/stat : 29549 (java) S 29532 29534 25219 0 -1 4202560 751 0 0 0 8 0 0 0 20 0 18 0 338802539 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552327625400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29550] ppid=29532 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/29534/task/29550/stat : 29550 (java) S 29532 29534 25219 0 -1 4202560 888 0 0 0 7 0 0 0 20 0 18 0 338802539 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552326572600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29551] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29551/stat : 29551 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552325520504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29552] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29552/stat : 29552 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 174529 33554432000 1073741824 1073778376 140736379187200 140552324467912 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 11586392

[startup+3.10075 s]
/proc/loadavg: 2.82 3.50 3.68 3/213 29552
/proc/meminfo: memFree=23263664/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=3.25 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 6755 0 1 0 306 19 0 0 20 0 18 0 338802532 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 302021 2227 9 0 2887285 0
[pid=29534/tid=29536] ppid=29532 vsize=11586392 CPUtime=3.05 cores=1,3,5,7
/proc/29534/task/29536/stat : 29536 (java) R 29532 29534 25219 0 -1 4202560 3928 0 1 0 287 18 0 0 20 0 18 0 338802533 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552984821680 212076651789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29537] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29537/stat : 29537 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552821532968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29538] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29538/stat : 29538 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552820480168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29539] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29539/stat : 29539 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552819427880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29540] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29540/stat : 29540 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552818375080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29541] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29541/stat : 29541 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552817322792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29542] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29542/stat : 29542 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552816269992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29543] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29543/stat : 29543 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552815217704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29544] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29544/stat : 29544 (java) S 29532 29534 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552814164904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29545] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29545/stat : 29545 (java) S 29532 29534 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552331835624 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29546] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29546/stat : 29546 (java) S 29532 29534 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552330781688 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29547] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29547/stat : 29547 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552329729288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29548] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29548/stat : 29548 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552328677776 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29549] ppid=29532 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/29534/task/29549/stat : 29549 (java) S 29532 29534 25219 0 -1 4202560 755 0 0 0 8 0 0 0 20 0 18 0 338802539 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552327625400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29550] ppid=29532 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/29534/task/29550/stat : 29550 (java) S 29532 29534 25219 0 -1 4202560 888 0 0 0 7 0 0 0 20 0 18 0 338802539 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552326572600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29551] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29551/stat : 29551 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552325520504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29552] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29552/stat : 29552 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 302021 33554432000 1073741824 1073778376 140736379187200 140552324467912 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 11586392

[startup+6.30073 s]
/proc/loadavg: 2.82 3.50 3.68 3/213 29552
/proc/meminfo: memFree=22118348/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=6.47 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 7307 0 1 0 609 38 0 0 20 0 18 0 338802532 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 582504 2229 9 0 2887285 0
[pid=29534/tid=29536] ppid=29532 vsize=11586392 CPUtime=6.25 cores=1,3,5,7
/proc/29534/task/29536/stat : 29536 (java) R 29532 29534 25219 0 -1 4202560 4478 0 1 0 588 37 0 0 20 0 18 0 338802533 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552984821840 212076651789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29537] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29537/stat : 29537 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552821532968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29538] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29538/stat : 29538 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552820480168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29539] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29539/stat : 29539 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552819427880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29540] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29540/stat : 29540 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552818375080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29541] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29541/stat : 29541 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552817322792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29542] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29542/stat : 29542 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552816269992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29543] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29543/stat : 29543 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552815217704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29544] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29544/stat : 29544 (java) S 29532 29534 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338802535 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552814164904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29545] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29545/stat : 29545 (java) S 29532 29534 25219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552331835624 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29546] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29546/stat : 29546 (java) S 29532 29534 25219 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552330781688 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29547] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29547/stat : 29547 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338802536 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552329729288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29548] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29548/stat : 29548 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552328677776 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29549] ppid=29532 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/29534/task/29549/stat : 29549 (java) S 29532 29534 25219 0 -1 4202560 755 0 0 0 8 0 0 0 20 0 18 0 338802539 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552327625400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29550] ppid=29532 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/29534/task/29550/stat : 29550 (java) S 29532 29534 25219 0 -1 4202560 888 0 0 0 8 0 0 0 20 0 18 0 338802539 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552326572600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29551] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29551/stat : 29551 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552325520504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29552] ppid=29532 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29552/stat : 29552 (java) S 29532 29534 25219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338802539 11864465408 582504 33554432000 1073741824 1073778376 140736379187200 140552324467912 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 11586392

[startup+12.7007 s]
/proc/loadavg: 3.21 3.57 3.70 10/212 29552
/proc/meminfo: memFree=20875056/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11586392 CPUtime=15.67 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 13341 0 1 0 1445 122 0 0 20 0 18 0 338802532 11864465408 907648 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2896598 907648 2252 9 0 2887285 0
[pid=29534/tid=29536] ppid=29532 vsize=11586392 CPUtime=11.84 cores=1,3,5,7

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

/proc/29534/statm: 2963162 2220937 2286 9 0 2953849 0
[pid=29534/tid=29536] ppid=29532 vsize=11852648 CPUtime=69.97 cores=1,3,5,7
/proc/29534/task/29536/stat : 29536 (java) S 29532 29534 25219 0 -1 4202560 4736 0 1 0 6943 54 0 0 20 0 22 0 338802533 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552984831128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29537] ppid=29532 vsize=11852648 CPUtime=11.81 cores=1,3,5,7
/proc/29534/task/29537/stat : 29537 (java) S 29532 29534 25219 0 -1 4202560 1463 0 0 0 1118 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552821532968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29538] ppid=29532 vsize=11852648 CPUtime=12.11 cores=1,3,5,7
/proc/29534/task/29538/stat : 29538 (java) S 29532 29534 25219 0 -1 4202560 1759 0 0 0 1131 80 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552820480168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29539] ppid=29532 vsize=11852648 CPUtime=12.7 cores=1,3,5,7
/proc/29534/task/29539/stat : 29539 (java) S 29532 29534 25219 0 -1 4202560 1615 0 0 0 1199 71 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552819427880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29540] ppid=29532 vsize=11852648 CPUtime=12.51 cores=1,3,5,7
/proc/29534/task/29540/stat : 29540 (java) S 29532 29534 25219 0 -1 4202560 2089 0 0 0 1178 73 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552818375080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29541] ppid=29532 vsize=11852648 CPUtime=11.74 cores=1,3,5,7
/proc/29534/task/29541/stat : 29541 (java) S 29532 29534 25219 0 -1 4202560 1936 0 0 0 1118 56 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552817322792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29542] ppid=29532 vsize=11852648 CPUtime=11.88 cores=1,3,5,7
/proc/29534/task/29542/stat : 29542 (java) S 29532 29534 25219 0 -1 4202560 2076 0 0 0 1124 64 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552816269992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29543] ppid=29532 vsize=11852648 CPUtime=11.87 cores=1,3,5,7
/proc/29534/task/29543/stat : 29543 (java) S 29532 29534 25219 0 -1 4202560 1408 0 0 0 1124 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552815217704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29544] ppid=29532 vsize=11852648 CPUtime=11.87 cores=1,3,5,7
/proc/29534/task/29544/stat : 29544 (java) S 29532 29534 25219 0 -1 4202560 1466 0 0 0 1124 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552814164904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29545] ppid=29532 vsize=11852648 CPUtime=6.99 cores=1,3,5,7
/proc/29534/task/29545/stat : 29545 (java) S 29532 29534 25219 0 -1 4202560 67 0 0 0 693 6 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552331835624 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29546] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29546/stat : 29546 (java) S 29532 29534 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552330781688 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29547] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29547/stat : 29547 (java) S 29532 29534 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552329729288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29548] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29548/stat : 29548 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552328677776 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29549] ppid=29532 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/29534/task/29549/stat : 29549 (java) S 29532 29534 25219 0 -1 4202560 4230 0 0 0 111 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552327625400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29550] ppid=29532 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/29534/task/29550/stat : 29550 (java) S 29532 29534 25219 0 -1 4202560 9759 0 0 0 104 2 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552326572600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29551] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29551/stat : 29551 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552325520504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29552] ppid=29532 vsize=11852648 CPUtime=0.27 cores=1,3,5,7
/proc/29534/task/29552/stat : 29552 (java) S 29532 29534 25219 0 -1 4202560 52 0 0 0 12 15 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552324467912 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29554] ppid=29532 vsize=11852648 CPUtime=778.16 cores=1,3,5,7
/proc/29534/task/29554/stat : 29554 (java) R 29532 29534 25219 0 -1 4202560 45 0 0 0 77805 11 0 0 20 0 22 0 338811334 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552323410304 140552822367395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29555] ppid=29532 vsize=11852648 CPUtime=778.1 cores=1,3,5,7
/proc/29534/task/29555/stat : 29555 (java) R 29532 29534 25219 0 -1 4202560 108 0 0 0 77798 12 0 0 20 0 22 0 338811334 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552322358080 140552822569984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29556] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29556/stat : 29556 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338811462 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552321307816 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29557] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29557/stat : 29557 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338811462 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552320255016 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1736.61
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.101 s]
/proc/loadavg: 3.01 3.08 3.27 4/217 29562
/proc/meminfo: memFree=15375888/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11852648 CPUtime=1800.2 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 33998 0 1 0 179403 617 0 0 20 0 22 0 338802532 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2963162 2220937 2286 9 0 2953849 0
[pid=29534/tid=29536] ppid=29532 vsize=11852648 CPUtime=69.97 cores=1,3,5,7
/proc/29534/task/29536/stat : 29536 (java) S 29532 29534 25219 0 -1 4202560 4736 0 1 0 6943 54 0 0 20 0 22 0 338802533 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552984831128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29537] ppid=29532 vsize=11852648 CPUtime=11.81 cores=1,3,5,7
/proc/29534/task/29537/stat : 29537 (java) S 29532 29534 25219 0 -1 4202560 1463 0 0 0 1118 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552821532968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29538] ppid=29532 vsize=11852648 CPUtime=12.11 cores=1,3,5,7
/proc/29534/task/29538/stat : 29538 (java) S 29532 29534 25219 0 -1 4202560 1759 0 0 0 1131 80 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552820480168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29539] ppid=29532 vsize=11852648 CPUtime=12.7 cores=1,3,5,7
/proc/29534/task/29539/stat : 29539 (java) S 29532 29534 25219 0 -1 4202560 1615 0 0 0 1199 71 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552819427880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29540] ppid=29532 vsize=11852648 CPUtime=12.51 cores=1,3,5,7
/proc/29534/task/29540/stat : 29540 (java) S 29532 29534 25219 0 -1 4202560 2089 0 0 0 1178 73 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552818375080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29541] ppid=29532 vsize=11852648 CPUtime=11.74 cores=1,3,5,7
/proc/29534/task/29541/stat : 29541 (java) S 29532 29534 25219 0 -1 4202560 1936 0 0 0 1118 56 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552817322792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29542] ppid=29532 vsize=11852648 CPUtime=11.88 cores=1,3,5,7
/proc/29534/task/29542/stat : 29542 (java) S 29532 29534 25219 0 -1 4202560 2076 0 0 0 1124 64 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552816269992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29543] ppid=29532 vsize=11852648 CPUtime=11.87 cores=1,3,5,7
/proc/29534/task/29543/stat : 29543 (java) S 29532 29534 25219 0 -1 4202560 1408 0 0 0 1124 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552815217704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29544] ppid=29532 vsize=11852648 CPUtime=11.87 cores=1,3,5,7
/proc/29534/task/29544/stat : 29544 (java) S 29532 29534 25219 0 -1 4202560 1466 0 0 0 1124 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552814164904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29545] ppid=29532 vsize=11852648 CPUtime=6.99 cores=1,3,5,7
/proc/29534/task/29545/stat : 29545 (java) S 29532 29534 25219 0 -1 4202560 67 0 0 0 693 6 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552331835624 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29546] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29546/stat : 29546 (java) S 29532 29534 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552330781688 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29547] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29547/stat : 29547 (java) S 29532 29534 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552329729288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29548] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29548/stat : 29548 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552328677776 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29549] ppid=29532 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/29534/task/29549/stat : 29549 (java) S 29532 29534 25219 0 -1 4202560 4230 0 0 0 111 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552327625400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29550] ppid=29532 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/29534/task/29550/stat : 29550 (java) S 29532 29534 25219 0 -1 4202560 9759 0 0 0 104 2 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552326572600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29551] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29551/stat : 29551 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552325520504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29552] ppid=29532 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/29534/task/29552/stat : 29552 (java) S 29532 29534 25219 0 -1 4202560 54 0 0 0 12 16 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552324467912 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29554] ppid=29532 vsize=11852648 CPUtime=809.89 cores=1,3,5,7
/proc/29534/task/29554/stat : 29554 (java) R 29532 29534 25219 0 -1 4202560 45 0 0 0 80977 12 0 0 20 0 22 0 338811334 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552323410304 140552822453900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29555] ppid=29532 vsize=11852648 CPUtime=809.81 cores=1,3,5,7
/proc/29534/task/29555/stat : 29555 (java) R 29532 29534 25219 0 -1 4202560 108 0 0 0 80968 13 0 0 20 0 22 0 338811334 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552322358080 140552822371779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29556] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29556/stat : 29556 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338811462 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552321307816 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29557] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29557/stat : 29557 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338811462 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552320255016 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 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+914.101 s]
/proc/loadavg: 3.01 3.08 3.27 4/217 29562
/proc/meminfo: memFree=15375888/32873648 swapFree=7388/7388
[pid=29534] ppid=29532 vsize=11852648 CPUtime=1800.2 cores=1,3,5,7
/proc/29534/stat : 29534 (java) S 29532 29534 25219 0 -1 4202496 33998 0 1 0 179403 617 0 0 20 0 22 0 338802532 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140736379178336 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29534/statm: 2963162 2220937 2286 9 0 2953849 0
[pid=29534/tid=29536] ppid=29532 vsize=11852648 CPUtime=69.97 cores=1,3,5,7
/proc/29534/task/29536/stat : 29536 (java) S 29532 29534 25219 0 -1 4202560 4736 0 1 0 6943 54 0 0 20 0 22 0 338802533 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552984831128 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29537] ppid=29532 vsize=11852648 CPUtime=11.81 cores=1,3,5,7
/proc/29534/task/29537/stat : 29537 (java) S 29532 29534 25219 0 -1 4202560 1463 0 0 0 1118 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552821532968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29538] ppid=29532 vsize=11852648 CPUtime=12.11 cores=1,3,5,7
/proc/29534/task/29538/stat : 29538 (java) S 29532 29534 25219 0 -1 4202560 1759 0 0 0 1131 80 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552820480168 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29539] ppid=29532 vsize=11852648 CPUtime=12.7 cores=1,3,5,7
/proc/29534/task/29539/stat : 29539 (java) S 29532 29534 25219 0 -1 4202560 1615 0 0 0 1199 71 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552819427880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29540] ppid=29532 vsize=11852648 CPUtime=12.51 cores=1,3,5,7
/proc/29534/task/29540/stat : 29540 (java) S 29532 29534 25219 0 -1 4202560 2089 0 0 0 1178 73 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552818375080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29541] ppid=29532 vsize=11852648 CPUtime=11.74 cores=1,3,5,7
/proc/29534/task/29541/stat : 29541 (java) S 29532 29534 25219 0 -1 4202560 1936 0 0 0 1118 56 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552817322792 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29542] ppid=29532 vsize=11852648 CPUtime=11.88 cores=1,3,5,7
/proc/29534/task/29542/stat : 29542 (java) S 29532 29534 25219 0 -1 4202560 2076 0 0 0 1124 64 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552816269992 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29534/tid=29543] ppid=29532 vsize=11852648 CPUtime=11.87 cores=1,3,5,7
/proc/29534/task/29543/stat : 29543 (java) S 29532 29534 25219 0 -1 4202560 1408 0 0 0 1124 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552815217704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29544] ppid=29532 vsize=11852648 CPUtime=11.87 cores=1,3,5,7
/proc/29534/task/29544/stat : 29544 (java) S 29532 29534 25219 0 -1 4202560 1466 0 0 0 1124 63 0 0 20 0 22 0 338802535 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552814164904 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29545] ppid=29532 vsize=11852648 CPUtime=6.99 cores=1,3,5,7
/proc/29534/task/29545/stat : 29545 (java) S 29532 29534 25219 0 -1 4202560 67 0 0 0 693 6 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552331835624 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29546] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29546/stat : 29546 (java) S 29532 29534 25219 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552330781688 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29547] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29547/stat : 29547 (java) S 29532 29534 25219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338802536 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552329729288 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29548] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29548/stat : 29548 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552328677776 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29549] ppid=29532 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/29534/task/29549/stat : 29549 (java) S 29532 29534 25219 0 -1 4202560 4230 0 0 0 111 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552327625400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29550] ppid=29532 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/29534/task/29550/stat : 29550 (java) S 29532 29534 25219 0 -1 4202560 9759 0 0 0 104 2 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552326572600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29551] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29551/stat : 29551 (java) S 29532 29534 25219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552325520504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29534/tid=29552] ppid=29532 vsize=11852648 CPUtime=0.28 cores=1,3,5,7
/proc/29534/task/29552/stat : 29552 (java) S 29532 29534 25219 0 -1 4202560 54 0 0 0 12 16 0 0 20 0 22 0 338802539 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552324467912 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29554] ppid=29532 vsize=11852648 CPUtime=809.89 cores=1,3,5,7
/proc/29534/task/29554/stat : 29554 (java) R 29532 29534 25219 0 -1 4202560 45 0 0 0 80977 12 0 0 20 0 22 0 338811334 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552323410304 140552822453900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29555] ppid=29532 vsize=11852648 CPUtime=809.81 cores=1,3,5,7
/proc/29534/task/29555/stat : 29555 (java) R 29532 29534 25219 0 -1 4202560 108 0 0 0 80968 13 0 0 20 0 22 0 338811334 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552322358080 140552822371779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29534/tid=29556] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29556/stat : 29556 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338811462 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552321307816 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29534/tid=29557] ppid=29532 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29534/task/29557/stat : 29557 (java) S 29532 29534 25219 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338811462 12137111552 2220937 33554432000 1073741824 1073778376 140736379187200 140552320255016 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 29534 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=390971
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=541005
# CPU time returned by wait4() is 1795.93
# 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): 914.147
CPU time (s): 1800.2
CPU user time (s): 1794.03
CPU system time (s): 6.17
CPU usage (%): 196.927
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.39
system time used= 6.54101
maximum resident set size= 8895496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34029
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32773
involuntary context switches= 237468

runsolver used 3.37149 second user time and 8.31374 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 14:33:00
IDJOB=3738558
IDBENCH=71914
IDSOLVER=2328
FILE ID=node148/3738558-1338726773
RUNJOBID= node148-1338713436-25236
PBS_JOBID= 14636734
Free space on /tmp= 71068 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738558-1338726773/watcher-3738558-1338726773 -o /tmp/evaluation-result-3738558-1338726773/solver-3738558-1338726773 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3738558-1338726773.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1586351105

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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.92
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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:       32873648 kB
MemFree:        24265856 kB
Buffers:          598004 kB
Cached:          3193248 kB
SwapCached:          628 kB
Active:          5578144 kB
Inactive:        2113048 kB
Active(anon):    3889188 kB
Inactive(anon):    10660 kB
Active(file):    1688956 kB
Inactive(file):  2102388 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:            255704 kB
Writeback:             0 kB
AnonPages:       3906364 kB
Mapped:            19132 kB
Shmem:                36 kB
Slab:             772252 kB
SReclaimable:     215000 kB
SUnreclaim:       557252 kB
KernelStack:        1600 kB
PageTables:        11840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3842048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71068 MiB
End job on node148 at 2012-06-03 14:48:17