Trace number 313092

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
SAT4J SAT 2007? (MO) 882.571 880.835

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/partial-5-11-s.cnf
MD5SUM422fec8fdb09699d55480e890c49e06a
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark245.039
Satisfiable
(Un)Satisfiability was proved
Number of variables164587
Number of clauses738865
Sum of the clauses size1683290
Maximum clause length10
Minimum clause length1
Number of clauses of size 112475
Number of clauses of size 2601295
Number of clauses of size 394115
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/313092-1176873855/instance-313092-1176873855.cnf
0.20/0.20	c reading problem ... 
2.19/2.15	c ... done. Wall clock time 1.949s.
2.19/2.15	c CPU time (experimental) 2.03s.
2.19/2.15	c #vars     164587
2.19/2.15	c #constraints  725582
882.38/880.76	c starts		: 15
882.38/880.76	c conflicts		: 77649
882.38/880.76	c decisions		: 207814
882.38/880.76	c propagations		: 243224665
882.38/880.76	c inspects		: 1003510280
882.38/880.76	c learnt literals	: 157
882.38/880.76	c learnt binary clauses	: 930
882.38/880.76	c learnt ternary clauses	: 861
882.38/880.76	c learnt clauses	: 77492
882.38/880.76	c root simplifications	: 0
882.38/880.76	c removed literals (reason simplification)	: 5720378
882.38/880.76	c reason swapping (by a shorter reason)	: 0
882.38/880.76	c Calls to reduceDB	: 0
882.38/880.76	c speed (decisions/second)	: 236.54149099882534
882.38/880.76	c non guided choices	994
882.38/880.76	s UNKNOWN
882.38/880.76	c Total wall clock time (in seconds) : 880.559
882.38/880.76	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-313092-1176873855 -o ROOT/results/node60/solver-313092-1176873855 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313092-1176873855/sat4j-sat2007.jar /tmp/evaluation/313092-1176873855/instance-313092-1176873855.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 3/64 32607
/proc/meminfo: memFree=1718112/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=18568 CPUtime=0
/proc/32607/stat : 32607 (runsolver) R 32605 32607 31598 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 135295471 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32607/statm: 4642 292 257 24 0 2626 0

