Trace number 314532

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 625.504 625.219

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-15.cnf
MD5SUM3d9c71b515699560fe1678f286b58acb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.175
Satisfiable
(Un)Satisfiability was proved
Number of variables21104
Number of clauses74257
Sum of the clauses size192789
Maximum clause length171
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236142
Number of clauses of size 334380
Number of clauses of size 42745
Number of clauses of size 5538
Number of clauses of size over 5451

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c version SAT COMPETITION 2007
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1703279312
0.07/0.16	c Max memory 1706164224
0.07/0.16	c Total memory 1706164224
0.07/0.16	c Number of processors 2
0.19/0.21	c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c Expensive reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c timeout: 2147483s
0.19/0.21	c solving /tmp/evaluation/314532-1172638627/instance-314532-1172638627.cnf
0.19/0.21	c reading problem ... 
0.58/0.54	c ... done. Wall clock time 0.329s.
0.58/0.54	c CPU time (experimental) 0.41s.
0.58/0.54	c #vars     21104
0.58/0.54	c #constraints  73465
625.39/625.17	c starts		: 18
625.39/625.18	c conflicts		: 223192
625.39/625.18	c decisions		: 335989
625.39/625.18	c propagations		: 194383167
625.39/625.18	c inspects		: 1510956972
625.39/625.18	c learnt literals	: 342
625.39/625.18	c learnt binary clauses	: 723
625.39/625.18	c learnt ternary clauses	: 1774
625.39/625.18	c learnt clauses	: 222849
625.39/625.18	c root simplifications	: 0
625.39/625.18	c removed literals (reason simplification)	: 19941769
625.39/625.18	c reason swapping (by a shorter reason)	: 0
625.39/625.18	c Calls to reduceDB	: 0
625.39/625.18	c speed (decisions/second)	: 537.9370080757235
625.39/625.18	c non guided choices	691
625.39/625.18	s UNSATISFIABLE
625.39/625.18	c Total wall clock time (in seconds) : 624.96
625.39/625.18	c Total CPU time (experimental, in seconds) : 624.6

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-314532-1172638627 -o ROOT/results/node34/solver-314532-1172638627 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314532-1172638627/sat4j-sat2007.jar /tmp/evaluation/314532-1172638627/instance-314532-1172638627.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 8792
/proc/meminfo: memFree=1180456/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=18568 CPUtime=0
/proc/8792/stat : 8792 (runsolver) R 8790 8792 8636 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 257626567 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8792/statm: 4642 293 258 24 0 2626 0

