Trace number 331631

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 JVM PARAM CHANGED SAT 2007UNSAT 625.126 624.798

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.742
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

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 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/331631-1176857799/instance-331631-1176857799.cnf
0.20/0.20	c reading problem ... 
1.49/1.46	c ... done. Wall clock time 1.26s.
1.49/1.46	c CPU time (experimental) 1.33s.
1.49/1.46	c #vars     108786
1.49/1.46	c #constraints  473409
625.07/624.73	c starts		: 16
625.07/624.73	c conflicts		: 107676
625.07/624.73	c decisions		: 164617
625.07/624.73	c propagations		: 245156620
625.07/624.73	c inspects		: 1472396455
625.07/624.73	c learnt literals	: 188
625.07/624.73	c learnt binary clauses	: 245
625.07/624.73	c learnt ternary clauses	: 586
625.07/624.73	c learnt clauses	: 107487
625.07/624.73	c root simplifications	: 0
625.07/624.73	c removed literals (reason simplification)	: 5308618
625.07/624.73	c reason swapping (by a shorter reason)	: 0
625.07/624.73	c Calls to reduceDB	: 0
625.07/624.73	c speed (decisions/second)	: 264.1386215505871
625.07/624.73	c non guided choices	526
625.07/624.73	s UNSATISFIABLE
625.07/624.73	c Total wall clock time (in seconds) : 624.532
625.07/624.73	c Total CPU time (experimental, in seconds) : 624.12

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node68/watcher-331631-1176857799 -o ROOT/results/node68/solver-331631-1176857799 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331631-1176857799/sat4j-sat2007.jar /tmp/evaluation/331631-1176857799/instance-331631-1176857799.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 8323
/proc/meminfo: memFree=1708912/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=18568 CPUtime=0
/proc/8323/stat : 8323 (runsolver) D 8321 8323 7317 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 161769450 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 257414458663 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/8323/statm: 4642 292 257 24 0 2626 0

