Trace number 337340

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (TO) 1200.14 1200.37

General information on the benchmark

Namecrafted/Hard/contest03/others/
bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
MD5SUMcf535bf919bca60e7bcea01358de0b4c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2211
Number of clauses14710
Sum of the clauses size33107
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213351
Number of clauses of size 3282
Number of clauses of size 4374
Number of clauses of size 5349
Number of clauses of size over 5354

Solver Data (download as text)

0.14/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.45	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.45	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.46	c version SAT COMPETITION 2007
0.14/0.46	c sun.arch.data.model	32
0.14/0.46	c java.version	1.6.0
0.14/0.46	c os.name	Linux
0.14/0.47	c os.version	2.6.9-22.EL.rootsmp
0.14/0.47	c os.arch	i386
0.14/0.47	c Free memory 1703279312
0.14/0.47	c Max memory 1706164224
0.14/0.47	c Total memory 1706164224
0.14/0.47	c Number of processors 2
0.23/0.52	c --- Begin Solver configuration ---
0.23/0.52	c Stops conflict analysis at the first Unique Implication Point
0.23/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.23/0.52	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.23/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.52	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.52	c Expensive reason simplification
0.23/0.52	c --- End Solver configuration ---
0.23/0.52	c timeout: 2147483s
0.23/0.52	c solving /tmp/evaluation/337340-1173665143/instance-337340-1173665143.cnf
0.23/0.52	c reading problem ... 
0.52/0.71	c ... done. Wall clock time 0.185s.
0.52/0.71	c CPU time (experimental) 0.3s.
0.52/0.71	c #vars     2211
0.52/0.71	c #constraints  14710
1200.06/1200.31	c starts		: 19
1200.06/1200.31	c conflicts		: 319678
1200.06/1200.31	c decisions		: 408332
1200.06/1200.31	c propagations		: 107414379
1200.06/1200.31	c inspects		: 3103699265
1200.06/1200.31	c learnt literals	: 14
1200.06/1200.31	c learnt binary clauses	: 132
1200.06/1200.31	c learnt ternary clauses	: 513
1200.06/1200.31	c learnt clauses	: 319358
1200.06/1200.31	c root simplifications	: 0
1200.06/1200.31	c removed literals (reason simplification)	: 9938110
1200.06/1200.31	c reason swapping (by a shorter reason)	: 0
1200.06/1200.31	c Calls to reduceDB	: 0
1200.06/1200.31	c speed (decisions/second)	: 340.3904137966104
1200.06/1200.31	c non guided choices	108
1200.06/1200.31	s UNKNOWN
1200.06/1200.31	c Total wall clock time (in seconds) : 1199.788
1200.06/1200.31	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node66/watcher-337340-1173665143 -o ROOT/results/node66/solver-337340-1173665143 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/337340-1173665143/sat4j-sat2007.jar /tmp/evaluation/337340-1173665143/instance-337340-1173665143.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.95 1.05 1.03 3/64 8108
/proc/meminfo: memFree=1870992/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=152 CPUtime=0
/proc/8108/stat : 8108 (java) R 8106 8108 7028 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 386471878 155648 26 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 9838891 0 0 4096 0 0 0 0 17 1 0 0
/proc/8108/statm: 38 26 19 9 0 4 0

[startup+0.0445591 s]
/proc/loadavg: 0.95 1.05 1.03 3/64 8108
/proc/meminfo: memFree=1870992/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=11868 CPUtime=0
/proc/8108/stat : 8108 (java) D 8106 8108 7028 0 -1 0 348 0 2 0 0 0 0 0 18 0 1 0 386471878 12152832 158 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8108/statm: 2967 158 120 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.101566 s]
/proc/loadavg: 0.95 1.05 1.03 3/64 8108
/proc/meminfo: memFree=1870992/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=11868 CPUtime=0
/proc/8108/stat : 8108 (java) D 8106 8108 7028 0 -1 0 348 0 2 0 0 0 0 0 18 0 1 0 386471878 12152832 158 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 9839396 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/8108/statm: 2967 158 120 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.301612 s]
/proc/loadavg: 0.95 1.05 1.03 3/64 8108
/proc/meminfo: memFree=1870992/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1829096 CPUtime=0.08
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 3632 0 39 0 3 5 0 0 18 0 7 0 386471878 1872994304 3412 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 457274 3412 1070 9 0 454910 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1829096

[startup+0.701698 s]
/proc/loadavg: 0.95 1.05 1.03 3/64 8108
/proc/meminfo: memFree=1870992/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1833296 CPUtime=0.52
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 5441 0 39 0 45 7 0 0 18 0 12 0 386471878 1877295104 5217 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 458324 5217 1290 9 0 455936 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1833296

