Trace number 420534

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 NameAnswerCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1801.31 1800.21

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/
others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.opb
MD5SUM7d763ab159af95e4899190c924d81317
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark274.158
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1133
Total number of constraints56210
Number of constraints which are clauses56210
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.24	c no version file found!!!
0.08/0.24	c sun.arch.data.model	32
0.08/0.24	c java.version	1.6.0
0.08/0.24	c os.name	Linux
0.08/0.24	c os.version	2.6.9-22.EL.rootsmp
0.08/0.24	c os.arch	i386
0.08/0.24	c Free memory 1651659224
0.08/0.24	c Max memory 1654456320
0.08/0.24	c Total memory 1654456320
0.08/0.24	c Number of processors 2
0.20/0.30	--- Begin Solver configuration ---
0.20/0.30	c Stops conflict analysis at the first Unique Implication Point
0.20/0.30	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.30	c Learn all clauses as in MiniSAT
0.20/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.30	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.30	c No reason simplification
0.20/0.30	c --- End Solver configuration ---
0.20/0.30	c solving /tmp/evaluation/420534-1177426460/instance-420534-1177426460.opb
0.20/0.30	c reading problem ... 
3.65/3.19	c ... done. Wall clock time 2.888s.
3.65/3.19	c CPU time (experimental) 2.52s.
3.65/3.19	c #vars     1133
3.65/3.19	c #constraints  55499
1801.18/1800.11	c starts		: 18
1801.18/1800.11	c conflicts		: 288459
1801.18/1800.11	c decisions		: 383194
1801.18/1800.11	c propagations		: 25993341
1801.18/1800.11	c inspects		: 4633344059
1801.18/1800.11	c learnt literals	: 3
1801.18/1800.11	c learnt binary clauses	: 11
1801.18/1800.11	c learnt ternary clauses	: 16
1801.18/1800.11	c learnt clauses	: 288456
1801.18/1800.11	c root simplifications	: 0
1801.18/1800.11	c removed literals (reason simplification)	: 0
1801.18/1800.11	c reason swapping (by a shorter reason)	: 0
1801.18/1800.11	c Calls to reduceDB	: 0
1801.18/1800.11	c speed (decisions/second)	: 213.25104415066934
1801.18/1800.11	c non guided choices	6795
1801.18/1800.11	s UNKNOWN
1801.18/1800.11	c Total wall clock time (ms): 1799.808

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node52/watcher-420534-1177426460 -o ROOT/results/node52/solver-420534-1177426460 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420534-1177426460/sat4jPseudoResolution.jar /tmp/evaluation/420534-1177426460/instance-420534-1177426460.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: 1.00 0.99 0.99 3/64 8179
/proc/meminfo: memFree=1870620/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=18528 CPUtime=0
/proc/8179/stat : 8179 (runsolver) R 8177 8179 8051 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 97491103 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8179/statm: 4632 284 249 14 0 2626 0