[startup+0.0434111 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 8323
/proc/meminfo: memFree=1708912/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1776976 CPUtime=0.02
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 3245 0 1 0 0 2 0 0 18 0 4 0 161769450 1819623424 2993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 444244 2994 887 9 0 441880 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776976

[startup+0.102411 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 8323
/proc/meminfo: memFree=1708912/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1780404 CPUtime=0.08
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 3970 0 1 0 6 2 0 0 18 0 12 0 161769450 1823133696 3712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445101 3713 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780404

[startup+0.301437 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 8323
/proc/meminfo: memFree=1708912/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1781856 CPUtime=0.33
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 6876 0 1 0 29 4 0 0 18 0 12 0 161769450 1824620544 6615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445464 6615 1286 9 0 443076 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781856

[startup+0.702475 s]
/proc/loadavg: 1.00 1.00 1.12 2/64 8323
/proc/meminfo: memFree=1708912/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1781888 CPUtime=0.79
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 12168 0 1 0 73 6 0 0 18 0 12 0 161769450 1824653312 11905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445472 11905 1290 9 0 443084 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1781888

[startup+1.50255 s]
/proc/loadavg: 1.00 1.00 1.12 2/76 8335
/proc/meminfo: memFree=1658768/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1781888 CPUtime=1.62
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 18523 0 1 0 152 10 0 0 18 0 12 0 161769450 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445472 18259 1301 9 0 443084 0
[pid=8323/tid=8325] ppid=8321 vsize=1781888 CPUtime=1.36
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 17236 0 1 0 127 9 0 0 25 0 12 0 161769451 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 161769453 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161769453 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 161769455 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 161769456 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 161769456 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 161769459 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1781888 CPUtime=0.12
/proc/8323/task/8332/stat : 8332 (java) R 8321 8323 7317 0 -1 64 305 0 0 0 12 0 0 0 16 0 12 0 161769459 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102297649 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1781888 CPUtime=0.12
/proc/8323/task/8333/stat : 8333 (java) R 8321 8323 7317 0 -1 64 263 0 0 0 12 0 0 0 16 0 12 0 161769459 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103061394 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 161769459 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1781888 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 161769460 1824653312 18259 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1781888

[startup+3.10269 s]
/proc/loadavg: 1.00 1.00 1.12 2/77 8336
/proc/meminfo: memFree=1636680/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1783400 CPUtime=3.55
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 20510 0 1 0 344 11 0 0 18 0 13 0 161769450 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445850 19148 1310 9 0 443462 0
[pid=8323/tid=8325] ppid=8321 vsize=1783400 CPUtime=2.84
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 17808 0 1 0 274 10 0 0 25 0 13 0 161769451 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642424 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1783400 CPUtime=0.4
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1248 0 0 0 40 0 0 0 16 0 13 0 161769459 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1783400 CPUtime=0.29
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 730 0 0 0 29 0 0 0 16 0 13 0 161769459 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1783400 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1826201600 19148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 1783400

[startup+6.30178 s]
/proc/loadavg: 1.08 1.02 1.12 2/77 8336
/proc/meminfo: memFree=1636360/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1783368 CPUtime=6.79
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 20633 0 1 0 667 12 0 0 18 0 13 0 161769450 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445842 19243 1313 9 0 443454 0
[pid=8323/tid=8325] ppid=8321 vsize=1783368 CPUtime=6.01
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 17880 0 1 0 591 10 0 0 25 0 13 0 161769451 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642129 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1783368 CPUtime=0.44
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1292 0 0 0 44 0 0 0 16 0 13 0 161769459 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1783368 CPUtime=0.31
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 737 0 0 0 31 0 0 0 16 0 13 0 161769459 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1826168832 19243 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 1783368

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.12 2/77 8336
/proc/meminfo: memFree=1636040/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1783368 CPUtime=13.19
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 20731 0 1 0 1307 12 0 0 18 0 13 0 161769450 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445842 19341 1313 9 0 443454 0
[pid=8323/tid=8325] ppid=8321 vsize=1783368 CPUtime=12.41
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 17978 0 1 0 1231 10 0 0 25 0 13 0 161769451 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109559583 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1783368 CPUtime=0.44
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1292 0 0 0 44 0 0 0 16 0 13 0 161769459 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1783368 CPUtime=0.31
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 737 0 0 0 31 0 0 0 16 0 13 0 161769459 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1783368 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1826168832 19341 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 1783368

[startup+25.5025 s]
/proc/loadavg: 1.06 1.02 1.12 2/77 8336
/proc/meminfo: memFree=1635720/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1782920 CPUtime=26.06
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 20952 0 1 0 2594 12 0 0 18 0 13 0 161769450 1825710080 19452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445730 19452 1316 9 0 443342 0
[pid=8323/tid=8325] ppid=8321 vsize=1782920 CPUtime=25.18
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 18189 0 1 0 2508 10 0 0 25 0 13 0 161769451 1825710080 19452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109554301 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1825710080 19452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1825710080 19452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1825710080 19452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1825710080 29483 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1825710080 29483 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 614.66
Current children cumulated vsize (KiB) 1782920

[startup+620.701 s]
/proc/loadavg: 1.00 1.00 1.05 2/77 8534
/proc/meminfo: memFree=1594696/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1782920 CPUtime=621.06
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 31088 0 1 0 62080 26 0 0 18 0 13 0 161769450 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445730 29585 1317 9 0 443342 0
[pid=8323/tid=8325] ppid=8321 vsize=1782920 CPUtime=620.09
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 28317 0 1 0 61985 24 0 0 25 0 13 0 161769451 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109591536 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1782920 CPUtime=0.57
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1305 0 0 0 57 0 0 0 17 0 13 0 161769459 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1782920 CPUtime=0.37
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 742 0 0 0 37 0 0 0 16 0 13 0 161769459 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1825710080 29585 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 621.06
Current children cumulated vsize (KiB) 1782920

[startup+622.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/77 8534
/proc/meminfo: memFree=1594632/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1782920 CPUtime=622.66
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 31110 0 1 0 62240 26 0 0 18 0 13 0 161769450 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445730 29607 1317 9 0 443342 0
[pid=8323/tid=8325] ppid=8321 vsize=1782920 CPUtime=621.69
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 28339 0 1 0 62145 24 0 0 25 0 13 0 161769451 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109591727 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1782920 CPUtime=0.57
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1305 0 0 0 57 0 0 0 17 0 13 0 161769459 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1782920 CPUtime=0.37
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 742 0 0 0 37 0 0 0 16 0 13 0 161769459 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1825710080 29607 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 622.66
Current children cumulated vsize (KiB) 1782920

[startup+623.903 s]
/proc/loadavg: 1.00 1.00 1.05 2/77 8534
/proc/meminfo: memFree=1594504/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1782920 CPUtime=624.26
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 31125 0 1 0 62400 26 0 0 18 0 13 0 161769450 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445730 29622 1317 9 0 443342 0
[pid=8323/tid=8325] ppid=8321 vsize=1782920 CPUtime=623.29
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 28354 0 1 0 62305 24 0 0 25 0 13 0 161769451 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109554409 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1782920 CPUtime=0.57
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1305 0 0 0 57 0 0 0 17 0 13 0 161769459 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1782920 CPUtime=0.37
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 742 0 0 0 37 0 0 0 16 0 13 0 161769459 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1825710080 29622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 624.26
Current children cumulated vsize (KiB) 1782920

[startup+624.303 s]
/proc/loadavg: 1.00 1.00 1.05 2/77 8534
/proc/meminfo: memFree=1594504/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1782920 CPUtime=624.66
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 31129 0 1 0 62440 26 0 0 18 0 13 0 161769450 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445730 29626 1317 9 0 443342 0
[pid=8323/tid=8325] ppid=8321 vsize=1782920 CPUtime=623.69
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 28358 0 1 0 62345 24 0 0 25 0 13 0 161769451 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642438 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1782920 CPUtime=0.57
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1305 0 0 0 57 0 0 0 17 0 13 0 161769459 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1782920 CPUtime=0.37
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 742 0 0 0 37 0 0 0 16 0 13 0 161769459 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1825710080 29626 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 624.66
Current children cumulated vsize (KiB) 1782920

[startup+624.703 s]
/proc/loadavg: 1.00 1.00 1.05 2/77 8534
/proc/meminfo: memFree=1594440/2055920 swapFree=4178704/4192956
[pid=8323] ppid=8321 vsize=1782920 CPUtime=625.07
/proc/8323/stat : 8323 (java) S 8321 8323 7317 0 -1 0 31140 0 1 0 62481 26 0 0 18 0 13 0 161769450 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8323/statm: 445730 29637 1317 9 0 443342 0
[pid=8323/tid=8325] ppid=8321 vsize=1782920 CPUtime=624.1
/proc/8323/task/8325/stat : 8325 (java) R 8321 8323 7317 0 -1 64 28369 0 1 0 62386 24 0 0 25 0 13 0 161769451 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109591727 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8326] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8326/stat : 8326 (java) S 8321 8323 7317 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 161769453 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8327] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8327/stat : 8327 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 161769453 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8328] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8328/stat : 8328 (java) S 8321 8323 7317 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 161769455 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8329] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8329/stat : 8329 (java) S 8321 8323 7317 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 161769456 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8330] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8330/stat : 8330 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 161769456 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8331] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8331/stat : 8331 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 161769459 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8332] ppid=8321 vsize=1782920 CPUtime=0.57
/proc/8323/task/8332/stat : 8332 (java) S 8321 8323 7317 0 -1 64 1305 0 0 0 57 0 0 0 17 0 13 0 161769459 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8333] ppid=8321 vsize=1782920 CPUtime=0.37
/proc/8323/task/8333/stat : 8333 (java) S 8321 8323 7317 0 -1 64 742 0 0 0 37 0 0 0 16 0 13 0 161769459 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8334] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8334/stat : 8334 (java) S 8321 8323 7317 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 161769459 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8323/tid=8335] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8335/stat : 8335 (java) S 8321 8323 7317 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 161769460 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8323/tid=8336] ppid=8321 vsize=1782920 CPUtime=0
/proc/8323/task/8336/stat : 8336 (java) S 8321 8323 7317 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 161769613 1825710080 29637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 625.07
Current children cumulated vsize (KiB) 1782920

