Trace number 299537

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.87 1200.43

General information on the benchmark

Namerandom/OnTreshold/3SAT/v650/
unif-k3-r4.261-v650-c2769-S1172355929-14.SAT.shuffled.cnf
MD5SUM53b587a5b98db42d3f124ef838f3e04f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c version SAT COMPETITION 2007
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-34.ELsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1703279312
0.08/0.14	c Max memory 1706164224
0.08/0.14	c Total memory 1706164224
0.08/0.14	c Number of processors 2
0.08/0.19	c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c Expensive reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c timeout: 2147483s
0.08/0.19	c solving /tmp/evaluation/299537-1171873430/instance-299537-1171873430.cnf
0.08/0.19	c reading problem ... 
0.21/0.29	c ... done. Wall clock time 0.095s.
0.21/0.29	c CPU time (experimental) 0.21s.
0.21/0.29	c #vars     650
0.21/0.29	c #constraints  2769
1200.66/1200.38	c starts		: 20
1200.66/1200.38	c conflicts		: 547052
1200.66/1200.38	c decisions		: 659479
1200.66/1200.38	c propagations		: 45520507
1200.66/1200.38	c inspects		: 3562475685
1200.66/1200.38	c learnt literals	: 0
1200.66/1200.38	c learnt binary clauses	: 0
1200.66/1200.38	c learnt ternary clauses	: 82
1200.66/1200.38	c learnt clauses	: 546946
1200.66/1200.38	c root simplifications	: 0
1200.66/1200.38	c removed literals (reason simplification)	: 4722243
1200.66/1200.38	c reason swapping (by a shorter reason)	: 0
1200.66/1200.38	c Calls to reduceDB	: 0
1200.66/1200.38	c speed (decisions/second)	: 549.5264506043734
1200.66/1200.38	c non guided choices	74
1200.66/1200.38	s UNKNOWN
1200.66/1200.38	c Total wall clock time (in seconds) : 1199.804
1200.66/1200.38	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.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node76/watcher-299537-1171873430 -o ROOT/results/node76/solver-299537-1171873430 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/299537-1171873430/sat4j-sat2007.jar /tmp/evaluation/299537-1171873430/instance-299537-1171873430.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.03 2/69 18577
/proc/meminfo: memFree=1132232/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1528 CPUtime=0
/proc/18577/stat : 18577 (java) R 18575 18577 17638 0 -1 0 87 0 0 0 0 0 0 0 18 0 1 0 207301290 1564672 70 18446744073709551615 134512640 134550740 4294956640 18446744073709551615 4821224 0 0 4096 0 0 0 0 17 1 0 0
/proc/18577/statm: 382 74 57 9 0 10 0

[startup+0.10685 s]
/proc/loadavg: 1.00 1.00 1.03 2/69 18577
/proc/meminfo: memFree=1132232/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1831648 CPUtime=0.08
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 4067 0 1 0 6 2 0 0 18 0 12 0 207301290 1875607552 3812 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 457912 3812 1125 9 0 455530 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831648

[startup+0.514897 s]
/proc/loadavg: 1.00 1.00 1.03 2/69 18577
/proc/meminfo: memFree=1132232/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1835676 CPUtime=0.69
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 6387 0 1 0 66 3 0 0 18 0 13 0 207301290 1879732224 5603 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458919 5603 1308 9 0 456530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1835676

[startup+1.33499 s]
/proc/loadavg: 1.08 1.02 1.03 2/82 18590
/proc/meminfo: memFree=1113696/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1835676 CPUtime=1.62
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 6856 0 1 0 158 4 0 0 18 0 13 0 207301290 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458919 5985 1312 9 0 456530 0
[pid=18577/tid=18579] ppid=18575 vsize=1835676 CPUtime=1.12
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 4408 0 1 0 109 3 0 0 18 0 13 0 207301292 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109508774 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1835676 CPUtime=0.23
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1055 0 0 0 23 0 0 0 16 0 13 0 207301300 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1835676 CPUtime=0.24
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 674 0 0 0 24 0 0 0 15 0 13 0 207301300 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1879732224 5985 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1835676

[startup+2.97317 s]
/proc/loadavg: 1.08 1.02 1.03 2/82 18590
/proc/meminfo: memFree=1111712/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1835676 CPUtime=3.32
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 7732 0 1 0 328 4 0 0 18 0 13 0 207301290 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458919 6548 1313 9 0 456530 0
[pid=18577/tid=18579] ppid=18575 vsize=1835676 CPUtime=2.71
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 4960 0 1 0 268 3 0 0 25 0 13 0 207301292 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109499029 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1835676 CPUtime=0.26
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1076 0 0 0 26 0 0 0 17 0 13 0 207301300 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1835676 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1835676 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1879732224 6548 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 1835676

