Trace number 314012

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (MO) 414.346 412.742

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-19-u.cnf
MD5SUM3be331331884289c55e55acdeed55dc7
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 variables208002
Number of clauses986543
Sum of the clauses size2288164
Maximum clause length10
Minimum clause length1
Number of clauses of size 117318
Number of clauses of size 2753529
Number of clauses of size 3176796
Number of clauses of size 44320
Number of clauses of size 517280
Number of clauses of size over 517300

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/314012-1176894893/instance-314012-1176894893.cnf
0.20/0.20	c reading problem ... 
2.90/2.80	c ... done. Wall clock time 2.608s.
2.90/2.81	c CPU time (experimental) 2.68s.
2.90/2.81	c #vars     208002
2.90/2.81	c #constraints  969225
414.14/412.65	c starts		: 16
414.14/412.65	c conflicts		: 92805
414.14/412.65	c decisions		: 131503
414.14/412.65	c propagations		: 156400736
414.14/412.65	c inspects		: 1046761792
414.14/412.65	c learnt literals	: 259
414.14/412.65	c learnt binary clauses	: 325
414.14/412.65	c learnt ternary clauses	: 494
414.14/412.65	c learnt clauses	: 92546
414.14/412.65	c root simplifications	: 0
414.14/412.65	c removed literals (reason simplification)	: 1071215
414.14/412.65	c reason swapping (by a shorter reason)	: 0
414.14/412.65	c Calls to reduceDB	: 0
414.14/412.65	c speed (decisions/second)	: 320.9135700637176
414.14/412.65	c non guided choices	1394
414.14/412.65	s UNKNOWN
414.14/412.65	c Total wall clock time (in seconds) : 412.455
414.14/412.65	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/node54/watcher-314012-1176894893 -o ROOT/results/node54/solver-314012-1176894893 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314012-1176894893/sat4j-sat2007.jar /tmp/evaluation/314012-1176894893/instance-314012-1176894893.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.91 0.95 0.92 3/66 15679
/proc/meminfo: memFree=1327680/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1800 CPUtime=0
/proc/15679/stat : 15679 (java) D 15677 15679 14905 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 136863768 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/15679/statm: 450 138 101 9 0 92 0

[startup+0.0813191 s]
/proc/loadavg: 0.91 0.95 0.92 3/66 15679
/proc/meminfo: memFree=1327680/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1829232 CPUtime=0.07
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 3842 0 1 0 5 2 0 0 18 0 7 0 136863768 1873133568 3584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 457308 3584 1086 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.101322 s]
/proc/loadavg: 0.91 0.95 0.92 3/66 15679
/proc/meminfo: memFree=1327680/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1832520 CPUtime=0.08
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 4026 0 1 0 6 2 0 0 18 0 12 0 136863768 1876500480 3767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 458130 3767 1122 9 0 455749 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1832520

[startup+0.301347 s]
/proc/loadavg: 0.91 0.95 0.92 3/66 15679
/proc/meminfo: memFree=1327680/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1833900 CPUtime=0.34
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 8282 0 1 0 29 5 0 0 18 0 12 0 136863768 1877913600 8020 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 458475 8020 1286 9 0 456087 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1833900

[startup+0.70139 s]
/proc/loadavg: 0.91 0.95 0.92 3/66 15679
/proc/meminfo: memFree=1327680/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1833900 CPUtime=0.79
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 13876 0 1 0 72 7 0 0 18 0 12 0 136863768 1877913600 13587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 458475 13588 1290 9 0 456087 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1833900

[startup+1.5015 s]
/proc/loadavg: 0.91 0.95 0.92 2/78 15691
/proc/meminfo: memFree=1260704/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1833900 CPUtime=1.59
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 21281 0 1 0 148 11 0 0 18 0 12 0 136863768 1877913600 20991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 458475 20991 1290 9 0 456087 0
[pid=15679/tid=15681] ppid=15677 vsize=1833900 CPUtime=1.38
/proc/15679/task/15681/stat : 15681 (java) R 15677 15679 14905 0 -1 64 19988 0 1 0 128 10 0 0 20 0 12 0 136863769 1877913600 20991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490083 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 136863770 1877913600 20991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 136863770 1877913600 20991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 136863773 1877913600 20992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 136863773 1877913600 20992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 136863773 1877913600 20992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 136863777 1877913600 20992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1833900 CPUtime=0.09
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 325 0 0 0 9 0 0 0 16 0 12 0 136863777 1877913600 20992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1833900 CPUtime=0.1
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 245 0 0 0 10 0 0 0 16 0 12 0 136863777 1877913600 20992 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 136863777 1877913600 20993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1833900 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 136863777 1877913600 20993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1833900

