Trace number 332678

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 2007UNSAT 85.0531 84.6849

General information on the benchmark

Namecrafted/Medium/contest05/pebbling/
unsat-pbl-00080.sat05-1325.reshuffled-07.cnf
MD5SUM270191e44d7630b87c6baceebf140e40
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.512921
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of clauses11604
Sum of the clauses size89223
Maximum clause length11
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 214
Number of clauses of size 373
Number of clauses of size 472
Number of clauses of size 5457
Number of clauses of size over 510986

Solver Data (download as text)

0.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c version SAT COMPETITION 2007
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1703279312
0.06/0.17	c Max memory 1706164224
0.06/0.17	c Total memory 1706164224
0.06/0.17	c Number of processors 2
0.17/0.22	c --- Begin Solver configuration ---
0.17/0.22	c Stops conflict analysis at the first Unique Implication Point
0.17/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.22	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.22	c Expensive reason simplification
0.17/0.22	c --- End Solver configuration ---
0.17/0.22	c timeout: 2147483s
0.17/0.22	c solving /tmp/evaluation/332678-1173486001/instance-332678-1173486001.cnf
0.17/0.22	c reading problem ... 
0.46/0.42	c ... done. Wall clock time 0.195s.
0.46/0.42	c CPU time (experimental) 0.27s.
0.46/0.42	c #vars     288
0.46/0.42	c #constraints  11602
84.98/84.65	c starts		: 20
84.98/84.65	c conflicts		: 539711
84.98/84.65	c decisions		: 1149956
84.98/84.65	c propagations		: 4837123
84.98/84.65	c inspects		: 376043812
84.98/84.65	c learnt literals	: 8
84.98/84.65	c learnt binary clauses	: 30
84.98/84.65	c learnt ternary clauses	: 193
84.98/84.65	c learnt clauses	: 534467
84.98/84.65	c root simplifications	: 0
84.98/84.65	c removed literals (reason simplification)	: 1316013
84.98/84.65	c reason swapping (by a shorter reason)	: 0
84.98/84.65	c Calls to reduceDB	: 0
84.98/84.65	c speed (decisions/second)	: 13652.408258242216
84.98/84.65	c non guided choices	3083
84.98/84.65	s UNSATISFIABLE
84.98/84.65	c Total wall clock time (in seconds) : 84.428
84.98/84.65	c Total CPU time (experimental, in seconds) : 84.33

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-332678-1173486001 -o ROOT/results/node4/solver-332678-1173486001 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/332678-1173486001/sat4j-sat2007.jar /tmp/evaluation/332678-1173486001/instance-332678-1173486001.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: 1.00 1.00 1.00 2/77 16007
/proc/meminfo: memFree=1559144/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=18568 CPUtime=0
/proc/16007/stat : 16007 (runsolver) D 16005 16007 14424 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 368554990 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 259913215271 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/16007/statm: 4642 293 258 24 0 2626 0

