Trace number 294084

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.07 1199.89

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S116991008-16.SAT.shuffled.cnf
MD5SUM2c7bf3b36a08e984c6bfa25f8c13f2d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52769
Number of clauses of size over 50

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c version SAT COMPETITION 2007
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-34.ELsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1703279312
0.09/0.14	c Max memory 1706164224
0.09/0.14	c Total memory 1706164224
0.09/0.14	c Number of processors 2
0.09/0.19	c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.09/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c Expensive reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c timeout: 2147483s
0.09/0.19	c solving /tmp/evaluation/294084-1171782942/instance-294084-1171782942.cnf
0.09/0.19	c reading problem ... 
0.21/0.29	c ... done. Wall clock time 0.1s.
0.21/0.29	c CPU time (experimental) 0.22s.
0.21/0.29	c #vars     130
0.21/0.29	c #constraints  2769
1200.01/1199.84	c starts		: 23
1200.01/1199.84	c conflicts		: 2193003
1200.01/1199.84	c decisions		: 2486435
1200.01/1199.84	c propagations		: 42308953
1200.01/1199.84	c inspects		: 4866981069
1200.01/1199.84	c learnt literals	: 0
1200.01/1199.84	c learnt binary clauses	: 0
1200.01/1199.84	c learnt ternary clauses	: 0
1200.01/1199.84	c learnt clauses	: 84904
1200.01/1199.84	c root simplifications	: 0
1200.01/1199.84	c removed literals (reason simplification)	: 8221985
1200.01/1199.84	c reason swapping (by a shorter reason)	: 0
1200.01/1199.84	c Calls to reduceDB	: 0
1200.01/1199.84	c speed (decisions/second)	: 2072.8220210897334
1200.01/1199.84	c non guided choices	38
1200.01/1199.84	s UNKNOWN
1200.01/1199.84	c Total wall clock time (in seconds) : 1199.644
1200.01/1199.84	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-294084-1171782942 -o ROOT/results/node76/solver-294084-1171782942 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/294084-1171782942/sat4j-sat2007.jar /tmp/evaluation/294084-1171782942/instance-294084-1171782942.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: 0.92 0.98 0.99 2/69 7676
/proc/meminfo: memFree=1147728/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1520 CPUtime=0
/proc/7676/stat : 7676 (java) R 7674 7676 6387 0 -1 0 67 0 0 0 0 0 0 0 18 0 1 0 198252496 1556480 51 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4800484 0 0 4096 0 0 0 0 17 1 0 0
/proc/7676/statm: 382 59 45 9 0 10 0

[startup+0.106906 s]
/proc/loadavg: 0.92 0.98 0.99 2/69 7676
/proc/meminfo: memFree=1147728/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1832672 CPUtime=0.09
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 4070 0 1 0 7 2 0 0 18 0 12 0 198252496 1876656128 3815 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 458168 3815 1125 9 0 455786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1832672

[startup+0.514952 s]
/proc/loadavg: 0.92 0.98 0.99 2/69 7676
/proc/meminfo: memFree=1147728/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1838412 CPUtime=0.69
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 7411 0 1 0 66 3 0 0 18 0 13 0 198252496 1882533888 6102 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 459603 6102 1306 9 0 457214 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1838412

