Trace number 332846

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) 181.365 179.337

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00250.sat05-1330.reshuffled-07.cnf
MD5SUM922dc9f32281b0c4efd640c112a641b6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.75373
Satisfiable
(Un)Satisfiability was proved
Number of variables864
Number of clauses32700
Sum of the clauses size256765
Maximum clause length11
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228
Number of clauses of size 3180
Number of clauses of size 4348
Number of clauses of size 51746
Number of clauses of size over 530396

Solver Data (download as text)

0.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.17	c version SAT COMPETITION 2007
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1703279312
0.07/0.17	c Max memory 1706164224
0.07/0.17	c Total memory 1706164224
0.07/0.17	c Number of processors 2
0.18/0.22	c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.18/0.22	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.22	c Expensive reason simplification
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c timeout: 2147483s
0.18/0.22	c solving /tmp/evaluation/332846-1173492609/instance-332846-1173492609.cnf
0.18/0.22	c reading problem ... 
0.58/0.52	c ... done. Wall clock time 0.3s.
0.58/0.52	c CPU time (experimental) 0.38s.
0.58/0.52	c #vars     864
0.58/0.52	c #constraints  32698
181.23/179.25	c starts		: 22
181.23/179.25	c conflicts		: 1264739
181.23/179.25	c decisions		: 3599309
181.23/179.25	c propagations		: 11960282
181.23/179.25	c inspects		: 546642007
181.23/179.25	c learnt literals	: 8
181.23/179.25	c learnt binary clauses	: 33
181.23/179.25	c learnt ternary clauses	: 110
181.23/179.25	c learnt clauses	: 1068900
181.23/179.25	c root simplifications	: 0
181.23/179.25	c removed literals (reason simplification)	: 1508288
181.23/179.25	c reason swapping (by a shorter reason)	: 0
181.23/179.25	c Calls to reduceDB	: 0
181.23/179.25	c speed (decisions/second)	: 20139.046798415435
181.23/179.25	c non guided choices	60192
181.23/179.25	s UNKNOWN
181.23/179.25	c Total wall clock time (in seconds) : 179.027
181.23/179.25	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/node14/watcher-332846-1173492609 -o ROOT/results/node14/solver-332846-1173492609 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332846-1173492609/sat4j-sat2007.jar /tmp/evaluation/332846-1173492609/instance-332846-1173492609.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.94 2/77 27034
/proc/meminfo: memFree=1540200/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=18568 CPUtime=0
/proc/27034/stat : 27034 (runsolver) R 27032 27034 26641 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 369215304 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27034/statm: 4642 293 258 24 0 2626 0

[startup+0.099801 s]
/proc/loadavg: 0.91 0.95 0.94 2/77 27034
/proc/meminfo: memFree=1540200/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1829096 CPUtime=0.07
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 3812 0 1 0 5 2 0 0 19 0 7 0 369215304 1872994304 3554 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 457274 3554 1085 9 0 454910 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829096

[startup+0.102795 s]
/proc/loadavg: 0.91 0.95 0.94 2/77 27034
/proc/meminfo: memFree=1540200/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1829232 CPUtime=0.07
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 3834 0 1 0 5 2 0 0 19 0 7 0 369215304 1873133568 3576 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 457308 3576 1086 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.302818 s]
/proc/loadavg: 0.91 0.95 0.94 2/77 27034
/proc/meminfo: memFree=1540200/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1834144 CPUtime=0.32
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 5226 0 1 0 29 3 0 0 19 0 12 0 369215304 1878163456 4951 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 458536 4951 1286 9 0 456148 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1834144

[startup+0.702858 s]
/proc/loadavg: 0.91 0.95 0.94 2/77 27034
/proc/meminfo: memFree=1540200/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1835220 CPUtime=0.86
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 6483 0 1 0 82 4 0 0 19 0 13 0 369215304 1879265280 6136 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 458805 6136 1310 9 0 456417 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 1835220