Child status: 20
Real time (s): 624.798
CPU time (s): 625.126
CPU user time (s): 624.843
CPU system time (s): 0.282956
CPU usage (%): 100.053
Max. virtual memory (cumulated for all children) (KiB): 1783832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.843
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31153
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= 13100
involuntary context switches= 13567

runsolver used 0.728889 second user time and 1.57876 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Apr 18 00:56:39 UTC 2007

IDJOB= 331631
IDBENCH= 20346
IDSOLVER= 141
FILE ID= node68/331631-1176857799

PBS_JOBID= 4590195

Free space on /tmp= 66322 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331631-1176857799/sat4j-sat2007.jar /tmp/evaluation/331631-1176857799/instance-331631-1176857799.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-331631-1176857799 -o ROOT/results/node68/solver-331631-1176857799 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331631-1176857799/sat4j-sat2007.jar /tmp/evaluation/331631-1176857799/instance-331631-1176857799.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  083d28c2adf10233f37f8b5a078c94a9

RANDOM SEED= 796012285

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1709256 kB
Buffers:         22520 kB
Cached:         275184 kB
SwapCached:       8500 kB
Active:         128244 kB
Inactive:       185952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709256 kB
SwapTotal:     4192956 kB
SwapFree:      4178704 kB
Dirty:            9276 kB
Writeback:           0 kB
Mapped:          16732 kB
Slab:            18492 kB
Committed_AS:  2657544 kB
PageTables:       1384 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= 66322 MiB

End job on node68 on Wed Apr 18 01:07:04 UTC 2007