[startup+0.023765 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 8792
/proc/meminfo: memFree=1180456/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=12848 CPUtime=0
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 899 0 1 0 0 0 0 0 18 0 2 0 257626567 13156352 656 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12848

[startup+0.101769 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 8792
/proc/meminfo: memFree=1180456/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1831428 CPUtime=0.07
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 3955 0 1 0 5 2 0 0 18 0 12 0 257626567 1875382272 3697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 457857 3697 1101 9 0 455493 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1831428

[startup+0.301784 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 8792
/proc/meminfo: memFree=1180456/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1834356 CPUtime=0.31
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 5495 0 1 0 28 3 0 0 18 0 12 0 257626567 1878380544 5223 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458589 5223 1285 9 0 456201 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1834356

[startup+0.70182 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 8792
/proc/meminfo: memFree=1180456/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1836468 CPUtime=0.9
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 8271 0 1 0 85 5 0 0 18 0 13 0 257626567 1880543232 7592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 459117 7592 1305 9 0 456729 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1836468

[startup+1.50288 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 8805
/proc/meminfo: memFree=1154688/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1835444 CPUtime=1.87
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 9063 0 1 0 182 5 0 0 18 0 13 0 257626567 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458861 7698 1313 9 0 456473 0
[pid=8792/tid=8794] ppid=8790 vsize=1835444 CPUtime=1.2
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 6214 0 1 0 117 3 0 0 20 0 13 0 257626569 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109593059 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1835444 CPUtime=0.34
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1451 0 0 0 34 0 0 0 16 0 13 0 257626578 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1835444 CPUtime=0.29
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 677 0 0 0 29 0 0 0 16 0 13 0 257626578 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1879494656 7698 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 1835444

[startup+3.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 8805
/proc/meminfo: memFree=1154240/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1835444 CPUtime=3.56
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 9260 0 1 0 350 6 0 0 18 0 13 0 257626567 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458861 7802 1316 9 0 456473 0
[pid=8792/tid=8794] ppid=8790 vsize=1835444 CPUtime=2.78
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 6307 0 1 0 274 4 0 0 17 0 13 0 257626569 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109559682 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1835444 CPUtime=0.38
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1491 0 0 0 38 0 0 0 16 0 13 0 257626578 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1835444 CPUtime=0.36
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 741 0 0 0 36 0 0 0 16 0 13 0 257626578 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1835444 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1879494656 7802 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1835444

[startup+6.30126 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 8805
/proc/meminfo: memFree=1153408/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1835252 CPUtime=6.76
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 9533 0 1 0 670 6 0 0 18 0 13 0 257626567 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458813 7938 1316 9 0 456425 0
[pid=8792/tid=8794] ppid=8790 vsize=1835252 CPUtime=5.97
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 6580 0 1 0 593 4 0 0 25 0 13 0 257626569 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109497411 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1835252 CPUtime=0.4
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1491 0 0 0 40 0 0 0 16 0 13 0 257626578 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1835252 CPUtime=0.36
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 741 0 0 0 36 0 0 0 16 0 13 0 257626578 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1835252 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1879298048 7938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 1835252

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 8805
/proc/meminfo: memFree=1151368/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1834368 CPUtime=13.22
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 10366 0 1 0 1315 7 0 0 18 0 13 0 257626567 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458592 8505 1317 9 0 456204 0
[pid=8792/tid=8794] ppid=8790 vsize=1834368 CPUtime=12.37
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 7370 0 1 0 1232 5 0 0 25 0 13 0 257626569 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109593059 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1834368 CPUtime=0.42
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1494 0 0 0 42 0 0 0 16 0 13 0 257626578 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1834368 CPUtime=0.39
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 781 0 0 0 39 0 0 0 16 0 13 0 257626578 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1878392832 8505 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.22
Current children cumulated vsize (KiB) 1834368

[startup+25.5028 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 8805
/proc/meminfo: memFree=1144968/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1834368 CPUtime=26.02
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 11884 0 1 0 2593 9 0 0 18 0 13 0 257626567 1878392832 10023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458592 10023 1317 9 0 456204 0
[pid=8792/tid=8794] ppid=8790 vsize=1834368 CPUtime=25.17
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 8888 0 1 0 2510 7 0 0 25 0 13 0 257626569 1878392832 10023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109542189 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1878392832 10023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1878392832 10023 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=8792] ppid=8790 vsize=1834368 CPUtime=620.99
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 36092 0 1 0 62061 38 0 0 18 0 13 0 257626567 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458592 34231 1317 9 0 456204 0
[pid=8792/tid=8794] ppid=8790 vsize=1834368 CPUtime=620.12
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 33095 0 1 0 61976 36 0 0 25 0 13 0 257626569 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109558907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1834368 CPUtime=0.44
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1494 0 0 0 44 0 0 0 16 0 13 0 257626578 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1834368 CPUtime=0.4
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 782 0 0 0 40 0 0 0 16 0 13 0 257626578 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1878392832 34231 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 620.99
Current children cumulated vsize (KiB) 1834368

[startup+622.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 9003
/proc/meminfo: memFree=1047304/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1834368 CPUtime=622.59
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 36106 0 1 0 62221 38 0 0 18 0 13 0 257626567 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458592 34245 1317 9 0 456204 0
[pid=8792/tid=8794] ppid=8790 vsize=1834368 CPUtime=621.72
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 33109 0 1 0 62136 36 0 0 25 0 13 0 257626569 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109566976 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1834368 CPUtime=0.44
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1494 0 0 0 44 0 0 0 16 0 13 0 257626578 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1834368 CPUtime=0.4
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 782 0 0 0 40 0 0 0 16 0 13 0 257626578 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1878392832 34245 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 622.59
Current children cumulated vsize (KiB) 1834368

[startup+623.903 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 9003
/proc/meminfo: memFree=1047240/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1834368 CPUtime=624.2
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 36119 0 1 0 62382 38 0 0 18 0 13 0 257626567 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458592 34258 1317 9 0 456204 0
[pid=8792/tid=8794] ppid=8790 vsize=1834368 CPUtime=623.32
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 33122 0 1 0 62296 36 0 0 25 0 13 0 257626569 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109566976 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1834368 CPUtime=0.44
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1494 0 0 0 44 0 0 0 16 0 13 0 257626578 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1834368 CPUtime=0.4
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 782 0 0 0 40 0 0 0 16 0 13 0 257626578 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1878392832 34258 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 624.2
Current children cumulated vsize (KiB) 1834368

[startup+624.703 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 9003
/proc/meminfo: memFree=1047240/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1834368 CPUtime=625
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 36125 0 1 0 62462 38 0 0 18 0 13 0 257626567 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458592 34264 1317 9 0 456204 0
[pid=8792/tid=8794] ppid=8790 vsize=1834368 CPUtime=624.13
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 33128 0 1 0 62377 36 0 0 25 0 13 0 257626569 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109559854 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1834368 CPUtime=0.44
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1494 0 0 0 44 0 0 0 16 0 13 0 257626578 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1834368 CPUtime=0.4
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 782 0 0 0 40 0 0 0 16 0 13 0 257626578 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1878392832 34264 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 625
Current children cumulated vsize (KiB) 1834368

[startup+625.103 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 9003
/proc/meminfo: memFree=1047240/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=1834368 CPUtime=625.39
/proc/8792/stat : 8792 (java) S 8790 8792 8636 0 -1 0 36128 0 1 0 62501 38 0 0 18 0 13 0 257626567 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 458592 34267 1317 9 0 456204 0
[pid=8792/tid=8794] ppid=8790 vsize=1834368 CPUtime=624.52
/proc/8792/task/8794/stat : 8794 (java) R 8790 8792 8636 0 -1 64 33131 0 1 0 62416 36 0 0 25 0 13 0 257626569 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109566915 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8795] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8795/stat : 8795 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 257626571 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8796] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8796/stat : 8796 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 257626571 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8797] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8797/stat : 8797 (java) S 8790 8792 8636 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 257626573 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8798] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8798/stat : 8798 (java) S 8790 8792 8636 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 257626574 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8799] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8799/stat : 8799 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 257626574 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8800] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8800/stat : 8800 (java) S 8790 8792 8636 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 257626577 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8801] ppid=8790 vsize=1834368 CPUtime=0.44
/proc/8792/task/8801/stat : 8801 (java) S 8790 8792 8636 0 -1 64 1494 0 0 0 44 0 0 0 16 0 13 0 257626578 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8802] ppid=8790 vsize=1834368 CPUtime=0.4
/proc/8792/task/8802/stat : 8802 (java) S 8790 8792 8636 0 -1 64 782 0 0 0 40 0 0 0 16 0 13 0 257626578 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8803] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8803/stat : 8803 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 257626578 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8792/tid=8804] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8804/stat : 8804 (java) S 8790 8792 8636 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 257626578 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8792/tid=8805] ppid=8790 vsize=1834368 CPUtime=0
/proc/8792/task/8805/stat : 8805 (java) S 8790 8792 8636 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 257626627 1878392832 34267 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 625.39
Current children cumulated vsize (KiB) 1834368