[startup+1.35004 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 7689
/proc/meminfo: memFree=1126760/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1838412 CPUtime=1.69
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 8156 0 1 0 166 3 0 0 18 0 13 0 198252496 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 459603 6574 1312 9 0 457214 0
[pid=7676/tid=7678] ppid=7674 vsize=1838412 CPUtime=1.12
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 4500 0 1 0 110 2 0 0 18 0 13 0 198252497 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109536597 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 198252498 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 198252498 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198252501 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 198252501 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 198252501 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1838412 CPUtime=0.32
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1611 0 0 0 32 0 0 0 15 0 13 0 198252505 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1838412 CPUtime=0.24
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1322 0 0 0 24 0 0 0 15 0 13 0 198252505 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1882533888 6574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 1838412

[startup+2.99723 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 7689
/proc/meminfo: memFree=1124072/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1838412 CPUtime=3.37
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 9071 0 1 0 333 4 0 0 18 0 13 0 198252496 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 459603 7478 1312 9 0 457214 0
[pid=7676/tid=7678] ppid=7674 vsize=1838412 CPUtime=2.76
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 5404 0 1 0 274 2 0 0 25 0 13 0 198252497 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109610161 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 198252498 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 198252498 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198252501 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 198252501 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 198252501 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1838412 CPUtime=0.34
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1622 0 0 0 34 0 0 0 16 0 13 0 198252505 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1838412 CPUtime=0.24
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1322 0 0 0 24 0 0 0 15 0 13 0 198252505 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1838412 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1882533888 7478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 1838412

[startup+6.2026 s]
/proc/loadavg: 0.93 0.98 0.99 2/82 7689
/proc/meminfo: memFree=1117864/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1837676 CPUtime=6.57
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 10525 0 1 0 653 4 0 0 18 0 13 0 198252496 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 459419 8770 1312 9 0 457030 0
[pid=7676/tid=7678] ppid=7674 vsize=1837676 CPUtime=5.97
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 6858 0 1 0 594 3 0 0 25 0 13 0 198252497 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109537992 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 198252498 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 198252498 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198252501 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 198252501 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 198252501 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1837676 CPUtime=0.34
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1622 0 0 0 34 0 0 0 16 0 13 0 198252505 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1837676 CPUtime=0.24
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1322 0 0 0 24 0 0 0 15 0 13 0 198252505 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1881780224 8770 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 1837676

[startup+12.6783 s]
/proc/loadavg: 0.93 0.98 0.99 2/82 7689
/proc/meminfo: memFree=1108136/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1837676 CPUtime=13.06
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 12811 0 1 0 1300 6 0 0 18 0 13 0 198252496 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 459419 11056 1312 9 0 457030 0
[pid=7676/tid=7678] ppid=7674 vsize=1837676 CPUtime=12.44
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 9141 0 1 0 1240 4 0 0 25 0 13 0 198252497 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109610200 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 198252498 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 198252498 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198252501 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 198252501 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 198252501 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1837676 CPUtime=0.35
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1625 0 0 0 35 0 0 0 16 0 13 0 198252505 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1837676 CPUtime=0.24
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1322 0 0 0 24 0 0 0 16 0 13 0 198252505 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1837676 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1881780224 11056 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 1837676

[startup+25.5408 s]
/proc/loadavg: 0.95 0.98 0.99 2/82 7689
/proc/meminfo: memFree=1096488/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1835908 CPUtime=25.95
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 16220 0 1 0 2587 8 0 0 18 0 13 0 198252496 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 458977 14029 1313 9 0 456588 0
[pid=7676/tid=7678] ppid=7674 vsize=1835908 CPUtime=25.3
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 12548 0 1 0 2524 6 0 0 25 0 13 0 198252497 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109324525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 198252498 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 198252498 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 198252501 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 198252501 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1835908 CPUtime=0.36
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1625 0 0 0 36 0 0 0 16 0 13 0 198252505 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1835908 CPUtime=0.26
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1324 0 0 0 26 0 0 0 16 0 13 0 198252505 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1879969792 14029 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.95

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

[pid=7676] ppid=7674 vsize=1835908 CPUtime=1064.1
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 46445 0 1 0 106368 42 0 0 18 0 13 0 198252496 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 458977 44234 1322 9 0 456588 0
[pid=7676/tid=7678] ppid=7674 vsize=1835908 CPUtime=1063.29
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 38827 0 1 0 106289 40 0 0 25 0 13 0 198252497 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109536507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 2203 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 1734 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1835908 CPUtime=0.37
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1625 0 0 0 37 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1835908 CPUtime=0.26
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1324 0 0 0 26 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1064.1
Current children cumulated vsize (KiB) 1835908

[startup+1123.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 7689
/proc/meminfo: memFree=974760/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1835908 CPUtime=1124.19
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 46445 0 1 0 112376 43 0 0 18 0 13 0 198252496 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 458977 44234 1322 9 0 456588 0
[pid=7676/tid=7678] ppid=7674 vsize=1835908 CPUtime=1123.37
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 38827 0 1 0 112297 40 0 0 25 0 13 0 198252497 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109536507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 2203 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 1734 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1835908 CPUtime=0.37
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1625 0 0 0 37 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1835908 CPUtime=0.26
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1324 0 0 0 26 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1124.19
Current children cumulated vsize (KiB) 1835908

[startup+1184.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 7689
/proc/meminfo: memFree=974760/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1835908 CPUtime=1184.27
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 46445 0 1 0 118384 43 0 0 18 0 13 0 198252496 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 458977 44234 1322 9 0 456588 0
[pid=7676/tid=7678] ppid=7674 vsize=1835908 CPUtime=1183.45
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 38827 0 1 0 118305 40 0 0 25 0 13 0 198252497 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109538465 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 2203 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 1734 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1835908 CPUtime=0.37
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1625 0 0 0 37 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1835908 CPUtime=0.26
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1324 0 0 0 26 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.27
Current children cumulated vsize (KiB) 1835908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 7689
/proc/meminfo: memFree=974760/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1835908 CPUtime=1200.01
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 46445 0 1 0 119958 43 0 0 18 0 13 0 198252496 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 458977 44234 1322 9 0 456588 0
[pid=7676/tid=7678] ppid=7674 vsize=1835908 CPUtime=1199.19
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 38827 0 1 0 119879 40 0 0 25 0 13 0 198252497 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109536507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 2203 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 1734 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1835908 CPUtime=0.37
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1625 0 0 0 37 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1835908 CPUtime=0.26
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1324 0 0 0 26 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1835908

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

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

[startup+1199.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 7689
/proc/meminfo: memFree=974760/2055888 swapFree=4087076/4096564
[pid=7676] ppid=7674 vsize=1835908 CPUtime=1200.01
/proc/7676/stat : 7676 (java) S 7674 7676 6387 0 -1 0 46445 0 1 0 119958 43 0 0 18 0 13 0 198252496 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7676/statm: 458977 44234 1322 9 0 456588 0
[pid=7676/tid=7678] ppid=7674 vsize=1835908 CPUtime=1199.19
/proc/7676/task/7678/stat : 7678 (java) R 7674 7676 6387 0 -1 64 38827 0 1 0 119879 40 0 0 25 0 13 0 198252497 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109536507 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7676/tid=7679] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7679/stat : 7679 (java) S 7674 7676 6387 0 -1 64 2203 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7680] ppid=7674 vsize=1835908 CPUtime=0.07
/proc/7676/task/7680/stat : 7680 (java) S 7674 7676 6387 0 -1 64 1734 0 0 0 7 0 0 0 17 0 13 0 198252498 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7681] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7681/stat : 7681 (java) S 7674 7676 6387 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7682] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7682/stat : 7682 (java) S 7674 7676 6387 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7683] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7683/stat : 7683 (java) S 7674 7676 6387 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198252501 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7684] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7684/stat : 7684 (java) S 7674 7676 6387 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7685] ppid=7674 vsize=1835908 CPUtime=0.37
/proc/7676/task/7685/stat : 7685 (java) S 7674 7676 6387 0 -1 64 1625 0 0 0 37 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7686] ppid=7674 vsize=1835908 CPUtime=0.26
/proc/7676/task/7686/stat : 7686 (java) S 7674 7676 6387 0 -1 64 1324 0 0 0 26 0 0 0 16 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7687] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7687/stat : 7687 (java) S 7674 7676 6387 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7688] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7688/stat : 7688 (java) S 7674 7676 6387 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198252505 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7676/tid=7689] ppid=7674 vsize=1835908 CPUtime=0
/proc/7676/task/7689/stat : 7689 (java) S 7674 7676 6387 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198252526 1879969792 44234 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1835908