[startup+3.1027 s]
/proc/loadavg: 1.00 0.97 0.92 2/78 15691
/proc/meminfo: memFree=1228320/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1834320 CPUtime=3.3
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 33358 0 1 0 312 18 0 0 18 0 13 0 136863768 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 458580 33063 1305 9 0 456192 0
[pid=15679/tid=15681] ppid=15677 vsize=1834320 CPUtime=2.92
/proc/15679/task/15681/stat : 15681 (java) R 15677 15679 14905 0 -1 64 31919 0 1 0 275 17 0 0 17 0 13 0 136863769 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109187793 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136863770 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136863770 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863773 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136863777 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1834320 CPUtime=0.17
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 345 0 0 0 17 0 0 0 16 0 13 0 136863777 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1834320 CPUtime=0.18
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 367 0 0 0 18 0 0 0 16 0 13 0 136863777 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1834320 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1878343680 33063 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 1834320

[startup+6.3021 s]
/proc/loadavg: 1.00 0.97 0.92 2/79 15692
/proc/meminfo: memFree=1197976/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1836336 CPUtime=6.83
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 34958 0 1 0 665 18 0 0 18 0 13 0 136863768 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 459084 33554 1313 9 0 456696 0
[pid=15679/tid=15681] ppid=15677 vsize=1836336 CPUtime=6.07
/proc/15679/task/15681/stat : 15681 (java) R 15677 15679 14905 0 -1 64 32036 0 1 0 590 17 0 0 25 0 13 0 136863769 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595786 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136863770 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136863770 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863773 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136863777 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1836336 CPUtime=0.29
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 500 0 0 0 29 0 0 0 16 0 13 0 136863777 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1836336 CPUtime=0.45
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 1695 0 0 0 45 0 0 0 16 0 13 0 136863777 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15692] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15692/stat : 15692 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136864069 1880408064 33554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1836336

[startup+12.7029 s]
/proc/loadavg: 1.00 0.97 0.92 2/79 15692
/proc/meminfo: memFree=1197848/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1836336 CPUtime=13.24
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 35028 0 1 0 1305 19 0 0 18 0 13 0 136863768 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 459084 33624 1313 9 0 456696 0
[pid=15679/tid=15681] ppid=15677 vsize=1836336 CPUtime=12.47
/proc/15679/task/15681/stat : 15681 (java) R 15677 15679 14905 0 -1 64 32106 0 1 0 1230 17 0 0 25 0 13 0 136863769 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109576290 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136863770 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136863770 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863773 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136863777 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1836336 CPUtime=0.29
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 500 0 0 0 29 0 0 0 16 0 13 0 136863777 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1836336 CPUtime=0.45
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 1695 0 0 0 45 0 0 0 16 0 13 0 136863777 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15692] ppid=15677 vsize=1836336 CPUtime=0
/proc/15679/task/15692/stat : 15692 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136864069 1880408064 33624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 1836336

