Trace number 349290

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, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.17 1789.2

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath1.opb
MD5SUMcadb80b29b1b884c95a94376a4e900b4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53335
Total number of constraints5302
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)189
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint50934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4832120913850916
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/349290-1176693197/instance-349290-1176693197.opb
0.20/0.20	c reading problem ... 
5.11/4.25	c ... done. Wall clock time 4.051s.
5.11/4.26	c CPU time (experimental) 3.45s.
5.11/4.26	c #vars     53335
5.11/4.26	c #constraints  5216
1800.07/1789.11	c starts		: 1
1800.07/1789.11	c conflicts		: 12
1800.07/1789.11	c decisions		: 4273
1800.07/1789.11	c propagations		: 45414
1800.07/1789.11	c inspects		: 187013
1800.07/1789.11	c learnt literals	: 0
1800.07/1789.11	c learnt binary clauses	: 0
1800.07/1789.11	c learnt ternary clauses	: 0
1800.07/1789.11	c learnt clauses	: 11
1800.07/1789.11	c root simplifications	: 0
1800.07/1789.11	c removed literals (reason simplification)	: 0
1800.07/1789.11	c reason swapping (by a shorter reason)	: 0
1800.07/1789.11	c Calls to reduceDB	: 0
1800.07/1789.11	c speed (decisions/second)	: 2.3940896856363585
1800.07/1789.11	c non guided choices	0
1800.07/1789.11	s UNKNOWN
1800.07/1789.11	c Total wall clock time (ms): 1788.909

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node26/watcher-349290-1176693197 -o ROOT/results/node26/solver-349290-1176693197 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349290-1176693197/sat4jPseudoCPClause.jar /tmp/evaluation/349290-1176693197/instance-349290-1176693197.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.79 0.97 0.98 2/77 31308
/proc/meminfo: memFree=1810176/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=272 CPUtime=0
/proc/31308/stat : 31308 (java) D 31306 31308 31245 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 117236534 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 12591908 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31308/statm: 68 37 28 9 0 6 0

[startup+0.101307 s]
/proc/loadavg: 0.79 0.97 0.98 2/77 31308
/proc/meminfo: memFree=1810176/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1781136 CPUtime=0.08
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 117236534 1823883264 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 445284 3715 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781136

[startup+0.20131 s]
/proc/loadavg: 0.79 0.97 0.98 2/77 31308
/proc/meminfo: memFree=1810176/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1782416 CPUtime=0.2
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 4848 0 1 0 17 3 0 0 18 0 12 0 117236534 1825193984 4586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 445604 4586 1244 9 0 443215 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1782416

[startup+0.301317 s]
/proc/loadavg: 0.79 0.97 0.98 2/77 31308
/proc/meminfo: memFree=1810176/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1782416 CPUtime=0.31
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 5587 0 1 0 28 3 0 0 18 0 12 0 117236534 1825193984 5325 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 445604 5325 1264 9 0 443215 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782416

[startup+0.701354 s]
/proc/loadavg: 0.79 0.97 0.98 2/77 31308
/proc/meminfo: memFree=1810176/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1783704 CPUtime=0.91
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 7889 0 1 0 87 4 0 0 18 0 12 0 117236534 1826512896 7352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 445926 7353 1302 9 0 443537 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783704

[startup+1.50143 s]
/proc/loadavg: 0.79 0.97 0.98 2/89 31320
/proc/meminfo: memFree=1765792/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1785628 CPUtime=1.93
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 22286 0 1 0 182 11 0 0 18 0 12 0 117236534 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 446407 20933 1303 9 0 444018 0
[pid=31308/tid=31310] ppid=31306 vsize=1785628 CPUtime=1.11
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 19129 0 1 0 102 9 0 0 20 0 12 0 117236535 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539907 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117236537 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 117236537 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117236539 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 11 0 0 0 0 0 0 0 22 0 12 0 117236539 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 117236539 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 117236543 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1785628 CPUtime=0.38
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 1421 0 0 0 38 0 0 0 16 0 12 0 117236543 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1785628 CPUtime=0.41
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1014 0 0 0 41 0 0 0 16 0 12 0 117236543 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117236543 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1785628 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117236543 1828483072 20933 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1785628