[startup+0.0414031 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 8179
/proc/meminfo: memFree=1870620/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1776088 CPUtime=0.02
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 3204 0 1 0 1 1 0 0 18 0 4 0 97491103 1818714112 2953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 444022 2953 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.102406 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 8179
/proc/meminfo: memFree=1870620/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1777844 CPUtime=0.07
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 3870 0 1 0 5 2 0 0 18 0 7 0 97491103 1820512256 3614 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301429 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 8179
/proc/meminfo: memFree=1870620/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1781336 CPUtime=0.2
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 4871 0 1 0 17 3 0 0 18 0 12 0 97491103 1824088064 4611 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 445334 4611 1245 9 0 442946 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1781336

[startup+0.70145 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 8179
/proc/meminfo: memFree=1870620/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1782736 CPUtime=0.77
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 6413 0 1 0 74 3 0 0 18 0 12 0 97491103 1825521664 5957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 445684 5957 1301 9 0 443296 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1782736

[startup+1.5015 s]
/proc/loadavg: 1.16 1.02 1.00 4/76 8191
/proc/meminfo: memFree=1843836/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1788320 CPUtime=1.93
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 19384 0 1 0 184 9 0 0 18 0 12 0 97491103 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 447080 15897 1303 9 0 444692 0
[pid=8179/tid=8181] ppid=8177 vsize=1788320 CPUtime=0.96
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 13501 0 1 0 89 7 0 0 19 0 12 0 97491105 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109575710 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 97491107 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 97491107 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 97491109 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 97491109 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 97491109 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 97491122 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1788320 CPUtime=0.49
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3339 0 0 0 48 1 0 0 16 0 12 0 97491122 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1788320 CPUtime=0.46
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1826 0 0 0 46 0 0 0 16 0 12 0 97491122 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 97491122 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 97491122 1831239680 15897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1788320

[startup+3.1016 s]
/proc/loadavg: 1.16 1.02 1.00 2/76 8191
/proc/meminfo: memFree=1754300/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1788320 CPUtime=3.65
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 44529 0 1 0 344 21 0 0 18 0 12 0 97491103 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 447080 40948 1312 9 0 444692 0
[pid=8179/tid=8181] ppid=8177 vsize=1788320 CPUtime=2.43
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 37671 0 1 0 225 18 0 0 25 0 12 0 97491105 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471085 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1788320 CPUtime=0.02
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 437 0 0 0 2 0 0 0 16 0 12 0 97491107 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1788320 CPUtime=0.02
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 400 0 0 0 2 0 0 0 16 0 12 0 97491107 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 97491109 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 97491109 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 97491109 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 97491122 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1788320 CPUtime=0.59
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3425 0 0 0 58 1 0 0 16 0 12 0 97491122 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1788320 CPUtime=0.55
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1874 0 0 0 55 0 0 0 16 0 12 0 97491122 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 97491122 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1788320 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 97491122 1831239680 40948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1788320

[startup+6.30282 s]
/proc/loadavg: 1.16 1.02 1.00 2/77 8192
/proc/meminfo: memFree=1712244/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1786924 CPUtime=7.15
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 44607 0 1 0 694 21 0 0 18 0 13 0 97491103 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 446731 40604 1326 9 0 444343 0
[pid=8179/tid=8181] ppid=8177 vsize=1786924 CPUtime=5.48
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 37705 0 1 0 530 18 0 0 24 0 13 0 97491105 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767527 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1786924 CPUtime=0.02
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 437 0 0 0 2 0 0 0 16 0 13 0 97491107 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1786924 CPUtime=0.02
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 400 0 0 0 2 0 0 0 16 0 13 0 97491107 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1786924 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 97491109 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1786924 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97491109 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1786924 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97491109 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1786924 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97491122 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1786924 CPUtime=0.83
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3440 0 0 0 82 1 0 0 16 0 13 0 97491122 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1786924 CPUtime=0.77
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1899 0 0 0 77 0 0 0 16 0 13 0 97491122 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1786924 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97491122 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1786924 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97491122 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8192] ppid=8177 vsize=1786924 CPUtime=0
/proc/8179/task/8192/stat : 8192 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97491424 1829810176 40604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1786924

[startup+12.7013 s]
/proc/loadavg: 1.13 1.02 1.00 2/77 8192
/proc/meminfo: memFree=1713396/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1785684 CPUtime=13.58
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 44636 0 1 0 1336 22 0 0 18 0 13 0 97491103 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 446421 40308 1326 9 0 444033 0
[pid=8179/tid=8181] ppid=8177 vsize=1785684 CPUtime=11.86
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 37706 0 1 0 1168 18 0 0 25 0 13 0 97491105 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767316 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1785684 CPUtime=0.02
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 437 0 0 0 2 0 0 0 16 0 13 0 97491107 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1785684 CPUtime=0.02
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 400 0 0 0 2 0 0 0 16 0 13 0 97491107 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97491122 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1785684 CPUtime=0.85
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3441 0 0 0 84 1 0 0 17 0 13 0 97491122 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1785684 CPUtime=0.79
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1926 0 0 0 79 0 0 0 17 0 13 0 97491122 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97491122 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97491122 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8192] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8192/stat : 8192 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97491424 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 1785684

