Trace number 331679

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.16 1198.73

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-13-u.cnf
MD5SUM4bb23e70b97827425fcf5759bf0a79a2
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 variables184196
Number of clauses833889
Sum of the clauses size1904914
Maximum clause length10
Minimum clause length1
Number of clauses of size 113964
Number of clauses of size 2672565
Number of clauses of size 3112780
Number of clauses of size 43840
Number of clauses of size 515360
Number of clauses of size over 515380

Solver Data (download as text)

0.14/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.40	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.40	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.42	c version SAT COMPETITION 2007
0.14/0.42	c sun.arch.data.model	32
0.14/0.42	c java.version	1.6.0
0.14/0.42	c os.name	Linux
0.14/0.42	c os.version	2.6.9-22.EL.rootsmp
0.14/0.42	c os.arch	i386
0.14/0.42	c Free memory 1651659224
0.14/0.42	c Max memory 1654456320
0.14/0.42	c Total memory 1654456320
0.14/0.42	c Number of processors 2
0.14/0.47	c --- Begin Solver configuration ---
0.14/0.47	c Stops conflict analysis at the first Unique Implication Point
0.14/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.14/0.47	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.47	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.47	c Expensive reason simplification
0.14/0.47	c --- End Solver configuration ---
0.14/0.47	c timeout: 2147483s
0.14/0.47	c solving /tmp/evaluation/331679-1176888157/instance-331679-1176888157.cnf
0.14/0.47	c reading problem ... 
2.54/2.70	c ... done. Wall clock time 2.229s.
2.54/2.70	c CPU time (experimental) 2.32s.
2.54/2.70	c #vars     184196
2.54/2.70	c #constraints  819017
1200.02/1198.61	c starts		: 16
1200.02/1198.61	c conflicts		: 104036
1200.02/1198.61	c decisions		: 245630
1200.02/1198.61	c propagations		: 283447413
1200.02/1198.61	c inspects		: 1231806807
1200.02/1198.61	c learnt literals	: 96
1200.02/1198.61	c learnt binary clauses	: 852
1200.02/1198.61	c learnt ternary clauses	: 1129
1200.02/1198.61	c learnt clauses	: 103939
1200.02/1198.61	c root simplifications	: 0
1200.02/1198.61	c removed literals (reason simplification)	: 6791160
1200.02/1198.61	c reason swapping (by a shorter reason)	: 0
1200.02/1198.61	c Calls to reduceDB	: 0
1200.02/1198.61	c speed (decisions/second)	: 205.40218706542382
1200.02/1198.61	c non guided choices	968
1200.02/1198.61	s UNKNOWN
1200.02/1198.61	c Total wall clock time (in seconds) : 1198.139
1200.02/1198.61	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/node61/watcher-331679-1176888157 -o ROOT/results/node61/solver-331679-1176888157 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331679-1176888157/sat4j-sat2007.jar /tmp/evaluation/331679-1176888157/instance-331679-1176888157.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.73 0.91 0.97 2/64 15886
/proc/meminfo: memFree=1649856/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=152 CPUtime=0
/proc/15886/stat : 15886 (java6) R 15884 15886 15829 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 100779344 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10383659 0 0 4096 0 0 0 0 17 1 0 0
/proc/15886/statm: 38 26 19 9 0 4 0

[startup+0.046713 s]
/proc/loadavg: 0.73 0.91 0.97 2/64 15886
/proc/meminfo: memFree=1649856/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=12056 CPUtime=0
/proc/15886/stat : 15886 (java) D 15884 15886 15829 0 -1 0 365 0 3 0 0 0 0 0 18 0 1 0 100779344 12345344 175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10354975 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15886/statm: 3014 175 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.102695 s]
/proc/loadavg: 0.73 0.91 0.97 2/64 15886
/proc/meminfo: memFree=1649856/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=12420 CPUtime=0.01
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 742 0 27 0 0 1 0 0 18 0 2 0 100779344 12718080 551 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12420