[startup+1.50286 s]
/proc/loadavg: 0.95 1.05 1.03 3/77 8121
/proc/meminfo: memFree=1839912/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1839304 CPUtime=1.57
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 8304 0 39 0 149 8 0 0 18 0 13 0 386471878 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 459826 6813 1313 9 0 457438 0
[pid=8108/tid=8110] ppid=8106 vsize=1839304 CPUtime=0.93
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 4480 0 13 0 89 4 0 0 25 0 13 0 386471893 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109549134 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 386471905 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1839304 CPUtime=0.28
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 982 0 0 0 28 0 0 0 16 0 13 0 386471916 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1839304 CPUtime=0.32
/proc/8108/task/8118/stat : 8118 (java) R 8106 8108 7028 0 -1 64 2144 0 0 0 31 1 0 0 16 0 13 0 386471916 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105429628 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1883447296 6813 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1839304

[startup+3.10217 s]
/proc/loadavg: 0.95 1.05 1.03 2/77 8121
/proc/meminfo: memFree=1838632/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1839304 CPUtime=3.26
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 8689 0 39 0 317 9 0 0 18 0 13 0 386471878 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 459826 7198 1316 9 0 457438 0
[pid=8108/tid=8110] ppid=8106 vsize=1839304 CPUtime=2.5
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 4829 0 13 0 246 4 0 0 25 0 13 0 386471893 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109532852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 386471905 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1839304 CPUtime=0.34
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 989 0 0 0 34 0 0 0 16 0 13 0 386471916 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1839304 CPUtime=0.37
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2173 0 0 0 36 1 0 0 16 0 13 0 386471916 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1839304 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1883447296 7198 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 1839304

[startup+6.30282 s]
/proc/loadavg: 0.95 1.05 1.03 2/77 8121
/proc/meminfo: memFree=1835624/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1839208 CPUtime=6.47
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 9286 0 39 0 638 9 0 0 18 0 13 0 386471878 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 459802 7787 1317 9 0 457414 0
[pid=8108/tid=8110] ppid=8106 vsize=1839208 CPUtime=5.69
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 5422 0 13 0 564 5 0 0 25 0 13 0 386471893 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109549134 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 386471905 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1839208 CPUtime=0.36
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 993 0 0 0 36 0 0 0 16 0 13 0 386471916 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1839208 CPUtime=0.37
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2173 0 0 0 36 1 0 0 16 0 13 0 386471916 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1883348992 7787 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 1839208

[startup+12.7021 s]
/proc/loadavg: 0.95 1.05 1.02 2/77 8121
/proc/meminfo: memFree=1831976/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1839208 CPUtime=12.86
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 10112 0 39 0 1276 10 0 0 18 0 13 0 386471878 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 459802 8613 1317 9 0 457414 0
[pid=8108/tid=8110] ppid=8106 vsize=1839208 CPUtime=12.08
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 6248 0 13 0 1203 5 0 0 25 0 13 0 386471893 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109514050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 386471905 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1839208 CPUtime=0.36
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 993 0 0 0 36 0 0 0 16 0 13 0 386471916 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1839208 CPUtime=0.37
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2173 0 0 0 36 1 0 0 16 0 13 0 386471916 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1883348992 8613 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 1839208

