Trace number 3743841

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) 1800.9 1679.33

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_ic.opb
MD5SUM75f66c0c0d60319503e8e1c7599d6b0b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15556017
Best CPU time to get the best result obtained on this benchmark1801.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 149684681822
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 149684681822
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.06/0.07	c version 2.1.1.v20090612
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version	1.6.0_24
0.06/0.07	c os.name	Linux
0.06/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch	amd64
0.06/0.07	c Free memory 1299577560
0.06/0.07	c Max memory 1306394624
0.06/0.07	c Total memory 1306394624
0.06/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3743841-1338806044.opb
0.10/0.10	c reading problem ... 
21.43/13.16	c ... done. Wall clock time 13.06s.
21.43/13.16	c #vars     1000400
21.43/13.16	c #constraints  2030308
21.43/13.16	c constraints type 
21.43/13.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
21.43/13.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
21.43/13.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
21.43/13.16	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 985151
202.73/157.00	c cleaning 468 clauses out of 1001
295.63/234.50	c cleaning 1250 clauses out of 2534
546.61/466.62	c cleaning 4360 clauses out of 8782
562.56/482.06	c cleaning 2428 clauses out of 4922
667.74/582.54	c cleaning 2715 clauses out of 5495
710.80/623.90	c cleaning 1855 clauses out of 3779
754.25/665.77	c cleaning 1427 clauses out of 2924
815.59/723.89	c cleaning 1497 clauses out of 2998
897.08/801.54	c cleaning 2243 clauses out of 4500
1026.18/924.44	c cleaning 3874 clauses out of 7758
1414.03/1302.78	c cleaning 6688 clauses out of 13384
1487.75/1374.12	c cleaning 4337 clauses out of 8696
1800.04/1679.31	c starts		: 14
1800.04/1679.31	c conflicts		: 46595
1800.04/1679.31	c decisions		: 70366
1800.04/1679.31	c propagations		: 417218984
1800.04/1679.31	c inspects		: 2405711651
1800.04/1679.31	c learnt literals	: 0
1800.04/1679.31	c learnt binary clauses	: 0
1800.04/1679.31	c learnt ternary clauses	: 0
1800.04/1679.31	c learnt clauses	: 46594
1800.04/1679.31	c ignored clauses	: 0
1800.04/1679.31	c root simplifications	: 0
1800.04/1679.31	c removed literals (reason simplification)	: 38465681
1800.04/1679.31	c reason swapping (by a shorter reason)	: 0
1800.04/1679.31	c Calls to reduceDB	: 12
1800.04/1679.31	c speed (assignments/second)	: 250409.4680721449
1800.04/1679.31	c non guided choices	0
1800.04/1679.32	c learnt constraints type 
1800.04/1679.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13453
1800.04/1679.32	c constraints type 
1800.04/1679.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.04/1679.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
1800.04/1679.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
1800.04/1679.32	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 985151
1800.04/1679.32	s UNKNOWN
1800.04/1679.32	c Total wall clock time (in seconds): 1679.217

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-3743841-1338806044/watcher-3743841-1338806044 -o /tmp/evaluation-result-3743841-1338806044/solver-3743841-1338806044 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743841-1338806044.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.00 2.00 2.00 3/193 16411
/proc/meminfo: memFree=26449948/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/16411/stat : 16411 (java) R 16409 16411 14611 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 346732086 9379840 106 33554432000 1073741824 1073778376 140737413609600 140737413606728 219513315492 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 2290 122 94 9 0 38 0