[startup+0.034031 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32607
/proc/meminfo: memFree=1718112/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1825636 CPUtime=0.01
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 2729 0 1 0 0 1 0 0 18 0 4 0 135295471 1869451264 2476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 456409 2476 483 9 0 454423 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1825636

[startup+0.101038 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32607
/proc/meminfo: memFree=1718112/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1831496 CPUtime=0.08
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 4008 0 1 0 5 3 0 0 18 0 12 0 135295471 1875451904 3749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 457874 3749 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301058 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32607
/proc/meminfo: memFree=1718112/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1833632 CPUtime=0.33
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 7644 0 1 0 29 4 0 0 18 0 12 0 135295471 1877639168 7371 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 458408 7371 1286 9 0 456020 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1833632

[startup+0.701088 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32607
/proc/meminfo: memFree=1718112/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1833632 CPUtime=0.79
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 13265 0 1 0 72 7 0 0 18 0 12 0 135295471 1877639168 12956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 458408 12957 1290 9 0 456020 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1833632

[startup+1.50217 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 32619
/proc/meminfo: memFree=1657408/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1833632 CPUtime=1.58
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 19879 0 1 0 150 8 0 0 18 0 12 0 135295471 1877639168 19569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 458408 19569 1290 9 0 456020 0
[pid=32607/tid=32609] ppid=32605 vsize=1833632 CPUtime=1.38
/proc/32607/task/32609/stat : 32609 (java) R 32605 32607 31598 0 -1 64 18582 0 1 0 130 8 0 0 20 0 12 0 135295473 1877639168 19569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516077 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32610/stat : 32610 (java) S 32605 32607 31598 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 135295474 1877639168 19570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32611/stat : 32611 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 135295474 1877639168 19570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 135295477 1877639168 19571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 135295477 1877639168 19571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 135295477 1877639168 19571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135295481 1877639168 19572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1833632 CPUtime=0.09
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 322 0 0 0 9 0 0 0 16 0 12 0 135295481 1877639168 19572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1833632 CPUtime=0.1
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 253 0 0 0 10 0 0 0 16 0 12 0 135295481 1877639168 19572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 135295481 1877639168 19573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1833632 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 135295481 1877639168 19573 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1833632

[startup+3.10233 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 32619
/proc/meminfo: memFree=1625280/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1838028 CPUtime=3.6
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 28374 0 1 0 348 12 0 0 18 0 13 0 135295471 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 459507 27148 1310 9 0 457119 0
[pid=32607/tid=32609] ppid=32605 vsize=1838028 CPUtime=2.86
/proc/32607/task/32609/stat : 32609 (java) R 32605 32607 31598 0 -1 64 25117 0 1 0 276 10 0 0 17 0 13 0 135295473 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109605453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32610/stat : 32610 (java) S 32605 32607 31598 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 135295474 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32611/stat : 32611 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135295474 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135295477 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 135295477 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 135295477 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1838028 CPUtime=0.37
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1168 0 0 0 37 0 0 0 16 0 13 0 135295481 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1838028 CPUtime=0.34
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1363 0 0 0 34 0 0 0 16 0 13 0 135295481 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1838028 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1882140672 27148 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1838028

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 32620
/proc/meminfo: memFree=1615800/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1836164 CPUtime=6.82
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 28496 0 1 0 670 12 0 0 18 0 13 0 135295471 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 459041 26739 1313 9 0 456653 0
[pid=32607/tid=32609] ppid=32605 vsize=1836164 CPUtime=6.04
/proc/32607/task/32609/stat : 32609 (java) R 32605 32607 31598 0 -1 64 25232 0 1 0 594 10 0 0 25 0 13 0 135295473 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109605453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32610/stat : 32610 (java) S 32605 32607 31598 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 135295474 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32611/stat : 32611 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135295474 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135295477 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 135295477 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 135295477 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1836164 CPUtime=0.37
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1169 0 0 0 37 0 0 0 16 0 13 0 135295481 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1836164 CPUtime=0.37
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1369 0 0 0 37 0 0 0 17 0 13 0 135295481 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32620] ppid=32605 vsize=1836164 CPUtime=0
/proc/32607/task/32620/stat : 32620 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 135295704 1880231936 26739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 1836164

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 32620
/proc/meminfo: memFree=1615352/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1836196 CPUtime=13.28
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 28651 0 1 0 1316 12 0 0 18 0 13 0 135295471 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 459049 26860 1316 9 0 456661 0
[pid=32607/tid=32609] ppid=32605 vsize=1836196 CPUtime=12.43
/proc/32607/task/32609/stat : 32609 (java) R 32605 32607 31598 0 -1 64 25343 0 1 0 1232 11 0 0 25 0 13 0 135295473 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109614033 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32610/stat : 32610 (java) S 32605 32607 31598 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 135295474 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32611/stat : 32611 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135295474 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135295477 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 135295477 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 135295477 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1836196 CPUtime=0.41
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1210 0 0 0 41 0 0 0 16 0 13 0 135295481 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1836196 CPUtime=0.42
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1372 0 0 0 42 0 0 0 17 0 13 0 135295481 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32620] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32620/stat : 32620 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 135295704 1880264704 26860 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 1836196

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 32620
/proc/meminfo: memFree=1612920/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1836196 CPUtime=26.1
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 29251 0 1 0 2597 13 0 0 18 0 13 0 135295471 1880264704 27459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 459049 27459 1316 9 0 456661 0
[pid=32607/tid=32609] ppid=32605 vsize=1836196 CPUtime=25.23
/proc/32607/task/32609/stat : 32609 (java) R 32605 32607 31598 0 -1 64 25942 0 1 0 2512 11 0 0 25 0 13 0 135295473 1880264704 27459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548306 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32610/stat : 32610 (java) S 32605 32607 31598 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 135295474 1880264704 27459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32611/stat : 32611 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 135295474 1880264704 27459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135295477 1880264704 27459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1836196 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 135295477 1880264704 27459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=32607/tid=32612] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1841932 CPUtime=0.48
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1217 0 0 0 48 0 0 0 16 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1841932 CPUtime=0.45
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1373 0 0 0 45 0 0 0 17 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32620] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32620/stat : 32620 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 135295704 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 703.62
Current children cumulated vsize (KiB) 1841932

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32620
/proc/meminfo: memFree=1426424/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1841932 CPUtime=763.61
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 80313 0 1 0 76316 45 0 0 18 0 13 0 135295471 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 460483 73865 1326 9 0 458095 0
[pid=32607/tid=32609] ppid=32605 vsize=1841932 CPUtime=760.97
/proc/32607/task/32609/stat : 32609 (java) R 32605 32607 31598 0 -1 64 38830 0 1 0 76070 27 0 0 25 0 13 0 135295473 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109548306 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1841932 CPUtime=0.82
/proc/32607/task/32610/stat : 32610 (java) S 32605 32607 31598 0 -1 64 16964 0 0 0 76 6 0 0 16 0 13 0 135295474 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1841932 CPUtime=0.84
/proc/32607/task/32611/stat : 32611 (java) S 32605 32607 31598 0 -1 64 21198 0 0 0 75 9 0 0 16 0 13 0 135295474 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1841932 CPUtime=0.48
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1217 0 0 0 48 0 0 0 16 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1841932 CPUtime=0.45
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1373 0 0 0 45 0 0 0 17 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32620] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32620/stat : 32620 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 135295704 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 763.61
Current children cumulated vsize (KiB) 1841932

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 32620
/proc/meminfo: memFree=1426488/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1841932 CPUtime=823.59
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 80313 0 1 0 82314 45 0 0 18 0 13 0 135295471 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 460483 73865 1326 9 0 458095 0
[pid=32607/tid=32609] ppid=32605 vsize=1841932 CPUtime=820.95
/proc/32607/task/32609/stat : 32609 (java) R 32605 32607 31598 0 -1 64 38830 0 1 0 82068 27 0 0 25 0 13 0 135295473 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109618361 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1841932 CPUtime=0.82
/proc/32607/task/32610/stat : 32610 (java) S 32605 32607 31598 0 -1 64 16964 0 0 0 76 6 0 0 16 0 13 0 135295474 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1841932 CPUtime=0.84
/proc/32607/task/32611/stat : 32611 (java) S 32605 32607 31598 0 -1 64 21198 0 0 0 75 9 0 0 16 0 13 0 135295474 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135295477 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1841932 CPUtime=0.48
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1217 0 0 0 48 0 0 0 16 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1841932 CPUtime=0.45
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1373 0 0 0 45 0 0 0 17 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32620] ppid=32605 vsize=1841932 CPUtime=0
/proc/32607/task/32620/stat : 32620 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 135295704 1886138368 73865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 823.59
Current children cumulated vsize (KiB) 1841932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+880.403 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 32620
/proc/meminfo: memFree=1424568/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1843852 CPUtime=881.79
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 81284 0 1 0 88134 45 0 0 18 0 13 0 135295471 1888104448 74354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 460963 74361 1326 9 0 458575 0
[pid=32607/tid=32609] ppid=32605 vsize=1843852 CPUtime=878.92
/proc/32607/task/32609/stat : 32609 (java) S 32605 32607 31598 0 -1 64 38830 0 1 0 87865 27 0 0 25 0 13 0 135295473 1888104448 74379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1843852 CPUtime=0.94
/proc/32607/task/32610/stat : 32610 (java) R 32605 32607 31598 0 -1 64 17926 0 0 0 87 7 0 0 17 0 13 0 135295474 1888104448 74388 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1843852 CPUtime=0.95
/proc/32607/task/32611/stat : 32611 (java) R 32605 32607 31598 0 -1 64 21250 0 0 0 86 9 0 0 17 0 13 0 135295474 1888104448 74397 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135295477 1888104448 74406 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135295477 1888104448 74415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135295477 1888104448 74424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1888104448 74432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1843852 CPUtime=0.48
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1217 0 0 0 48 0 0 0 16 0 13 0 135295481 1888104448 74441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1843852 CPUtime=0.45
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1373 0 0 0 45 0 0 0 17 0 13 0 135295481 1888104448 74449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1888104448 74458 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1888104448 74468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32620] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32620/stat : 32620 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 135295704 1888104448 74477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 1843852

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

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

