Trace number 331825

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 43.9223 43.6345

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11773.cnf
MD5SUMd6bd3be8cd8bf9b3f280923b7f8605ef
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.75973
Satisfiable
(Un)Satisfiability was proved
Number of variables238323
Number of clauses686155
Sum of the clauses size1785421
Maximum clause length3
Minimum clause length1
Number of clauses of size 127840
Number of clauses of size 2217364
Number of clauses of size 3440951
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.08/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.30	c version SAT COMPETITION 2007
0.14/0.30	c sun.arch.data.model	32
0.14/0.30	c java.version	1.6.0
0.14/0.30	c os.name	Linux
0.14/0.30	c os.version	2.6.9-22.EL.rootsmp
0.14/0.30	c os.arch	i386
0.14/0.30	c Free memory 1651659224
0.14/0.30	c Max memory 1654456320
0.14/0.30	c Total memory 1654456320
0.14/0.30	c Number of processors 2
0.14/0.36	c --- Begin Solver configuration ---
0.14/0.36	c Stops conflict analysis at the first Unique Implication Point
0.14/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.14/0.36	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.36	c Expensive reason simplification
0.14/0.36	c --- End Solver configuration ---
0.14/0.36	c timeout: 2147483s
0.14/0.36	c solving /tmp/evaluation/331825-1176320833/instance-331825-1176320833.cnf
0.14/0.36	c reading problem ... 
2.27/2.32	c ... done. Wall clock time 1.958s.
2.27/2.32	c CPU time (experimental) 2.04s.
2.27/2.32	c #vars     238348
2.27/2.32	c #constraints  657786
43.81/43.59	c starts		: 10
43.81/43.59	c conflicts		: 8181
43.81/43.59	c decisions		: 136825
43.81/43.59	c propagations		: 41878333
43.81/43.59	c inspects		: 102415600
43.81/43.59	c learnt literals	: 24
43.81/43.59	c learnt binary clauses	: 524
43.81/43.59	c learnt ternary clauses	: 2344
43.81/43.59	c learnt clauses	: 8156
43.81/43.59	c root simplifications	: 0
43.81/43.59	c removed literals (reason simplification)	: 10502
43.81/43.59	c reason swapping (by a shorter reason)	: 0
43.81/43.59	c Calls to reduceDB	: 0
43.81/43.59	c speed (decisions/second)	: 3320.6727502184253
43.81/43.59	c non guided choices	30048
43.81/43.59	s UNSATISFIABLE
43.81/43.59	c Total wall clock time (in seconds) : 43.232
43.81/43.59	c Total CPU time (experimental, in seconds) : 43.13

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/node11/watcher-331825-1176320833 -o ROOT/results/node11/solver-331825-1176320833 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331825-1176320833/sat4j-sat2007.jar /tmp/evaluation/331825-1176320833/instance-331825-1176320833.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.90 3/77 31340
/proc/meminfo: memFree=1216184/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=18568 CPUtime=0
/proc/31340/stat : 31340 (runsolver) R 31338 31340 30795 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 73132361 19013632 293 18446744073709551615 4194304 4294612 548682068784 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31340/statm: 4642 293 258 24 0 2626 0

[startup+0.0110081 s]
/proc/loadavg: 0.91 0.97 0.90 3/77 31340
/proc/meminfo: memFree=1216184/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1800 CPUtime=0
/proc/31340/stat : 31340 (java6) D 31338 31340 30795 0 -1 0 154 0 0 0 0 0 0 0 19 0 1 0 73132361 1843200 127 18446744073709551615 134512640 134550740 4294956528 18446744073709551615 8359728 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/31340/statm: 450 127 91 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.103034 s]
/proc/loadavg: 0.91 0.97 0.90 3/77 31340
/proc/meminfo: memFree=1216184/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1773080 CPUtime=0.02
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 2468 0 30 0 0 2 0 0 18 0 2 0 73132361 1815633920 2247 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 443270 2247 384 9 0 441284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1773080

