Trace number 315612

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 422.247 421.851

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3085
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

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.20/0.21	c --- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c Expensive reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c timeout: 2147483s
0.20/0.21	c solving /tmp/evaluation/315612-1172656565/instance-315612-1172656565.cnf
0.20/0.21	c reading problem ... 
2.04/1.99	c ... done. Wall clock time 1.787s.
2.04/1.99	c CPU time (experimental) 1.85s.
2.04/1.99	c #vars     115898
2.04/1.99	c #constraints  648970
422.14/421.78	c starts		: 14
422.14/421.78	c conflicts		: 48807
422.14/421.78	c decisions		: 86965
422.14/421.78	c propagations		: 315238854
422.14/421.78	c inspects		: 714275197
422.14/421.78	c learnt literals	: 17
422.14/421.78	c learnt binary clauses	: 316
422.14/421.78	c learnt ternary clauses	: 1299
422.14/421.78	c learnt clauses	: 48789
422.14/421.78	c root simplifications	: 0
422.14/421.78	c removed literals (reason simplification)	: 1789076
422.14/421.78	c reason swapping (by a shorter reason)	: 0
422.14/421.78	c Calls to reduceDB	: 0
422.14/421.78	c speed (decisions/second)	: 207.19123823954752
422.14/421.78	c non guided choices	2027
422.14/421.78	s UNSATISFIABLE
422.14/421.78	c Total wall clock time (in seconds) : 421.574
422.14/421.78	c Total CPU time (experimental, in seconds) : 421.26

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/node34/watcher-315612-1172656565 -o ROOT/results/node34/solver-315612-1172656565 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315612-1172656565/sat4j-sat2007.jar /tmp/evaluation/315612-1172656565/instance-315612-1172656565.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.92 0.98 0.99 2/64 10685
/proc/meminfo: memFree=719384/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=18568 CPUtime=0
/proc/10685/stat : 10685 (runsolver) R 10683 10685 10094 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 259420390 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10685/statm: 4642 293 258 24 0 2626 0