[startup+1.50193 s]
/proc/loadavg: 0.91 0.95 0.94 2/90 27047
/proc/meminfo: memFree=1519616/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1835220 CPUtime=1.86
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 7573 0 1 0 181 5 0 0 19 0 13 0 369215304 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 458805 7020 1317 9 0 456417 0
[pid=27034/tid=27036] ppid=27032 vsize=1835220 CPUtime=1.2
/proc/27034/task/27036/stat : 27036 (java) R 27032 27034 26641 0 -1 64 5789 0 1 0 117 3 0 0 19 0 13 0 369215308 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109542395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27037/stat : 27037 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 369215309 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27038/stat : 27038 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 369215309 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369215311 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 369215312 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 369215312 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369215316 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1835220 CPUtime=0.32
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 540 0 0 0 32 0 0 0 17 0 13 0 369215316 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1835220 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1879265280 7020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1835220

[startup+3.10108 s]
/proc/loadavg: 0.91 0.95 0.94 3/90 27047
/proc/meminfo: memFree=1513856/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1835220 CPUtime=3.46
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 9287 0 1 0 341 5 0 0 19 0 13 0 369215304 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 458805 8733 1317 9 0 456417 0
[pid=27034/tid=27036] ppid=27032 vsize=1835220 CPUtime=2.8
/proc/27034/task/27036/stat : 27036 (java) R 27032 27034 26641 0 -1 64 7502 0 1 0 276 4 0 0 25 0 13 0 369215308 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109538582 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27037/stat : 27037 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 369215309 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27038/stat : 27038 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 369215309 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369215311 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 369215312 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 369215312 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369215316 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1835220 CPUtime=0.34
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 541 0 0 0 34 0 0 0 17 0 13 0 369215316 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1835220 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1835220 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1879265280 8733 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1835220

[startup+6.30238 s]
/proc/loadavg: 0.92 0.95 0.94 2/90 27047
/proc/meminfo: memFree=1500672/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1835008 CPUtime=6.66
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 12307 0 1 0 659 7 0 0 19 0 13 0 369215304 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 458752 11699 1317 9 0 456364 0
[pid=27034/tid=27036] ppid=27032 vsize=1835008 CPUtime=5.98
/proc/27034/task/27036/stat : 27036 (java) R 27032 27034 26641 0 -1 64 10521 0 1 0 592 6 0 0 25 0 13 0 369215308 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109629151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27037/stat : 27037 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 369215309 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27038/stat : 27038 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 369215309 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369215311 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 369215312 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 369215312 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369215316 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1835008 CPUtime=0.35
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 542 0 0 0 35 0 0 0 17 0 13 0 369215316 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1835008 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1879048192 11699 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 1835008

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.94 2/90 27047
/proc/meminfo: memFree=1478152/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1835008 CPUtime=13.06
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 17772 0 1 0 1296 10 0 0 19 0 13 0 369215304 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 458752 17164 1317 9 0 456364 0
[pid=27034/tid=27036] ppid=27032 vsize=1835008 CPUtime=12.38
/proc/27034/task/27036/stat : 27036 (java) R 27032 27034 26641 0 -1 64 15986 0 1 0 1230 8 0 0 25 0 13 0 369215308 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109538560 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27037/stat : 27037 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 369215309 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27038/stat : 27038 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 369215309 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369215311 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 9 0 0 0 0 0 0 0 24 0 13 0 369215312 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 369215312 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369215316 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1835008 CPUtime=0.35
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 542 0 0 0 35 0 0 0 17 0 13 0 369215316 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1835008 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1879048192 17164 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 1835008

