Trace number 315972

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) 1129.74 1128.67

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.906
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

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/315972-1172662514/instance-315972-1172662514.cnf
0.20/0.20	c reading problem ... 
2.92/2.75	c ... done. Wall clock time 2.549s.
2.92/2.75	c CPU time (experimental) 2.66s.
2.92/2.75	c #vars     148153
2.92/2.75	c #constraints  936867
1129.50/1128.57	c starts		: 14
1129.50/1128.57	c conflicts		: 52891
1129.50/1128.57	c decisions		: 94805
1129.50/1128.57	c propagations		: 784930296
1129.50/1128.57	c inspects		: 1686559700
1129.50/1128.57	c learnt literals	: 1
1129.50/1128.57	c learnt binary clauses	: 255
1129.50/1128.57	c learnt ternary clauses	: 505
1129.50/1128.57	c learnt clauses	: 52890
1129.50/1128.57	c root simplifications	: 0
1129.50/1128.57	c removed literals (reason simplification)	: 3912402
1129.50/1128.57	c reason swapping (by a shorter reason)	: 0
1129.50/1128.57	c Calls to reduceDB	: 0
1129.50/1128.57	c speed (decisions/second)	: 84.21407011428704
1129.50/1128.57	c non guided choices	3237
1129.50/1128.57	s UNKNOWN
1129.50/1128.57	c Total wall clock time (in seconds) : 1128.371
1129.50/1128.57	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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node66/watcher-315972-1172662514 -o ROOT/results/node66/solver-315972-1172662514 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315972-1172662514/sat4j-sat2007.jar /tmp/evaluation/315972-1172662514/instance-315972-1172662514.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.93 2/64 31877
/proc/meminfo: memFree=1574504/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1520 CPUtime=0
/proc/31877/stat : 31877 (java) R 31875 31877 31533 0 -1 0 90 0 0 0 0 0 0 0 18 0 1 0 286208994 1556480 73 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 9810528 0 0 4096 0 0 0 0 17 1 0 0
/proc/31877/statm: 380 73 55 9 0 10 0

[startup+0.00746302 s]
/proc/loadavg: 0.91 0.95 0.93 2/64 31877
/proc/meminfo: memFree=1574504/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=152 CPUtime=0
/proc/31877/stat : 31877 (java) R 31875 31877 31533 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 286208994 155648 26 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 1 0 0
/proc/31877/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.101489 s]
/proc/loadavg: 0.91 0.95 0.93 2/64 31877
/proc/meminfo: memFree=1574504/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1831496 CPUtime=0.08
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 4024 0 1 0 6 2 0 0 18 0 12 0 286208994 1875451904 3766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 457874 3766 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301529 s]
/proc/loadavg: 0.91 0.95 0.93 2/64 31877
/proc/meminfo: memFree=1574504/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1833576 CPUtime=0.33
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 7507 0 1 0 29 4 0 0 18 0 12 0 286208994 1877581824 7245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 458394 7245 1285 9 0 456006 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1833576

[startup+0.70161 s]
/proc/loadavg: 0.91 0.95 0.93 2/64 31877
/proc/meminfo: memFree=1574504/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1835804 CPUtime=0.91
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 11074 0 1 0 85 6 0 0 18 0 12 0 286208994 1879863296 10375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 458951 10375 1299 9 0 456563 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1835804

[startup+1.50176 s]
/proc/loadavg: 0.91 0.95 0.93 2/76 31889
/proc/meminfo: memFree=1527688/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1835804 CPUtime=1.72
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 17861 0 1 0 163 9 0 0 18 0 12 0 286208994 1879863296 17161 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 458951 17161 1304 9 0 456563 0
[pid=31877/tid=31879] ppid=31875 vsize=1835804 CPUtime=1.4
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 15754 0 1 0 133 7 0 0 20 0 12 0 286208995 1879863296 17162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509349 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 286208997 1879863296 17162 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 286208997 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 286208999 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 286208999 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 286208999 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 286209003 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1835804 CPUtime=0.12
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 461 0 0 0 12 0 0 0 16 0 12 0 286209003 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1835804 CPUtime=0.16
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 927 0 0 0 16 0 0 0 16 0 12 0 286209003 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 286209003 1879863296 17163 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1835804 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 286209003 1879863296 17164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1835804