[startup+0.301707 s]
/proc/loadavg: 0.73 0.91 0.97 2/64 15886
/proc/meminfo: memFree=1649856/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1777708 CPUtime=0.08
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 3693 0 57 0 4 4 0 0 18 0 7 0 100779344 1820372992 3491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 444427 3491 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777708

[startup+0.701745 s]
/proc/loadavg: 0.73 0.91 0.97 2/64 15886
/proc/meminfo: memFree=1649856/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1782820 CPUtime=0.54
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 8686 0 57 0 47 7 0 0 18 0 12 0 100779344 1825607680 8478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 445705 8479 1290 9 0 443317 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1782820

[startup+1.50181 s]
/proc/loadavg: 0.73 0.91 0.97 2/76 15898
/proc/meminfo: memFree=1591136/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1782820 CPUtime=1.34
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 18643 0 57 0 122 12 0 0 18 0 12 0 100779344 1825607680 18434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 445705 18434 1290 9 0 443317 0
[pid=15886/tid=15888] ppid=15884 vsize=1782820 CPUtime=1.12
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 17396 0 31 0 102 10 0 0 18 0 12 0 100779354 1825607680 18434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 100779361 1825607680 18434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 100779361 1825607680 18434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 100779366 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 100779366 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 100779366 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 100779378 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1782820 CPUtime=0.09
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 304 0 0 0 9 0 0 0 16 0 12 0 100779378 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1782820 CPUtime=0.1
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 246 0 0 0 10 0 0 0 16 0 12 0 100779378 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 100779378 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1782820 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 100779378 1825607680 18435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 1782820

[startup+3.10197 s]
/proc/loadavg: 0.73 0.91 0.97 2/76 15898
/proc/meminfo: memFree=1554464/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1783640 CPUtime=3.05
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 29010 0 57 0 289 16 0 0 18 0 13 0 100779344 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 445910 28801 1305 9 0 443522 0
[pid=15886/tid=15888] ppid=15884 vsize=1783640 CPUtime=2.64
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 27625 0 31 0 250 14 0 0 25 0 13 0 100779354 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 100779361 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 100779361 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 100779366 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 100779366 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100779366 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1783640 CPUtime=0.19
/proc/15886/task/15895/stat : 15895 (java) R 15884 15886 15829 0 -1 64 402 0 0 0 19 0 0 0 16 0 13 0 100779378 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105283646 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1783640 CPUtime=0.19
/proc/15886/task/15896/stat : 15896 (java) R 15884 15886 15829 0 -1 64 282 0 0 0 19 0 0 0 16 0 13 0 100779378 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4160643169 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1783640 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1826447360 28801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 1783640

[startup+6.30227 s]
/proc/loadavg: 0.84 0.93 0.97 2/77 15899
/proc/meminfo: memFree=1526936/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1785120 CPUtime=6.49
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 30630 0 57 0 632 17 0 0 18 0 13 0 100779344 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 446280 29372 1313 9 0 443892 0
[pid=15886/tid=15888] ppid=15884 vsize=1785120 CPUtime=5.73
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 27762 0 31 0 559 14 0 0 25 0 13 0 100779354 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109632312 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 100779361 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 100779361 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 100779366 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 100779366 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100779366 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1785120 CPUtime=0.36
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 952 0 0 0 36 0 0 0 16 0 13 0 100779378 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1785120 CPUtime=0.36
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 1215 0 0 0 36 0 0 0 16 0 13 0 100779378 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15899] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15899/stat : 15899 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 100779633 1827962880 29372 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 1785120