[startup+625.203 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 9003
/proc/meminfo: memFree=1047240/2055920 swapFree=4183944/4192956
[pid=8792] ppid=8790 vsize=0 CPUtime=625.48
/proc/8792/stat : 8792 (java) Z 8790 8792 8636 0 -1 1036 36141 0 1 0 62509 39 0 0 16 0 2 0 257626567 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8792/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 625.48
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 625.219
CPU time (s): 625.504
CPU user time (s): 625.098
CPU system time (s): 0.405938
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 1836468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 625.098
system time used= 0.405938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36141
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= 13052
involuntary context switches= 13524

runsolver used 0.733888 second user time and 1.59076 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 28 04:57:08 UTC 2007

IDJOB= 314532
IDBENCH= 20394
IDSOLVER= 96
FILE ID= node34/314532-1172638627

PBS_JOBID= 3981169

Free space on /tmp= 66518 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-15.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314532-1172638627/sat4j-sat2007.jar /tmp/evaluation/314532-1172638627/instance-314532-1172638627.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-314532-1172638627 -o ROOT/results/node34/solver-314532-1172638627 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/314532-1172638627/sat4j-sat2007.jar /tmp/evaluation/314532-1172638627/instance-314532-1172638627.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  3d9c71b515699560fe1678f286b58acb

RANDOM SEED= 777212975

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:       1180864 kB
Buffers:         34100 kB
Cached:         786088 kB
SwapCached:       3224 kB
Active:         271164 kB
Inactive:       558820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180864 kB
SwapTotal:     4192956 kB
SwapFree:      4183944 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:          15336 kB
Slab:            31092 kB
Committed_AS:   604628 kB
PageTables:       1396 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= 66518 MiB

End job on node34 on Wed Feb 28 05:07:33 UTC 2007