[startup+3.10209 s]
/proc/loadavg: 0.91 0.95 0.93 2/76 31889
/proc/meminfo: memFree=1490696/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1836128 CPUtime=3.48
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 29849 0 1 0 332 16 0 0 18 0 13 0 286208994 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 459032 29035 1313 9 0 456644 0
[pid=31877/tid=31879] ppid=31875 vsize=1836128 CPUtime=2.91
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 27491 0 1 0 277 14 0 0 25 0 13 0 286208995 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 286208997 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 286208997 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 286208999 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 286208999 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 286209003 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1836128 CPUtime=0.25
/proc/31877/task/31886/stat : 31886 (java) R 31875 31877 31533 0 -1 64 639 0 0 0 25 0 0 0 16 0 13 0 286209003 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105429561 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1836128 CPUtime=0.28
/proc/31877/task/31887/stat : 31887 (java) R 31875 31877 31533 0 -1 64 994 0 0 0 28 0 0 0 16 0 13 0 286209003 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 10305239 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286209003 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1836128 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286209003 1880195072 29035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1836128

[startup+6.30172 s]
/proc/loadavg: 0.92 0.95 0.93 3/77 31890
/proc/meminfo: memFree=1462336/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1836800 CPUtime=6.8
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 30443 0 1 0 664 16 0 0 18 0 13 0 286208994 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 459200 29158 1317 9 0 456812 0
[pid=31877/tid=31879] ppid=31875 vsize=1836800 CPUtime=6.05
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 27558 0 1 0 590 15 0 0 25 0 13 0 286208995 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109343427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 286208997 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 286208997 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286208999 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 286208999 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 286209003 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1836800 CPUtime=0.33
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 1060 0 0 0 33 0 0 0 16 0 13 0 286209003 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1836800 CPUtime=0.39
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 1100 0 0 0 39 0 0 0 16 0 13 0 286209003 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286209003 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286209003 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31890] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31890/stat : 31890 (java) S 31875 31877 31533 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 286209275 1880883200 29158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 1836800

[startup+12.703 s]
/proc/loadavg: 0.93 0.95 0.93 2/77 31890
/proc/meminfo: memFree=1462272/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1836800 CPUtime=13.24
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 30488 0 1 0 1307 17 0 0 18 0 13 0 286208994 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 459200 29203 1317 9 0 456812 0
[pid=31877/tid=31879] ppid=31875 vsize=1836800 CPUtime=12.44
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 27601 0 1 0 1229 15 0 0 25 0 13 0 286208995 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109612593 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 286208997 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 286208997 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286208999 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 286208999 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 286209003 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1836800 CPUtime=0.34
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 1061 0 0 0 34 0 0 0 16 0 13 0 286209003 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1836800 CPUtime=0.42
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 1101 0 0 0 42 0 0 0 16 0 13 0 286209003 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286209003 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286209003 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31890] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31890/stat : 31890 (java) S 31875 31877 31533 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 286209275 1880883200 29203 18446744073709551615 134512640 134550740 4294956416 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) 1836800

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.93 2/77 31890
/proc/meminfo: memFree=1461760/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1836800 CPUtime=26.03
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 30626 0 1 0 2586 17 0 0 18 0 13 0 286208994 1880883200 29341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 459200 29341 1317 9 0 456812 0
[pid=31877/tid=31879] ppid=31875 vsize=1836800 CPUtime=25.24
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 27739 0 1 0 2509 15 0 0 25 0 13 0 286208995 1880883200 29341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109635225 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 286208997 1880883200 29341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 286208997 1880883200 29341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286208999 1880883200 29341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1880883200 29341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31877] ppid=31875 vsize=1836800 CPUtime=1062.55
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 40907 0 1 0 106223 32 0 0 18 0 13 0 286208994 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 459200 39619 1321 9 0 456812 0
[pid=31877/tid=31879] ppid=31875 vsize=1836800 CPUtime=1061.62
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 37999 0 1 0 106132 30 0 0 25 0 13 0 286208995 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109659371 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 286208997 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 286208997 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286208999 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 286208999 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 286209003 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1836800 CPUtime=0.43
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 1080 0 0 0 43 0 0 0 16 0 13 0 286209003 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1836800 CPUtime=0.47
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 1103 0 0 0 47 0 0 0 16 0 13 0 286209003 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286209003 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286209003 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31890] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31890/stat : 31890 (java) S 31875 31877 31533 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 286209275 1880883200 39619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 1836800

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/77 31892
/proc/meminfo: memFree=1417152/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1836800 CPUtime=1122.53
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 41663 0 1 0 112220 33 0 0 18 0 13 0 286208994 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 459200 40375 1321 9 0 456812 0
[pid=31877/tid=31879] ppid=31875 vsize=1836800 CPUtime=1121.6
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 38755 0 1 0 112129 31 0 0 25 0 13 0 286208995 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109613310 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 286208997 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 286208997 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286208999 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 286208999 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 286209003 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1836800 CPUtime=0.43
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 1080 0 0 0 43 0 0 0 16 0 13 0 286209003 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1836800 CPUtime=0.47
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 1103 0 0 0 47 0 0 0 16 0 13 0 286209003 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286209003 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286209003 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31890] ppid=31875 vsize=1836800 CPUtime=0
/proc/31877/task/31890/stat : 31890 (java) S 31875 31877 31533 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 286209275 1880883200 40375 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.53
Current children cumulated vsize (KiB) 1836800



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1128 s]
/proc/loadavg: 0.99 0.97 0.93 3/77 31892
/proc/meminfo: memFree=1355136/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1843208 CPUtime=1128.5
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 60159 0 1 0 112808 42 0 0 18 0 13 0 286208994 1887444992 56025 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31877/statm: 460802 56026 1326 9 0 458414 0
[pid=31877/tid=31879] ppid=31875 vsize=1843208 CPUtime=1127.03
/proc/31877/task/31879/stat : 31879 (java) S 31875 31877 31533 0 -1 64 38827 0 1 0 112672 31 0 0 25 0 13 0 286208995 1887444992 56029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1843208 CPUtime=0.26
/proc/31877/task/31880/stat : 31880 (java) R 31875 31877 31533 0 -1 64 5920 0 0 0 23 3 0 0 19 0 13 0 286208997 1887444992 56030 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1843208 CPUtime=0.26
/proc/31877/task/31881/stat : 31881 (java) R 31875 31877 31533 0 -1 64 12514 0 0 0 21 5 0 0 18 0 13 0 286208997 1887444992 56032 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 286208999 1887444992 56033 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1887444992 56034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 286208999 1887444992 56036 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 286209003 1887444992 56037 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1843208 CPUtime=0.43
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 1080 0 0 0 43 0 0 0 16 0 13 0 286209003 1887444992 56039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1843208 CPUtime=0.47
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 1103 0 0 0 47 0 0 0 16 0 13 0 286209003 1887444992 56040 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286209003 1887444992 56041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286209003 1887444992 56043 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31890] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31890/stat : 31890 (java) S 31875 31877 31533 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 286209275 1887444992 56044 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1128.5
Current children cumulated vsize (KiB) 1843208

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

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