[startup+0.302045 s]
/proc/loadavg: 0.91 0.97 0.90 3/77 31340
/proc/meminfo: memFree=1216184/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1780428 CPUtime=0.14
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 4345 0 30 0 10 4 0 0 18 0 12 0 73132361 1823158272 4116 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445107 4116 1219 9 0 442719 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780428

[startup+0.701096 s]
/proc/loadavg: 0.91 0.97 0.90 3/77 31340
/proc/meminfo: memFree=1216184/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1782060 CPUtime=0.67
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 10035 0 30 0 60 7 0 0 18 0 12 0 73132361 1824829440 9725 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445515 9725 1294 9 0 443127 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 1782060

[startup+1.50118 s]
/proc/loadavg: 0.91 0.97 0.90 2/89 31352
/proc/meminfo: memFree=1164824/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1782060 CPUtime=1.46
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 18143 0 30 0 135 11 0 0 18 0 12 0 73132361 1824829440 17832 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445515 17832 1294 9 0 443127 0
[pid=31340/tid=31342] ppid=31338 vsize=1782060 CPUtime=1.21
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 16814 0 11 0 112 9 0 0 19 0 12 0 73132366 1824829440 17832 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109503372 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 73132372 1824829440 17832 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 73132372 1824829440 17833 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 73132375 1824829440 17833 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 73132376 1824829440 17833 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 73132376 1824829440 17834 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 73132383 1824829440 17834 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1782060 CPUtime=0.11
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 378 0 0 0 11 0 0 0 16 0 12 0 73132383 1824829440 17835 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1782060 CPUtime=0.11
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 250 0 0 0 11 0 0 0 16 0 12 0 73132383 1824829440 17835 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 73132383 1824829440 17836 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1782060 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 73132383 1824829440 17836 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1782060

[startup+3.10221 s]
/proc/loadavg: 0.92 0.97 0.90 2/89 31352
/proc/meminfo: memFree=1122712/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1784040 CPUtime=3.36
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 28510 0 30 0 319 17 0 0 18 0 13 0 73132361 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 446010 27729 1314 9 0 443622 0
[pid=31340/tid=31342] ppid=31338 vsize=1784040 CPUtime=2.7
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26303 0 11 0 256 14 0 0 22 0 13 0 73132366 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109512019 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 73132376 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 73132383 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1784040 CPUtime=0.32
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 755 0 0 0 32 0 0 0 16 0 13 0 73132383 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1784040 CPUtime=0.29
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 747 0 0 0 29 0 0 0 16 0 13 0 73132383 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1784040 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826856960 27729 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1784040

[startup+6.30276 s]
/proc/loadavg: 0.92 0.97 0.90 2/90 31353
/proc/meminfo: memFree=1105104/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783976 CPUtime=6.6
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 28677 0 30 0 643 17 0 0 18 0 13 0 73132361 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445994 27820 1316 9 0 443606 0
[pid=31340/tid=31342] ppid=31338 vsize=1783976 CPUtime=5.89
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26428 0 11 0 575 14 0 0 25 0 13 0 73132366 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109582939 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 73132376 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 73132383 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1783976 CPUtime=0.37
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 797 0 0 0 37 0 0 0 17 0 13 0 73132383 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1783976 CPUtime=0.3
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 747 0 0 0 30 0 0 0 16 0 13 0 73132383 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31353] ppid=31338 vsize=1783976 CPUtime=0
/proc/31340/task/31353/stat : 31353 (java) S 31338 31340 30795 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 73132606 1826791424 27820 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1783976

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.91 2/90 31353
/proc/meminfo: memFree=1105424/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783240 CPUtime=13.02
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 28768 0 30 0 1285 17 0 0 18 0 13 0 73132361 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445810 27731 1316 9 0 443422 0
[pid=31340/tid=31342] ppid=31338 vsize=1783240 CPUtime=12.26
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26516 0 11 0 1212 14 0 0 25 0 13 0 73132366 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109583861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 73132376 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 73132383 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1783240 CPUtime=0.41
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 799 0 0 0 41 0 0 0 17 0 13 0 73132383 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1783240 CPUtime=0.31
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 748 0 0 0 31 0 0 0 17 0 13 0 73132383 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31353] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31353/stat : 31353 (java) S 31338 31340 30795 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 73132606 1826037760 27731 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 1783240

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.91 2/90 31353
/proc/meminfo: memFree=1105168/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783240 CPUtime=25.82
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 28884 0 30 0 2564 18 0 0 18 0 13 0 73132361 1826037760 27847 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445810 27847 1316 9 0 443422 0
[pid=31340/tid=31342] ppid=31338 vsize=1783240 CPUtime=25.06
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26632 0 11 0 2491 15 0 0 25 0 13 0 73132366 1826037760 27847 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109619597 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826037760 27847 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826037760 27847 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826037760 27847 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826037760 27847 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826037760 27976 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826037760 27976 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31353] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31353/stat : 31353 (java) S 31338 31340 30795 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 73132606 1826037760 27976 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.61
Current children cumulated vsize (KiB) 1783240