[startup+3.10157 s]
/proc/loadavg: 0.80 0.97 0.98 2/89 31320
/proc/meminfo: memFree=1669152/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1786436 CPUtime=3.79
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 47435 0 1 0 358 21 0 0 18 0 12 0 117236534 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 446609 45936 1317 9 0 444220 0
[pid=31308/tid=31310] ppid=31306 vsize=1786436 CPUtime=2.51
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 37667 0 1 0 235 16 0 0 21 0 12 0 117236535 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1786436 CPUtime=0.17
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 3171 0 0 0 16 1 0 0 16 0 12 0 117236537 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1786436 CPUtime=0.16
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 3383 0 0 0 15 1 0 0 18 0 12 0 117236537 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1786436 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 117236539 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1786436 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 117236539 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1786436 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117236539 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1786436 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 117236543 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1786436 CPUtime=0.44
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 1446 0 0 0 44 0 0 0 16 0 12 0 117236543 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1786436 CPUtime=0.46
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1042 0 0 0 46 0 0 0 16 0 12 0 117236543 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1786436 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 117236543 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1786436 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117236543 1829310464 45936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1786436

[startup+6.30288 s]
/proc/loadavg: 0.80 0.97 0.98 2/90 31321
/proc/meminfo: memFree=1590872/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1791020 CPUtime=7.41
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 58531 0 1 0 714 27 0 0 18 0 13 0 117236534 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447755 56095 1322 9 0 445366 0
[pid=31308/tid=31310] ppid=31306 vsize=1791020 CPUtime=5.41
/proc/31308/task/31310/stat : 31310 (java) S 31306 31308 31245 0 -1 64 37716 0 1 0 524 17 0 0 18 0 13 0 117236535 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1791020 CPUtime=0.42
/proc/31308/task/31311/stat : 31311 (java) R 31306 31308 31245 0 -1 64 9324 0 0 0 39 3 0 0 17 0 13 0 117236537 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103371399 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1791020 CPUtime=0.42
/proc/31308/task/31312/stat : 31312 (java) R 31306 31308 31245 0 -1 64 8230 0 0 0 39 3 0 0 17 0 13 0 117236537 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370532 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1791020 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117236539 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1791020 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1791020 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117236539 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1791020 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117236543 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1791020 CPUtime=0.53
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 1452 0 0 0 53 0 0 0 17 0 13 0 117236543 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1791020 CPUtime=0.58
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1078 0 0 0 58 0 0 0 17 0 13 0 117236543 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1791020 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117236543 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1791020 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117236543 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1791020 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 31245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117236975 1834004480 56095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1791020

[startup+12.7027 s]
/proc/loadavg: 0.82 0.97 0.98 2/90 31321
/proc/meminfo: memFree=1553304/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1790760 CPUtime=15.1
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 71230 0 1 0 1479 31 0 0 18 0 13 0 117236534 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447690 65079 1326 9 0 445301 0
[pid=31308/tid=31310] ppid=31306 vsize=1790760 CPUtime=10.81
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 37730 0 1 0 1064 17 0 0 19 0 13 0 117236535 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561925 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1790760 CPUtime=1.27
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 16563 0 0 0 121 6 0 0 16 0 13 0 117236537 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1790760 CPUtime=1.27
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 12388 0 0 0 123 4 0 0 16 0 13 0 117236537 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117236543 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1790760 CPUtime=0.86
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 2713 0 0 0 85 1 0 0 16 0 13 0 117236543 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1790760 CPUtime=0.83
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1105 0 0 0 83 0 0 0 17 0 13 0 117236543 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117236543 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117236543 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 31245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117236975 1833738240 65079 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.1
Current children cumulated vsize (KiB) 1790760