[startup+25.5015 s]
/proc/loadavg: 1.00 0.97 0.92 2/79 15692
/proc/meminfo: memFree=1197464/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1836092 CPUtime=26.11
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 35186 0 1 0 2592 19 0 0 18 0 13 0 136863768 1880158208 33720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 459023 33720 1316 9 0 456635 0
[pid=15679/tid=15681] ppid=15677 vsize=1836092 CPUtime=25.26
/proc/15679/task/15681/stat : 15681 (java) R 15677 15679 14905 0 -1 64 32253 0 1 0 2509 17 0 0 25 0 13 0 136863769 1880158208 33720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595698 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136863770 1880158208 33720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136863770 1880158208 33720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863773 1880158208 33720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1880158208 33720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15679/tid=15684] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863773 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136863777 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1836092 CPUtime=0.38
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 505 0 0 0 38 0 0 0 16 0 13 0 136863777 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1836092 CPUtime=0.55
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 1710 0 0 0 55 0 0 0 16 0 13 0 136863777 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15692] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15692/stat : 15692 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136864069 1880158208 39074 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.91
Current children cumulated vsize (KiB) 1836092

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.92 2/79 15692
/proc/meminfo: memFree=1171416/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1836092 CPUtime=402.89
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 41635 0 1 0 40264 25 0 0 18 0 13 0 136863768 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 459023 40166 1317 9 0 456635 0
[pid=15679/tid=15681] ppid=15677 vsize=1836092 CPUtime=401.93
/proc/15679/task/15681/stat : 15681 (java) R 15677 15679 14905 0 -1 64 38693 0 1 0 40169 24 0 0 25 0 13 0 136863769 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553405 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15682/stat : 15682 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 136863770 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15683/stat : 15683 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 136863770 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863773 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136863777 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1836092 CPUtime=0.38
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 505 0 0 0 38 0 0 0 16 0 13 0 136863777 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1836092 CPUtime=0.56
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 1710 0 0 0 56 0 0 0 16 0 13 0 136863777 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15692] ppid=15677 vsize=1836092 CPUtime=0
/proc/15679/task/15692/stat : 15692 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136864069 1880158208 40166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.89
Current children cumulated vsize (KiB) 1836092



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+411.902 s]
/proc/loadavg: 1.00 0.97 0.92 3/79 15692
/proc/meminfo: memFree=1114712/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1846340 CPUtime=412.76
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 57878 0 1 0 41244 32 0 0 18 0 13 0 136863768 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15679/statm: 461585 53936 1322 9 0 459197 0
[pid=15679/tid=15681] ppid=15677 vsize=1846340 CPUtime=411.26
/proc/15679/task/15681/stat : 15681 (java) S 15677 15679 14905 0 -1 64 38822 0 1 0 41102 24 0 0 25 0 13 0 136863769 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1846340 CPUtime=0.25
/proc/15679/task/15682/stat : 15682 (java) R 15677 15679 14905 0 -1 64 10834 0 0 0 21 4 0 0 18 0 13 0 136863770 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1846340 CPUtime=0.26
/proc/15679/task/15683/stat : 15683 (java) R 15677 15679 14905 0 -1 64 5283 0 0 0 24 2 0 0 18 0 13 0 136863770 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136863773 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 136863777 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1846340 CPUtime=0.38
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 505 0 0 0 38 0 0 0 16 0 13 0 136863777 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1846340 CPUtime=0.56
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 1710 0 0 0 56 0 0 0 16 0 13 0 136863777 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15692] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15692/stat : 15692 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136864069 1890652160 53936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 412.76
Current children cumulated vsize (KiB) 1846340

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

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

[startup+412.203 s]
/proc/loadavg: 1.00 0.97 0.92 3/79 15692
/proc/meminfo: memFree=1114712/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1846340 CPUtime=413.35
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 66619 0 1 0 41299 36 0 0 16 0 13 0 136863768 1890652160 61749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15679/statm: 461585 61751 1322 9 0 459197 0
[pid=15679/tid=15681] ppid=15677 vsize=1846340 CPUtime=411.26
/proc/15679/task/15681/stat : 15681 (java) S 15677 15679 14905 0 -1 64 38822 0 1 0 41102 24 0 0 25 0 13 0 136863769 1890652160 61751 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1846340 CPUtime=0.54
/proc/15679/task/15682/stat : 15682 (java) R 15677 15679 14905 0 -1 64 17722 0 0 0 47 7 0 0 21 0 13 0 136863770 1890652160 61753 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1846340 CPUtime=0.55
/proc/15679/task/15683/stat : 15683 (java) R 15677 15679 14905 0 -1 64 7139 0 0 0 53 2 0 0 21 0 13 0 136863770 1890652160 61754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136863773 1890652160 61755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1890652160 61756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1890652160 61757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863777 1890652160 61758 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1846340 CPUtime=0.38
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 505 0 0 0 38 0 0 0 16 0 13 0 136863777 1890652160 61759 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1846340 CPUtime=0.56
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 1710 0 0 0 56 0 0 0 16 0 13 0 136863777 1890652160 61760 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1890652160 61761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1890652160 61762 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15692] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15692/stat : 15692 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136864069 1890652160 61763 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 413.35
Current children cumulated vsize (KiB) 1846340