[startup+41.5029 s]
/proc/loadavg: 0.95 0.97 0.91 2/90 31353
/proc/meminfo: memFree=1104464/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783240 CPUtime=41.81
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 29035 0 30 0 4163 18 0 0 18 0 13 0 73132361 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445810 27998 1316 9 0 443422 0
[pid=31340/tid=31342] ppid=31338 vsize=1783240 CPUtime=41.04
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26783 0 11 0 4089 15 0 0 25 0 13 0 73132366 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109582939 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 73132376 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 73132383 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1783240 CPUtime=0.41
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 799 0 0 0 41 0 0 0 16 0 13 0 73132383 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1783240 CPUtime=0.31
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 748 0 0 0 31 0 0 0 16 0 13 0 73132383 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31353] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31353/stat : 31353 (java) S 31338 31340 30795 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 73132606 1826037760 27998 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.81
Current children cumulated vsize (KiB) 1783240

[startup+42.303 s]
/proc/loadavg: 0.95 0.97 0.91 2/90 31353
/proc/meminfo: memFree=1104464/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783240 CPUtime=42.61
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 29041 0 30 0 4243 18 0 0 18 0 13 0 73132361 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445810 28004 1316 9 0 443422 0
[pid=31340/tid=31342] ppid=31338 vsize=1783240 CPUtime=41.84
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26789 0 11 0 4169 15 0 0 25 0 13 0 73132366 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109583451 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 73132376 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 73132383 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1783240 CPUtime=0.41
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 799 0 0 0 41 0 0 0 16 0 13 0 73132383 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1783240 CPUtime=0.31
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 748 0 0 0 31 0 0 0 16 0 13 0 73132383 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31353] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31353/stat : 31353 (java) S 31338 31340 30795 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 73132606 1826037760 28004 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.61
Current children cumulated vsize (KiB) 1783240

[startup+43.1021 s]
/proc/loadavg: 0.96 0.97 0.91 2/90 31353
/proc/meminfo: memFree=1104464/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783240 CPUtime=43.41
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 29044 0 30 0 4323 18 0 0 18 0 13 0 73132361 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445810 28007 1316 9 0 443422 0
[pid=31340/tid=31342] ppid=31338 vsize=1783240 CPUtime=42.64
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26792 0 11 0 4249 15 0 0 25 0 13 0 73132366 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109583861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 73132376 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1783240 CPUtime=0.41
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 799 0 0 0 41 0 0 0 16 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1783240 CPUtime=0.31
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 748 0 0 0 31 0 0 0 16 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31353] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31353/stat : 31353 (java) S 31338 31340 30795 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 73132606 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.41
Current children cumulated vsize (KiB) 1783240

[startup+43.5012 s]
/proc/loadavg: 0.96 0.97 0.91 2/90 31353
/proc/meminfo: memFree=1104464/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783240 CPUtime=43.81
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 29044 0 30 0 4363 18 0 0 18 0 13 0 73132361 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445810 28007 1316 9 0 443422 0
[pid=31340/tid=31342] ppid=31338 vsize=1783240 CPUtime=43.04
/proc/31340/task/31342/stat : 31342 (java) R 31338 31340 30795 0 -1 64 26792 0 11 0 4289 15 0 0 25 0 13 0 73132366 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4109550857 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 73132372 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 73132372 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 73132375 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 73132376 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 73132376 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1783240 CPUtime=0.41
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 799 0 0 0 41 0 0 0 16 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1783240 CPUtime=0.31
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 748 0 0 0 31 0 0 0 16 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 73132383 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31340/tid=31353] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31353/stat : 31353 (java) S 31338 31340 30795 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 73132606 1826037760 28007 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.81
Current children cumulated vsize (KiB) 1783240