[startup+6.27555 s]
/proc/loadavg: 1.07 1.02 1.03 2/82 18590
/proc/meminfo: memFree=1108192/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1835372 CPUtime=6.63
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 8509 0 1 0 658 5 0 0 18 0 13 0 207301290 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458843 7248 1313 9 0 456454 0
[pid=18577/tid=18579] ppid=18575 vsize=1835372 CPUtime=6.02
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 5737 0 1 0 598 4 0 0 25 0 13 0 207301292 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109508792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1835372 CPUtime=0.26
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1076 0 0 0 26 0 0 0 17 0 13 0 207301300 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1835372 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1879420928 7248 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 1835372

[startup+12.7593 s]
/proc/loadavg: 1.07 1.02 1.03 2/82 18590
/proc/meminfo: memFree=1104160/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1835372 CPUtime=13.12
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 9439 0 1 0 1305 7 0 0 18 0 13 0 207301290 1879420928 8178 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458843 8178 1313 9 0 456454 0
[pid=18577/tid=18579] ppid=18575 vsize=1835372 CPUtime=12.49
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 6666 0 1 0 1244 5 0 0 25 0 13 0 207301292 1879420928 8178 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109499445 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1879420928 8178 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1879420928 8178 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1879420928 8178 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1879420928 8178 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1879420928 8179 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1879420928 8179 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1835372 CPUtime=0.27
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1077 0 0 0 27 0 0 0 17 0 13 0 207301300 1879420928 8179 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1835372 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1879420928 8179 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1879420928 8179 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1879420928 8179 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1835372 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1879420928 8179 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 1835372

[startup+25.6398 s]
/proc/loadavg: 1.06 1.01 1.03 2/82 18590
/proc/meminfo: memFree=1098912/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1834976 CPUtime=25.99
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 10853 0 1 0 2591 8 0 0 18 0 13 0 207301290 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458744 9498 1313 9 0 456355 0
[pid=18577/tid=18579] ppid=18575 vsize=1834976 CPUtime=25.37
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 8080 0 1 0 2530 7 0 0 25 0 13 0 207301292 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109499430 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1834976 CPUtime=0.27
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1077 0 0 0 27 0 0 0 17 0 13 0 207301300 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1834976 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1834976 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1879015424 9498 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.99

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

[pid=18577/tid=18582] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1833636 CPUtime=0.28
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1077 0 0 0 28 0 0 0 17 0 13 0 207301300 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1833636 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1877643264 36768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1064.12
Current children cumulated vsize (KiB) 1833636

[startup+1124.14 s]
/proc/loadavg: 1.04 1.02 1.00 2/82 18592
/proc/meminfo: memFree=985696/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1833636 CPUtime=1124.2
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 39289 0 1 0 112378 42 0 0 18 0 13 0 207301290 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458409 37602 1313 9 0 456020 0
[pid=18577/tid=18579] ppid=18575 vsize=1833636 CPUtime=1123.56
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 36516 0 1 0 112315 41 0 0 25 0 13 0 207301292 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109499177 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1833636 CPUtime=0.28
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1077 0 0 0 28 0 0 0 17 0 13 0 207301300 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1833636 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1877643264 37602 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1124.2
Current children cumulated vsize (KiB) 1833636

[startup+1184.24 s]
/proc/loadavg: 1.07 1.03 1.00 2/82 18592
/proc/meminfo: memFree=982304/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1833636 CPUtime=1184.29
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 40132 0 1 0 118386 43 0 0 18 0 13 0 207301290 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458409 38445 1313 9 0 456020 0
[pid=18577/tid=18579] ppid=18575 vsize=1833636 CPUtime=1183.65
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 37359 0 1 0 118323 42 0 0 25 0 13 0 207301292 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109508744 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1833636 CPUtime=0.28
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1077 0 0 0 28 0 0 0 17 0 13 0 207301300 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1833636 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1877643264 38445 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1184.29
Current children cumulated vsize (KiB) 1833636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.99 s]
/proc/loadavg: 1.06 1.03 1.00 2/82 18592
/proc/meminfo: memFree=981408/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1833636 CPUtime=1200.04
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 40360 0 1 0 119961 43 0 0 18 0 13 0 207301290 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18577/statm: 458409 38673 1313 9 0 456020 0
[pid=18577/tid=18579] ppid=18575 vsize=1833636 CPUtime=1199.4
/proc/18577/task/18579/stat : 18579 (java) R 18575 18577 17638 0 -1 64 37587 0 1 0 119898 42 0 0 25 0 13 0 207301292 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109499430 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18580/stat : 18580 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 207301293 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18581/stat : 18581 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 207301293 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 207301295 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 207301296 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 207301296 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1833636 CPUtime=0.28
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1077 0 0 0 28 0 0 0 17 0 13 0 207301300 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1833636 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 13 0 207301300 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 207301300 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 207301300 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1833636 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 207301320 1877643264 38673 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1833636

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

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