[startup+25.5018 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 31321
/proc/meminfo: memFree=1575256/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1790760 CPUtime=28.03
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 72023 0 1 0 2770 33 0 0 18 0 13 0 117236534 1833738240 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447690 58383 1326 9 0 445301 0
[pid=31308/tid=31310] ppid=31306 vsize=1790760 CPUtime=23.51
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 37743 0 1 0 2334 17 0 0 25 0 13 0 117236535 1833738240 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109769303 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1790760 CPUtime=1.34
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 16838 0 0 0 127 7 0 0 17 0 13 0 117236537 1833738240 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1790760 CPUtime=1.35
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 12889 0 0 0 130 5 0 0 16 0 13 0 117236537 1833738240 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 58383 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31308] ppid=31306 vsize=1790760 CPUtime=1612.76
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 188776 0 1 0 161079 197 0 0 18 0 13 0 117236534 1833738240 83490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447690 83491 1326 9 0 445301 0
[pid=31308/tid=31310] ppid=31306 vsize=1790760 CPUtime=1588.63
/proc/31308/task/31310/stat : 31310 (java) S 31306 31308 31245 0 -1 64 118932 0 1 0 158808 55 0 0 25 0 13 0 117236535 1833738240 83492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1790760 CPUtime=10.55
/proc/31308/task/31311/stat : 31311 (java) R 31306 31308 31245 0 -1 64 33757 0 0 0 997 58 0 0 16 0 13 0 117236537 1833738240 83494 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1790760 CPUtime=10.56
/proc/31308/task/31312/stat : 31312 (java) R 31306 31308 31245 0 -1 64 30686 0 0 0 1008 48 0 0 17 0 13 0 117236537 1833738240 83495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1790760 CPUtime=0.65
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 223 0 0 0 34 31 0 0 16 0 13 0 117236539 1833738240 83496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 83497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 83498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117236543 1833738240 83499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1790760 CPUtime=1.13
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 2728 0 0 0 112 1 0 0 17 0 13 0 117236543 1833738240 83500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1790760 CPUtime=1.16
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1730 0 0 0 116 0 0 0 16 0 13 0 117236543 1833738240 83502 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117236543 1833738240 83503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117236543 1833738240 83504 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 31245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117236975 1833738240 83505 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.76
Current children cumulated vsize (KiB) 1790760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31323
/proc/meminfo: memFree=1487896/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1790760 CPUtime=1672.89
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 189071 0 1 0 167088 201 0 0 18 0 13 0 117236534 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447690 81244 1326 9 0 445301 0
[pid=31308/tid=31310] ppid=31306 vsize=1790760 CPUtime=1648.26
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 118992 0 1 0 164770 56 0 0 25 0 13 0 117236535 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561562 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1790760 CPUtime=10.79
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 33954 0 0 0 1019 60 0 0 15 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1790760 CPUtime=10.81
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 30720 0 0 0 1032 49 0 0 16 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1790760 CPUtime=0.67
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 223 0 0 0 35 32 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1790760 CPUtime=1.13
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 2728 0 0 0 112 1 0 0 17 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1790760 CPUtime=1.16
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1730 0 0 0 116 0 0 0 16 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 31245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117236975 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.89
Current children cumulated vsize (KiB) 1790760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 31323
/proc/meminfo: memFree=1487896/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1790760 CPUtime=1733.04
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 189163 0 1 0 173098 206 0 0 18 0 13 0 117236534 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447690 81244 1326 9 0 445301 0
[pid=31308/tid=31310] ppid=31306 vsize=1790760 CPUtime=1707.66
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 119084 0 1 0 170710 56 0 0 20 0 13 0 117236535 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647094 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1790760 CPUtime=11.17
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 33954 0 0 0 1055 62 0 0 16 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1790760 CPUtime=11.18
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 30720 0 0 0 1066 52 0 0 16 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1790760 CPUtime=0.68
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 223 0 0 0 36 32 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1790760 CPUtime=1.13
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 2728 0 0 0 112 1 0 0 17 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1790760 CPUtime=1.16
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1730 0 0 0 116 0 0 0 16 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 31245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117236975 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.04
Current children cumulated vsize (KiB) 1790760

