Trace number 351703

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.33 1791.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pp08aCUTS.opb
MD5SUM4a4829ccfb158b9e23ea953e29870120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 69
Optimality of the best value was proved NO
Number of variables4600
Total number of constraints310
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 3121
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262140
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527152
Number of bits of the biggest sum of numbers20
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.11/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.21	c no version file found!!!
0.11/0.21	c sun.arch.data.model	32
0.11/0.21	c java.version	1.6.0
0.11/0.21	c os.name	Linux
0.11/0.21	c os.version	2.6.9-22.EL.rootsmp
0.11/0.21	c os.arch	i386
0.11/0.21	c Free memory 1651659224
0.11/0.21	c Max memory 1654456320
0.11/0.21	c Total memory 1654456320
0.11/0.21	c Number of processors 2
0.11/0.26	--- Begin Solver configuration ---
0.11/0.26	c Stops conflict analysis at the first Unique Implication Point
0.11/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.11/0.26	c Learn all clauses as in MiniSAT
0.11/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.11/0.26	c No reason simplification
0.11/0.26	c --- End Solver configuration ---
0.11/0.26	c solving /tmp/evaluation/351703-1176609943/instance-351703-1176609943.opb
0.11/0.26	c reading problem ... 
1.65/1.15	c ... done. Wall clock time 0.887s.
1.65/1.15	c CPU time (experimental) 0.63s.
1.65/1.15	c #vars     4600
1.65/1.15	c #constraints  374
1800.04/1791.31	c starts		: 24
1800.04/1791.31	c conflicts		: 2280001
1800.04/1791.31	c decisions		: 2349451
1800.04/1791.31	c propagations		: 19922237
1800.04/1791.31	c inspects		: 715994716
1800.04/1791.31	c learnt literals	: 0
1800.04/1791.31	c learnt binary clauses	: 0
1800.04/1791.31	c learnt ternary clauses	: 0
1800.04/1791.31	c learnt clauses	: 2280001
1800.04/1791.31	c root simplifications	: 0
1800.04/1791.31	c removed literals (reason simplification)	: 0
1800.04/1791.31	c reason swapping (by a shorter reason)	: 0
1800.04/1791.31	c Calls to reduceDB	: 1
1800.04/1791.31	c speed (decisions/second)	: 1312.508728825963
1800.04/1791.31	c non guided choices	24694
1800.04/1791.31	s UNKNOWN
1800.04/1791.31	c Total wall clock time (ms): 1791.046

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/node37/watcher-351703-1176609943 -o ROOT/results/node37/solver-351703-1176609943 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351703-1176609943/sat4jPseudoResolution.jar /tmp/evaluation/351703-1176609943/instance-351703-1176609943.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.92 0.98 0.99 1/78 29255
/proc/meminfo: memFree=1764752/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1476 CPUtime=0
/proc/29255/stat : 29255 (java) R 29253 29255 28946 0 -1 0 123 0 0 0 0 0 0 0 18 0 1 0 108906770 1511424 95 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 134521736 0 0 4096 0 0 0 0 17 1 0 0
/proc/29255/statm: 369 101 78 9 0 11 0

[startup+0.044547 s]
/proc/loadavg: 0.92 0.98 0.99 1/78 29255
/proc/meminfo: memFree=1764752/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=12420 CPUtime=0
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 769 0 0 0 0 0 0 0 18 0 2 0 108906770 12718080 551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12420

[startup+0.101563 s]
/proc/loadavg: 0.92 0.98 0.99 1/78 29255
/proc/meminfo: memFree=1764752/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1776088 CPUtime=0.02
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 3209 0 1 0 1 1 0 0 18 0 4 0 108906770 1818714112 2956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 444022 2956 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.3016 s]
/proc/loadavg: 0.92 0.98 0.99 1/78 29255
/proc/meminfo: memFree=1764752/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1781428 CPUtime=0.24
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 4965 0 1 0 21 3 0 0 18 0 12 0 108906770 1824182272 4703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 445357 4704 1246 9 0 442969 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1781428

[startup+0.70168 s]
/proc/loadavg: 0.92 0.98 0.99 1/78 29255
/proc/meminfo: memFree=1764752/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1783508 CPUtime=0.86
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 7051 0 1 0 81 5 0 0 18 0 12 0 108906770 1826312192 6478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 445877 6478 1302 9 0 443489 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1783508