[startup+25.5022 s]
/proc/loadavg: 0.94 0.96 0.94 2/90 27047
/proc/meminfo: memFree=1438920/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1835008 CPUtime=25.86
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 27321 0 1 0 2570 16 0 0 19 0 13 0 369215304 1879048192 26713 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 458752 26713 1317 9 0 456364 0
[pid=27034/tid=27036] ppid=27032 vsize=1835008 CPUtime=25.18
/proc/27034/task/27036/stat : 27036 (java) R 27032 27034 26641 0 -1 64 25535 0 1 0 2503 15 0 0 25 0 13 0 369215308 1879048192 26713 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109629151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27037/stat : 27037 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 369215309 1879048192 26713 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1835008 CPUtime=0
/proc/27034/task/27038/stat : 27038 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 369215309 1879048192 26713 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=27034/tid=27039] ppid=27032 vsize=1837572 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 369215311 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1837572 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 369215312 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1837572 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369215312 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1837572 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369215316 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1837572 CPUtime=0.35
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 542 0 0 0 35 0 0 0 17 0 13 0 369215316 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1837572 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1837572 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1837572 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1837572 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1881673728 69082 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.99
Current children cumulated vsize (KiB) 1837572

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/90 27047
/proc/meminfo: memFree=1150280/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1840104 CPUtime=163.55
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 112536 0 1 0 16298 57 0 0 19 0 13 0 369215304 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 460026 98386 1326 9 0 457638 0
[pid=27034/tid=27036] ppid=27032 vsize=1840104 CPUtime=160.95
/proc/27034/task/27036/stat : 27036 (java) R 27032 27034 26641 0 -1 64 38832 0 1 0 16072 23 0 0 25 0 13 0 369215308 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109480417 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1840104 CPUtime=0.96
/proc/27034/task/27037/stat : 27037 (java) S 27032 27034 26641 0 -1 64 41047 0 0 0 79 17 0 0 16 0 13 0 369215309 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1840104 CPUtime=0.93
/proc/27034/task/27038/stat : 27038 (java) S 27032 27034 26641 0 -1 64 30866 0 0 0 79 14 0 0 16 0 13 0 369215309 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1840104 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 369215311 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1840104 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 369215312 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1840104 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369215312 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1840104 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369215316 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1840104 CPUtime=0.35
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 542 0 0 0 35 0 0 0 17 0 13 0 369215316 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1840104 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1840104 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1840104 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) R 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1840104 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1884266496 98386 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.55
Current children cumulated vsize (KiB) 1840104



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+178.703 s]
/proc/loadavg: 0.99 0.97 0.94 3/90 27047
/proc/meminfo: memFree=1144776/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1845224 CPUtime=180.27
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 115099 0 1 0 17969 58 0 0 19 0 13 0 369215304 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 461306 99667 1326 9 0 458918 0
[pid=27034/tid=27036] ppid=27032 vsize=1845224 CPUtime=177.03
/proc/27034/task/27036/stat : 27036 (java) S 27032 27034 26641 0 -1 64 38832 0 1 0 17680 23 0 0 25 0 13 0 369215308 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1845224 CPUtime=1.29
/proc/27034/task/27037/stat : 27037 (java) R 27032 27034 26641 0 -1 64 42329 0 0 0 111 18 0 0 18 0 13 0 369215309 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105366888 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1845224 CPUtime=1.25
/proc/27034/task/27038/stat : 27038 (java) R 27032 27034 26641 0 -1 64 32147 0 0 0 110 15 0 0 18 0 13 0 369215309 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370427 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 369215311 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 369215312 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369215312 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 369215316 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1845224 CPUtime=0.35
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 542 0 0 0 35 0 0 0 17 0 13 0 369215316 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1845224 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1889509376 99667 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.27
Current children cumulated vsize (KiB) 1845224

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

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

[startup+179.003 s]
/proc/loadavg: 0.99 0.97 0.94 3/90 27047
/proc/meminfo: memFree=1144776/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1845224 CPUtime=180.86
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 137749 0 1 0 18017 69 0 0 16 0 13 0 369215304 1889509376 118648 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 461306 118653 1326 9 0 458918 0
[pid=27034/tid=27036] ppid=27032 vsize=1845224 CPUtime=177.03
/proc/27034/task/27036/stat : 27036 (java) S 27032 27034 26641 0 -1 64 38832 0 1 0 17680 23 0 0 25 0 13 0 369215308 1889509376 118655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1845224 CPUtime=1.58
/proc/27034/task/27037/stat : 27037 (java) R 27032 27034 26641 0 -1 64 52993 0 0 0 136 22 0 0 20 0 13 0 369215309 1889509376 118658 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1845224 CPUtime=1.55
/proc/27034/task/27038/stat : 27038 (java) R 27032 27034 26641 0 -1 64 44142 0 0 0 134 21 0 0 21 0 13 0 369215309 1889509376 118661 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 369215311 1889509376 118664 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 369215312 1889509376 118668 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369215312 1889509376 118671 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369215316 1889509376 118674 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1845224 CPUtime=0.35
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 542 0 0 0 35 0 0 0 17 0 13 0 369215316 1889509376 118678 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1845224 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1889509376 118680 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1889509376 118683 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1889509376 118686 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1889509376 118689 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.86
Current children cumulated vsize (KiB) 1845224