[startup+12.7029 s]
/proc/loadavg: 0.85 0.93 0.97 2/77 15899
/proc/meminfo: memFree=1526752/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1785120 CPUtime=12.97
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 30922 0 57 0 1279 18 0 0 18 0 13 0 100779344 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 446280 29631 1316 9 0 443892 0
[pid=15886/tid=15888] ppid=15884 vsize=1785120 CPUtime=12.12
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 27905 0 31 0 1198 14 0 0 25 0 13 0 100779354 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562975 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 100779361 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 100779361 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 100779366 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 100779366 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 100779366 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1785120 CPUtime=0.4
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 959 0 0 0 40 0 0 0 15 0 13 0 100779378 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1785120 CPUtime=0.4
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 1357 0 0 0 40 0 0 0 17 0 13 0 100779378 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15899] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15899/stat : 15899 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 100779633 1827962880 29631 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 1785120

[startup+25.5021 s]
/proc/loadavg: 0.88 0.93 0.97 2/77 15899
/proc/meminfo: memFree=1525664/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1785120 CPUtime=25.76
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 31324 0 57 0 2558 18 0 0 18 0 13 0 100779344 1827962880 29935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 446280 29935 1316 9 0 443892 0
[pid=15886/tid=15888] ppid=15884 vsize=1785120 CPUtime=24.91
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 28306 0 31 0 2476 15 0 0 25 0 13 0 100779354 1827962880 29935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620723 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 100779361 1827962880 29935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 100779361 1827962880 29935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 100779366 1827962880 29935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1785120 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 100779366 1827962880 29935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15886/tid=15891] ppid=15884 vsize=1792808 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100779366 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1792808 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 100779366 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1792808 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100779366 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1792808 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1792808 CPUtime=0.44
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 965 0 0 0 44 0 0 0 16 0 13 0 100779378 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1792808 CPUtime=0.45
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 1366 0 0 0 45 0 0 0 16 0 13 0 100779378 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1792808 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1792808 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15899] ppid=15884 vsize=1792808 CPUtime=0
/proc/15886/task/15899/stat : 15899 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 100779633 1835835392 112518 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.76
Current children cumulated vsize (KiB) 1792808

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/77 15901
/proc/meminfo: memFree=1194400/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1792572 CPUtime=1063.76
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 131953 0 57 0 106305 71 0 0 18 0 13 0 100779344 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 448143 112459 1326 9 0 445755 0
[pid=15886/tid=15888] ppid=15884 vsize=1792572 CPUtime=1059.99
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 37685 0 31 0 105972 27 0 0 25 0 13 0 100779354 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555718 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1792572 CPUtime=1.38
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 46342 0 0 0 117 21 0 0 16 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1792572 CPUtime=1.41
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 44888 0 0 0 123 18 0 0 21 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 965 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 1366 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15899] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15899/stat : 15899 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 100779633 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.76
Current children cumulated vsize (KiB) 1792572

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/77 15901
/proc/meminfo: memFree=1194336/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1792572 CPUtime=1123.74
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 131953 0 57 0 112303 71 0 0 18 0 13 0 100779344 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 448143 112459 1326 9 0 445755 0
[pid=15886/tid=15888] ppid=15884 vsize=1792572 CPUtime=1119.97
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 37685 0 31 0 111970 27 0 0 25 0 13 0 100779354 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562978 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1792572 CPUtime=1.38
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 46342 0 0 0 117 21 0 0 16 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1792572 CPUtime=1.41
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 44888 0 0 0 123 18 0 0 21 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 965 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 1366 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15899] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15899/stat : 15899 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 100779633 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.74
Current children cumulated vsize (KiB) 1792572

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/77 15901
/proc/meminfo: memFree=1194336/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1792572 CPUtime=1183.72
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 131953 0 57 0 118301 71 0 0 18 0 13 0 100779344 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 448143 112459 1326 9 0 445755 0
[pid=15886/tid=15888] ppid=15884 vsize=1792572 CPUtime=1179.97
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 37685 0 31 0 117969 28 0 0 25 0 13 0 100779354 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1792572 CPUtime=1.38
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 46342 0 0 0 117 21 0 0 16 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1792572 CPUtime=1.41
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 44888 0 0 0 123 18 0 0 21 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 965 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 1366 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15899] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15899/stat : 15899 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 100779633 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.72
Current children cumulated vsize (KiB) 1792572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.6 s]
/proc/loadavg: 1.00 0.98 0.98 2/77 15901
/proc/meminfo: memFree=1194272/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=1792572 CPUtime=1200.02
/proc/15886/stat : 15886 (java) S 15884 15886 15829 0 -1 0 131953 0 57 0 119931 71 0 0 18 0 13 0 100779344 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 448143 112459 1326 9 0 445755 0
[pid=15886/tid=15888] ppid=15884 vsize=1792572 CPUtime=1196.27
/proc/15886/task/15888/stat : 15888 (java) R 15884 15886 15829 0 -1 64 37685 0 31 0 119599 28 0 0 25 0 13 0 100779354 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506284 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15889] ppid=15884 vsize=1792572 CPUtime=1.38
/proc/15886/task/15889/stat : 15889 (java) S 15884 15886 15829 0 -1 64 46342 0 0 0 117 21 0 0 16 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15890] ppid=15884 vsize=1792572 CPUtime=1.41
/proc/15886/task/15890/stat : 15890 (java) S 15884 15886 15829 0 -1 64 44888 0 0 0 123 18 0 0 21 0 13 0 100779361 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15886/tid=15891] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15891/stat : 15891 (java) S 15884 15886 15829 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15892] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15892/stat : 15892 (java) S 15884 15886 15829 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15893] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15893/stat : 15893 (java) S 15884 15886 15829 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100779366 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15894] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15894/stat : 15894 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15895] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15895/stat : 15895 (java) S 15884 15886 15829 0 -1 64 965 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15896] ppid=15884 vsize=1792572 CPUtime=0.45
/proc/15886/task/15896/stat : 15896 (java) S 15884 15886 15829 0 -1 64 1366 0 0 0 45 0 0 0 16 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15897] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15897/stat : 15897 (java) S 15884 15886 15829 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15898] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15898/stat : 15898 (java) S 15884 15886 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 100779378 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15886/tid=15899] ppid=15884 vsize=1792572 CPUtime=0
/proc/15886/task/15899/stat : 15899 (java) S 15884 15886 15829 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 100779633 1835593728 112459 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1792572

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

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

