Trace number 331715

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 JVM PARAM CHANGED SAT 2007? (TO) 1200.19 1197.92

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-19-u.cnf
MD5SUMec6ae8f44e827ed5bcc8aed459990775
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables330372
Number of clauses1570953
Sum of the clauses size3643384
Maximum clause length10
Minimum clause length1
Number of clauses of size 124592
Number of clauses of size 21203951
Number of clauses of size 3281190
Number of clauses of size 46800
Number of clauses of size 527200
Number of clauses of size over 527220

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 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c Expensive reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c timeout: 2147483s
0.08/0.19	c solving /tmp/evaluation/331715-1176900234/instance-331715-1176900234.cnf
0.08/0.19	c reading problem ... 
7.05/5.64	c ... done. Wall clock time 5.443s.
7.05/5.64	c CPU time (experimental) 4.22s.
7.05/5.64	c #vars     330372
7.05/5.64	c #constraints  1544713
1200.07/1197.81	c starts		: 15
1200.07/1197.81	c conflicts		: 85387
1200.07/1197.81	c decisions		: 486589
1200.07/1197.81	c propagations		: 447014099
1200.07/1197.81	c inspects		: 1523564378
1200.07/1197.81	c learnt literals	: 144
1200.07/1197.81	c learnt binary clauses	: 2902
1200.07/1197.81	c learnt ternary clauses	: 3550
1200.07/1197.81	c learnt clauses	: 85242
1200.07/1197.81	c root simplifications	: 0
1200.07/1197.81	c removed literals (reason simplification)	: 3218449
1200.07/1197.81	c reason swapping (by a shorter reason)	: 0
1200.07/1197.81	c Calls to reduceDB	: 0
1200.07/1197.81	c speed (decisions/second)	: 408.17423880829887
1200.07/1197.82	c non guided choices	2404
1200.07/1197.82	s UNKNOWN
1200.07/1197.82	c Total wall clock time (in seconds) : 1197.62
1200.07/1197.82	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/node2/watcher-331715-1176900234 -o ROOT/results/node2/solver-331715-1176900234 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331715-1176900234/sat4j-sat2007.jar /tmp/evaluation/331715-1176900234/instance-331715-1176900234.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: 1.00 1.00 0.99 2/77 19663
/proc/meminfo: memFree=1346936/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=18568 CPUtime=0
/proc/19663/stat : 19663 (runsolver) D 19661 19663 18476 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 166061250 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 206381313319 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/19663/statm: 4642 292 257 24 0 2626 0