[startup+412.603 s]
/proc/loadavg: 1.00 0.97 0.92 3/80 15693
/proc/meminfo: memFree=1060624/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=1846340 CPUtime=414.14
/proc/15679/stat : 15679 (java) S 15677 15679 14905 0 -1 0 77727 0 1 0 41372 42 0 0 16 0 13 0 136863768 1890652160 71730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15679/statm: 461585 71731 1322 9 0 459197 0
[pid=15679/tid=15681] ppid=15677 vsize=1846340 CPUtime=411.26
/proc/15679/task/15681/stat : 15681 (java) S 15677 15679 14905 0 -1 64 38822 0 1 0 41102 24 0 0 25 0 13 0 136863769 1890652160 71732 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15682] ppid=15677 vsize=1846340 CPUtime=0.94
/proc/15679/task/15682/stat : 15682 (java) R 15677 15679 14905 0 -1 64 23421 0 0 0 84 10 0 0 25 0 13 0 136863770 1890652160 71733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15683] ppid=15677 vsize=1846340 CPUtime=0.95
/proc/15679/task/15683/stat : 15683 (java) R 15677 15679 14905 0 -1 64 12548 0 0 0 89 6 0 0 25 0 13 0 136863770 1890652160 71734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15684] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15684/stat : 15684 (java) S 15677 15679 14905 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 136863773 1890652160 71735 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15685] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15685/stat : 15685 (java) S 15677 15679 14905 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 136863773 1890652160 71736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15686] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15686/stat : 15686 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 136863773 1890652160 71737 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15687] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15687/stat : 15687 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 136863777 1890652160 71738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15688] ppid=15677 vsize=1846340 CPUtime=0.38
/proc/15679/task/15688/stat : 15688 (java) S 15677 15679 14905 0 -1 64 505 0 0 0 38 0 0 0 16 0 13 0 136863777 1890652160 71739 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15689] ppid=15677 vsize=1846340 CPUtime=0.56
/proc/15679/task/15689/stat : 15689 (java) S 15677 15679 14905 0 -1 64 1710 0 0 0 56 0 0 0 16 0 13 0 136863777 1890652160 71740 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15690] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15690/stat : 15690 (java) S 15677 15679 14905 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 136863777 1890652160 71741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15679/tid=15691] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15691/stat : 15691 (java) S 15677 15679 14905 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 136863777 1890652160 71742 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15679/tid=15692] ppid=15677 vsize=1846340 CPUtime=0
/proc/15679/task/15692/stat : 15692 (java) S 15677 15679 14905 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 136864069 1890652160 71743 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 414.14
Current children cumulated vsize (KiB) 1846340

[startup+412.703 s]
/proc/loadavg: 1.00 0.97 0.92 3/80 15693
/proc/meminfo: memFree=1060624/2055920 swapFree=4181256/4192956
[pid=15679] ppid=15677 vsize=0 CPUtime=414.29
/proc/15679/stat : 15679 (java) Z 15677 15679 14905 0 -1 1036 79075 0 1 0 41386 43 0 0 15 0 2 0 136863768 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15679/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 414.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 412.742
CPU time (s): 414.346
CPU user time (s): 413.869
CPU system time (s): 0.476927
CPU usage (%): 100.389
Max. virtual memory (cumulated for all children) (KiB): 1848904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.869
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79075
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8749
involuntary context switches= 9327

runsolver used 0.463929 second user time and 1.08083 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Wed Apr 18 11:14:53 UTC 2007

IDJOB= 314012
IDBENCH= 20381
IDSOLVER= 96
FILE ID= node54/314012-1176894893

PBS_JOBID= 4595124

Free space on /tmp= 66330 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/dated-5-19-u.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314012-1176894893/sat4j-sat2007.jar /tmp/evaluation/314012-1176894893/instance-314012-1176894893.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-314012-1176894893 -o ROOT/results/node54/solver-314012-1176894893 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314012-1176894893/sat4j-sat2007.jar /tmp/evaluation/314012-1176894893/instance-314012-1176894893.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  3be331331884289c55e55acdeed55dc7

RANDOM SEED= 37906961

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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:       1328152 kB
Buffers:         30136 kB
Cached:         646128 kB
SwapCached:       5028 kB
Active:         213432 kB
Inactive:       473636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328152 kB
SwapTotal:     4192956 kB
SwapFree:      4181256 kB
Dirty:           18956 kB
Writeback:           0 kB
Mapped:          15588 kB
Slab:            26648 kB
Committed_AS:  2029724 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66330 MiB

End job on node54 on Wed Apr 18 11:21:47 UTC 2007