[startup+1200.21 s]
/proc/loadavg: 1.06 1.03 1.00 2/82 18592
/proc/meminfo: memFree=981408/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=1837492 CPUtime=1200.46
/proc/18577/stat : 18577 (java) S 18575 18577 17638 0 -1 0 57440 0 1 0 119996 50 0 0 16 0 15 0 207301290 1881591808 53661 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18577/statm: 459373 53664 1318 9 0 456984 0
[pid=18577/tid=18579] ppid=18575 vsize=1837492 CPUtime=1199.41
/proc/18577/task/18579/stat : 18579 (java) S 18575 18577 17638 0 -1 64 37587 0 1 0 119899 42 0 0 25 0 15 0 207301292 1881591808 53665 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18580] ppid=18575 vsize=1837492 CPUtime=0.2
/proc/18577/task/18580/stat : 18580 (java) R 18575 18577 17638 0 -1 64 10477 0 0 0 16 4 0 0 18 0 15 0 207301293 1881591808 53667 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18581] ppid=18575 vsize=1837492 CPUtime=0.2
/proc/18577/task/18581/stat : 18581 (java) R 18575 18577 17638 0 -1 64 6594 0 0 0 18 2 0 0 18 0 15 0 207301293 1881591808 53669 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18582] ppid=18575 vsize=1837492 CPUtime=0
/proc/18577/task/18582/stat : 18582 (java) S 18575 18577 17638 0 -1 64 3 0 0 0 0 0 0 0 15 0 15 0 207301295 1881591808 53670 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18583] ppid=18575 vsize=1837492 CPUtime=0
/proc/18577/task/18583/stat : 18583 (java) S 18575 18577 17638 0 -1 64 10 0 0 0 0 0 0 0 23 0 15 0 207301296 1881591808 53672 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18584] ppid=18575 vsize=1837492 CPUtime=0
/proc/18577/task/18584/stat : 18584 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 207301296 1881591808 53674 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18585] ppid=18575 vsize=1837492 CPUtime=0
/proc/18577/task/18585/stat : 18585 (java) S 18575 18577 17638 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 207301300 1881591808 53675 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18586] ppid=18575 vsize=1837492 CPUtime=0.28
/proc/18577/task/18586/stat : 18586 (java) S 18575 18577 17638 0 -1 64 1077 0 0 0 28 0 0 0 17 0 15 0 207301300 1881591808 53676 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18577/tid=18587] ppid=18575 vsize=1837492 CPUtime=0.33
/proc/18577/task/18587/stat : 18587 (java) S 18575 18577 17638 0 -1 64 977 0 0 0 33 0 0 0 16 0 15 0 207301300 1881591808 53677 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18588] ppid=18575 vsize=1837492 CPUtime=0
/proc/18577/task/18588/stat : 18588 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 207301300 1881591808 53679 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18589] ppid=18575 vsize=1837492 CPUtime=0
/proc/18577/task/18589/stat : 18589 (java) S 18575 18577 17638 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 207301300 1881591808 53681 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18577/tid=18590] ppid=18575 vsize=1837492 CPUtime=0
/proc/18577/task/18590/stat : 18590 (java) S 18575 18577 17638 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 207301320 1881591808 53682 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.46
Current children cumulated vsize (KiB) 1837492

[startup+1200.41 s]
/proc/loadavg: 1.06 1.03 1.00 2/82 18592
/proc/meminfo: memFree=981408/2055888 swapFree=4087076/4096564
[pid=18577] ppid=18575 vsize=0 CPUtime=1200.83
/proc/18577/stat : 18577 (java) Z 18575 18577 17638 0 -1 1036 74076 0 1 0 120024 59 0 0 15 0 2 0 207301290 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.83
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1200.43
CPU time (s): 1200.87
CPU user time (s): 1200.25
CPU system time (s): 0.618905
CPU usage (%): 100.036
Max. virtual memory (cumulated for all children) (KiB): 1837492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.25
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74076
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24666
involuntary context switches= 6460

runsolver used 1.19082 second user time and 3.06753 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Feb 19 08:23:50 UTC 2007

IDJOB= 299537
IDBENCH= 20013
IDSOLVER= 96
FILE ID= node76/299537-1171873430

PBS_JOBID= 3839762

Free space on /tmp= 66650 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v650/unif-k3-r4.261-v650-c2769-S1172355929-14.SAT.shuffled.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/299537-1171873430/sat4j-sat2007.jar /tmp/evaluation/299537-1171873430/instance-299537-1171873430.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-299537-1171873430 -o ROOT/results/node76/solver-299537-1171873430 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/299537-1171873430/sat4j-sat2007.jar /tmp/evaluation/299537-1171873430/instance-299537-1171873430.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  53b587a5b98db42d3f124ef838f3e04f

RANDOM SEED= 567538515

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1132640 kB
Buffers:         44408 kB
Cached:         781664 kB
SwapCached:       3460 kB
Active:         588080 kB
Inactive:       248568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1132640 kB
SwapTotal:     4096564 kB
SwapFree:      4087076 kB
Dirty:            1244 kB
Writeback:           0 kB
Mapped:          15920 kB
Slab:            72904 kB
Committed_AS:   957708 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66650 MiB

End job on node76 on Mon Feb 19 08:43:52 UTC 2007