[startup+43.6012 s]
/proc/loadavg: 0.96 0.97 0.91 2/90 31353
/proc/meminfo: memFree=1104464/2055920 swapFree=4192952/4192956
[pid=31340] ppid=31338 vsize=1783240 CPUtime=43.9
/proc/31340/stat : 31340 (java) S 31338 31340 30795 0 -1 0 29054 0 30 0 4372 18 0 0 18 0 12 0 73132361 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31340/statm: 445810 28017 1317 9 0 443422 0
[pid=31340/tid=31342] ppid=31338 vsize=1783240 CPUtime=43.13
/proc/31340/task/31342/stat : 31342 (java) S 31338 31340 30795 0 -1 64 26798 0 11 0 4298 15 0 0 24 0 12 0 73132366 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31343] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31343/stat : 31343 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 73132372 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31344] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31344/stat : 31344 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 73132372 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31345] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31345/stat : 31345 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 73132375 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31346] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31346/stat : 31346 (java) S 31338 31340 30795 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 73132376 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31347] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31347/stat : 31347 (java) S 31338 31340 30795 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 73132376 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31348] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31348/stat : 31348 (java) S 31338 31340 30795 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 73132383 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31349] ppid=31338 vsize=1783240 CPUtime=0.41
/proc/31340/task/31349/stat : 31349 (java) S 31338 31340 30795 0 -1 64 799 0 0 0 41 0 0 0 16 0 12 0 73132383 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31350] ppid=31338 vsize=1783240 CPUtime=0.31
/proc/31340/task/31350/stat : 31350 (java) S 31338 31340 30795 0 -1 64 748 0 0 0 31 0 0 0 16 0 12 0 73132383 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31351] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31351/stat : 31351 (java) S 31338 31340 30795 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 73132383 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31340/tid=31352] ppid=31338 vsize=1783240 CPUtime=0
/proc/31340/task/31352/stat : 31352 (java) S 31338 31340 30795 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 73132383 1826037760 28017 18446744073709551615 134512640 134550740 4294956368 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.9
Current children cumulated vsize (KiB) 1783240

Child status: 20
Real time (s): 43.6345
CPU time (s): 43.9223
CPU user time (s): 43.7224
CPU system time (s): 0.199969
CPU usage (%): 100.66
Max. virtual memory (cumulated for all children) (KiB): 1784040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.7224
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29059
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1659
involuntary context switches= 1678

runsolver used 0.047992 second user time and 0.12698 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Apr 11 19:47:14 UTC 2007

IDJOB= 331825
IDBENCH= 20459
IDSOLVER= 141
FILE ID= node11/331825-1176320833

PBS_JOBID= 4516508

Free space on /tmp= 66459 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11773.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331825-1176320833/sat4j-sat2007.jar /tmp/evaluation/331825-1176320833/instance-331825-1176320833.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-331825-1176320833 -o ROOT/results/node11/solver-331825-1176320833 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331825-1176320833/sat4j-sat2007.jar /tmp/evaluation/331825-1176320833/instance-331825-1176320833.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  d6bd3be8cd8bf9b3f280923b7f8605ef

RANDOM SEED= 20942367

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1216592 kB
Buffers:         40968 kB
Cached:         672416 kB
SwapCached:          4 kB
Active:         245976 kB
Inactive:       521816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216592 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           14652 kB
Writeback:           0 kB
Mapped:          73348 kB
Slab:            57052 kB
Committed_AS:  5048852 kB
PageTables:       1848 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= 66459 MiB

End job on node11 on Wed Apr 11 19:47:58 UTC 2007