[startup+880.603 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 32620
/proc/meminfo: memFree=1424568/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=1843852 CPUtime=882.18
/proc/32607/stat : 32607 (java) S 32605 32607 31598 0 -1 0 114024 0 1 0 88156 62 0 0 16 0 13 0 135295471 1888104448 99525 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 460963 99531 1326 9 0 458575 0
[pid=32607/tid=32609] ppid=32605 vsize=1843852 CPUtime=878.92
/proc/32607/task/32609/stat : 32609 (java) S 32605 32607 31598 0 -1 64 38830 0 1 0 87865 27 0 0 25 0 13 0 135295473 1888104448 99536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32610] ppid=32605 vsize=1843852 CPUtime=1.13
/proc/32607/task/32610/stat : 32610 (java) R 32605 32607 31598 0 -1 64 37318 0 0 0 97 16 0 0 19 0 13 0 135295474 1888104448 99540 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32611] ppid=32605 vsize=1843852 CPUtime=1.14
/proc/32607/task/32611/stat : 32611 (java) R 32605 32607 31598 0 -1 64 34573 0 0 0 98 16 0 0 18 0 13 0 135295474 1888104448 99543 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32612] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32612/stat : 32612 (java) S 32605 32607 31598 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135295477 1888104448 99546 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32613] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32613/stat : 32613 (java) S 32605 32607 31598 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 135295477 1888104448 99552 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32614] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32614/stat : 32614 (java) S 32605 32607 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135295477 1888104448 99557 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32615] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32615/stat : 32615 (java) S 32605 32607 31598 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 135295481 1888104448 99562 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32616] ppid=32605 vsize=1843852 CPUtime=0.48
/proc/32607/task/32616/stat : 32616 (java) S 32605 32607 31598 0 -1 64 1217 0 0 0 48 0 0 0 16 0 13 0 135295481 1888104448 99565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32617] ppid=32605 vsize=1843852 CPUtime=0.45
/proc/32607/task/32617/stat : 32617 (java) S 32605 32607 31598 0 -1 64 1373 0 0 0 45 0 0 0 17 0 13 0 135295481 1888104448 99572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32607/tid=32618] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32618/stat : 32618 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 135295481 1888104448 99579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32619] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32619/stat : 32619 (java) S 32605 32607 31598 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 135295481 1888104448 99582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32607/tid=32620] ppid=32605 vsize=1843852 CPUtime=0
/proc/32607/task/32620/stat : 32620 (java) S 32605 32607 31598 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 135295704 1888104448 99587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (KiB) 1843852