[startup+0.0703231 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16411
/proc/meminfo: memFree=26449948/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 3864 0 1 0 5 1 0 0 20 0 18 0 346732086 2712133632 5583 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 5583 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648568

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16411
/proc/meminfo: memFree=26449948/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 4689 0 1 0 9 1 0 0 20 0 18 0 346732086 2712133632 6405 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 6405 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300173 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16411
/proc/meminfo: memFree=26449948/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=0.48 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 5890 0 1 0 46 2 0 0 20 0 18 0 346732086 2712133632 23751 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 23751 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700244 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 16411
/proc/meminfo: memFree=26449948/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=1.4 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 12743 0 1 0 134 6 0 0 20 0 18 0 346732086 2712133632 59382 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 59382 2242 9 0 652835 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 2648568

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 10/211 16429
/proc/meminfo: memFree=25878360/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=2.55 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 12974 0 1 0 240 15 0 0 20 0 18 0 346732086 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 112672 2258 9 0 652835 0
[pid=16411/tid=16413] ppid=16409 vsize=2648568 CPUtime=1.38 cores=1,3,5,7
/proc/16411/task/16413/stat : 16413 (java) R 16409 16411 14611 0 -1 4202560 2914 0 1 0 132 6 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513041202776 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16414] ppid=16409 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/16411/task/16414/stat : 16414 (java) S 16409 16411 14611 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513025653416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16415] ppid=16409 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/16411/task/16415/stat : 16415 (java) S 16409 16411 14611 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513024600872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16416] ppid=16409 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/16411/task/16416/stat : 16416 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513023548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16417] ppid=16409 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/16411/task/16417/stat : 16417 (java) S 16409 16411 14611 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513022495784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16418] ppid=16409 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/16411/task/16418/stat : 16418 (java) S 16409 16411 14611 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513021442216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16419] ppid=16409 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/16411/task/16419/stat : 16419 (java) S 16409 16411 14611 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513020389672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16420] ppid=16409 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/16411/task/16420/stat : 16420 (java) S 16409 16411 14611 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513019337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16421] ppid=16409 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/16411/task/16421/stat : 16421 (java) S 16409 16411 14611 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 346732087 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140513018284584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16422] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16422/stat : 16422 (java) S 16409 16411 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512887548520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16423] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16423/stat : 16423 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512886494840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16424] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16424/stat : 16424 (java) S 16409 16411 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512885442184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16425] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16425/stat : 16425 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512884390928 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16426] ppid=16409 vsize=2648568 CPUtime=0.4 cores=1,3,5,7
/proc/16411/task/16426/stat : 16426 (java) S 16409 16411 14611 0 -1 4202560 4574 0 0 0 40 0 0 0 20 0 18 0 346732091 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512883337272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16427] ppid=16409 vsize=2648568 CPUtime=0.37 cores=1,3,5,7
/proc/16411/task/16427/stat : 16427 (java) S 16409 16411 14611 0 -1 4202560 4144 0 0 0 36 1 0 0 20 0 18 0 346732091 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512882284728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16428] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16428/stat : 16428 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512881232376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16429] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16429/stat : 16429 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 112672 33554432000 1073741824 1073778376 140737413609600 140512880180040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 2648568

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 16429
/proc/meminfo: memFree=25543168/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=5.28 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 13723 0 1 0 486 42 0 0 20 0 18 0 346732086 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 169841 2258 9 0 652835 0
[pid=16411/tid=16413] ppid=16409 vsize=2648568 CPUtime=2.6 cores=1,3,5,7
/proc/16411/task/16413/stat : 16413 (java) R 16409 16411 14611 0 -1 4202560 2916 0 1 0 253 7 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513041202808 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16414] ppid=16409 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/16411/task/16414/stat : 16414 (java) S 16409 16411 14611 0 -1 4202560 61 0 0 0 12 4 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513025653416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16415] ppid=16409 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/16411/task/16415/stat : 16415 (java) S 16409 16411 14611 0 -1 4202560 69 0 0 0 14 3 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513024600872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16416] ppid=16409 vsize=2648568 CPUtime=0.32 cores=1,3,5,7
/proc/16411/task/16416/stat : 16416 (java) S 16409 16411 14611 0 -1 4202560 105 0 0 0 26 6 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513023548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16417] ppid=16409 vsize=2648568 CPUtime=0.26 cores=1,3,5,7
/proc/16411/task/16417/stat : 16417 (java) S 16409 16411 14611 0 -1 4202560 102 0 0 0 20 6 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513022495784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16418] ppid=16409 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/16411/task/16418/stat : 16418 (java) S 16409 16411 14611 0 -1 4202560 71 0 0 0 17 4 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513021442216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16419] ppid=16409 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/16411/task/16419/stat : 16419 (java) S 16409 16411 14611 0 -1 4202560 322 0 0 0 13 4 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513020389672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16420] ppid=16409 vsize=2648568 CPUtime=0.26 cores=1,3,5,7
/proc/16411/task/16420/stat : 16420 (java) S 16409 16411 14611 0 -1 4202560 96 0 0 0 21 5 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513019337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16421] ppid=16409 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/16411/task/16421/stat : 16421 (java) S 16409 16411 14611 0 -1 4202560 79 0 0 0 17 3 0 0 20 0 18 0 346732087 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140513018284584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16422] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16422/stat : 16422 (java) S 16409 16411 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512887548520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16423] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16423/stat : 16423 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512886494840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16424] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16424/stat : 16424 (java) S 16409 16411 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512885442184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16425] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16425/stat : 16425 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512884390928 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16426] ppid=16409 vsize=2648568 CPUtime=0.4 cores=1,3,5,7
/proc/16411/task/16426/stat : 16426 (java) S 16409 16411 14611 0 -1 4202560 4574 0 0 0 40 0 0 0 20 0 18 0 346732091 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512883337272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16427] ppid=16409 vsize=2648568 CPUtime=0.37 cores=1,3,5,7
/proc/16411/task/16427/stat : 16427 (java) S 16409 16411 14611 0 -1 4202560 4144 0 0 0 36 1 0 0 20 0 18 0 346732091 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512882284728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16428] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16428/stat : 16428 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512881232376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16429] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16429/stat : 16429 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 169841 33554432000 1073741824 1073778376 140737413609600 140512880180040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 2648568

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 2.00 10/211 16429
/proc/meminfo: memFree=24909772/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=11.24 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 15007 0 1 0 1052 72 0 0 20 0 18 0 346732086 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 240556 2258 9 0 652835 0
[pid=16411/tid=16413] ppid=16409 vsize=2648568 CPUtime=4.82 cores=1,3,5,7
/proc/16411/task/16413/stat : 16413 (java) R 16409 16411 14611 0 -1 4202560 2922 0 1 0 474 8 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513041195152 140512892514001 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16414] ppid=16409 vsize=2648568 CPUtime=0.55 cores=1,3,5,7
/proc/16411/task/16414/stat : 16414 (java) S 16409 16411 14611 0 -1 4202560 107 0 0 0 49 6 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513025653416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16415] ppid=16409 vsize=2648568 CPUtime=0.57 cores=1,3,5,7
/proc/16411/task/16415/stat : 16415 (java) S 16409 16411 14611 0 -1 4202560 422 0 0 0 52 5 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513024600872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16416] ppid=16409 vsize=2648568 CPUtime=0.91 cores=1,3,5,7
/proc/16411/task/16416/stat : 16416 (java) S 16409 16411 14611 0 -1 4202560 203 0 0 0 81 10 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513023548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16417] ppid=16409 vsize=2648568 CPUtime=0.64 cores=1,3,5,7
/proc/16411/task/16417/stat : 16417 (java) S 16409 16411 14611 0 -1 4202560 160 0 0 0 55 9 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513022495784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16418] ppid=16409 vsize=2648568 CPUtime=0.65 cores=1,3,5,7
/proc/16411/task/16418/stat : 16418 (java) S 16409 16411 14611 0 -1 4202560 279 0 0 0 58 7 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513021442216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16419] ppid=16409 vsize=2648568 CPUtime=0.79 cores=1,3,5,7
/proc/16411/task/16419/stat : 16419 (java) S 16409 16411 14611 0 -1 4202560 427 0 0 0 68 11 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513020389672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16420] ppid=16409 vsize=2648568 CPUtime=0.72 cores=1,3,5,7
/proc/16411/task/16420/stat : 16420 (java) S 16409 16411 14611 0 -1 4202560 429 0 0 0 64 8 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513019337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16421] ppid=16409 vsize=2648568 CPUtime=0.66 cores=1,3,5,7
/proc/16411/task/16421/stat : 16421 (java) S 16409 16411 14611 0 -1 4202560 156 0 0 0 58 8 0 0 20 0 18 0 346732087 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140513018284584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16422] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16422/stat : 16422 (java) S 16409 16411 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512887548520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16423] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16423/stat : 16423 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512886494840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16424] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16424/stat : 16424 (java) S 16409 16411 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346732089 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512885442184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16425] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16425/stat : 16425 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512884390928 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16426] ppid=16409 vsize=2648568 CPUtime=0.4 cores=1,3,5,7
/proc/16411/task/16426/stat : 16426 (java) S 16409 16411 14611 0 -1 4202560 4574 0 0 0 40 0 0 0 20 0 18 0 346732091 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512883337272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16427] ppid=16409 vsize=2648568 CPUtime=0.37 cores=1,3,5,7
/proc/16411/task/16427/stat : 16427 (java) S 16409 16411 14611 0 -1 4202560 4144 0 0 0 36 1 0 0 20 0 18 0 346732091 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512882284728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16428] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16428/stat : 16428 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512881232376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16429] ppid=16409 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16429/stat : 16429 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346732091 2712133632 240556 33554432000 1073741824 1073778376 140737413609600 140512880180040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 1.92 1.98 1.99 3/211 16429
/proc/meminfo: memFree=24334248/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2648568 CPUtime=20.95 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 16421 0 1 0 1996 99 0 0 20 0 18 0 346732086 2712133632 313148 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 662142 313148 2259 9 0 652835 0
[pid=16411/tid=16413] ppid=16409 vsize=2648568 CPUtime=10.06 cores=1,3,5,7

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