[startup+25.5021 s]
/proc/loadavg: 1.11 1.02 1.00 2/77 8192
/proc/meminfo: memFree=1713460/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1785684 CPUtime=26.38
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 44636 0 1 0 2616 22 0 0 18 0 13 0 97491103 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 446421 40308 1326 9 0 444033 0
[pid=8179/tid=8181] ppid=8177 vsize=1785684 CPUtime=24.65
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 37706 0 1 0 2447 18 0 0 25 0 13 0 97491105 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109763216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1785684 CPUtime=0.02
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 437 0 0 0 2 0 0 0 16 0 13 0 97491107 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1785684 CPUtime=0.02
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 400 0 0 0 2 0 0 0 16 0 13 0 97491107 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 40308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8179/tid=8184] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1785684 CPUtime=0.85
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3441 0 0 0 84 1 0 0 17 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1785684 CPUtime=0.81
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1926 0 0 0 81 0 0 0 16 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8192] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8192/stat : 8192 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97491424 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.84
Current children cumulated vsize (KiB) 1785684

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8392
/proc/meminfo: memFree=1672116/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1785684 CPUtime=1722.83
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 55324 0 1 0 172248 35 0 0 18 0 13 0 97491103 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 446421 50408 1326 9 0 444033 0
[pid=8179/tid=8181] ppid=8177 vsize=1785684 CPUtime=1720.86
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 37707 0 1 0 172061 25 0 0 25 0 13 0 97491105 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767258 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1785684 CPUtime=0.12
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 6869 0 0 0 9 3 0 0 16 0 13 0 97491107 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1785684 CPUtime=0.12
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 4654 0 0 0 10 2 0 0 17 0 13 0 97491107 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1785684 CPUtime=0.85
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3441 0 0 0 84 1 0 0 17 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1785684 CPUtime=0.81
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1926 0 0 0 81 0 0 0 16 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8192] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8192/stat : 8192 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97491424 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.83
Current children cumulated vsize (KiB) 1785684

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8392
/proc/meminfo: memFree=1672052/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1785684 CPUtime=1782.81
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 55324 0 1 0 178246 35 0 0 18 0 13 0 97491103 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 446421 50408 1326 9 0 444033 0
[pid=8179/tid=8181] ppid=8177 vsize=1785684 CPUtime=1780.85
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 37707 0 1 0 178060 25 0 0 25 0 13 0 97491105 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109814053 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1785684 CPUtime=0.12
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 6869 0 0 0 9 3 0 0 16 0 13 0 97491107 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1785684 CPUtime=0.12
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 4654 0 0 0 10 2 0 0 17 0 13 0 97491107 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1785684 CPUtime=0.85
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3441 0 0 0 84 1 0 0 17 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1785684 CPUtime=0.81
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1926 0 0 0 81 0 0 0 16 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8192] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8192/stat : 8192 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97491424 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.81
Current children cumulated vsize (KiB) 1785684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8392
/proc/meminfo: memFree=1672052/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1785684 CPUtime=1800.02
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 55324 0 1 0 179967 35 0 0 18 0 13 0 97491103 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8179/statm: 446421 50408 1326 9 0 444033 0
[pid=8179/tid=8181] ppid=8177 vsize=1785684 CPUtime=1798.05
/proc/8179/task/8181/stat : 8181 (java) R 8177 8179 8051 0 -1 64 37707 0 1 0 179780 25 0 0 25 0 13 0 97491105 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767597 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1785684 CPUtime=0.12
/proc/8179/task/8182/stat : 8182 (java) S 8177 8179 8051 0 -1 64 6869 0 0 0 9 3 0 0 16 0 13 0 97491107 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1785684 CPUtime=0.12
/proc/8179/task/8183/stat : 8183 (java) S 8177 8179 8051 0 -1 64 4654 0 0 0 10 2 0 0 17 0 13 0 97491107 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 97491109 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1785684 CPUtime=0.85
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3441 0 0 0 84 1 0 0 17 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1785684 CPUtime=0.81
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1926 0 0 0 81 0 0 0 16 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 97491122 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8192] ppid=8177 vsize=1785684 CPUtime=0
/proc/8179/task/8192/stat : 8192 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 97491424 1828540416 50408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1785684

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

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