[startup+880.803 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 32620
/proc/meminfo: memFree=1424568/2055920 swapFree=4181680/4192956
[pid=32607] ppid=32605 vsize=0 CPUtime=882.53
/proc/32607/stat : 32607 (java) Z 32605 32607 31598 0 -1 1036 136293 0 1 0 88177 76 0 0 15 0 2 0 135295471 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32607/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 882.53
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 880.835
CPU time (s): 882.571
CPU user time (s): 881.772
CPU system time (s): 0.798878
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (KiB): 1843852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 881.772
system time used= 0.798878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136293
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= 18222
involuntary context switches= 1375

runsolver used 0.886865 second user time and 2.33964 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Apr 18 05:24:15 UTC 2007

IDJOB= 313092
IDBENCH= 20358
IDSOLVER= 96
FILE ID= node60/313092-1176873855

PBS_JOBID= 4590290

Free space on /tmp= 66459 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/partial-5-11-s.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313092-1176873855/sat4j-sat2007.jar /tmp/evaluation/313092-1176873855/instance-313092-1176873855.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-313092-1176873855 -o ROOT/results/node60/solver-313092-1176873855 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313092-1176873855/sat4j-sat2007.jar /tmp/evaluation/313092-1176873855/instance-313092-1176873855.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  422fec8fdb09699d55480e890c49e06a

RANDOM SEED= 717065069

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1718520 kB
Buffers:         14816 kB
Cached:         225484 kB
SwapCached:       5044 kB
Active:         136416 kB
Inactive:       139160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718520 kB
SwapTotal:     4192956 kB
SwapFree:      4181680 kB
Dirty:           14028 kB
Writeback:           0 kB
Mapped:          39748 kB
Slab:            47728 kB
Committed_AS:  1535044 kB
PageTables:       1532 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= 66459 MiB

End job on node60 on Wed Apr 18 05:38:57 UTC 2007