[startup+1128.2 s]
/proc/loadavg: 0.99 0.97 0.93 3/77 31892
/proc/meminfo: memFree=1355136/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1843208 CPUtime=1128.89
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 66627 0 1 0 112844 45 0 0 16 0 13 0 286208994 1887444992 61358 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31877/statm: 460802 61361 1326 9 0 458414 0
[pid=31877/tid=31879] ppid=31875 vsize=1843208 CPUtime=1127.03
/proc/31877/task/31879/stat : 31879 (java) S 31875 31877 31533 0 -1 64 38827 0 1 0 112672 31 0 0 25 0 13 0 286208995 1887444992 61362 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1843208 CPUtime=0.45
/proc/31877/task/31880/stat : 31880 (java) R 31875 31877 31533 0 -1 64 8657 0 0 0 41 4 0 0 20 0 13 0 286208997 1887444992 61363 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1843208 CPUtime=0.46
/proc/31877/task/31881/stat : 31881 (java) R 31875 31877 31533 0 -1 64 16243 0 0 0 39 7 0 0 19 0 13 0 286208997 1887444992 61364 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 286208999 1887444992 61366 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 286208999 1887444992 61367 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 286208999 1887444992 61369 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 286209003 1887444992 61370 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1843208 CPUtime=0.43
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 1080 0 0 0 43 0 0 0 16 0 13 0 286209003 1887444992 61372 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1843208 CPUtime=0.47
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 1103 0 0 0 47 0 0 0 16 0 13 0 286209003 1887444992 61373 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286209003 1887444992 61374 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286209003 1887444992 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31890] ppid=31875 vsize=1843208 CPUtime=0
/proc/31877/task/31890/stat : 31890 (java) S 31875 31877 31533 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 286209275 1887444992 61377 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1128.89
Current children cumulated vsize (KiB) 1843208