[startup+179.203 s]
/proc/loadavg: 0.99 0.97 0.94 2/91 27048
/proc/meminfo: memFree=1034816/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=1845224 CPUtime=181.23
/proc/27034/stat : 27034 (java) S 27032 27034 26641 0 -1 0 147626 0 1 0 18049 74 0 0 16 0 13 0 369215304 1889509376 127176 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 461306 127176 1326 9 0 458918 0
[pid=27034/tid=27036] ppid=27032 vsize=1845224 CPUtime=177.03
/proc/27034/task/27036/stat : 27036 (java) S 27032 27034 26641 0 -1 64 38832 0 1 0 17680 23 0 0 25 0 13 0 369215308 1889509376 127176 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27037] ppid=27032 vsize=1845224 CPUtime=1.74
/proc/27034/task/27037/stat : 27037 (java) R 27032 27034 26641 0 -1 64 56211 0 0 0 150 24 0 0 21 0 13 0 369215309 1889509376 127176 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27038] ppid=27032 vsize=1845224 CPUtime=1.75
/proc/27034/task/27038/stat : 27038 (java) R 27032 27034 26641 0 -1 64 50791 0 0 0 151 24 0 0 23 0 13 0 369215309 1889509376 127176 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27039] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27039/stat : 27039 (java) S 27032 27034 26641 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 369215311 1889509376 127176 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27040] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27040/stat : 27040 (java) S 27032 27034 26641 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 369215312 1889509376 127176 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27041] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27041/stat : 27041 (java) S 27032 27034 26641 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 369215312 1889509376 127182 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27042] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27042/stat : 27042 (java) S 27032 27034 26641 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 369215316 1889509376 127182 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27043] ppid=27032 vsize=1845224 CPUtime=0.35
/proc/27034/task/27043/stat : 27043 (java) S 27032 27034 26641 0 -1 64 542 0 0 0 35 0 0 0 17 0 13 0 369215316 1889509376 127182 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27034/tid=27044] ppid=27032 vsize=1845224 CPUtime=0.3
/proc/27034/task/27044/stat : 27044 (java) S 27032 27034 26641 0 -1 64 521 0 0 0 30 0 0 0 16 0 13 0 369215316 1889509376 127182 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27045] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27045/stat : 27045 (java) S 27032 27034 26641 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 369215316 1889509376 127183 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27046] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27046/stat : 27046 (java) S 27032 27034 26641 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 369215316 1889509376 127183 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27034/tid=27047] ppid=27032 vsize=1845224 CPUtime=0
/proc/27034/task/27047/stat : 27047 (java) S 27032 27034 26641 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 369215357 1889509376 127184 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.23
Current children cumulated vsize (KiB) 1845224

[startup+179.307 s]
/proc/loadavg: 0.99 0.97 0.94 2/91 27048
/proc/meminfo: memFree=1034816/2055920 swapFree=4146600/4192956
[pid=27034] ppid=27032 vsize=0 CPUtime=181.32
/proc/27034/stat : 27034 (java) Z 27032 27034 26641 0 -1 1036 148253 0 1 0 18054 78 0 0 15 0 2 0 369215304 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27034/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 181.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 179.337
CPU time (s): 181.365
CPU user time (s): 180.548
CPU system time (s): 0.817875
CPU usage (%): 101.131
Max. virtual memory (cumulated for all children) (KiB): 1845224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.548
system time used= 0.817875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148253
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= 4117
involuntary context switches= 980

runsolver used 0.152976 second user time and 0.52492 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Mar 10 02:10:09 UTC 2007

IDJOB= 332846
IDBENCH= 24590
IDSOLVER= 96
FILE ID= node14/332846-1173492609

PBS_JOBID= 4101106

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  922dc9f32281b0c4efd640c112a641b6

RANDOM SEED= 231609325

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1540672 kB
Buffers:         49836 kB
Cached:         378344 kB
SwapCached:      14908 kB
Active:         205208 kB
Inactive:       245780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540672 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:          29512 kB
Slab:            49808 kB
Committed_AS:  1239416 kB
PageTables:       1736 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= 66544 MiB

End job on node14 on Sat Mar 10 02:13:10 UTC 2007