[startup+0.00858997 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 19663
/proc/meminfo: memFree=1346936/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1472 CPUtime=0
/proc/19663/stat : 19663 (java6) R 19661 19663 18476 0 -1 0 115 0 0 0 0 0 0 0 18 0 1 0 166061250 1507328 87 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10741248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19663/statm: 369 100 77 9 0 11 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.101603 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 19663
/proc/meminfo: memFree=1346936/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1780108 CPUtime=0.08
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 166061250 1822830592 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301627 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 19663
/proc/meminfo: memFree=1346936/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1782476 CPUtime=0.36
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 9844 0 1 0 31 5 0 0 18 0 12 0 166061250 1825255424 9582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 445619 9582 1282 9 0 443231 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782476

[startup+0.701659 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 19663
/proc/meminfo: memFree=1346936/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1782620 CPUtime=0.82
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 14703 0 1 0 76 6 0 0 18 0 12 0 166061250 1825402880 14428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 445655 14429 1290 9 0 443267 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1782620

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 0.99 2/89 19675
/proc/meminfo: memFree=1270040/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1782620 CPUtime=1.62
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 26750 0 1 0 151 11 0 0 18 0 12 0 166061250 1825402880 26474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 445655 26475 1290 9 0 443267 0
[pid=19663/tid=19665] ppid=19661 vsize=1782620 CPUtime=1.41
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 25493 0 1 0 130 11 0 0 20 0 12 0 166061251 1825402880 26475 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517680 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 166061253 1825402880 26476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 166061253 1825402880 26476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166061255 1825402880 26477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 166061255 1825402880 26477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 166061255 1825402880 26477 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166061259 1825402880 26478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1782620 CPUtime=0.08
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 300 0 0 0 8 0 0 0 16 0 12 0 166061259 1825402880 26478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1782620 CPUtime=0.12
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 235 0 0 0 12 0 0 0 16 0 12 0 166061259 1825402880 26478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166061259 1825402880 26478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166061259 1825402880 26478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1782620

[startup+3.10291 s]
/proc/loadavg: 1.00 1.00 0.99 2/89 19675
/proc/meminfo: memFree=1232280/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1782620 CPUtime=3.22
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 37619 0 1 0 305 17 0 0 18 0 12 0 166061250 1825402880 37343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 445655 37343 1290 9 0 443267 0
[pid=19663/tid=19665] ppid=19661 vsize=1782620 CPUtime=3.01
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 36361 0 1 0 285 16 0 0 25 0 12 0 166061251 1825402880 37343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518033 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 166061253 1825402880 37343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 166061253 1825402880 37344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166061255 1825402880 37344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 166061255 1825402880 37344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 166061255 1825402880 37344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 166061259 1825402880 37344 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1782620 CPUtime=0.08
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 300 0 0 0 8 0 0 0 16 0 12 0 166061259 1825402880 37345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1782620 CPUtime=0.12
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 235 0 0 0 12 0 0 0 16 0 12 0 166061259 1825402880 37345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166061259 1825402880 37345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1782620 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166061259 1825402880 37345 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 1782620

[startup+6.30225 s]
/proc/loadavg: 1.00 1.00 0.99 2/89 19675
/proc/meminfo: memFree=1063768/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1797224 CPUtime=7.96
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 77513 0 2 0 758 38 0 0 18 0 13 0 166061250 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 449306 72571 1320 9 0 446918 0
[pid=19663/tid=19665] ppid=19661 vsize=1797224 CPUtime=4.77
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 37708 0 2 0 459 18 0 0 22 0 13 0 166061251 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567882 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1797224 CPUtime=1.29
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 12054 0 0 0 124 5 0 0 16 0 13 0 166061253 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1797224 CPUtime=1.31
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 25609 0 0 0 119 12 0 0 25 0 13 0 166061253 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1797224 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 166061255 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1797224 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1797224 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1797224 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 166061259 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1797224 CPUtime=0.26
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 849 0 0 0 26 0 0 0 16 0 13 0 166061259 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1797224 CPUtime=0.28
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 559 0 0 0 28 0 0 0 16 0 13 0 166061259 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1797224 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166061259 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1797224 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166061259 1840357376 72571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 1797224

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 19676
/proc/meminfo: memFree=1060880/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1796776 CPUtime=14.52
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 77838 0 2 0 1414 38 0 0 18 0 13 0 166061250 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 449194 72536 1323 9 0 446806 0
[pid=19663/tid=19665] ppid=19661 vsize=1796776 CPUtime=11.1
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 37710 0 2 0 1092 18 0 0 25 0 13 0 166061251 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109628079 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1796776 CPUtime=1.29
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 12054 0 0 0 124 5 0 0 16 0 13 0 166061253 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1796776 CPUtime=1.31
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 25609 0 0 0 119 12 0 0 25 0 13 0 166061253 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1796776 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 166061255 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1796776 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1796776 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1796776 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 166061259 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1796776 CPUtime=0.38
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 1106 0 0 0 38 0 0 0 16 0 13 0 166061259 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1796776 CPUtime=0.39
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 625 0 0 0 39 0 0 0 16 0 13 0 166061259 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1796776 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166061259 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1796776 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166061259 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19676] ppid=19661 vsize=1796776 CPUtime=0
/proc/19663/task/19676/stat : 19676 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 166061834 1839898624 72536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 1796776

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 19676
/proc/meminfo: memFree=1061648/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1796032 CPUtime=27.38
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 77850 0 2 0 2700 38 0 0 18 0 13 0 166061250 1839136768 72362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 449008 72362 1326 9 0 446620 0
[pid=19663/tid=19665] ppid=19661 vsize=1796032 CPUtime=23.88
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 37712 0 2 0 2370 18 0 0 25 0 13 0 166061251 1839136768 72362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109634509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1796032 CPUtime=1.29
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 12054 0 0 0 124 5 0 0 16 0 13 0 166061253 1839136768 72362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1796032 CPUtime=1.31
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 25609 0 0 0 119 12 0 0 25 0 13 0 166061253 1839136768 72362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1796032 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 166061255 1839136768 72362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1796032 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1839136768 72362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1796032 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1839136768 72362 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19663/tid=19668] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 1116 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 635 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19676] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19676/stat : 19676 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 166061834 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1004.7
Current children cumulated vsize (KiB) 1797312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/96 19842
/proc/meminfo: memFree=909400/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1797312 CPUtime=1064.62
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 119661 0 2 0 106397 65 0 0 18 0 13 0 166061250 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 449328 110011 1327 9 0 446940 0
[pid=19663/tid=19665] ppid=19661 vsize=1797312 CPUtime=1059.48
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 37716 0 2 0 105922 26 0 0 25 0 13 0 166061251 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109666873 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1797312 CPUtime=2.02
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 38103 0 0 0 186 16 0 0 16 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1797312 CPUtime=2.11
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 41357 0 0 0 192 19 0 0 24 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 1116 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 635 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19676] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19676/stat : 19676 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 166061834 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1064.62
Current children cumulated vsize (KiB) 1797312

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 19874
/proc/meminfo: memFree=910480/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1797312 CPUtime=1124.58
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 119661 0 2 0 112393 65 0 0 18 0 13 0 166061250 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 449328 110011 1327 9 0 446940 0
[pid=19663/tid=19665] ppid=19661 vsize=1797312 CPUtime=1119.45
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 37716 0 2 0 111919 26 0 0 25 0 13 0 166061251 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109567778 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1797312 CPUtime=2.02
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 38103 0 0 0 186 16 0 0 16 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1797312 CPUtime=2.11
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 41357 0 0 0 192 19 0 0 24 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 1116 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 635 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19676] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19676/stat : 19676 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 166061834 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1124.58
Current children cumulated vsize (KiB) 1797312

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 19874
/proc/meminfo: memFree=910544/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1797312 CPUtime=1184.56
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 119661 0 2 0 118391 65 0 0 18 0 13 0 166061250 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 449328 110011 1327 9 0 446940 0
[pid=19663/tid=19665] ppid=19661 vsize=1797312 CPUtime=1179.44
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 37716 0 2 0 117917 27 0 0 25 0 13 0 166061251 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109666960 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1797312 CPUtime=2.02
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 38103 0 0 0 186 16 0 0 16 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1797312 CPUtime=2.11
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 41357 0 0 0 192 19 0 0 24 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 1116 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 635 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19676] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19676/stat : 19676 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 166061834 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.56
Current children cumulated vsize (KiB) 1797312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1197.8 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 19874
/proc/meminfo: memFree=910480/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=1797312 CPUtime=1200.07
/proc/19663/stat : 19663 (java) S 19661 19663 18476 0 -1 0 119661 0 2 0 119942 65 0 0 18 0 13 0 166061250 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19663/statm: 449328 110011 1327 9 0 446940 0
[pid=19663/tid=19665] ppid=19661 vsize=1797312 CPUtime=1194.94
/proc/19663/task/19665/stat : 19665 (java) R 19661 19663 18476 0 -1 64 37716 0 2 0 119467 27 0 0 25 0 13 0 166061251 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109666865 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19666] ppid=19661 vsize=1797312 CPUtime=2.02
/proc/19663/task/19666/stat : 19666 (java) S 19661 19663 18476 0 -1 64 38103 0 0 0 186 16 0 0 16 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19667] ppid=19661 vsize=1797312 CPUtime=2.11
/proc/19663/task/19667/stat : 19667 (java) S 19661 19663 18476 0 -1 64 41357 0 0 0 192 19 0 0 24 0 13 0 166061253 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19668] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19668/stat : 19668 (java) S 19661 19663 18476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19669] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19669/stat : 19669 (java) S 19661 19663 18476 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19670] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19670/stat : 19670 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 166061255 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19671] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19671/stat : 19671 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19672] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19672/stat : 19672 (java) S 19661 19663 18476 0 -1 64 1116 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19663/tid=19673] ppid=19661 vsize=1797312 CPUtime=0.47
/proc/19663/task/19673/stat : 19673 (java) S 19661 19663 18476 0 -1 64 635 0 0 0 47 0 0 0 16 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19674] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19674/stat : 19674 (java) S 19661 19663 18476 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19675] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19675/stat : 19675 (java) S 19661 19663 18476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166061259 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19663/tid=19676] ppid=19661 vsize=1797312 CPUtime=0
/proc/19663/task/19676/stat : 19676 (java) S 19661 19663 18476 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 166061834 1840447488 110011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1797312

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

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

