Trace number 3744057

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1801.21 1710.15

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_3_mh_ic.opb
MD5SUMe746951c72dd3c581de09cc22407090d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3638518
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132250
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 71701401518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 71701401518
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.1.1.v20090612
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version	1.6.0_24
0.02/0.09	c os.name	Linux
0.02/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch	amd64
0.02/0.09	c Free memory 1299577560
0.02/0.09	c Max memory 1306394624
0.02/0.09	c Total memory 1306394624
0.02/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3744057-1338808205.opb
0.07/0.12	c reading problem ... 
7.65/5.18	c ... done. Wall clock time 5.067s.
7.65/5.18	c #vars     370300
7.65/5.18	c #constraints  855508
7.65/5.18	c constraints type 
7.65/5.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.65/5.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
7.65/5.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
7.65/5.18	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 241376
1217.63/1156.86	c cleaning 44222 clauses out of 88500
1800.06/1710.11	c starts		: 16
1800.06/1710.11	c conflicts		: 116291
1800.06/1710.11	c decisions		: 687453
1800.06/1710.11	c propagations		: 232521767
1800.06/1710.11	c inspects		: 3517605320
1800.06/1710.11	c learnt literals	: 0
1800.06/1710.11	c learnt binary clauses	: 10
1800.06/1710.11	c learnt ternary clauses	: 9
1800.06/1710.11	c learnt clauses	: 116291
1800.06/1710.11	c ignored clauses	: 0
1800.06/1710.11	c root simplifications	: 0
1800.06/1710.11	c removed literals (reason simplification)	: 7689947
1800.06/1710.11	c reason swapping (by a shorter reason)	: 0
1800.06/1710.11	c Calls to reduceDB	: 1
1800.06/1710.11	c speed (assignments/second)	: 136382.56918347633
1800.06/1710.11	c non guided choices	168
1800.06/1710.13	c learnt constraints type 
1800.06/1710.13	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 72060
1800.06/1710.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.06/1710.13	c constraints type 
1800.06/1710.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.06/1710.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.06/1710.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
1800.06/1710.13	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 241376
1800.06/1710.13	s UNKNOWN
1800.06/1710.13	c Total wall clock time (in seconds): 1710.018

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-3744057-1338808205/watcher-3744057-1338808205 -o /tmp/evaluation-result-3744057-1338808205/solver-3744057-1338808205 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744057-1338808205.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 2.02 2.07 3/195 2325
/proc/meminfo: memFree=25674656/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/2325/stat : 2325 (java6) R 2323 2325 32710 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 346949178 278528 34 33554432000 1073741824 1073778376 140734739067472 140734739064648 240417598645 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2325/statm: 68 34 25 9 0 25 0

[startup+0.051857 s]
/proc/loadavg: 1.99 2.02 2.07 3/195 2325
/proc/meminfo: memFree=25674656/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2315716 CPUtime=0.02 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 3681 0 1 0 1 1 0 0 20 0 13 0 346949178 2371293184 4889 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 578929 4889 1677 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100874 s]
/proc/loadavg: 1.99 2.02 2.07 3/195 2325
/proc/meminfo: memFree=25674656/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 4320 0 1 0 5 2 0 0 20 0 18 0 346949178 2712133632 6038 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 662142 6047 2056 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300271 s]
/proc/loadavg: 1.99 2.02 2.07 3/195 2325
/proc/meminfo: memFree=25674656/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 5851 0 1 0 41 3 0 0 20 0 18 0 346949178 2712133632 15110 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 662142 15110 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.714024 s]
/proc/loadavg: 1.99 2.02 2.07 3/195 2325
/proc/meminfo: memFree=25674656/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2648568 CPUtime=0.99 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 6216 0 1 0 91 8 0 0 20 0 18 0 346949178 2712133632 96541 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 662142 96541 2231 9 0 652835 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 2648568

[startup+1.50073 s]
/proc/loadavg: 1.99 2.02 2.07 5/213 2343
/proc/meminfo: memFree=25259688/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2648568 CPUtime=2.41 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 15044 0 1 0 229 12 0 0 20 0 18 0 346949178 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 662142 105650 2258 9 0 652835 0
[pid=2325/tid=2327] ppid=2323 vsize=2648568 CPUtime=1.41 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 32710 0 -1 4202560 2954 0 1 0 134 7 0 0 20 0 18 0 346949179 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140532004507984 240430146829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 32710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531871484328 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 32710 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531870431784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 32710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531869378728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 32710 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531868326184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 32710 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531665464232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 32710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531664411688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531663358632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 32710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346949181 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531662306088 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346949182 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531650107752 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346949183 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531649054072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346949183 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531648000904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346949185 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531646949648 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=2648568 CPUtime=0.41 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 32710 0 -1 4202560 6145 0 0 0 39 2 0 0 20 0 18 0 346949185 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531645897528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=2648568 CPUtime=0.38 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 32710 0 -1 4202560 4645 0 0 0 38 0 0 0 20 0 18 0 346949185 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531644844984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346949185 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531643792120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346949185 2712133632 105650 33554432000 1073741824 1073778376 140733490613008 140531642739784 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 2648568

