Trace number 332762

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) 238.789 236.173

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00150.sat05-1328.reshuffled-07.cnf
MD5SUMb89dce22e5369c8081062018c6eea272
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.37979
Satisfiable
(Un)Satisfiability was proved
Number of variables552
Number of clauses30977
Sum of the clauses size265108
Maximum clause length11
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 29
Number of clauses of size 3112
Number of clauses of size 4194
Number of clauses of size 5765
Number of clauses of size over 529893

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.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.19/0.20	c --- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c Expensive reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c timeout: 2147483s
0.19/0.20	c solving /tmp/evaluation/332762-1173489068/instance-332762-1173489068.cnf
0.19/0.20	c reading problem ... 
0.50/0.50	c ... done. Wall clock time 0.295s.
0.61/0.50	c CPU time (experimental) 0.39s.
0.61/0.50	c #vars     552
0.61/0.50	c #constraints  30973
238.60/236.07	c starts		: 23
238.60/236.07	c conflicts		: 1581357
238.60/236.07	c decisions		: 3536581
238.60/236.07	c propagations		: 13111179
238.60/236.07	c inspects		: 788144643
238.60/236.07	c learnt literals	: 4
238.60/236.07	c learnt binary clauses	: 13
238.60/236.07	c learnt ternary clauses	: 65
238.60/236.07	c learnt clauses	: 1359890
238.60/236.07	c root simplifications	: 0
238.60/236.07	c removed literals (reason simplification)	: 1963981
238.60/236.07	c reason swapping (by a shorter reason)	: 0
238.60/236.07	c Calls to reduceDB	: 0
238.60/236.07	c speed (decisions/second)	: 15012.913359086471
238.60/236.07	c non guided choices	33868
238.60/236.07	s UNKNOWN
238.60/236.07	c Total wall clock time (in seconds) : 235.866
238.60/236.07	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/node2/watcher-332762-1173489068 -o ROOT/results/node2/solver-332762-1173489068 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332762-1173489068/sat4j-sat2007.jar /tmp/evaluation/332762-1173489068/instance-332762-1173489068.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.97 0.99 2/77 22423
/proc/meminfo: memFree=1637296/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=152 CPUtime=0
/proc/22423/stat : 22423 (java) D 22421 22423 20714 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 368861813 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 10535716 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/22423/statm: 38 26 19 9 0 4 0