[startup+1.50283 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 29267
/proc/meminfo: memFree=1731568/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1792888 CPUtime=2.41
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 15799 0 1 0 232 9 0 0 18 0 13 0 108906770 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448222 12585 1321 9 0 445834 0
[pid=29255/tid=29257] ppid=29253 vsize=1792888 CPUtime=0.85
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 8832 0 1 0 79 6 0 0 20 0 13 0 108906771 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 108906779 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 108906779 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 108906781 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 108906782 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 108906782 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792888 CPUtime=0.65
/proc/29255/task/29264/stat : 29264 (java) R 29253 29255 28946 0 -1 64 1856 0 0 0 65 0 0 0 16 0 13 0 108906786 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105059650 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792888 CPUtime=0.88
/proc/29255/task/29265/stat : 29265 (java) R 29253 29255 28946 0 -1 64 4384 0 0 0 86 2 0 0 17 0 13 0 108906786 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 101908162 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792888 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835917312 12585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1792888

[startup+3.10112 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 29268
/proc/meminfo: memFree=1698536/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1792740 CPUtime=4.23
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 31419 0 1 0 405 18 0 0 18 0 13 0 108906770 1835765760 27835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448185 27836 1323 9 0 445797 0
[pid=29255/tid=29257] ppid=29253 vsize=1792740 CPUtime=2.39
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 24123 0 1 0 224 15 0 0 25 0 13 0 108906771 1835765760 27836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109656582 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 108906779 1835765760 27836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 108906779 1835765760 27837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 108906781 1835765760 27838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 108906782 1835765760 27838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 108906782 1835765760 27838 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835765760 27839 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792740 CPUtime=0.78
/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1895 0 0 0 78 0 0 0 16 0 13 0 108906786 1835765760 27840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792740 CPUtime=1.04
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4675 0 0 0 102 2 0 0 16 0 13 0 108906786 1835765760 27840 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835765760 27841 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835765760 27842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792740 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835765760 27843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1792740

[startup+6.30272 s]
/proc/loadavg: 0.93 0.98 0.99 2/91 29268
/proc/meminfo: memFree=1590568/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1792688 CPUtime=7.49
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 48372 0 1 0 723 26 0 0 18 0 13 0 108906770 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448172 44541 1332 9 0 445784 0
[pid=29255/tid=29257] ppid=29253 vsize=1792688 CPUtime=5.52
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 37717 0 1 0 531 21 0 0 25 0 13 0 108906771 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109830311 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792688 CPUtime=0.03
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 1640 0 0 0 3 0 0 0 16 0 13 0 108906779 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792688 CPUtime=0.03
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 1712 0 0 0 3 0 0 0 16 0 13 0 108906779 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792688 CPUtime=0
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 108906781 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792688 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108906782 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792688 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108906782 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792688 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792688 CPUtime=0.8
/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1897 0 0 0 80 0 0 0 16 0 13 0 108906786 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792688 CPUtime=1.06
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4675 0 0 0 104 2 0 0 17 0 13 0 108906786 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792688 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792688 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792688 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835712512 44541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 1792688

[startup+12.7029 s]
/proc/loadavg: 0.93 0.98 0.99 3/91 29268
/proc/meminfo: memFree=1554024/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1792300 CPUtime=14.01
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 58136 0 1 0 1369 32 0 0 18 0 13 0 108906770 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448075 53687 1332 9 0 445687 0
[pid=29255/tid=29257] ppid=29253 vsize=1792300 CPUtime=11.81
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 37720 0 1 0 1160 21 0 0 25 0 13 0 108906771 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109658855 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792300 CPUtime=0.14
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 6614 0 0 0 11 3 0 0 16 0 13 0 108906779 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792300 CPUtime=0.13
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 6497 0 0 0 10 3 0 0 17 0 13 0 108906779 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 108906781 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792300 CPUtime=0.81
/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1898 0 0 0 81 0 0 0 16 0 13 0 108906786 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792300 CPUtime=1.06
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4675 0 0 0 104 2 0 0 16 0 13 0 108906786 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835315200 53687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.01
Current children cumulated vsize (KiB) 1792300

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.99 2/91 29268
/proc/meminfo: memFree=1512552/2055920 swapFree=4021688/4192956
[pid=29255] ppid=29253 vsize=1792300 CPUtime=27.3
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 70813 0 1 0 2692 38 0 0 18 0 13 0 108906770 1835315200 64061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448075 64061 1332 9 0 445687 0
[pid=29255/tid=29257] ppid=29253 vsize=1792300 CPUtime=24.09
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 37724 0 1 0 2388 21 0 0 25 0 13 0 108906771 1835315200 64061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109830643 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792300 CPUtime=0.64
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 13986 0 0 0 57 7 0 0 16 0 13 0 108906779 1835315200 64061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792300 CPUtime=0.64
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 11798 0 0 0 58 6 0 0 16 0 13 0 108906779 1835315200 64061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 108906781 1835315200 64061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1902 0 0 0 86 0 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792300 CPUtime=1.15
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4690 0 0 0 113 2 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1611.1
Current children cumulated vsize (KiB) 1792300

[startup+1662.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/91 29268
/proc/meminfo: memFree=245416/2055920 swapFree=4022456/4192956
[pid=29255] ppid=29253 vsize=1792300 CPUtime=1671.08
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 464075 0 1 0 166880 228 0 0 18 0 13 0 108906770 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448075 379956 1333 9 0 445687 0
[pid=29255/tid=29257] ppid=29253 vsize=1792300 CPUtime=1652.49
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 37803 0 1 0 165220 29 0 0 25 0 13 0 108906771 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951398 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 201659 0 0 0 731 94 0 0 17 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 217262 0 0 0 726 99 0 0 16 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792300 CPUtime=0.01
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 108906781 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792300 CPUtime=0.86
/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1902 0 0 0 86 0 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792300 CPUtime=1.15
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4690 0 0 0 113 2 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1671.08
Current children cumulated vsize (KiB) 1792300

[startup+1722.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/91 29268
/proc/meminfo: memFree=245352/2055920 swapFree=4022456/4192956
[pid=29255] ppid=29253 vsize=1792300 CPUtime=1731.06
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 464075 0 1 0 172878 228 0 0 18 0 13 0 108906770 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448075 379956 1333 9 0 445687 0
[pid=29255/tid=29257] ppid=29253 vsize=1792300 CPUtime=1712.47
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 37803 0 1 0 171218 29 0 0 25 0 13 0 108906771 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951006 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 201659 0 0 0 731 94 0 0 17 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 217262 0 0 0 726 99 0 0 16 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792300 CPUtime=0.01
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 108906781 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792300 CPUtime=0.86
/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1902 0 0 0 86 0 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792300 CPUtime=1.15
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4690 0 0 0 113 2 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1731.06
Current children cumulated vsize (KiB) 1792300

[startup+1782.3 s]
/proc/loadavg: 1.45 1.15 1.04 2/91 29268
/proc/meminfo: memFree=245288/2055920 swapFree=4022456/4192956
[pid=29255] ppid=29253 vsize=1792300 CPUtime=1791.04
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 464075 0 1 0 178875 229 0 0 18 0 13 0 108906770 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448075 379956 1333 9 0 445687 0
[pid=29255/tid=29257] ppid=29253 vsize=1792300 CPUtime=1772.45
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 37803 0 1 0 177216 29 0 0 25 0 13 0 108906771 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109951437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 201659 0 0 0 731 94 0 0 17 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 217262 0 0 0 726 99 0 0 16 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792300 CPUtime=0.01
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 108906781 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792300 CPUtime=0.86
/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1902 0 0 0 86 0 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792300 CPUtime=1.15
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4690 0 0 0 113 2 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1791.04
Current children cumulated vsize (KiB) 1792300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 1.53 1.18 1.05 2/91 29268
/proc/meminfo: memFree=245288/2055920 swapFree=4022456/4192956
[pid=29255] ppid=29253 vsize=1792300 CPUtime=1800.04
/proc/29255/stat : 29255 (java) S 29253 29255 28946 0 -1 0 464075 0 1 0 179775 229 0 0 18 0 13 0 108906770 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29255/statm: 448075 379956 1333 9 0 445687 0
[pid=29255/tid=29257] ppid=29253 vsize=1792300 CPUtime=1781.45
/proc/29255/task/29257/stat : 29257 (java) R 29253 29255 28946 0 -1 64 37803 0 1 0 178116 29 0 0 25 0 13 0 108906771 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343383 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29258] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29258/stat : 29258 (java) S 29253 29255 28946 0 -1 64 201659 0 0 0 731 94 0 0 17 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29259] ppid=29253 vsize=1792300 CPUtime=8.25
/proc/29255/task/29259/stat : 29259 (java) S 29253 29255 28946 0 -1 64 217262 0 0 0 726 99 0 0 16 0 13 0 108906779 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29260] ppid=29253 vsize=1792300 CPUtime=0.01
/proc/29255/task/29260/stat : 29260 (java) S 29253 29255 28946 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 108906781 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29261] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29261/stat : 29261 (java) S 29253 29255 28946 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29262] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29262/stat : 29262 (java) S 29253 29255 28946 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 108906782 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29263] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29263/stat : 29263 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29264] ppid=29253 vsize=1792300 CPUtime=0.86
/proc/29255/task/29264/stat : 29264 (java) S 29253 29255 28946 0 -1 64 1902 0 0 0 86 0 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29265] ppid=29253 vsize=1792300 CPUtime=1.15
/proc/29255/task/29265/stat : 29265 (java) S 29253 29255 28946 0 -1 64 4690 0 0 0 113 2 0 0 16 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29255/tid=29266] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29266/stat : 29266 (java) S 29253 29255 28946 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29267] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29267/stat : 29267 (java) S 29253 29255 28946 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 108906786 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29255/tid=29268] ppid=29253 vsize=1792300 CPUtime=0
/proc/29255/task/29268/stat : 29268 (java) S 29253 29255 28946 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 108906897 1835315200 379956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1792300

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

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