[startup+3.10073 s]
/proc/loadavg: 1.99 2.02 2.07 3/213 2343
/proc/meminfo: memFree=25179320/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2648568 CPUtime=4.54 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 15329 0 1 0 430 24 0 0 20 0 18 0 346949178 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 662142 131844 2258 9 0 652835 0
[pid=2325/tid=2327] ppid=2323 vsize=2648568 CPUtime=2.84 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 32710 0 -1 4202560 2956 0 1 0 277 7 0 0 20 0 18 0 346949179 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140532004507792 240430146829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 32710 0 -1 4202560 82 0 0 0 13 4 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531871484328 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 32710 0 -1 4202560 31 0 0 0 6 1 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531870431784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 32710 0 -1 4202560 69 0 0 0 10 3 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531869378728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 32710 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531868326184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 32710 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531665464232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 32710 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531664411688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 32710 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531663358632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 32710 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 346949181 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531662306088 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346949182 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531650107752 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346949183 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531649054072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346949183 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531648000904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346949185 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531646949648 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 32710 0 -1 4202560 6149 0 0 0 42 2 0 0 20 0 18 0 346949185 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531645897528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=2648568 CPUtime=0.4 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 32710 0 -1 4202560 4645 0 0 0 40 0 0 0 20 0 18 0 346949185 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531644844984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346949185 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531643792120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346949185 2712133632 131844 33554432000 1073741824 1073778376 140733490613008 140531642739784 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 2648568

[startup+6.30072 s]
/proc/loadavg: 1.99 2.02 2.07 4/213 2343
/proc/meminfo: memFree=25013556/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2715132 CPUtime=9.97 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 16126 0 1 0 956 41 0 0 20 0 19 0 346949178 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 678783 174796 2273 9 0 669476 0
[pid=2325/tid=2327] ppid=2323 vsize=2715132 CPUtime=5.45 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 32710 0 -1 4202560 2965 0 1 0 538 7 0 0 20 0 19 0 346949179 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140532004508120 140531878005016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 32710 0 -1 4202560 129 0 0 0 34 5 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531871484328 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=2715132 CPUtime=0.31 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 32710 0 -1 4202560 183 0 0 0 28 3 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531870431784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 32710 0 -1 4202560 222 0 0 0 38 5 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531869378728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 32710 0 -1 4202560 127 0 0 0 34 4 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531868326184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 32710 0 -1 4202560 97 0 0 0 34 3 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531665464232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=2715132 CPUtime=0.35 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 32710 0 -1 4202560 103 0 0 0 32 3 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531664411688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 32710 0 -1 4202560 98 0 0 0 28 4 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531663358632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 32710 0 -1 4202560 188 0 0 0 41 4 0 0 20 0 19 0 346949181 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531662306088 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346949182 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531650107752 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531649054072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531648000904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531646949648 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 32710 0 -1 4202560 6164 0 0 0 72 2 0 0 20 0 19 0 346949185 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531645897528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 32710 0 -1 4202560 4658 0 0 0 63 0 0 0 20 0 19 0 346949185 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531644844984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531643792120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 174796 33554432000 1073741824 1073778376 140733490613008 140531642739784 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.62 2.15 2.12 10/214 2344
/proc/meminfo: memFree=24926016/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2715132 CPUtime=17.64 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 17282 0 1 0 1717 47 0 0 20 0 19 0 346949178 2780295168 190660 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 678783 190660 2273 9 0 669476 0
[pid=2325/tid=2327] ppid=2323 vsize=2715132 CPUtime=11.43 cores=0,2,4,6

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