[pid=16411/tid=16419] ppid=16409 vsize=2715132 CPUtime=20.76 cores=1,3,5,7
/proc/16411/task/16419/stat : 16419 (java) S 16409 16411 14611 0 -1 4202560 1743 0 0 0 2044 32 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513020389672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16420] ppid=16409 vsize=2715132 CPUtime=20.56 cores=1,3,5,7
/proc/16411/task/16420/stat : 16420 (java) S 16409 16411 14611 0 -1 4202560 1045 0 0 0 2026 30 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513019337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16421] ppid=16409 vsize=2715132 CPUtime=19.92 cores=1,3,5,7
/proc/16411/task/16421/stat : 16421 (java) S 16409 16411 14611 0 -1 4202560 1698 0 0 0 1961 31 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513018284584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16422] ppid=16409 vsize=2715132 CPUtime=206.48 cores=1,3,5,7
/proc/16411/task/16422/stat : 16422 (java) S 16409 16411 14611 0 -1 4202560 841100 0 0 0 20482 166 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512887548520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16423] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16423/stat : 16423 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512886494840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16424] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16424/stat : 16424 (java) S 16409 16411 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512885442184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16425] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16425/stat : 16425 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512884390928 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16426] ppid=16409 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/16411/task/16426/stat : 16426 (java) S 16409 16411 14611 0 -1 4202560 4600 0 0 0 81 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512883337272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16427] ppid=16409 vsize=2715132 CPUtime=0.97 cores=1,3,5,7
/proc/16411/task/16427/stat : 16427 (java) S 16409 16411 14611 0 -1 4202560 7595 0 0 0 95 2 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512882284728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16428] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16428/stat : 16428 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512881232376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16429] ppid=16409 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/16411/task/16429/stat : 16429 (java) S 16409 16411 14611 0 -1 4202560 92 0 0 0 24 45 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512880180040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16431] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16431/stat : 16431 (java) S 16409 16411 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346733430 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512879125800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.04
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/214 16528
/proc/meminfo: memFree=24962640/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2715132 CPUtime=1783.03 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 1037134 0 1 0 177817 486 0 0 20 0 19 0 346732086 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 678783 356709 2285 9 0 669476 0
[pid=16411/tid=16413] ppid=16409 vsize=2715132 CPUtime=1380 cores=1,3,5,7
/proc/16411/task/16413/stat : 16413 (java) S 16409 16411 14611 0 -1 4202560 3680 0 1 0 137966 34 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513041202632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16414] ppid=16409 vsize=2715132 CPUtime=19.33 cores=1,3,5,7
/proc/16411/task/16414/stat : 16414 (java) S 16409 16411 14611 0 -1 4202560 1259 0 0 0 1906 27 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513025653416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16415] ppid=16409 vsize=2715132 CPUtime=19.14 cores=1,3,5,7
/proc/16411/task/16415/stat : 16415 (java) S 16409 16411 14611 0 -1 4202560 1156 0 0 0 1886 28 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513024600872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16416] ppid=16409 vsize=2715132 CPUtime=20.84 cores=1,3,5,7
/proc/16411/task/16416/stat : 16416 (java) S 16409 16411 14611 0 -1 4202560 757 0 0 0 2055 29 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513023548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16417] ppid=16409 vsize=2715132 CPUtime=20.81 cores=1,3,5,7
/proc/16411/task/16417/stat : 16417 (java) S 16409 16411 14611 0 -1 4202560 1726 0 0 0 2049 32 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513022495784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16418] ppid=16409 vsize=2715132 CPUtime=19.93 cores=1,3,5,7
/proc/16411/task/16418/stat : 16418 (java) S 16409 16411 14611 0 -1 4202560 1519 0 0 0 1966 27 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513021442216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16419] ppid=16409 vsize=2715132 CPUtime=20.76 cores=1,3,5,7
/proc/16411/task/16419/stat : 16419 (java) S 16409 16411 14611 0 -1 4202560 1743 0 0 0 2044 32 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513020389672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16420] ppid=16409 vsize=2715132 CPUtime=20.56 cores=1,3,5,7
/proc/16411/task/16420/stat : 16420 (java) S 16409 16411 14611 0 -1 4202560 1045 0 0 0 2026 30 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513019337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16421] ppid=16409 vsize=2715132 CPUtime=19.92 cores=1,3,5,7
/proc/16411/task/16421/stat : 16421 (java) S 16409 16411 14611 0 -1 4202560 1698 0 0 0 1961 31 0 0 20 0 19 0 346732087 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140513018284584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16422] ppid=16409 vsize=2715132 CPUtime=239.87 cores=1,3,5,7
/proc/16411/task/16422/stat : 16422 (java) R 16409 16411 14611 0 -1 4202560 1009079 0 0 0 23788 199 0 0 20 0 19 0 346732089 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512887548680 140513047328159 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16423] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16423/stat : 16423 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512886494840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16424] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16424/stat : 16424 (java) S 16409 16411 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512885442184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16425] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16425/stat : 16425 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512884390928 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16426] ppid=16409 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/16411/task/16426/stat : 16426 (java) S 16409 16411 14611 0 -1 4202560 4600 0 0 0 81 0 0 0 20 0 19 0 346732091 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512883337272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16427] ppid=16409 vsize=2715132 CPUtime=0.97 cores=1,3,5,7
/proc/16411/task/16427/stat : 16427 (java) S 16409 16411 14611 0 -1 4202560 7595 0 0 0 95 2 0 0 20 0 19 0 346732091 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512882284728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16428] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16428/stat : 16428 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512881232376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16429] ppid=16409 vsize=2715132 CPUtime=0.71 cores=1,3,5,7
/proc/16411/task/16429/stat : 16429 (java) S 16409 16411 14611 0 -1 4202560 96 0 0 0 26 45 0 0 20 0 19 0 346732091 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512880180040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16431] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16431/stat : 16431 (java) S 16409 16411 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346733430 2780295168 356709 33554432000 1073741824 1073778376 140737413609600 140512879125800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.03
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1679.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 16528
/proc/meminfo: memFree=24996572/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2715132 CPUtime=1800.04 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 1081932 0 1 0 179511 493 0 0 20 0 19 0 346732086 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 678783 345511 2285 9 0 669476 0
[pid=16411/tid=16413] ppid=16409 vsize=2715132 CPUtime=1387.78 cores=1,3,5,7
/proc/16411/task/16413/stat : 16413 (java) R 16409 16411 14611 0 -1 4202560 3685 0 1 0 138743 35 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513041202544 140512892461515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16414] ppid=16409 vsize=2715132 CPUtime=19.33 cores=1,3,5,7
/proc/16411/task/16414/stat : 16414 (java) S 16409 16411 14611 0 -1 4202560 1259 0 0 0 1906 27 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513025653416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16415] ppid=16409 vsize=2715132 CPUtime=19.14 cores=1,3,5,7
/proc/16411/task/16415/stat : 16415 (java) S 16409 16411 14611 0 -1 4202560 1156 0 0 0 1886 28 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513024600872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16416] ppid=16409 vsize=2715132 CPUtime=20.84 cores=1,3,5,7
/proc/16411/task/16416/stat : 16416 (java) S 16409 16411 14611 0 -1 4202560 757 0 0 0 2055 29 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513023548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16417] ppid=16409 vsize=2715132 CPUtime=20.81 cores=1,3,5,7
/proc/16411/task/16417/stat : 16417 (java) S 16409 16411 14611 0 -1 4202560 1726 0 0 0 2049 32 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513022495784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16418] ppid=16409 vsize=2715132 CPUtime=19.93 cores=1,3,5,7
/proc/16411/task/16418/stat : 16418 (java) S 16409 16411 14611 0 -1 4202560 1519 0 0 0 1966 27 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513021442216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16419] ppid=16409 vsize=2715132 CPUtime=20.76 cores=1,3,5,7
/proc/16411/task/16419/stat : 16419 (java) S 16409 16411 14611 0 -1 4202560 1743 0 0 0 2044 32 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513020389672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16420] ppid=16409 vsize=2715132 CPUtime=20.56 cores=1,3,5,7
/proc/16411/task/16420/stat : 16420 (java) S 16409 16411 14611 0 -1 4202560 1045 0 0 0 2026 30 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513019337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16421] ppid=16409 vsize=2715132 CPUtime=19.92 cores=1,3,5,7
/proc/16411/task/16421/stat : 16421 (java) S 16409 16411 14611 0 -1 4202560 1698 0 0 0 1961 31 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513018284584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16422] ppid=16409 vsize=2715132 CPUtime=249.09 cores=1,3,5,7
/proc/16411/task/16422/stat : 16422 (java) S 16409 16411 14611 0 -1 4202560 1053872 0 0 0 24704 205 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512887548520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16423] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16423/stat : 16423 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512886494840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16424] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16424/stat : 16424 (java) S 16409 16411 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512885442184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16425] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16425/stat : 16425 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512884390928 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16426] ppid=16409 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/16411/task/16426/stat : 16426 (java) S 16409 16411 14611 0 -1 4202560 4600 0 0 0 81 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512883337272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16427] ppid=16409 vsize=2715132 CPUtime=0.97 cores=1,3,5,7
/proc/16411/task/16427/stat : 16427 (java) S 16409 16411 14611 0 -1 4202560 7595 0 0 0 95 2 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512882284728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16428] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16428/stat : 16428 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512881232376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16429] ppid=16409 vsize=2715132 CPUtime=0.72 cores=1,3,5,7
/proc/16411/task/16429/stat : 16429 (java) S 16409 16411 14611 0 -1 4202560 96 0 0 0 26 46 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512880180040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16431] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16431/stat : 16431 (java) S 16409 16411 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346733430 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512879125800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1679.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/213 16528
/proc/meminfo: memFree=24996572/32873648 swapFree=7120/7120
[pid=16411] ppid=16409 vsize=2715132 CPUtime=1800.04 cores=1,3,5,7
/proc/16411/stat : 16411 (java) S 16409 16411 14611 0 -1 4202496 1081932 0 1 0 179511 493 0 0 20 0 19 0 346732086 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140737413600736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16411/statm: 678783 345511 2285 9 0 669476 0
[pid=16411/tid=16413] ppid=16409 vsize=2715132 CPUtime=1387.78 cores=1,3,5,7
/proc/16411/task/16413/stat : 16413 (java) R 16409 16411 14611 0 -1 4202560 3685 0 1 0 138743 35 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513041202544 140512892461515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16414] ppid=16409 vsize=2715132 CPUtime=19.33 cores=1,3,5,7
/proc/16411/task/16414/stat : 16414 (java) S 16409 16411 14611 0 -1 4202560 1259 0 0 0 1906 27 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513025653416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16415] ppid=16409 vsize=2715132 CPUtime=19.14 cores=1,3,5,7
/proc/16411/task/16415/stat : 16415 (java) S 16409 16411 14611 0 -1 4202560 1156 0 0 0 1886 28 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513024600872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16416] ppid=16409 vsize=2715132 CPUtime=20.84 cores=1,3,5,7
/proc/16411/task/16416/stat : 16416 (java) S 16409 16411 14611 0 -1 4202560 757 0 0 0 2055 29 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513023548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16417] ppid=16409 vsize=2715132 CPUtime=20.81 cores=1,3,5,7
/proc/16411/task/16417/stat : 16417 (java) S 16409 16411 14611 0 -1 4202560 1726 0 0 0 2049 32 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513022495784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16418] ppid=16409 vsize=2715132 CPUtime=19.93 cores=1,3,5,7
/proc/16411/task/16418/stat : 16418 (java) S 16409 16411 14611 0 -1 4202560 1519 0 0 0 1966 27 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513021442216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16419] ppid=16409 vsize=2715132 CPUtime=20.76 cores=1,3,5,7
/proc/16411/task/16419/stat : 16419 (java) S 16409 16411 14611 0 -1 4202560 1743 0 0 0 2044 32 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513020389672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16420] ppid=16409 vsize=2715132 CPUtime=20.56 cores=1,3,5,7
/proc/16411/task/16420/stat : 16420 (java) S 16409 16411 14611 0 -1 4202560 1045 0 0 0 2026 30 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513019337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16421] ppid=16409 vsize=2715132 CPUtime=19.92 cores=1,3,5,7
/proc/16411/task/16421/stat : 16421 (java) S 16409 16411 14611 0 -1 4202560 1698 0 0 0 1961 31 0 0 20 0 19 0 346732087 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140513018284584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16422] ppid=16409 vsize=2715132 CPUtime=249.09 cores=1,3,5,7
/proc/16411/task/16422/stat : 16422 (java) S 16409 16411 14611 0 -1 4202560 1053872 0 0 0 24704 205 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512887548520 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16411/tid=16423] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16423/stat : 16423 (java) S 16409 16411 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512886494840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16424] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16424/stat : 16424 (java) S 16409 16411 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346732089 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512885442184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16425] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16425/stat : 16425 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512884390928 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16426] ppid=16409 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/16411/task/16426/stat : 16426 (java) S 16409 16411 14611 0 -1 4202560 4600 0 0 0 81 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512883337272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16427] ppid=16409 vsize=2715132 CPUtime=0.97 cores=1,3,5,7
/proc/16411/task/16427/stat : 16427 (java) S 16409 16411 14611 0 -1 4202560 7595 0 0 0 95 2 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512882284728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16411/tid=16428] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16428/stat : 16428 (java) S 16409 16411 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512881232376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16411/tid=16429] ppid=16409 vsize=2715132 CPUtime=0.72 cores=1,3,5,7
/proc/16411/task/16429/stat : 16429 (java) S 16409 16411 14611 0 -1 4202560 96 0 0 0 26 46 0 0 20 0 19 0 346732091 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512880180040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16411/tid=16431] ppid=16409 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16411/task/16431/stat : 16431 (java) S 16409 16411 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346733430 2780295168 345511 33554432000 1073741824 1073778376 140737413609600 140512879125800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2715132