[startup+1799.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8392
/proc/meminfo: memFree=1672052/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=1791460 CPUtime=1800.59
/proc/8179/stat : 8179 (java) S 8177 8179 8051 0 -1 0 73171 0 1 0 180016 43 0 0 16 0 15 0 97491103 1834455040 64134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8179/statm: 447865 64139 1326 9 0 445477 0
[pid=8179/tid=8181] ppid=8177 vsize=1791460 CPUtime=1798.06
/proc/8179/task/8181/stat : 8181 (java) S 8177 8179 8051 0 -1 64 37707 0 1 0 179781 25 0 0 25 0 15 0 97491105 1834455040 64143 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8182] ppid=8177 vsize=1791460 CPUtime=0.41
/proc/8179/task/8182/stat : 8182 (java) R 8177 8179 8051 0 -1 64 16086 0 0 0 33 8 0 0 19 0 15 0 97491107 1834455040 64147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8183] ppid=8177 vsize=1791460 CPUtime=0.41
/proc/8179/task/8183/stat : 8183 (java) R 8177 8179 8051 0 -1 64 13286 0 0 0 35 6 0 0 18 0 15 0 97491107 1834455040 64151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8184] ppid=8177 vsize=1791460 CPUtime=0
/proc/8179/task/8184/stat : 8184 (java) S 8177 8179 8051 0 -1 64 8 0 0 0 0 0 0 0 15 0 15 0 97491109 1834455040 64156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8185] ppid=8177 vsize=1791460 CPUtime=0
/proc/8179/task/8185/stat : 8185 (java) S 8177 8179 8051 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 97491109 1834455040 64160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8186] ppid=8177 vsize=1791460 CPUtime=0
/proc/8179/task/8186/stat : 8186 (java) S 8177 8179 8051 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 97491109 1834455040 64164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8187] ppid=8177 vsize=1791460 CPUtime=0
/proc/8179/task/8187/stat : 8187 (java) S 8177 8179 8051 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 97491122 1834455040 64168 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8188] ppid=8177 vsize=1791460 CPUtime=0.85
/proc/8179/task/8188/stat : 8188 (java) S 8177 8179 8051 0 -1 64 3441 0 0 0 84 1 0 0 17 0 15 0 97491122 1834455040 64172 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8179/tid=8189] ppid=8177 vsize=1791460 CPUtime=0.81
/proc/8179/task/8189/stat : 8189 (java) S 8177 8179 8051 0 -1 64 1926 0 0 0 81 0 0 0 16 0 15 0 97491122 1834455040 64176 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8190] ppid=8177 vsize=1791460 CPUtime=0
/proc/8179/task/8190/stat : 8190 (java) S 8177 8179 8051 0 -1 64 2 0 0 0 0 0 0 0 21 0 15 0 97491122 1834455040 64181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8191] ppid=8177 vsize=1791460 CPUtime=0
/proc/8179/task/8191/stat : 8191 (java) S 8177 8179 8051 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 97491122 1834455040 64184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8179/tid=8192] ppid=8177 vsize=1791460 CPUtime=0
/proc/8179/task/8192/stat : 8192 (java) S 8177 8179 8051 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 97491424 1834455040 64189 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (KiB) 1791460

[startup+1800.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8392
/proc/meminfo: memFree=1672052/2055920 swapFree=4182996/4192956
[pid=8179] ppid=8177 vsize=0 CPUtime=1801.29
/proc/8179/stat : 8179 (java) Z 8177 8179 8051 0 -1 1036 102177 0 1 0 180070 59 0 0 15 0 2 0 97491103 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8179/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1800.21
CPU time (s): 1801.31
CPU user time (s): 1800.7
CPU system time (s): 0.604908
CPU usage (%): 100.061
Max. virtual memory (cumulated for all children) (KiB): 1791460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.7
system time used= 0.604908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102177
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= 37082
involuntary context switches= 26536

runsolver used 1.71174 second user time and 4.86326 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Apr 24 14:54:20 UTC 2007

IDJOB= 420534
IDBENCH= 47852
IDSOLVER= 159
FILE ID= node52/420534-1177426460

PBS_JOBID= 4675719

Free space on /tmp= 66307 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420534-1177426460/sat4jPseudoResolution.jar /tmp/evaluation/420534-1177426460/instance-420534-1177426460.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-420534-1177426460 -o ROOT/results/node52/solver-420534-1177426460 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420534-1177426460/sat4jPseudoResolution.jar /tmp/evaluation/420534-1177426460/instance-420534-1177426460.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7d763ab159af95e4899190c924d81317

RANDOM SEED= 11989112

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1871028 kB
Buffers:          8832 kB
Cached:         103684 kB
SwapCached:       3968 kB
Active:          58180 kB
Inactive:        63948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871028 kB
SwapTotal:     4192956 kB
SwapFree:      4182996 kB
Dirty:            6780 kB
Writeback:           0 kB
Mapped:          15640 kB
Slab:            48744 kB
Committed_AS:  1804292 kB
PageTables:       1484 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= 66307 MiB

End job on node52 on Tue Apr 24 15:24:22 UTC 2007