Child status: 143
Real time (s): 1199.89
CPU time (s): 1200.07
CPU user time (s): 1199.61
CPU system time (s): 0.45993
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 1839116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46466
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= 24636
involuntary context switches= 923

runsolver used 1.27381 second user time and 2.98955 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Feb 18 07:15:42 UTC 2007

IDJOB= 294084
IDBENCH= 19880
IDSOLVER= 96
FILE ID= node76/294084-1171782942

PBS_JOBID= 3839529

Free space on /tmp= 66651 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S116991008-16.SAT.shuffled.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/294084-1171782942/sat4j-sat2007.jar /tmp/evaluation/294084-1171782942/instance-294084-1171782942.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-294084-1171782942 -o ROOT/results/node76/solver-294084-1171782942 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/294084-1171782942/sat4j-sat2007.jar /tmp/evaluation/294084-1171782942/instance-294084-1171782942.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  2c7bf3b36a08e984c6bfa25f8c13f2d7

RANDOM SEED= 815207255

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:       1148136 kB
Buffers:         41456 kB
Cached:         770744 kB
SwapCached:       3460 kB
Active:         561416 kB
Inactive:       260956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1148136 kB
SwapTotal:     4096564 kB
SwapFree:      4087076 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          15476 kB
Slab:            71720 kB
Committed_AS:   886216 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= 66651 MiB

End job on node76 on Sun Feb 18 07:35:44 UTC 2007