Trace number 332888

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) 228.338 226.536

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00200.sat05-1329.reshuffled-07.cnf
MD5SUM2ed4f9474a813c543de526c0ca3729de
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02384
Satisfiable
(Un)Satisfiability was proved
Number of variables725
Number of clauses22684
Sum of the clauses size194068
Maximum clause length11
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 219
Number of clauses of size 3197
Number of clauses of size 4381
Number of clauses of size 51017
Number of clauses of size over 521068

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c version SAT COMPETITION 2007
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	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/332888-1173494582/instance-332888-1173494582.cnf
0.20/0.20	c reading problem ... 
0.50/0.46	c ... done. Wall clock time 0.264s.
0.50/0.46	c CPU time (experimental) 0.34s.
0.50/0.46	c #vars     725
0.50/0.46	c #constraints  22682
228.20/226.43	c starts		: 22
228.20/226.43	c conflicts		: 1285592
228.20/226.43	c decisions		: 3939049
228.20/226.43	c propagations		: 14082722
228.20/226.43	c inspects		: 810552905
228.20/226.43	c learnt literals	: 11
228.20/226.43	c learnt binary clauses	: 51
228.20/226.43	c learnt ternary clauses	: 215
228.20/226.43	c learnt clauses	: 1284046
228.20/226.43	c root simplifications	: 0
228.20/226.43	c removed literals (reason simplification)	: 3261101
228.20/226.43	c reason swapping (by a shorter reason)	: 0
228.20/226.43	c Calls to reduceDB	: 0
228.20/226.43	c speed (decisions/second)	: 17432.150996835793
228.20/226.43	c non guided choices	42071
228.20/226.43	s UNKNOWN
228.20/226.43	c Total wall clock time (in seconds) : 226.231
228.20/226.43	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/node9/watcher-332888-1173494582 -o ROOT/results/node9/solver-332888-1173494582 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332888-1173494582/sat4j-sat2007.jar /tmp/evaluation/332888-1173494582/instance-332888-1173494582.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.99 0.97 0.99 2/77 15089
/proc/meminfo: memFree=1633968/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=152 CPUtime=0
/proc/15089/stat : 15089 (java) R 15087 15089 14687 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 369412805 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 1 0 0
/proc/15089/statm: 38 26 19 9 0 4 0