[pid=2325/tid=2333] ppid=2323 vsize=2715132 CPUtime=13.94 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 32710 0 -1 4202560 425 0 0 0 1380 14 0 0 20 0 19 0 346949181 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531664411688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=2715132 CPUtime=14.12 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 32710 0 -1 4202560 447 0 0 0 1397 15 0 0 20 0 19 0 346949181 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531663358632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=2715132 CPUtime=14.13 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 32710 0 -1 4202560 474 0 0 0 1398 15 0 0 20 0 19 0 346949181 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531662306088 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 32710 0 -1 4202560 7275 0 0 0 97 7 0 0 20 0 19 0 346949182 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531650107752 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531649054072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531648000904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531646949648 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=2715132 CPUtime=1.26 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 32710 0 -1 4202560 12657 0 0 0 123 3 0 0 20 0 19 0 346949185 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531645897528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 32710 0 -1 4202560 4709 0 0 0 77 0 0 0 20 0 19 0 346949185 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531644844984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531643792120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 32710 0 -1 4202560 87 0 0 0 31 31 0 0 20 0 19 0 346949185 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531642739784 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2344] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2344/stat : 2344 (java) S 2323 2325 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346949735 2780295168 329946 33554432000 1073741824 1073778376 140733490613008 140531641685032 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1686.76
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 1.96 2.09 2.09 3/213 2415
/proc/meminfo: memFree=24312760/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2715132 CPUtime=1749.91 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 33349 0 1 0 174834 157 0 0 20 0 19 0 346949178 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 678783 330878 2285 9 0 669476 0
[pid=2325/tid=2327] ppid=2323 vsize=2715132 CPUtime=1629.51 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) S 2323 2325 32710 0 -1 4202560 3919 0 1 0 162914 37 0 0 20 0 19 0 346949179 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140532004514936 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=2715132 CPUtime=14.61 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) R 2323 2325 32710 0 -1 4202560 458 0 0 0 1446 15 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531871484504 140532007075814 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=2715132 CPUtime=14.24 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) R 2323 2325 32710 0 -1 4202560 428 0 0 0 1410 14 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531870431960 140532007075315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=2715132 CPUtime=14.76 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) R 2323 2325 32710 0 -1 4202560 440 0 0 0 1462 14 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531869378904 140532011412417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=2715132 CPUtime=15.02 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) R 2323 2325 32710 0 -1 4202560 433 0 0 0 1489 13 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531868326184 140532011024768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=2715132 CPUtime=15.01 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) R 2323 2325 32710 0 -1 4202560 411 0 0 0 1487 14 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531665464232 240430145973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=2715132 CPUtime=14.45 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) R 2323 2325 32710 0 -1 4202560 425 0 0 0 1431 14 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531664411864 140532008273309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=2715132 CPUtime=14.62 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) R 2323 2325 32710 0 -1 4202560 447 0 0 0 1447 15 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531663358632 140532011412235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=2715132 CPUtime=14.75 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) R 2323 2325 32710 0 -1 4202560 474 0 0 0 1460 15 0 0 20 0 19 0 346949181 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531662306264 140532007075286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 32710 0 -1 4202560 7277 0 0 0 97 7 0 0 20 0 19 0 346949182 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531650106632 240430134332 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531649054072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531648000904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531646949648 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=2715132 CPUtime=1.26 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 32710 0 -1 4202560 12657 0 0 0 123 3 0 0 20 0 19 0 346949185 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531645897528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 32710 0 -1 4202560 4709 0 0 0 77 0 0 0 20 0 19 0 346949185 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531644844984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531643792120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 32710 0 -1 4202560 89 0 0 0 32 33 0 0 20 0 19 0 346949185 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531642739784 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2344] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2344/stat : 2344 (java) S 2323 2325 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346949735 2780295168 330878 33554432000 1073741824 1073778376 140733490613008 140531641685032 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1749.91
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1710.1 s]
/proc/loadavg: 1.94 2.06 2.08 3/213 2415
/proc/meminfo: memFree=24252492/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 33386 0 1 0 179848 158 0 0 20 0 19 0 346949178 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 678783 330970 2285 9 0 669476 0
[pid=2325/tid=2327] ppid=2323 vsize=2715132 CPUtime=1676.43 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 32710 0 -1 4202560 3947 0 1 0 167605 38 0 0 20 0 19 0 346949179 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140532004515104 140531878005935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=2715132 CPUtime=15.14 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 32710 0 -1 4202560 458 0 0 0 1499 15 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531871484328 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=2715132 CPUtime=14.62 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 32710 0 -1 4202560 428 0 0 0 1448 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531870431784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=2715132 CPUtime=15.16 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 32710 0 -1 4202560 440 0 0 0 1502 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531869378728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=2715132 CPUtime=15.37 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 32710 0 -1 4202560 433 0 0 0 1524 13 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531868326184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=2715132 CPUtime=15.44 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 32710 0 -1 4202560 411 0 0 0 1530 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531665464232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=2715132 CPUtime=14.84 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 32710 0 -1 4202560 425 0 0 0 1470 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531664411688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=2715132 CPUtime=15.03 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 32710 0 -1 4202560 447 0 0 0 1488 15 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531663358632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=2715132 CPUtime=15.07 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 32710 0 -1 4202560 474 0 0 0 1492 15 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531662306088 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 32710 0 -1 4202560 7281 0 0 0 97 7 0 0 20 0 19 0 346949182 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531650107752 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531649054072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531648000904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531646949648 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=2715132 CPUtime=1.28 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 32710 0 -1 4202560 12658 0 0 0 125 3 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531645897528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 32710 0 -1 4202560 4709 0 0 0 78 0 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531644844984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531643792120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 32710 0 -1 4202560 93 0 0 0 33 34 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531642739784 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2344] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2344/stat : 2344 (java) S 2323 2325 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346949735 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531641685032 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1710.1 s]
/proc/loadavg: 1.94 2.06 2.08 3/213 2415
/proc/meminfo: memFree=24252492/32873844 swapFree=7116/7116
[pid=2325] ppid=2323 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 32710 0 -1 4202496 33386 0 1 0 179848 158 0 0 20 0 19 0 346949178 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140733490604144 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2325/statm: 678783 330970 2285 9 0 669476 0
[pid=2325/tid=2327] ppid=2323 vsize=2715132 CPUtime=1676.43 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 32710 0 -1 4202560 3947 0 1 0 167605 38 0 0 20 0 19 0 346949179 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140532004515104 140531878005935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=2715132 CPUtime=15.14 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 32710 0 -1 4202560 458 0 0 0 1499 15 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531871484328 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=2715132 CPUtime=14.62 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 32710 0 -1 4202560 428 0 0 0 1448 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531870431784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=2715132 CPUtime=15.16 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 32710 0 -1 4202560 440 0 0 0 1502 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531869378728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=2715132 CPUtime=15.37 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 32710 0 -1 4202560 433 0 0 0 1524 13 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531868326184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=2715132 CPUtime=15.44 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 32710 0 -1 4202560 411 0 0 0 1530 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531665464232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=2715132 CPUtime=14.84 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 32710 0 -1 4202560 425 0 0 0 1470 14 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531664411688 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=2715132 CPUtime=15.03 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 32710 0 -1 4202560 447 0 0 0 1488 15 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531663358632 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=2715132 CPUtime=15.07 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 32710 0 -1 4202560 474 0 0 0 1492 15 0 0 20 0 19 0 346949181 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531662306088 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=2715132 CPUtime=1.04 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 32710 0 -1 4202560 7281 0 0 0 97 7 0 0 20 0 19 0 346949182 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531650107752 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531649054072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346949183 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531648000904 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531646949648 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=2715132 CPUtime=1.28 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 32710 0 -1 4202560 12658 0 0 0 125 3 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531645897528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 32710 0 -1 4202560 4709 0 0 0 78 0 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531644844984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531643792120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 32710 0 -1 4202560 93 0 0 0 33 34 0 0 20 0 19 0 346949185 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531642739784 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2325/tid=2344] ppid=2323 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2344/stat : 2344 (java) S 2323 2325 32710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346949735 2780295168 330970 33554432000 1073741824 1073778376 140733490613008 140531641685032 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1710.15
CPU time (s): 1801.21
CPU user time (s): 1799.1
CPU system time (s): 2.11368
CPU usage (%): 105.325
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 2.11368
maximum resident set size= 1359232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33423
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66251
involuntary context switches= 149757