[startup+0.0698561 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 22423
/proc/meminfo: memFree=1637296/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1829096 CPUtime=0.04
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 3732 0 1 0 3 1 0 0 18 0 7 0 368861813 1872994304 3474 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 457274 3474 1081 9 0 454910 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1829096

[startup+0.102859 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 22423
/proc/meminfo: memFree=1637296/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1831496 CPUtime=0.08
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 4016 0 1 0 6 2 0 0 18 0 12 0 368861813 1875451904 3757 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 457874 3757 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301878 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 22423
/proc/meminfo: memFree=1637296/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1834292 CPUtime=0.36
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 5294 0 1 0 33 3 0 0 18 0 12 0 368861813 1878315008 5016 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 458573 5016 1287 9 0 456185 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1834292

[startup+0.702919 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 22423
/proc/meminfo: memFree=1637296/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1838112 CPUtime=0.94
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 7569 0 1 0 90 4 0 0 18 0 13 0 368861813 1882226688 6768 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 459528 6768 1306 9 0 457140 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1838112

[startup+1.503 s]
/proc/loadavg: 0.91 0.97 0.99 3/90 22436
/proc/meminfo: memFree=1614216/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1838112 CPUtime=1.98
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 8424 0 1 0 193 5 0 0 18 0 13 0 368861813 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 459528 7622 1313 9 0 457140 0
[pid=22423/tid=22425] ppid=22421 vsize=1838112 CPUtime=1.22
/proc/22423/task/22425/stat : 22425 (java) R 22421 22423 20714 0 -1 64 5719 0 1 0 119 3 0 0 22 0 13 0 368861814 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109621386 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22426/stat : 22426 (java) S 22421 22423 20714 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 368861816 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22427/stat : 22427 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 368861816 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 368861818 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 368861819 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 368861819 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 368861823 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1838112 CPUtime=0.38
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1248 0 0 0 38 0 0 0 17 0 13 0 368861823 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1838112 CPUtime=0.34
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 34 0 0 0 16 0 13 0 368861823 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1882226688 7622 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1838112

[startup+3.10117 s]
/proc/loadavg: 1.00 0.98 0.99 2/90 22436
/proc/meminfo: memFree=1608840/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1838112 CPUtime=3.58
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 10032 0 1 0 352 6 0 0 18 0 13 0 368861813 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 459528 9229 1313 9 0 457140 0
[pid=22423/tid=22425] ppid=22421 vsize=1838112 CPUtime=2.81
/proc/22423/task/22425/stat : 22425 (java) R 22421 22423 20714 0 -1 64 7326 0 1 0 277 4 0 0 25 0 13 0 368861814 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109569455 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22426/stat : 22426 (java) S 22421 22423 20714 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 368861816 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22427/stat : 22427 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 368861816 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368861818 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 368861819 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 368861819 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 368861823 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1838112 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1249 0 0 0 40 0 0 0 17 0 13 0 368861823 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1838112 CPUtime=0.34
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 34 0 0 0 16 0 13 0 368861823 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1838112 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1882226688 9229 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1838112

[startup+6.30251 s]
/proc/loadavg: 1.00 0.98 0.99 2/90 22436
/proc/meminfo: memFree=1596232/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1838048 CPUtime=6.79
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 12982 0 1 0 672 7 0 0 18 0 13 0 368861813 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 459512 12168 1313 9 0 457124 0
[pid=22423/tid=22425] ppid=22421 vsize=1838048 CPUtime=6
/proc/22423/task/22425/stat : 22425 (java) R 22421 22423 20714 0 -1 64 10276 0 1 0 595 5 0 0 25 0 13 0 368861814 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109571209 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22426/stat : 22426 (java) S 22421 22423 20714 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 368861816 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22427/stat : 22427 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 368861816 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368861818 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 368861819 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 368861819 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 368861823 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1838048 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1249 0 0 0 40 0 0 0 17 0 13 0 368861823 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1838048 CPUtime=0.35
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 35 0 0 0 16 0 13 0 368861823 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1882161152 12168 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 1838048

[startup+12.7012 s]
/proc/loadavg: 1.00 0.98 0.99 2/90 22436
/proc/meminfo: memFree=1574344/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1838048 CPUtime=13.18
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 18220 0 1 0 1309 9 0 0 18 0 13 0 368861813 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 459512 17406 1313 9 0 457124 0
[pid=22423/tid=22425] ppid=22421 vsize=1838048 CPUtime=12.4
/proc/22423/task/22425/stat : 22425 (java) R 22421 22423 20714 0 -1 64 15514 0 1 0 1233 7 0 0 25 0 13 0 368861814 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109643103 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22426/stat : 22426 (java) S 22421 22423 20714 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 368861816 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22427/stat : 22427 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 368861816 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368861818 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 368861819 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 368861819 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 368861823 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1838048 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1249 0 0 0 40 0 0 0 17 0 13 0 368861823 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1838048 CPUtime=0.35
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 35 0 0 0 16 0 13 0 368861823 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1882161152 17406 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 1838048

[startup+25.5025 s]
/proc/loadavg: 1.00 0.98 0.99 2/90 22436
/proc/meminfo: memFree=1532552/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1838048 CPUtime=25.98
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 28252 0 1 0 2584 14 0 0 18 0 13 0 368861813 1882161152 27438 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 459512 27438 1313 9 0 457124 0
[pid=22423/tid=22425] ppid=22421 vsize=1838048 CPUtime=25.2
/proc/22423/task/22425/stat : 22425 (java) R 22421 22423 20714 0 -1 64 25546 0 1 0 2507 13 0 0 25 0 13 0 368861814 1882161152 27438 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109572173 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22426/stat : 22426 (java) S 22421 22423 20714 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 368861816 1882161152 27438 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1838048 CPUtime=0
/proc/22423/task/22427/stat : 22427 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 368861816 1882161152 27438 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=22423/tid=22428] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 368861818 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 368861819 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 368861819 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1843176 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1250 0 0 0 40 0 0 0 17 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1843176 CPUtime=0.35
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 35 0 0 0 16 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.81
Current children cumulated vsize (KiB) 1843176

[startup+222.303 s]
/proc/loadavg: 1.00 0.98 0.99 2/90 22436
/proc/meminfo: memFree=1251400/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1843176 CPUtime=223.78
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 107001 0 1 0 22323 55 0 0 18 0 13 0 368861813 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 460794 97356 1322 9 0 458406 0
[pid=22423/tid=22425] ppid=22421 vsize=1843176 CPUtime=220.83
/proc/22423/task/22425/stat : 22425 (java) R 22421 22423 20714 0 -1 64 38829 0 1 0 22062 21 0 0 25 0 13 0 368861814 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109586147 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1843176 CPUtime=1.06
/proc/22423/task/22426/stat : 22426 (java) S 22421 22423 20714 0 -1 64 30593 0 0 0 91 15 0 0 16 0 13 0 368861816 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1843176 CPUtime=1.1
/proc/22423/task/22427/stat : 22427 (java) S 22421 22423 20714 0 -1 64 34867 0 0 0 93 17 0 0 16 0 13 0 368861816 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 368861818 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 368861819 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 368861819 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1843176 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1250 0 0 0 40 0 0 0 17 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1843176 CPUtime=0.35
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 35 0 0 0 16 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1843176 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1887412224 97356 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.78
Current children cumulated vsize (KiB) 1843176



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+235.101 s]
/proc/loadavg: 1.00 0.98 0.99 3/90 22436
/proc/meminfo: memFree=1246088/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1848296 CPUtime=236.84
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 109563 0 1 0 23627 57 0 0 18 0 13 0 368861813 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22423/statm: 462074 98636 1322 9 0 459686 0
[pid=22423/tid=22425] ppid=22421 vsize=1848296 CPUtime=233.37
/proc/22423/task/22425/stat : 22425 (java) S 22421 22423 20714 0 -1 64 38829 0 1 0 23316 21 0 0 25 0 13 0 368861814 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1848296 CPUtime=1.3
/proc/22423/task/22426/stat : 22426 (java) R 22421 22423 20714 0 -1 64 31874 0 0 0 115 15 0 0 19 0 13 0 368861816 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1848296 CPUtime=1.35
/proc/22423/task/22427/stat : 22427 (java) R 22421 22423 20714 0 -1 64 36148 0 0 0 117 18 0 0 18 0 13 0 368861816 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105070768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1848296 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 368861818 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1848296 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 368861819 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1848296 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 368861819 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1848296 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 368861823 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1848296 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1250 0 0 0 40 0 0 0 17 0 13 0 368861823 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1848296 CPUtime=0.35
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 35 0 0 0 16 0 13 0 368861823 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1848296 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1848296 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1848296 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1892655104 98636 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.84
Current children cumulated vsize (KiB) 1848296

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

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

[startup+235.802 s]
/proc/loadavg: 1.00 0.98 0.99 3/91 22437
/proc/meminfo: memFree=1236544/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1858536 CPUtime=238.22
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 146247 0 1 0 23750 72 0 0 16 0 13 0 368861813 1903140864 126011 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22423/statm: 464634 126015 1322 9 0 462246 0
[pid=22423/tid=22425] ppid=22421 vsize=1858536 CPUtime=233.37
/proc/22423/task/22425/stat : 22425 (java) S 22421 22423 20714 0 -1 64 38829 0 1 0 23316 21 0 0 25 0 13 0 368861814 1903140864 126017 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1858536 CPUtime=2
/proc/22423/task/22426/stat : 22426 (java) R 22421 22423 20714 0 -1 64 44937 0 0 0 179 21 0 0 25 0 13 0 368861816 1903140864 126020 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1858536 CPUtime=2.04
/proc/22423/task/22427/stat : 22427 (java) R 22421 22423 20714 0 -1 64 59780 0 0 0 177 27 0 0 24 0 13 0 368861816 1903140864 126023 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 368861818 1903140864 126025 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 368861819 1903140864 126028 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 368861819 1903140864 126030 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368861823 1903140864 126033 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1858536 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1250 0 0 0 40 0 0 0 17 0 13 0 368861823 1903140864 126036 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1858536 CPUtime=0.35
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 35 0 0 0 16 0 13 0 368861823 1903140864 126039 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1903140864 126041 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1903140864 126044 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1903140864 126047 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 238.22
Current children cumulated vsize (KiB) 1858536

[startup+236.002 s]
/proc/loadavg: 1.00 0.98 0.99 3/91 22437
/proc/meminfo: memFree=1236544/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=1858536 CPUtime=238.6
/proc/22423/stat : 22423 (java) S 22421 22423 20714 0 -1 0 152223 0 1 0 23785 75 0 0 16 0 13 0 368861813 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22423/statm: 464634 131903 1322 9 0 462246 0
[pid=22423/tid=22425] ppid=22421 vsize=1858536 CPUtime=233.37
/proc/22423/task/22425/stat : 22425 (java) S 22421 22423 20714 0 -1 64 38829 0 1 0 23316 21 0 0 25 0 13 0 368861814 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22426] ppid=22421 vsize=1858536 CPUtime=2.18
/proc/22423/task/22426/stat : 22426 (java) S 22421 22423 20714 0 -1 64 47867 0 0 0 195 23 0 0 24 0 13 0 368861816 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22427] ppid=22421 vsize=1858536 CPUtime=2.25
/proc/22423/task/22427/stat : 22427 (java) R 22421 22423 20714 0 -1 64 62814 0 0 0 196 29 0 0 25 0 13 0 368861816 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22428] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22428/stat : 22428 (java) S 22421 22423 20714 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 368861818 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22429] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22429/stat : 22429 (java) S 22421 22423 20714 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 368861819 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22430] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22430/stat : 22430 (java) S 22421 22423 20714 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 368861819 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22431] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22431/stat : 22431 (java) S 22421 22423 20714 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368861823 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22432] ppid=22421 vsize=1858536 CPUtime=0.4
/proc/22423/task/22432/stat : 22432 (java) S 22421 22423 20714 0 -1 64 1250 0 0 0 40 0 0 0 17 0 13 0 368861823 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22433] ppid=22421 vsize=1858536 CPUtime=0.35
/proc/22423/task/22433/stat : 22433 (java) S 22421 22423 20714 0 -1 64 731 0 0 0 35 0 0 0 16 0 13 0 368861823 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22434] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22434/stat : 22434 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368861823 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22423/tid=22435] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22435/stat : 22435 (java) S 22421 22423 20714 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368861823 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22423/tid=22436] ppid=22421 vsize=1858536 CPUtime=0
/proc/22423/task/22436/stat : 22436 (java) S 22421 22423 20714 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 368861864 1903140864 131903 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 238.6
Current children cumulated vsize (KiB) 1858536