[startup+0.0496989 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15089
/proc/meminfo: memFree=1633968/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1827764 CPUtime=0.03
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 3504 0 1 0 2 1 0 0 18 0 4 0 369412805 1871630336 3249 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 456941 3249 1022 9 0 454577 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1827764

[startup+0.101709 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15089
/proc/meminfo: memFree=1633968/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1831496 CPUtime=0.08
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 4018 0 1 0 6 2 0 0 18 0 12 0 369412805 1875451904 3759 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 457874 3759 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301747 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15089
/proc/meminfo: memFree=1633968/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1833932 CPUtime=0.36
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 5303 0 1 0 33 3 0 0 18 0 12 0 369412805 1877946368 4993 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 458483 4993 1287 9 0 456095 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1833932

[startup+0.701822 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 15089
/proc/meminfo: memFree=1633968/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1836288 CPUtime=0.92
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 6621 0 1 0 88 4 0 0 18 0 13 0 369412805 1880358912 6252 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 459072 6252 1310 9 0 456684 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1836288

[startup+1.50298 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15102
/proc/meminfo: memFree=1612680/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1836288 CPUtime=1.89
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 7526 0 1 0 185 4 0 0 18 0 13 0 369412805 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 459072 7088 1317 9 0 456684 0
[pid=15089/tid=15091] ppid=15087 vsize=1836288 CPUtime=1.23
/proc/15089/task/15091/stat : 15091 (java) R 15087 15089 14687 0 -1 64 5559 0 1 0 120 3 0 0 20 0 13 0 369412807 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109599390 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15092/stat : 15092 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 369412808 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15093/stat : 15093 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 369412808 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369412811 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369412811 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369412811 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369412815 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1836288 CPUtime=0.35
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 739 0 0 0 35 0 0 0 16 0 13 0 369412815 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1836288 CPUtime=0.29
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 29 0 0 0 16 0 13 0 369412815 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1880358912 7088 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1836288

[startup+3.10229 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15102
/proc/meminfo: memFree=1607496/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1836288 CPUtime=3.5
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 9177 0 1 0 344 6 0 0 18 0 13 0 369412805 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 459072 8738 1317 9 0 456684 0
[pid=15089/tid=15091] ppid=15087 vsize=1836288 CPUtime=2.82
/proc/15089/task/15091/stat : 15091 (java) R 15087 15089 14687 0 -1 64 7209 0 1 0 278 4 0 0 25 0 13 0 369412807 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109540121 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15092/stat : 15092 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 369412808 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15093/stat : 15093 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 369412808 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369412811 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369412811 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369412811 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369412815 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1836288 CPUtime=0.36
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 740 0 0 0 36 0 0 0 17 0 13 0 369412815 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1836288 CPUtime=0.29
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 29 0 0 0 16 0 13 0 369412815 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1836288 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1880358912 8738 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1836288

[startup+6.30291 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15102
/proc/meminfo: memFree=1597456/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1835104 CPUtime=6.71
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 11539 0 1 0 664 7 0 0 18 0 13 0 369412805 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 458776 10754 1317 9 0 456388 0
[pid=15089/tid=15091] ppid=15087 vsize=1835104 CPUtime=6.01
/proc/15089/task/15091/stat : 15091 (java) R 15087 15089 14687 0 -1 64 9564 0 1 0 596 5 0 0 25 0 13 0 369412807 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109539654 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15092/stat : 15092 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 369412808 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15093/stat : 15093 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 369412808 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369412811 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369412811 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369412811 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369412815 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1835104 CPUtime=0.37
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 747 0 0 0 37 0 0 0 17 0 13 0 369412815 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1835104 CPUtime=0.3
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 30 0 0 0 16 0 13 0 369412815 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1879146496 10754 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 1835104

[startup+12.7021 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15102
/proc/meminfo: memFree=1583184/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1835104 CPUtime=13.1
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 14894 0 1 0 1301 9 0 0 18 0 13 0 369412805 1879146496 14109 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 458776 14109 1317 9 0 456388 0
[pid=15089/tid=15091] ppid=15087 vsize=1835104 CPUtime=12.4
/proc/15089/task/15091/stat : 15091 (java) R 15087 15089 14687 0 -1 64 12919 0 1 0 1233 7 0 0 25 0 13 0 369412807 1879146496 14109 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109539654 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15092/stat : 15092 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 369412808 1879146496 14109 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15093/stat : 15093 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 369412808 1879146496 14109 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369412811 1879146496 14109 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 369412811 1879146496 14109 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 369412811 1879146496 14109 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369412815 1879146496 14110 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1835104 CPUtime=0.37
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 747 0 0 0 37 0 0 0 17 0 13 0 369412815 1879146496 14110 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1835104 CPUtime=0.3
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 30 0 0 0 16 0 13 0 369412815 1879146496 14110 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1879146496 14110 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1879146496 14110 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1879146496 14110 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 1835104

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15102
/proc/meminfo: memFree=1558096/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1835104 CPUtime=25.9
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 20918 0 1 0 2578 12 0 0 18 0 13 0 369412805 1879146496 20133 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 458776 20133 1317 9 0 456388 0
[pid=15089/tid=15091] ppid=15087 vsize=1835104 CPUtime=25.2
/proc/15089/task/15091/stat : 15091 (java) R 15087 15089 14687 0 -1 64 18943 0 1 0 2510 10 0 0 25 0 13 0 369412807 1879146496 20133 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109539930 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15092/stat : 15092 (java) S 15087 15089 14687 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 369412808 1879146496 20133 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1835104 CPUtime=0
/proc/15089/task/15093/stat : 15093 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 369412808 1879146496 20133 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=15089/tid=15094] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 369412811 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 369412811 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369412811 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369412815 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1838312 CPUtime=0.37
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 747 0 0 0 37 0 0 0 17 0 13 0 369412815 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1838312 CPUtime=0.3
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 30 0 0 0 16 0 13 0 369412815 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1882431488 70074 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.07
Current children cumulated vsize (KiB) 1838312

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 15104
/proc/meminfo: memFree=1357456/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1838312 CPUtime=223.05
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 75890 0 1 0 22263 42 0 0 18 0 13 0 369412805 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 459578 70082 1326 9 0 457190 0
[pid=15089/tid=15091] ppid=15087 vsize=1838312 CPUtime=221.48
/proc/15089/task/15091/stat : 15091 (java) R 15087 15089 14687 0 -1 64 38835 0 1 0 22123 25 0 0 25 0 13 0 369412807 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109556472 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1838312 CPUtime=0.43
/proc/15089/task/15092/stat : 15092 (java) S 15087 15089 14687 0 -1 64 12857 0 0 0 38 5 0 0 16 0 13 0 369412808 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1838312 CPUtime=0.42
/proc/15089/task/15093/stat : 15093 (java) S 15087 15089 14687 0 -1 64 22217 0 0 0 33 9 0 0 20 0 13 0 369412808 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 369412811 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 369412811 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369412811 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369412815 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1838312 CPUtime=0.37
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 747 0 0 0 37 0 0 0 17 0 13 0 369412815 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1838312 CPUtime=0.3
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 30 0 0 0 16 0 13 0 369412815 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1838312 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1882431488 70082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.05
Current children cumulated vsize (KiB) 1838312



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+225.602 s]
/proc/loadavg: 1.15 1.00 1.01 4/90 15104
/proc/meminfo: memFree=1350160/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1845352 CPUtime=226.63
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 79415 0 1 0 22619 44 0 0 18 0 13 0 369412805 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15089/statm: 461338 71842 1326 9 0 458950 0
[pid=15089/tid=15091] ppid=15087 vsize=1845352 CPUtime=224.5
/proc/15089/task/15091/stat : 15091 (java) S 15087 15089 14687 0 -1 64 38836 0 1 0 22425 25 0 0 25 0 13 0 369412807 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1845352 CPUtime=0.7
/proc/15089/task/15092/stat : 15092 (java) R 15087 15089 14687 0 -1 64 15100 0 0 0 64 6 0 0 18 0 13 0 369412808 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1845352 CPUtime=0.7
/proc/15089/task/15093/stat : 15093 (java) R 15087 15089 14687 0 -1 64 23498 0 0 0 60 10 0 0 19 0 13 0 369412808 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 369412811 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 369412811 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369412811 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 369412815 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1845352 CPUtime=0.37
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 747 0 0 0 37 0 0 0 17 0 13 0 369412815 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1845352 CPUtime=0.3
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 30 0 0 0 16 0 13 0 369412815 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1889640448 71842 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 226.63
Current children cumulated vsize (KiB) 1845352

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

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

[startup+226.202 s]
/proc/loadavg: 1.15 1.00 1.01 4/90 15104
/proc/meminfo: memFree=1350160/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1845352 CPUtime=227.82
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 114724 0 1 0 22721 61 0 0 16 0 13 0 369412805 1889640448 102332 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15089/statm: 461338 102334 1326 9 0 458950 0
[pid=15089/tid=15091] ppid=15087 vsize=1845352 CPUtime=224.5
/proc/15089/task/15091/stat : 15091 (java) S 15087 15089 14687 0 -1 64 38836 0 1 0 22425 25 0 0 25 0 13 0 369412807 1889640448 102335 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1845352 CPUtime=1.3
/proc/15089/task/15092/stat : 15092 (java) R 15087 15089 14687 0 -1 64 34395 0 0 0 114 16 0 0 24 0 13 0 369412808 1889640448 102337 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1845352 CPUtime=1.29
/proc/15089/task/15093/stat : 15093 (java) R 15087 15089 14687 0 -1 64 39518 0 0 0 112 17 0 0 23 0 13 0 369412808 1889640448 102338 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 369412811 1889640448 102339 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 369412811 1889640448 102341 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369412811 1889640448 102342 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 369412815 1889640448 102344 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1845352 CPUtime=0.37
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 747 0 0 0 37 0 0 0 17 0 13 0 369412815 1889640448 102345 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1845352 CPUtime=0.3
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 30 0 0 0 16 0 13 0 369412815 1889640448 102346 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1889640448 102347 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1889640448 102348 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1889640448 102349 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 227.82
Current children cumulated vsize (KiB) 1845352

[startup+226.402 s]
/proc/loadavg: 1.15 1.00 1.01 4/90 15104
/proc/meminfo: memFree=1350160/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=1845352 CPUtime=228.2
/proc/15089/stat : 15089 (java) S 15087 15089 14687 0 -1 0 121765 0 1 0 22756 64 0 0 16 0 13 0 369412805 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15089/statm: 461338 109228 1326 9 0 458950 0
[pid=15089/tid=15091] ppid=15087 vsize=1845352 CPUtime=224.5
/proc/15089/task/15091/stat : 15091 (java) S 15087 15089 14687 0 -1 64 38836 0 1 0 22425 25 0 0 25 0 13 0 369412807 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15092] ppid=15087 vsize=1845352 CPUtime=1.48
/proc/15089/task/15092/stat : 15092 (java) S 15087 15089 14687 0 -1 64 37493 0 0 0 131 17 0 0 24 0 13 0 369412808 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15093] ppid=15087 vsize=1845352 CPUtime=1.49
/proc/15089/task/15093/stat : 15093 (java) R 15087 15089 14687 0 -1 64 43455 0 0 0 130 19 0 0 25 0 13 0 369412808 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15094] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15094/stat : 15094 (java) S 15087 15089 14687 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 369412811 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15095] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15095/stat : 15095 (java) S 15087 15089 14687 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 369412811 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15096] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15096/stat : 15096 (java) S 15087 15089 14687 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369412811 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15097] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15097/stat : 15097 (java) S 15087 15089 14687 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 369412815 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15098] ppid=15087 vsize=1845352 CPUtime=0.37
/proc/15089/task/15098/stat : 15098 (java) S 15087 15089 14687 0 -1 64 747 0 0 0 37 0 0 0 17 0 13 0 369412815 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15089/tid=15099] ppid=15087 vsize=1845352 CPUtime=0.3
/proc/15089/task/15099/stat : 15099 (java) S 15087 15089 14687 0 -1 64 506 0 0 0 30 0 0 0 16 0 13 0 369412815 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15100] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15100/stat : 15100 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369412815 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15101] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15101/stat : 15101 (java) S 15087 15089 14687 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 369412815 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15089/tid=15102] ppid=15087 vsize=1845352 CPUtime=0
/proc/15089/task/15102/stat : 15102 (java) S 15087 15089 14687 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 369412852 1889640448 109228 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.2
Current children cumulated vsize (KiB) 1845352