[startup+1782.3 s]
/proc/loadavg: 1.16 1.03 1.01 2/90 31323
/proc/meminfo: memFree=1487832/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1790760 CPUtime=1793.25
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 189262 0 1 0 179113 212 0 0 18 0 13 0 117236534 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447690 81244 1326 9 0 445301 0
[pid=31308/tid=31310] ppid=31306 vsize=1790760 CPUtime=1767.03
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 119183 0 1 0 176647 56 0 0 25 0 13 0 117236535 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561618 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1790760 CPUtime=11.59
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 33954 0 0 0 1096 63 0 0 16 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1790760 CPUtime=11.57
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 30720 0 0 0 1101 56 0 0 16 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1790760 CPUtime=0.7
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 223 0 0 0 37 33 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1790760 CPUtime=1.13
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 2728 0 0 0 112 1 0 0 17 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1790760 CPUtime=1.16
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1730 0 0 0 116 0 0 0 16 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 31245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117236975 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.25
Current children cumulated vsize (KiB) 1790760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.1 s]
/proc/loadavg: 1.13 1.03 1.01 2/90 31323
/proc/meminfo: memFree=1487832/2055920 swapFree=4170236/4192956
[pid=31308] ppid=31306 vsize=1790760 CPUtime=1800.07
/proc/31308/stat : 31308 (java) S 31306 31308 31245 0 -1 0 189273 0 1 0 179795 212 0 0 18 0 13 0 117236534 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31308/statm: 447690 81244 1326 9 0 445301 0
[pid=31308/tid=31310] ppid=31306 vsize=1790760 CPUtime=1773.76
/proc/31308/task/31310/stat : 31310 (java) R 31306 31308 31245 0 -1 64 119194 0 1 0 177320 56 0 0 25 0 13 0 117236535 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647124 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31306 vsize=1790760 CPUtime=11.63
/proc/31308/task/31311/stat : 31311 (java) S 31306 31308 31245 0 -1 64 33954 0 0 0 1100 63 0 0 16 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31306 vsize=1790760 CPUtime=11.61
/proc/31308/task/31312/stat : 31312 (java) S 31306 31308 31245 0 -1 64 30720 0 0 0 1105 56 0 0 15 0 13 0 117236537 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31313] ppid=31306 vsize=1790760 CPUtime=0.7
/proc/31308/task/31313/stat : 31313 (java) S 31306 31308 31245 0 -1 64 223 0 0 0 37 33 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31314/stat : 31314 (java) S 31306 31308 31245 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31315] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31306 31308 31245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117236539 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31306 31308 31245 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31317] ppid=31306 vsize=1790760 CPUtime=1.13
/proc/31308/task/31317/stat : 31317 (java) S 31306 31308 31245 0 -1 64 2728 0 0 0 112 1 0 0 17 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31318] ppid=31306 vsize=1790760 CPUtime=1.16
/proc/31308/task/31318/stat : 31318 (java) S 31306 31308 31245 0 -1 64 1730 0 0 0 116 0 0 0 16 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31319] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31319/stat : 31319 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31308/tid=31320] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31320/stat : 31320 (java) S 31306 31308 31245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117236543 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31308/tid=31321] ppid=31306 vsize=1790760 CPUtime=0
/proc/31308/task/31321/stat : 31321 (java) S 31306 31308 31245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 117236975 1833738240 81244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1790760

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

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

Child status: 143
Real time (s): 1789.2
CPU time (s): 1800.17
CPU user time (s): 1797.99
CPU system time (s): 2.17667
CPU usage (%): 100.613
Max. virtual memory (cumulated for all children) (KiB): 1792224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 2.17667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67799
involuntary context switches= 51670

runsolver used 2.08068 second user time and 5.63114 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Apr 16 03:13:17 UTC 2007

IDJOB= 349290
IDBENCH= 2333
IDSOLVER= 164
FILE ID= node26/349290-1176693197

PBS_JOBID= 4560039

Free space on /tmp= 66516 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349290-1176693197/sat4jPseudoCPClause.jar /tmp/evaluation/349290-1176693197/instance-349290-1176693197.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-349290-1176693197 -o ROOT/results/node26/solver-349290-1176693197 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349290-1176693197/sat4jPseudoCPClause.jar /tmp/evaluation/349290-1176693197/instance-349290-1176693197.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cadb80b29b1b884c95a94376a4e900b4

RANDOM SEED= 574535383

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1810584 kB
Buffers:         22816 kB
Cached:         138352 kB
SwapCached:       3596 kB
Active:          97524 kB
Inactive:        86692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810584 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:            8528 kB
Writeback:           0 kB
Mapped:          30068 kB
Slab:            46736 kB
Committed_AS:   942128 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB

End job on node26 on Mon Apr 16 03:43:08 UTC 2007