runsolver used 5.44217 second user time and 14.8427 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-04 13:10:06
IDJOB=3744057
IDBENCH=92678
IDSOLVER=2322
FILE ID=node108/3744057-1338808205
RUNJOBID= node108-1338800720-1553
PBS_JOBID= 14636848
Free space on /tmp= 71436 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_3_mh_ic.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744057-1338808205/watcher-3744057-1338808205 -o /tmp/evaluation-result-3744057-1338808205/solver-3744057-1338808205 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744057-1338808205.opb

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

MD5SUM BENCH= e746951c72dd3c581de09cc22407090d
RANDOM SEED=1107335636

node108.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.273
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	: 5332.54
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.273
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.273
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.273
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.273
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.91
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.273
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25674656 kB
Buffers:         1782708 kB
Cached:          3760080 kB
SwapCached:          112 kB
Active:          4212584 kB
Inactive:        2127536 kB
Active(anon):     780924 kB
Inactive(anon):    13072 kB
Active(file):    3431660 kB
Inactive(file):  2114464 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:             38172 kB
Writeback:             0 kB
AnonPages:        800528 kB
Mapped:            22436 kB
Shmem:               172 kB
Slab:             718072 kB
SReclaimable:     159056 kB
SUnreclaim:       559016 kB
KernelStack:        1584 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 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= 71432 MiB
End job on node108 at 2012-06-04 13:38:38