[startup+1198.71 s]
/proc/loadavg: 1.00 0.98 0.98 2/77 15901
/proc/meminfo: memFree=1194272/2055920 swapFree=4183012/4192956
[pid=15886] ppid=15884 vsize=0 CPUtime=1200.13
/proc/15886/stat : 15886 (java) Z 15884 15886 15829 0 -1 1036 131974 0 57 0 119937 76 0 0 16 0 2 0 100779344 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15886/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1198.73
CPU time (s): 1200.16
CPU user time (s): 1199.37
CPU system time (s): 0.78388
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 1792808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.37
system time used= 0.78388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131974
page faults= 57
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25036
involuntary context switches= 3858

runsolver used 1.38479 second user time and 2.99754 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Apr 18 09:22:37 UTC 2007

IDJOB= 331679
IDBENCH= 20370
IDSOLVER= 141
FILE ID= node61/331679-1176888157

PBS_JOBID= 4595129

Free space on /tmp= 66488 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  4bb23e70b97827425fcf5759bf0a79a2

RANDOM SEED= 1484121

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1650200 kB
Buffers:         15812 kB
Cached:         340236 kB
SwapCached:       3740 kB
Active:          89636 kB
Inactive:       276676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650200 kB
SwapTotal:     4192956 kB
SwapFree:      4183012 kB
Dirty:           16024 kB
Writeback:           0 kB
Mapped:          15220 kB
Slab:            25472 kB
Committed_AS:   786092 kB
PageTables:       1388 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= 66488 MiB

End job on node61 on Wed Apr 18 09:42:38 UTC 2007