Child status: 143
Real time (s): 1679.33
CPU time (s): 1800.9
CPU user time (s): 1795.53
CPU system time (s): 5.37018
CPU usage (%): 107.239
Max. virtual memory (cumulated for all children) (KiB): 2780668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.53
system time used= 5.37018
maximum resident set size= 1448948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1081986
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171548
involuntary context switches= 114165

runsolver used 5.67014 second user time and 15.0137 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-04 12:34:07
IDJOB=3743841
IDBENCH=92635
IDSOLVER=2322
FILE ID=node114/3743841-1338806044
RUNJOBID= node114-1338784438-14628
PBS_JOBID= 14636849
Free space on /tmp= 69948 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_0_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-3743841-1338806044/watcher-3743841-1338806044 -o /tmp/evaluation-result-3743841-1338806044/solver-3743841-1338806044 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743841-1338806044.opb

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

MD5SUM BENCH= 75f66c0c0d60319503e8e1c7599d6b0b
RANDOM SEED=590104258

node114.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.242
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.91
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.242
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:       32873648 kB
MemFree:        26456744 kB
Buffers:         1073440 kB
Cached:          3975264 kB
SwapCached:         2244 kB
Active:          3464568 kB
Inactive:        1924816 kB
Active(anon):     327840 kB
Inactive(anon):     8360 kB
Active(file):    3136728 kB
Inactive(file):  1916456 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:            200400 kB
Writeback:             0 kB
AnonPages:        290076 kB
Mapped:            18924 kB
Shmem:               100 kB
Slab:             876660 kB
SReclaimable:     315640 kB
SUnreclaim:       561020 kB
KernelStack:        1568 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1523256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 70040 MiB
End job on node114 at 2012-06-04 13:02:09