[startup+0.053146 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10685
/proc/meminfo: memFree=719384/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1828448 CPUtime=0.04
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 3545 0 1 0 2 2 0 0 20 0 5 0 259420390 1872330752 3290 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 457112 3290 1039 9 0 454748 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1828448

[startup+0.101149 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10685
/proc/meminfo: memFree=719384/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1831496 CPUtime=0.08
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 4012 0 1 0 5 3 0 0 20 0 12 0 259420390 1875451904 3754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 457874 3754 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301165 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10685
/proc/meminfo: memFree=719384/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1833584 CPUtime=0.33
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 6918 0 1 0 28 5 0 0 20 0 12 0 259420390 1877590016 6657 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458396 6657 1276 9 0 456008 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1833584

[startup+0.701198 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 10685
/proc/meminfo: memFree=719384/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1835240 CPUtime=0.83
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 10155 0 1 0 76 7 0 0 20 0 12 0 259420390 1879285760 9548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458810 9548 1304 9 0 456422 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1835240

[startup+1.50125 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 10697
/proc/meminfo: memFree=675448/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1835240 CPUtime=1.62
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 17319 0 1 0 152 10 0 0 20 0 12 0 259420390 1879285760 16711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458810 16711 1304 9 0 456422 0
[pid=10685/tid=10687] ppid=10683 vsize=1835240 CPUtime=1.37
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 15376 0 1 0 129 8 0 0 20 0 12 0 259420392 1879285760 16711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109494299 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 259420393 1879285760 16712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 259420393 1879285760 16712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 259420396 1879285760 16713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 259420396 1879285760 16713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 259420396 1879285760 16714 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 259420400 1879285760 16714 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1835240 CPUtime=0.14
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 826 0 0 0 14 0 0 0 16 0 12 0 259420400 1879285760 16715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1835240 CPUtime=0.08
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 397 0 0 0 8 0 0 0 16 0 12 0 259420400 1879285760 16717 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 259420400 1879285760 16718 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1835240 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 259420400 1879285760 16720 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1835240

[startup+3.1024 s]
/proc/loadavg: 0.93 0.98 0.99 4/77 10698
/proc/meminfo: memFree=634544/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1836324 CPUtime=3.59
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 24173 0 1 0 346 13 0 0 20 0 13 0 259420390 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 459081 22620 1317 9 0 456693 0
[pid=10685/tid=10687] ppid=10683 vsize=1836324 CPUtime=2.89
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 20994 0 1 0 278 11 0 0 25 0 13 0 259420392 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109623128 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 259420396 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1836324 CPUtime=0.29
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 983 0 0 0 29 0 0 0 16 0 13 0 259420400 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1836324 CPUtime=0.39
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1472 0 0 0 39 0 0 0 16 0 13 0 259420400 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1836324 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1880395776 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1836324

[startup+6.30265 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10698
/proc/meminfo: memFree=633200/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1836292 CPUtime=6.84
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 24248 0 1 0 671 13 0 0 20 0 13 0 259420390 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 459073 22620 1317 9 0 456685 0
[pid=10685/tid=10687] ppid=10683 vsize=1836292 CPUtime=6.07
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 21045 0 1 0 596 11 0 0 25 0 13 0 259420392 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109623026 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1836292 CPUtime=0.33
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 1006 0 0 0 33 0 0 0 17 0 13 0 259420400 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1836292 CPUtime=0.41
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1473 0 0 0 41 0 0 0 16 0 13 0 259420400 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1836292 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1880363008 22620 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1836292

[startup+12.7022 s]
/proc/loadavg: 1.01 1.00 0.99 2/77 10698
/proc/meminfo: memFree=633008/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1836132 CPUtime=13.24
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 24341 0 1 0 1311 13 0 0 20 0 13 0 259420390 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 459033 22665 1317 9 0 456645 0
[pid=10685/tid=10687] ppid=10683 vsize=1836132 CPUtime=12.46
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 21138 0 1 0 1235 11 0 0 25 0 13 0 259420392 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109623114 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1836132 CPUtime=0.33
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 1006 0 0 0 33 0 0 0 17 0 13 0 259420400 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1836132 CPUtime=0.41
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1473 0 0 0 41 0 0 0 16 0 13 0 259420400 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1836132 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1880199168 22665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 1836132

[startup+25.5012 s]
/proc/loadavg: 1.01 1.00 0.99 2/77 10698
/proc/meminfo: memFree=633520/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1835308 CPUtime=26.04
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 24463 0 1 0 2590 14 0 0 20 0 13 0 259420390 1879355392 22583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458827 22583 1317 9 0 456439 0
[pid=10685/tid=10687] ppid=10683 vsize=1835308 CPUtime=25.24
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 21259 0 1 0 2513 11 0 0 25 0 13 0 259420392 1879355392 22583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109614279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1879355392 22583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1879355392 22583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1879355392 22583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=10685] ppid=10683 vsize=1835308 CPUtime=416.34
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 29074 0 1 0 41614 20 0 0 20 0 13 0 259420390 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458827 27056 1321 9 0 456439 0
[pid=10685/tid=10687] ppid=10683 vsize=1835308 CPUtime=415.38
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 25666 0 1 0 41521 17 0 0 25 0 13 0 259420392 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109672122 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1835308 CPUtime=0.44
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 1205 0 0 0 44 0 0 0 16 0 13 0 259420400 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1835308 CPUtime=0.48
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1479 0 0 0 48 0 0 0 17 0 13 0 259420400 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1879355392 27056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.34
Current children cumulated vsize (KiB) 1835308

[startup+419.106 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 10896
/proc/meminfo: memFree=615088/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1835308 CPUtime=419.54
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 29100 0 1 0 41934 20 0 0 20 0 13 0 259420390 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458827 27082 1321 9 0 456439 0
[pid=10685/tid=10687] ppid=10683 vsize=1835308 CPUtime=418.58
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 25692 0 1 0 41841 17 0 0 25 0 13 0 259420392 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109661579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1835308 CPUtime=0.44
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 1205 0 0 0 44 0 0 0 16 0 13 0 259420400 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1835308 CPUtime=0.48
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1479 0 0 0 48 0 0 0 17 0 13 0 259420400 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1879355392 27082 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 419.54
Current children cumulated vsize (KiB) 1835308

[startup+420.703 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 10896
/proc/meminfo: memFree=615088/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1835308 CPUtime=421.14
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 29105 0 1 0 42094 20 0 0 20 0 13 0 259420390 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458827 27087 1321 9 0 456439 0
[pid=10685/tid=10687] ppid=10683 vsize=1835308 CPUtime=420.18
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 25697 0 1 0 42001 17 0 0 25 0 13 0 259420392 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109649453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1835308 CPUtime=0.44
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 1205 0 0 0 44 0 0 0 16 0 13 0 259420400 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1835308 CPUtime=0.48
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1479 0 0 0 48 0 0 0 17 0 13 0 259420400 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1879355392 27087 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 421.14
Current children cumulated vsize (KiB) 1835308

[startup+421.503 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 10896
/proc/meminfo: memFree=615088/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1835308 CPUtime=421.94
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 29108 0 1 0 42174 20 0 0 20 0 13 0 259420390 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458827 27090 1321 9 0 456439 0
[pid=10685/tid=10687] ppid=10683 vsize=1835308 CPUtime=420.98
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 25700 0 1 0 42081 17 0 0 25 0 13 0 259420392 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109566355 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1835308 CPUtime=0.44
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 1205 0 0 0 44 0 0 0 16 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1835308 CPUtime=0.48
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1479 0 0 0 48 0 0 0 17 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 421.94
Current children cumulated vsize (KiB) 1835308

[startup+421.703 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 10896
/proc/meminfo: memFree=615088/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=1835308 CPUtime=422.14
/proc/10685/stat : 10685 (java) S 10683 10685 10094 0 -1 0 29108 0 1 0 42194 20 0 0 20 0 13 0 259420390 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 458827 27090 1321 9 0 456439 0
[pid=10685/tid=10687] ppid=10683 vsize=1835308 CPUtime=421.18
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 10094 0 -1 64 25700 0 1 0 42101 17 0 0 25 0 13 0 259420392 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109649450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10688] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 10094 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 259420393 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 259420393 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 10094 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 259420396 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 10094 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420396 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 10094 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=1835308 CPUtime=0.44
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 10094 0 -1 64 1205 0 0 0 44 0 0 0 16 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10695] ppid=10683 vsize=1835308 CPUtime=0.48
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 10094 0 -1 64 1479 0 0 0 48 0 0 0 17 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10696] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 10094 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 259420400 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10685/tid=10698] ppid=10683 vsize=1835308 CPUtime=0
/proc/10685/task/10698/stat : 10698 (java) S 10683 10685 10094 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 259420596 1879355392 27090 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 422.14
Current children cumulated vsize (KiB) 1835308

[startup+421.803 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 10896
/proc/meminfo: memFree=615088/2055920 swapFree=4183944/4192956
[pid=10685] ppid=10683 vsize=0 CPUtime=422.22
/proc/10685/stat : 10685 (java) Z 10683 10685 10094 0 -1 1036 29122 0 1 0 42202 20 0 0 16 0 2 0 259420390 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 422.22
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 421.851
CPU time (s): 422.247
CPU user time (s): 422.027
CPU system time (s): 0.219966
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (KiB): 1836324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.027
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29122
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= 8909
involuntary context switches= 9197

runsolver used 0.466929 second user time and 1.12083 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 28 09:56:06 UTC 2007

IDJOB= 315612
IDBENCH= 20421
IDSOLVER= 96
FILE ID= node34/315612-1172656565

PBS_JOBID= 3981202

Free space on /tmp= 66266 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315612-1172656565/sat4j-sat2007.jar /tmp/evaluation/315612-1172656565/instance-315612-1172656565.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-315612-1172656565 -o ROOT/results/node34/solver-315612-1172656565 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/315612-1172656565/sat4j-sat2007.jar /tmp/evaluation/315612-1172656565/instance-315612-1172656565.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  ccc94758bbd09de3056ff3a062ddfd45

RANDOM SEED= 302041017

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:        719792 kB
Buffers:         38252 kB
Cached:        1221216 kB
SwapCached:       3224 kB
Active:         391664 kB
Inactive:       892272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        719792 kB
SwapTotal:     4192956 kB
SwapFree:      4183944 kB
Dirty:           12856 kB
Writeback:           0 kB
Mapped:          29960 kB
Slab:            38292 kB
Committed_AS:   627136 kB
PageTables:       1432 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= 66266 MiB

End job on node34 on Wed Feb 28 10:03:08 UTC 2007