Trace number 338054

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007UNSAT 1055.41 1055.53

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark224.011
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data (download as text)

0.13/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/0.44	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/0.44	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/0.45	c version SAT COMPETITION 2007
0.13/0.45	c sun.arch.data.model	32
0.13/0.45	c java.version	1.6.0
0.13/0.45	c os.name	Linux
0.13/0.45	c os.version	2.6.9-22.EL.rootsmp
0.13/0.45	c os.arch	i386
0.13/0.45	c Free memory 1703279312
0.13/0.45	c Max memory 1706164224
0.13/0.45	c Total memory 1706164224
0.13/0.45	c Number of processors 2
0.23/0.51	c --- Begin Solver configuration ---
0.23/0.51	c Stops conflict analysis at the first Unique Implication Point
0.23/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.23/0.51	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.23/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.51	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.51	c Expensive reason simplification
0.23/0.51	c --- End Solver configuration ---
0.23/0.51	c timeout: 2147483s
0.23/0.51	c solving /tmp/evaluation/338054-1173679597/instance-338054-1173679597.cnf
0.23/0.51	c reading problem ... 
0.38/0.68	c ... done. Wall clock time 0.17s.
0.38/0.68	c CPU time (experimental) 0.31s.
0.38/0.68	c #vars     2123
0.38/0.68	c #constraints  8918
1055.32/1055.46	c starts		: 19
1055.32/1055.46	c conflicts		: 341407
1055.32/1055.46	c decisions		: 608150
1055.32/1055.46	c propagations		: 15049804
1055.32/1055.46	c inspects		: 3263158991
1055.32/1055.46	c learnt literals	: 19
1055.32/1055.46	c learnt binary clauses	: 280
1055.32/1055.46	c learnt ternary clauses	: 751
1055.32/1055.46	c learnt clauses	: 341387
1055.32/1055.46	c root simplifications	: 0
1055.32/1055.46	c removed literals (reason simplification)	: 4986104
1055.32/1055.46	c reason swapping (by a shorter reason)	: 0
1055.32/1055.46	c Calls to reduceDB	: 0
1055.32/1055.46	c speed (decisions/second)	: 576.5706489844715
1055.32/1055.46	c non guided choices	58810
1055.32/1055.46	s UNSATISFIABLE
1055.32/1055.46	c Total wall clock time (in seconds) : 1054.95
1055.32/1055.46	c Total CPU time (experimental, in seconds) : 1054.61

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.96 2/64 25102
/proc/meminfo: memFree=1836704/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=18568 CPUtime=0
/proc/25102/stat : 25102 (runsolver) D 25100 25102 24028 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 387916401 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 217051622695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25102/statm: 4642 293 258 24 0 2626 0

[startup+0.0630019 s]
/proc/loadavg: 0.92 0.97 0.96 2/64 25102
/proc/meminfo: memFree=1836704/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1512 CPUtime=0
/proc/25102/stat : 25102 (java) D 25100 25102 24028 0 -1 0 59 0 2 0 0 0 0 0 18 0 1 0 387916401 1548288 44 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 9290759 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/25102/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.103014 s]
/proc/loadavg: 0.92 0.97 0.96 2/64 25102
/proc/meminfo: memFree=1836704/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1472 CPUtime=0
/proc/25102/stat : 25102 (java) D 25100 25102 24028 0 -1 0 97 0 7 0 0 0 0 0 18 0 1 0 387916401 1507328 76 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 10366606 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/25102/statm: 368 76 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.302034 s]
/proc/loadavg: 0.92 0.97 0.96 2/64 25102
/proc/meminfo: memFree=1836704/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1829096 CPUtime=0.08
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 3688 0 50 0 3 5 0 0 18 0 7 0 387916401 1872994304 3479 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 457274 3479 1081 9 0 454910 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1829096

[startup+0.701075 s]
/proc/loadavg: 0.92 0.97 0.96 2/64 25102
/proc/meminfo: memFree=1836704/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1835204 CPUtime=0.52
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 5610 0 50 0 44 8 0 0 18 0 13 0 387916401 1879248896 5345 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 458801 5345 1291 9 0 456413 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1835204

[startup+1.50116 s]
/proc/loadavg: 0.92 0.97 0.96 2/77 25115
/proc/meminfo: memFree=1806968/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1837132 CPUtime=1.66
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 7611 0 50 0 157 9 0 0 18 0 13 0 387916401 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459283 6282 1311 9 0 456895 0
[pid=25102/tid=25104] ppid=25100 vsize=1837132 CPUtime=0.96
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 4587 0 11 0 90 6 0 0 18 0 13 0 387916418 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109573588 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1837132 CPUtime=0.36
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1638 0 0 0 36 0 0 0 16 0 13 0 387916438 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1837132 CPUtime=0.29
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 699 0 0 0 29 0 0 0 16 0 13 0 387916438 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1881223168 6282 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 1837132