[startup+236.103 s]
/proc/loadavg: 1.00 0.98 0.99 3/91 22437
/proc/meminfo: memFree=1236544/2055920 swapFree=4153164/4192956
[pid=22423] ppid=22421 vsize=0 CPUtime=238.71
/proc/22423/stat : 22423 (java) Z 22421 22423 20714 0 -1 1036 153951 0 1 0 23794 77 0 0 16 0 2 0 368861813 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22423/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 238.71
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 236.173
CPU time (s): 238.789
CPU user time (s): 237.946
CPU system time (s): 0.842871
CPU usage (%): 101.108
Max. virtual memory (cumulated for all children) (KiB): 1858536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.946
system time used= 0.842871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153951
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= 5236
involuntary context switches= 5390

runsolver used 0.216967 second user time and 0.665898 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Mar 10 01:11:09 UTC 2007

IDJOB= 332762
IDBENCH= 24588
IDSOLVER= 96
FILE ID= node2/332762-1173489068

PBS_JOBID= 4101086

Free space on /tmp= 66510 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  b89dce22e5369c8081062018c6eea272

RANDOM SEED= 720209000

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1637704 kB
Buffers:         40296 kB
Cached:         299824 kB
SwapCached:       2328 kB
Active:         184576 kB
Inactive:       179584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637704 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          31508 kB
Slab:            39516 kB
Committed_AS:  1611612 kB
PageTables:       1812 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= 66510 MiB

End job on node2 on Sat Mar 10 01:15:06 UTC 2007