[startup+25.5017 s]
/proc/loadavg: 0.96 1.05 1.02 2/77 8121
/proc/meminfo: memFree=1827240/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1839208 CPUtime=25.66
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 11239 0 39 0 2555 11 0 0 18 0 13 0 386471878 1883348992 9740 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 459802 9740 1317 9 0 457414 0
[pid=8108/tid=8110] ppid=8106 vsize=1839208 CPUtime=24.86
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 7375 0 13 0 2480 6 0 0 25 0 13 0 386471893 1883348992 9740 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109558374 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1883348992 9740 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1839208 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1883348992 9740 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=8108] ppid=8106 vsize=1835604 CPUtime=1062.1
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 37858 0 39 0 106165 45 0 0 18 0 13 0 386471878 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 458901 35518 1317 9 0 456513 0
[pid=8108/tid=8110] ppid=8106 vsize=1835604 CPUtime=1061.3
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 33993 0 13 0 106089 41 0 0 25 0 13 0 386471893 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109547910 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 386471905 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1835604 CPUtime=0.38
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 993 0 0 0 38 0 0 0 17 0 13 0 386471916 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1835604 CPUtime=0.39
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2174 0 0 0 38 1 0 0 16 0 13 0 386471916 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1879658496 35518 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 1835604

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8121
/proc/meminfo: memFree=1718824/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1835604 CPUtime=1122.08
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 39023 0 39 0 112162 46 0 0 18 0 13 0 386471878 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 458901 36683 1317 9 0 456513 0
[pid=8108/tid=8110] ppid=8106 vsize=1835604 CPUtime=1121.27
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 35158 0 13 0 112085 42 0 0 25 0 13 0 386471893 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109548091 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 386471905 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1835604 CPUtime=0.38
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 993 0 0 0 38 0 0 0 17 0 13 0 386471916 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1835604 CPUtime=0.39
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2174 0 0 0 38 1 0 0 16 0 13 0 386471916 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1879658496 36683 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1835604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8121
/proc/meminfo: memFree=1715432/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1835604 CPUtime=1182.07
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 39868 0 39 0 118159 48 0 0 18 0 13 0 386471878 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 458901 37528 1317 9 0 456513 0
[pid=8108/tid=8110] ppid=8106 vsize=1835604 CPUtime=1181.25
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 36003 0 13 0 118082 43 0 0 25 0 13 0 386471893 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109532852 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 386471905 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1835604 CPUtime=0.38
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 993 0 0 0 38 0 0 0 17 0 13 0 386471916 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1835604 CPUtime=0.39
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2174 0 0 0 38 1 0 0 16 0 13 0 386471916 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1879658496 37528 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 1835604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8121
/proc/meminfo: memFree=1714280/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1835604 CPUtime=1200.06
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 40134 0 39 0 119958 48 0 0 18 0 13 0 386471878 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 458901 37794 1317 9 0 456513 0
[pid=8108/tid=8110] ppid=8106 vsize=1835604 CPUtime=1199.25
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 36269 0 13 0 119881 44 0 0 25 0 13 0 386471893 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109177390 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 386471905 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1835604 CPUtime=0.38
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 993 0 0 0 38 0 0 0 17 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1835604 CPUtime=0.39
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2174 0 0 0 38 1 0 0 16 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1835604

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 8121
/proc/meminfo: memFree=1714280/2055920 swapFree=4183892/4192956
[pid=8108] ppid=8106 vsize=1835604 CPUtime=1200.06
/proc/8108/stat : 8108 (java) S 8106 8108 7028 0 -1 0 40134 0 39 0 119958 48 0 0 18 0 13 0 386471878 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8108/statm: 458901 37794 1317 9 0 456513 0
[pid=8108/tid=8110] ppid=8106 vsize=1835604 CPUtime=1199.25
/proc/8108/task/8110/stat : 8110 (java) R 8106 8108 7028 0 -1 64 36269 0 13 0 119881 44 0 0 25 0 13 0 386471893 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109177390 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8111] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8111/stat : 8111 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 386471901 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8112] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8112/stat : 8112 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 386471901 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8113] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8113/stat : 8113 (java) S 8106 8108 7028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 386471905 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8114] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8114/stat : 8114 (java) S 8106 8108 7028 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 386471905 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8115] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8115/stat : 8115 (java) S 8106 8108 7028 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 386471905 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8116] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8116/stat : 8116 (java) S 8106 8108 7028 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8117] ppid=8106 vsize=1835604 CPUtime=0.38
/proc/8108/task/8117/stat : 8117 (java) S 8106 8108 7028 0 -1 64 993 0 0 0 38 0 0 0 17 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8108/tid=8118] ppid=8106 vsize=1835604 CPUtime=0.39
/proc/8108/task/8118/stat : 8118 (java) S 8106 8108 7028 0 -1 64 2174 0 0 0 38 1 0 0 16 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8119] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8119/stat : 8119 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8120] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8120/stat : 8120 (java) S 8106 8108 7028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 386471916 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8108/tid=8121] ppid=8106 vsize=1835604 CPUtime=0
/proc/8108/task/8121/stat : 8121 (java) S 8106 8108 7028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 386471949 1879658496 37794 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1835604

Child status: 143
Real time (s): 1200.37
CPU time (s): 1200.14
CPU user time (s): 1199.63
CPU system time (s): 0.507922
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 1839304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.63
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40160
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25064
involuntary context switches= 2356

runsolver used 1.35779 second user time and 3.03354 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Mar 12 02:05:43 UTC 2007

IDJOB= 337340
IDBENCH= 24697
IDSOLVER= 96
FILE ID= node66/337340-1173665143

PBS_JOBID= 4101425

Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/337340-1173665143/sat4j-sat2007.jar /tmp/evaluation/337340-1173665143/instance-337340-1173665143.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-337340-1173665143 -o ROOT/results/node66/solver-337340-1173665143 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/337340-1173665143/sat4j-sat2007.jar /tmp/evaluation/337340-1173665143/instance-337340-1173665143.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  cf535bf919bca60e7bcea01358de0b4c

RANDOM SEED= 659484048

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1871400 kB
Buffers:         23984 kB
Cached:         123120 kB
SwapCached:       3176 kB
Active:          53524 kB
Inactive:       103596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871400 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          15412 kB
Slab:            13412 kB
Committed_AS:   815884 kB
PageTables:       1376 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= 66548 MiB

End job on node66 on Mon Mar 12 02:25:46 UTC 2007