[startup+3.10134 s]
/proc/loadavg: 0.92 0.97 0.96 4/77 25115
/proc/meminfo: memFree=1804856/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1837132 CPUtime=3.28
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 8174 0 50 0 318 10 0 0 18 0 13 0 387916401 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459283 6844 1312 9 0 456895 0
[pid=25102/tid=25104] ppid=25100 vsize=1837132 CPUtime=2.53
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 5147 0 11 0 247 6 0 0 22 0 13 0 387916418 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109571428 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1837132 CPUtime=0.38
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 38 0 0 0 16 0 13 0 387916438 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1837132 CPUtime=0.31
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 701 0 0 0 31 0 0 0 17 0 13 0 387916438 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1837132 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1881223168 6844 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1837132

[startup+6.30269 s]
/proc/loadavg: 0.93 0.97 0.96 2/77 25115
/proc/meminfo: memFree=1801400/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1837080 CPUtime=6.48
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 8822 0 50 0 638 10 0 0 18 0 13 0 387916401 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459270 7478 1312 9 0 456882 0
[pid=25102/tid=25104] ppid=25100 vsize=1837080 CPUtime=5.73
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 5795 0 11 0 567 6 0 0 25 0 13 0 387916418 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109573328 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1837080 CPUtime=0.38
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 38 0 0 0 16 0 13 0 387916438 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1837080 CPUtime=0.31
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 701 0 0 0 31 0 0 0 17 0 13 0 387916438 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1837080 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1881169920 7478 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 1837080

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.96 2/77 25115
/proc/meminfo: memFree=1797880/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1836680 CPUtime=12.88
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 9665 0 50 0 1277 11 0 0 18 0 13 0 387916401 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459170 8221 1312 9 0 456782 0
[pid=25102/tid=25104] ppid=25100 vsize=1836680 CPUtime=12.13
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 6637 0 11 0 1205 8 0 0 25 0 13 0 387916418 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109595923 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1836680 CPUtime=0.39
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 39 0 0 0 17 0 13 0 387916438 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1836680 CPUtime=0.31
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 702 0 0 0 31 0 0 0 16 0 13 0 387916438 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1880760320 8221 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 1836680

[startup+25.5028 s]
/proc/loadavg: 0.95 0.97 0.96 2/77 25115
/proc/meminfo: memFree=1794040/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1836680 CPUtime=25.68
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 10597 0 50 0 2556 12 0 0 18 0 13 0 387916401 1880760320 9153 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459170 9153 1312 9 0 456782 0
[pid=25102/tid=25104] ppid=25100 vsize=1836680 CPUtime=24.93
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 7568 0 11 0 2484 9 0 0 25 0 13 0 387916418 1880760320 9153 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109573170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1880760320 9153 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1880760320 9153 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1880760320 28092 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1880760320 28092 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1880760320 28092 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1043.02
Current children cumulated vsize (KiB) 1836680

[startup+1049.5 s]
/proc/loadavg: 1.17 1.07 1.00 2/77 25115
/proc/meminfo: memFree=1717624/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1836680 CPUtime=1049.42
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 29583 0 50 0 104905 37 0 0 18 0 13 0 387916401 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459170 28139 1312 9 0 456782 0
[pid=25102/tid=25104] ppid=25100 vsize=1836680 CPUtime=1048.64
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 26554 0 11 0 104831 33 0 0 25 0 13 0 387916418 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109573126 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1836680 CPUtime=0.4
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 40 0 0 0 17 0 13 0 387916438 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1836680 CPUtime=0.32
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 703 0 0 0 32 0 0 0 16 0 13 0 387916438 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1880760320 28139 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1049.42
Current children cumulated vsize (KiB) 1836680

[startup+1052.71 s]
/proc/loadavg: 1.16 1.06 1.00 2/77 25115
/proc/meminfo: memFree=1717560/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1836680 CPUtime=1052.62
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 29593 0 50 0 105225 37 0 0 18 0 13 0 387916401 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459170 28149 1312 9 0 456782 0
[pid=25102/tid=25104] ppid=25100 vsize=1836680 CPUtime=1051.85
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 26564 0 11 0 105151 34 0 0 25 0 13 0 387916418 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109571387 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1836680 CPUtime=0.4
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 40 0 0 0 17 0 13 0 387916438 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1836680 CPUtime=0.32
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 703 0 0 0 32 0 0 0 16 0 13 0 387916438 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1880760320 28149 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1052.62
Current children cumulated vsize (KiB) 1836680