[startup+226.503 s]
/proc/loadavg: 1.15 1.00 1.01 2/80 15107
/proc/meminfo: memFree=1434504/2055920 swapFree=4152252/4192956
[pid=15089] ppid=15087 vsize=0 CPUtime=228.3
/proc/15089/stat : 15089 (java) Z 15087 15089 14687 0 -1 1036 121785 0 1 0 22762 68 0 0 16 0 2 0 369412805 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15089/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 228.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 226.536
CPU time (s): 228.338
CPU user time (s): 227.627
CPU system time (s): 0.710891
CPU usage (%): 100.795
Max. virtual memory (cumulated for all children) (KiB): 1845352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 227.627
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121785
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= 5051
involuntary context switches= 5285

runsolver used 0.216967 second user time and 0.627904 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Mar 10 02:43:02 UTC 2007

IDJOB= 332888
IDBENCH= 24591
IDSOLVER= 96
FILE ID= node9/332888-1173494582

PBS_JOBID= 4101103

Free space on /tmp= 66437 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00200.sat05-1329.reshuffled-07.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332888-1173494582/sat4j-sat2007.jar /tmp/evaluation/332888-1173494582/instance-332888-1173494582.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-332888-1173494582 -o ROOT/results/node9/solver-332888-1173494582 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332888-1173494582/sat4j-sat2007.jar /tmp/evaluation/332888-1173494582/instance-332888-1173494582.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  2ed4f9474a813c543de526c0ca3729de

RANDOM SEED= 118962129

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1634440 kB
Buffers:         47164 kB
Cached:         286908 kB
SwapCached:       8784 kB
Active:         161152 kB
Inactive:       195544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634440 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:          29536 kB
Slab:            50408 kB
Committed_AS:  1469072 kB
PageTables:       1688 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= 66437 MiB

End job on node9 on Sat Mar 10 02:46:50 UTC 2007