[startup+1197.92 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 19874
/proc/meminfo: memFree=910480/2055920 swapFree=4138452/4192956
[pid=19663] ppid=19661 vsize=0 CPUtime=1200.18
/proc/19663/stat : 19663 (java) Z 19661 19663 18476 0 -1 1036 119682 0 2 0 119946 72 0 0 16 0 2 0 166061250 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19663/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1197.92
CPU time (s): 1200.19
CPU user time (s): 1199.46
CPU system time (s): 0.725889
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 1797348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.46
system time used= 0.725889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119682
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24701
involuntary context switches= 27154

runsolver used 1.36679 second user time and 3.06653 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Wed Apr 18 12:43:55 UTC 2007

IDJOB= 331715
IDBENCH= 20388
IDSOLVER= 141
FILE ID= node2/331715-1176900234

PBS_JOBID= 4595131

Free space on /tmp= 66448 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-10-19-u.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331715-1176900234/sat4j-sat2007.jar /tmp/evaluation/331715-1176900234/instance-331715-1176900234.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-331715-1176900234 -o ROOT/results/node2/solver-331715-1176900234 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331715-1176900234/sat4j-sat2007.jar /tmp/evaluation/331715-1176900234/instance-331715-1176900234.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  ec6ae8f44e827ed5bcc8aed459990775

RANDOM SEED= 423032604

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.234
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.234
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:       1347344 kB
Buffers:         38236 kB
Cached:         571972 kB
SwapCached:      22872 kB
Active:         193004 kB
Inactive:       451044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347344 kB
SwapTotal:     4192956 kB
SwapFree:      4138452 kB
Dirty:           30056 kB
Writeback:           0 kB
Mapped:          30252 kB
Slab:            49968 kB
Committed_AS:  7122140 kB
PageTables:       1860 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= 66448 MiB

End job on node2 on Wed Apr 18 13:03:55 UTC 2007