[startup+0.0799919 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16007
/proc/meminfo: memFree=1559144/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1829096 CPUtime=0.04
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 3628 0 1 0 2 2 0 0 18 0 7 0 368554990 1872994304 3370 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 457274 3370 1069 9 0 454910 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1829096

[startup+0.101997 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16007
/proc/meminfo: memFree=1559144/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1829096 CPUtime=0.06
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 3822 0 1 0 4 2 0 0 18 0 7 0 368554990 1872994304 3564 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 457274 3564 1085 9 0 454910 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1829096

[startup+0.302016 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16007
/proc/meminfo: memFree=1559144/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1833720 CPUtime=0.32
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 5232 0 1 0 29 3 0 0 18 0 12 0 368554990 1877729280 4963 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458430 4963 1286 9 0 456042 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1833720

[startup+0.701053 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16007
/proc/meminfo: memFree=1559144/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835516 CPUtime=0.96
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 6691 0 1 0 92 4 0 0 18 0 13 0 368554990 1879568384 5858 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458879 5858 1309 9 0 456491 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1835516

[startup+1.50213 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1539456/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835516 CPUtime=1.88
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 7548 0 1 0 184 4 0 0 18 0 13 0 368554990 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458879 6655 1313 9 0 456491 0
[pid=16007/tid=16009] ppid=16005 vsize=1835516 CPUtime=1.23
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 5156 0 1 0 120 3 0 0 20 0 13 0 368554993 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109537294 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835516 CPUtime=0.33
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 914 0 0 0 33 0 0 0 17 0 13 0 368555001 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835516 CPUtime=0.31
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 31 0 0 0 17 0 13 0 368555001 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879568384 6655 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1835516

[startup+3.10228 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1534912/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835516 CPUtime=3.49
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 8822 0 1 0 344 5 0 0 18 0 13 0 368554990 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458879 7928 1313 9 0 456491 0
[pid=16007/tid=16009] ppid=16005 vsize=1835516 CPUtime=2.81
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 6429 0 1 0 278 3 0 0 25 0 13 0 368554993 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109585089 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835516 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835516 CPUtime=0.31
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 31 0 0 0 16 0 13 0 368555001 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835516 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879568384 7928 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 1835516

[startup+6.30158 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1526528/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835420 CPUtime=6.69
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 10663 0 1 0 663 6 0 0 18 0 13 0 368554990 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458855 9698 1313 9 0 456467 0
[pid=16007/tid=16009] ppid=16005 vsize=1835420 CPUtime=6
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 8270 0 1 0 596 4 0 0 25 0 13 0 368554993 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109611375 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835420 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835420 CPUtime=0.32
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 32 0 0 0 16 0 13 0 368555001 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835420 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879470080 9698 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 1835420

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1514624/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835068 CPUtime=13.1
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 13480 0 1 0 1302 8 0 0 18 0 13 0 368554990 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458767 12427 1313 9 0 456379 0
[pid=16007/tid=16009] ppid=16005 vsize=1835068 CPUtime=12.4
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 11087 0 1 0 1234 6 0 0 25 0 13 0 368554993 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109537176 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835068 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835068 CPUtime=0.32
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 32 0 0 0 16 0 13 0 368555001 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879109632 12427 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.1
Current children cumulated vsize (KiB) 1835068

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1497152/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835068 CPUtime=25.88
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 17700 0 1 0 2578 10 0 0 18 0 13 0 368554990 1879109632 16647 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458767 16647 1313 9 0 456379 0
[pid=16007/tid=16009] ppid=16005 vsize=1835068 CPUtime=25.2
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 15307 0 1 0 2511 9 0 0 25 0 13 0 368554993 1879109632 16647 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879109632 16647 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879109632 16647 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879109632 28745 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879109632 28745 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.27
Current children cumulated vsize (KiB) 1835068

[startup+83.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1446016/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835068 CPUtime=83.47
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 30474 0 1 0 8325 22 0 0 18 0 13 0 368554990 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458767 29421 1313 9 0 456379 0
[pid=16007/tid=16009] ppid=16005 vsize=1835068 CPUtime=82.78
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 28081 0 1 0 8258 20 0 0 25 0 13 0 368554993 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835068 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835068 CPUtime=0.32
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 32 0 0 0 16 0 13 0 368555001 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879109632 29421 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.47
Current children cumulated vsize (KiB) 1835068

[startup+83.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1445440/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835068 CPUtime=84.27
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 30523 0 1 0 8405 22 0 0 18 0 13 0 368554990 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458767 29470 1313 9 0 456379 0
[pid=16007/tid=16009] ppid=16005 vsize=1835068 CPUtime=83.58
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 28130 0 1 0 8338 20 0 0 25 0 13 0 368554993 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835068 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835068 CPUtime=0.32
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 32 0 0 0 16 0 13 0 368555001 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879109632 29470 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.27
Current children cumulated vsize (KiB) 1835068

[startup+84.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1445440/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835068 CPUtime=84.67
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 30558 0 1 0 8445 22 0 0 18 0 13 0 368554990 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458767 29505 1313 9 0 456379 0
[pid=16007/tid=16009] ppid=16005 vsize=1835068 CPUtime=83.98
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 28165 0 1 0 8378 20 0 0 25 0 13 0 368554993 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109537194 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835068 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835068 CPUtime=0.32
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 32 0 0 0 16 0 13 0 368555001 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879109632 29505 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.67
Current children cumulated vsize (KiB) 1835068

[startup+84.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1445440/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835068 CPUtime=84.87
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 30568 0 1 0 8465 22 0 0 18 0 13 0 368554990 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458767 29515 1313 9 0 456379 0
[pid=16007/tid=16009] ppid=16005 vsize=1835068 CPUtime=84.18
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 28175 0 1 0 8398 20 0 0 25 0 13 0 368554993 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835068 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835068 CPUtime=0.32
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 32 0 0 0 16 0 13 0 368555001 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879109632 29515 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.87
Current children cumulated vsize (KiB) 1835068

[startup+84.6011 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 16020
/proc/meminfo: memFree=1445056/2055920 swapFree=4153224/4192956
[pid=16007] ppid=16005 vsize=1835068 CPUtime=84.98
/proc/16007/stat : 16007 (java) S 16005 16007 14424 0 -1 0 30594 0 1 0 8476 22 0 0 18 0 13 0 368554990 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16007/statm: 458767 29541 1313 9 0 456379 0
[pid=16007/tid=16009] ppid=16005 vsize=1835068 CPUtime=84.28
/proc/16007/task/16009/stat : 16009 (java) R 16005 16007 14424 0 -1 64 28201 0 1 0 8408 20 0 0 25 0 13 0 368554993 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109543352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16005 16007 14424 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 368554995 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16011] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 368554995 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16012] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16005 16007 14424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 368554997 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16013] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16013/stat : 16013 (java) S 16005 16007 14424 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 368554997 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16014] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16005 16007 14424 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 368554997 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16015] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16016] ppid=16005 vsize=1835068 CPUtime=0.34
/proc/16007/task/16016/stat : 16016 (java) S 16005 16007 14424 0 -1 64 915 0 0 0 34 0 0 0 17 0 13 0 368555001 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16007/tid=16017] ppid=16005 vsize=1835068 CPUtime=0.32
/proc/16007/task/16017/stat : 16017 (java) S 16005 16007 14424 0 -1 64 751 0 0 0 32 0 0 0 16 0 13 0 368555001 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16018] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16018/stat : 16018 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 368555001 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16019] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16019/stat : 16019 (java) S 16005 16007 14424 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 368555001 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16007/tid=16020] ppid=16005 vsize=1835068 CPUtime=0
/proc/16007/task/16020/stat : 16020 (java) S 16005 16007 14424 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 368555032 1879109632 29541 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.98
Current children cumulated vsize (KiB) 1835068

Child status: 20
Real time (s): 84.6849
CPU time (s): 85.0531
CPU user time (s): 84.8121
CPU system time (s): 0.240963
CPU usage (%): 100.435
Max. virtual memory (cumulated for all children) (KiB): 1835952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.8121
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30607
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= 2106
involuntary context switches= 2088

runsolver used 0.074988 second user time and 0.249962 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Mar 10 00:20:01 UTC 2007

IDJOB= 332678
IDBENCH= 24586
IDSOLVER= 96
FILE ID= node4/332678-1173486001

PBS_JOBID= 4101090

Free space on /tmp= 66523 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  270191e44d7630b87c6baceebf140e40

RANDOM SEED= 919973334

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1559552 kB
Buffers:         43144 kB
Cached:         372708 kB
SwapCached:       2824 kB
Active:         246308 kB
Inactive:       197496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559552 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          34432 kB
Slab:            38088 kB
Committed_AS:  1276076 kB
PageTables:       1784 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= 66523 MiB

End job on node4 on Sat Mar 10 00:21:26 UTC 2007