[startup+1128.61 s]
/proc/loadavg: 0.99 0.97 0.93 3/78 31893
/proc/meminfo: memFree=1298488/2055920 swapFree=4183244/4192956
[pid=31877] ppid=31875 vsize=1843856 CPUtime=1129.66
/proc/31877/stat : 31877 (java) S 31875 31877 31533 0 -1 0 82208 0 1 0 112915 51 0 0 16 0 14 0 286208994 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31877/statm: 460964 74903 1331 9 0 458576 0
[pid=31877/tid=31879] ppid=31875 vsize=1843856 CPUtime=1127.06
/proc/31877/task/31879/stat : 31879 (java) R 31875 31877 31533 0 -1 64 38827 0 1 0 112675 31 0 0 17 0 14 0 286208995 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109635225 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31877/tid=31880] ppid=31875 vsize=1843856 CPUtime=0.81
/proc/31877/task/31880/stat : 31880 (java) S 31875 31877 31533 0 -1 64 14034 0 0 0 75 6 0 0 24 0 14 0 286208997 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31881] ppid=31875 vsize=1843856 CPUtime=0.83
/proc/31877/task/31881/stat : 31881 (java) S 31875 31877 31533 0 -1 64 26412 0 0 0 72 11 0 0 24 0 14 0 286208997 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31882] ppid=31875 vsize=1843856 CPUtime=0
/proc/31877/task/31882/stat : 31882 (java) S 31875 31877 31533 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 286208999 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31883] ppid=31875 vsize=1843856 CPUtime=0
/proc/31877/task/31883/stat : 31883 (java) S 31875 31877 31533 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 286208999 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31884] ppid=31875 vsize=1843856 CPUtime=0
/proc/31877/task/31884/stat : 31884 (java) S 31875 31877 31533 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 286208999 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31885] ppid=31875 vsize=1843856 CPUtime=0
/proc/31877/task/31885/stat : 31885 (java) S 31875 31877 31533 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 286209003 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31886] ppid=31875 vsize=1843856 CPUtime=0.43
/proc/31877/task/31886/stat : 31886 (java) S 31875 31877 31533 0 -1 64 1080 0 0 0 43 0 0 0 16 0 14 0 286209003 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31887] ppid=31875 vsize=1843856 CPUtime=0.47
/proc/31877/task/31887/stat : 31887 (java) S 31875 31877 31533 0 -1 64 1103 0 0 0 47 0 0 0 16 0 14 0 286209003 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31888] ppid=31875 vsize=1843856 CPUtime=0
/proc/31877/task/31888/stat : 31888 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 286209003 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31889] ppid=31875 vsize=1843856 CPUtime=0
/proc/31877/task/31889/stat : 31889 (java) S 31875 31877 31533 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 286209003 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31877/tid=31890] ppid=31875 vsize=1843856 CPUtime=0
/proc/31877/task/31890/stat : 31890 (java) S 31875 31877 31533 0 -1 64 5 0 0 0 0 0 0 0 25 0 14 0 286209275 1888108544 74903 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1129.66
Current children cumulated vsize (KiB) 1843856

Child status: 143
Real time (s): 1128.67
CPU time (s): 1129.74
CPU user time (s): 1129.17
CPU system time (s): 0.562914
CPU usage (%): 100.095
Max. virtual memory (cumulated for all children) (KiB): 1843856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1129.17
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82209
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= 23233
involuntary context switches= 2551

runsolver used 1.23581 second user time and 2.88956 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Wed Feb 28 11:35:15 UTC 2007

IDJOB= 315972
IDBENCH= 20430
IDSOLVER= 96
FILE ID= node66/315972-1172662514

PBS_JOBID= 3981205

Free space on /tmp= 66511 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315972-1172662514/sat4j-sat2007.jar /tmp/evaluation/315972-1172662514/instance-315972-1172662514.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-315972-1172662514 -o ROOT/results/node66/solver-315972-1172662514 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315972-1172662514/sat4j-sat2007.jar /tmp/evaluation/315972-1172662514/instance-315972-1172662514.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8c6ad18be635cee0d986377c4d06ab11

RANDOM SEED= 34766172

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1575104 kB
Buffers:         11784 kB
Cached:         420280 kB
SwapCached:       3476 kB
Active:         212380 kB
Inactive:       229004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575104 kB
SwapTotal:     4192956 kB
SwapFree:      4183244 kB
Dirty:           18364 kB
Writeback:           0 kB
Mapped:          15284 kB
Slab:            25536 kB
Committed_AS:   720628 kB
PageTables:       1376 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= 66511 MiB

End job on node66 on Wed Feb 28 11:54:05 UTC 2007