[startup+1791.41 s]
/proc/loadavg: 1.53 1.18 1.05 2/91 29268
/proc/meminfo: memFree=245288/2055920 swapFree=4022456/4192956
[pid=29255] ppid=29253 vsize=0 CPUtime=1800.15
/proc/29255/stat : 29255 (java) Z 29253 29255 28946 0 -1 1036 464095 0 1 0 179781 234 0 0 16 0 2 0 108906770 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29255/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

[startup+1791.5 s]
/proc/loadavg: 1.53 1.18 1.05 2/91 29268
/proc/meminfo: memFree=245288/2055920 swapFree=4022456/4192956
[pid=29255] ppid=29253 vsize=0 CPUtime=1800.24
/proc/29255/stat : 29255 (java) Z 29253 29255 28946 0 -1 1036 464095 0 1 0 179781 243 0 0 16 0 2 0 108906770 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29255/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.59
CPU time (s): 1800.33
CPU user time (s): 1797.82
CPU system time (s): 2.51362
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 1794036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 2.51362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464095
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= 37889
involuntary context switches= 56360

runsolver used 1.69074 second user time and 4.89626 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Sun Apr 15 04:05:43 UTC 2007

IDJOB= 351703
IDBENCH= 1792
IDSOLVER= 159
FILE ID= node37/351703-1176609943

PBS_JOBID= 4557032

Free space on /tmp= 66561 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pp08aCUTS.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351703-1176609943/sat4jPseudoResolution.jar /tmp/evaluation/351703-1176609943/instance-351703-1176609943.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-351703-1176609943 -o ROOT/results/node37/solver-351703-1176609943 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351703-1176609943/sat4jPseudoResolution.jar /tmp/evaluation/351703-1176609943/instance-351703-1176609943.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4a4829ccfb158b9e23ea953e29870120

RANDOM SEED= 651131881

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1765224 kB
Buffers:         42608 kB
Cached:         148096 kB
SwapCached:       3096 kB
Active:          98480 kB
Inactive:       118956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765224 kB
SwapTotal:     4192956 kB
SwapFree:      4021688 kB
Dirty:            3812 kB
Writeback:           0 kB
Mapped:          33412 kB
Slab:            58676 kB
Committed_AS:  1124152 kB
PageTables:       2004 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= 66561 MiB

End job on node37 on Sun Apr 15 04:35:37 UTC 2007