[startup+1054.3 s]
/proc/loadavg: 1.16 1.06 1.00 2/77 25115
/proc/meminfo: memFree=1717560/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1836680 CPUtime=1054.22
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 29596 0 50 0 105385 37 0 0 18 0 13 0 387916401 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459170 28152 1312 9 0 456782 0
[pid=25102/tid=25104] ppid=25100 vsize=1836680 CPUtime=1053.45
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 26567 0 11 0 105311 34 0 0 25 0 13 0 387916418 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109571387 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1836680 CPUtime=0.4
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 40 0 0 0 17 0 13 0 387916438 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1836680 CPUtime=0.32
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 703 0 0 0 32 0 0 0 16 0 13 0 387916438 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1880760320 28152 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1054.22
Current children cumulated vsize (KiB) 1836680

[startup+1055.1 s]
/proc/loadavg: 1.15 1.06 1.00 2/77 25115
/proc/meminfo: memFree=1717560/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1836680 CPUtime=1055.02
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 29601 0 50 0 105465 37 0 0 18 0 13 0 387916401 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459170 28157 1312 9 0 456782 0
[pid=25102/tid=25104] ppid=25100 vsize=1836680 CPUtime=1054.25
/proc/25102/task/25104/stat : 25104 (java) R 25100 25102 24028 0 -1 64 26572 0 11 0 105391 34 0 0 25 0 13 0 387916418 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109573126 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 387916424 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916424 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 387916428 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 387916429 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 387916429 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 387916437 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1836680 CPUtime=0.4
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 40 0 0 0 17 0 13 0 387916438 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1836680 CPUtime=0.32
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 703 0 0 0 32 0 0 0 16 0 13 0 387916438 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 387916438 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 387916438 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25115] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25115/stat : 25115 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 387916470 1880760320 28157 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1055.02
Current children cumulated vsize (KiB) 1836680

[startup+1055.5 s]
/proc/loadavg: 1.15 1.06 1.00 2/77 25115
/proc/meminfo: memFree=1717560/2055920 swapFree=4174680/4192956
[pid=25102] ppid=25100 vsize=1836680 CPUtime=1055.38
/proc/25102/stat : 25102 (java) S 25100 25102 24028 0 -1 0 29609 0 50 0 105501 37 0 0 18 0 12 0 387916401 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25102/statm: 459170 28165 1313 9 0 456782 0
[pid=25102/tid=25104] ppid=25100 vsize=1836680 CPUtime=1054.61
/proc/25102/task/25104/stat : 25104 (java) S 25100 25102 24028 0 -1 64 26576 0 11 0 105427 34 0 0 24 0 12 0 387916418 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25105] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25100 25102 24028 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 387916424 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25106] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 387916424 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25107] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25100 25102 24028 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 387916428 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25108] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25108/stat : 25108 (java) S 25100 25102 24028 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 387916429 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25109] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25100 25102 24028 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 387916429 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25110] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 387916437 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25111] ppid=25100 vsize=1836680 CPUtime=0.4
/proc/25102/task/25111/stat : 25111 (java) S 25100 25102 24028 0 -1 64 1639 0 0 0 40 0 0 0 17 0 12 0 387916438 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25102/tid=25112] ppid=25100 vsize=1836680 CPUtime=0.32
/proc/25102/task/25112/stat : 25112 (java) S 25100 25102 24028 0 -1 64 703 0 0 0 32 0 0 0 16 0 12 0 387916438 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25113] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25113/stat : 25113 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 387916438 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25102/tid=25114] ppid=25100 vsize=1836680 CPUtime=0
/proc/25102/task/25114/stat : 25114 (java) S 25100 25102 24028 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 387916438 1880760320 28165 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1055.38
Current children cumulated vsize (KiB) 1836680

Child status: 20
Real time (s): 1055.53
CPU time (s): 1055.41
CPU user time (s): 1055.01
CPU system time (s): 0.39194
CPU usage (%): 99.9881
Max. virtual memory (cumulated for all children) (KiB): 1837436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1055.01
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29613
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22160
involuntary context switches= 1559

runsolver used 1.26981 second user time and 2.59061 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Mar 12 06:06:37 UTC 2007

IDJOB= 338054
IDBENCH= 24714
IDSOLVER= 96
FILE ID= node59/338054-1173679597

PBS_JOBID= 4101717

Free space on /tmp= 66537 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/338054-1173679597/sat4j-sat2007.jar /tmp/evaluation/338054-1173679597/instance-338054-1173679597.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-338054-1173679597 -o ROOT/results/node59/solver-338054-1173679597 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/338054-1173679597/sat4j-sat2007.jar /tmp/evaluation/338054-1173679597/instance-338054-1173679597.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  92c8b4fc23a7c22313979a2d9b3b5a58

RANDOM SEED= 493926629

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1837048 kB
Buffers:         25716 kB
Cached:         136228 kB
SwapCached:      12680 kB
Active:          71480 kB
Inactive:       109900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837048 kB
SwapTotal:     4192956 kB
SwapFree:      4174680 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:            23424 kB
Committed_AS:   710640 kB
PageTables:       1472 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= 66537 MiB

End job on node59 on Mon Mar 12 06:24:13 UTC 2007