Trace number 1513999

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1? (TO) 1200.34 1206.78

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S1741784682-076.cnf
MD5SUM355ff7ae526b221bc4c8d8e4e0eadc31
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.73082
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.17	c version 2.1.0.v20090228
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 1651659224
0.08/0.17	c Max memory 1654456320
0.08/0.17	c Total memory 1654456320
0.08/0.17	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.18/0.25	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.18/0.25	c Expensive reason simplification
0.18/0.25	c Armin Biere (Picosat) restarts strategy
0.18/0.25	c timeout=2147483647s
0.18/0.25	c DB Simplification allowed=true
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-1513999-1238224670.cnf
0.18/0.25	c reading problem ... 
0.58/0.63	c ... done. Wall clock time 0.376s.
0.58/0.63	c #vars     8000
0.58/0.63	c #constraints  33600
0.58/0.63	c constraints type 
0.58/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33600
1200.07/1206.51	c starts		: 789
1200.07/1206.51	c conflicts		: 404202
1200.07/1206.51	c decisions		: 999910
1200.07/1206.51	c propagations		: 180406404
1200.07/1206.51	c inspects		: 1751740584
1200.07/1206.51	c learnt literals	: 0
1200.07/1206.51	c learnt binary clauses	: 0
1200.07/1206.51	c learnt ternary clauses	: 73
1200.07/1206.51	c learnt clauses	: 404202
1200.07/1206.51	c ignored clauses	: 0
1200.07/1206.51	c root simplifications	: 789
1200.07/1206.51	c removed literals (reason simplification)	: 5028218
1200.07/1206.51	c reason swapping (by a shorter reason)	: 0
1200.07/1206.51	c Calls to reduceDB	: 0
1200.07/1206.51	c speed (assignments/second)	: 149605.35442107933
1200.07/1206.51	c non guided choices	710
1200.17/1206.66	c learnt constraints type 
1200.17/1206.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 404208
1200.17/1206.66	s UNKNOWN
1200.17/1206.66	c Total wall clock time (in seconds) : 1206.259

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1513999-1238224670/watcher-1513999-1238224670 -o /tmp/evaluation-result-1513999-1238224670/solver-1513999-1238224670 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1513999-1238224670.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.91 1.95 1.96 4/85 26298
/proc/meminfo: memFree=1834632/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=18576 CPUtime=0
/proc/26298/stat : 26298 (runsolver) R 26296 26298 26169 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1095128033 19021824 292 1992294400 4194304 4302548 548682068400 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26298/statm: 4644 292 257 26 0 2626 0

[startup+0.085786 s]
/proc/loadavg: 1.91 1.95 1.96 4/85 26298
/proc/meminfo: memFree=1834632/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1778556 CPUtime=0.06
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 3691 0 1 0 4 2 0 0 18 0 7 0 1095128033 1821241344 3436 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 444639 3436 1034 9 0 441990 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778556

[startup+0.102972 s]
/proc/loadavg: 1.91 1.95 1.96 4/85 26298
/proc/meminfo: memFree=1834632/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1778880 CPUtime=0.08
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 3799 0 1 0 5 3 0 0 18 0 8 0 1095128033 1821573120 3544 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 444720 3544 1043 9 0 442071 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778880

[startup+0.301806 s]
/proc/loadavg: 1.91 1.95 1.96 4/85 26298
/proc/meminfo: memFree=1834632/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1782048 CPUtime=0.28
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 5110 0 1 0 24 4 0 0 18 0 12 0 1095128033 1824817152 4847 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445512 4847 1344 9 0 442859 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782048

[startup+0.701846 s]
/proc/loadavg: 1.91 1.95 1.96 4/85 26298
/proc/meminfo: memFree=1834632/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1782056 CPUtime=0.68
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 6119 0 1 0 63 5 0 0 18 0 12 0 1095128033 1824825344 5805 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445514 5805 1382 9 0 442861 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1782056

[startup+1.50193 s]
/proc/loadavg: 1.91 1.95 1.96 3/98 26311
/proc/meminfo: memFree=1814560/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1784140 CPUtime=1.47
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 7589 0 1 0 141 6 0 0 18 0 13 0 1095128033 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 446035 6468 1407 9 0 443382 0
[pid=26298/tid=26300] ppid=26296 vsize=1784140 CPUtime=0.72
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 4904 0 1 0 68 4 0 0 23 0 13 0 1095128035 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4109572249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1095128036 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1095128037 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1095128038 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1095128039 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1095128039 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1095128043 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 1095128044 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1784140 CPUtime=0.73
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 1927 0 0 0 72 1 0 0 16 0 13 0 1095128044 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1095128044 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1095128044 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1095128106 1826959360 6468 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 1784140

[startup+3.10209 s]
/proc/loadavg: 1.91 1.95 1.96 3/98 26311
/proc/meminfo: memFree=1813216/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1784140 CPUtime=3.06
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 7986 0 1 0 299 7 0 0 18 0 13 0 1095128033 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 446035 6804 1411 9 0 443382 0
[pid=26298/tid=26300] ppid=26296 vsize=1784140 CPUtime=2.2
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 5230 0 1 0 215 5 0 0 25 0 13 0 1095128035 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4109126802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1095128036 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1095128037 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1095128038 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1095128039 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1095128039 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1095128043 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 1095128044 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1784140 CPUtime=0.84
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 1998 0 0 0 83 1 0 0 16 0 13 0 1095128044 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1095128044 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1095128044 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1784140 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1095128106 1826959360 6804 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 1784140

[startup+6.3024 s]
/proc/loadavg: 1.92 1.95 1.96 3/98 26311
/proc/meminfo: memFree=1810336/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1784012 CPUtime=6.25
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 8659 0 1 0 617 8 0 0 18 0 13 0 1095128033 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 446003 7444 1411 9 0 443350 0
[pid=26298/tid=26300] ppid=26296 vsize=1784012 CPUtime=5.37
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 5903 0 1 0 532 5 0 0 25 0 13 0 1095128035 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1095128036 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1095128037 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1095128038 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1095128039 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1095128039 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1095128043 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 1095128044 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1784012 CPUtime=0.85
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 1998 0 0 0 84 1 0 0 16 0 13 0 1095128044 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1095128044 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1095128044 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1784012 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1095128106 1826828288 7444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 1784012

[startup+12.702 s]
/proc/loadavg: 1.93 1.95 1.96 3/98 26311
/proc/meminfo: memFree=1805600/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1783304 CPUtime=12.6
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 9897 0 1 0 1251 9 0 0 18 0 13 0 1095128033 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445826 8506 1411 9 0 443173 0
[pid=26298/tid=26300] ppid=26296 vsize=1783304 CPUtime=11.59
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 7128 0 1 0 1152 7 0 0 25 0 13 0 1095128035 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4109681500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1095128036 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1095128037 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1095128038 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1095128039 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1095128039 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1095128043 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 1095128044 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1783304 CPUtime=0.99
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 2011 0 0 0 98 1 0 0 16 0 13 0 1095128044 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1095128044 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1095128044 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1095128106 1826103296 8506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1783304

[startup+25.5023 s]
/proc/loadavg: 1.94 1.96 1.96 3/98 26311
/proc/meminfo: memFree=1796832/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1783304 CPUtime=25.33
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 12019 0 1 0 2521 12 0 0 18 0 13 0 1095128033 1826103296 10628 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445826 10628 1411 9 0 443173 0
[pid=26298/tid=26300] ppid=26296 vsize=1783304 CPUtime=24.31
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 9250 0 1 0 2422 9 0 0 25 0 13 0 1095128035 1826103296 10628 1992294400 134512640 134550932 4294956000 18446744073709551615 4109530398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1095128036 1826103296 10628 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1095128037 1826103296 10628 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/26298/statm: 445826 118026 1420 9 0 443173 0
[pid=26298/tid=26300] ppid=26296 vsize=1783304 CPUtime=1113.99
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 37540 0 1 0 111356 43 0 0 25 0 13 0 1095128035 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4109530246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1783304 CPUtime=0.63
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 46458 0 0 0 43 20 0 0 20 0 13 0 1095128036 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1783304 CPUtime=0.68
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 56262 0 0 0 43 25 0 0 19 0 13 0 1095128037 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1095128038 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1095128039 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1095128039 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1095128043 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1783304 CPUtime=1.01
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 2011 0 0 0 100 1 0 0 17 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1095128106 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1116.35
Current children cumulated vsize (KiB) 1783304

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/98 26311
/proc/meminfo: memFree=1365728/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1783304 CPUtime=1176.01
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 143036 0 1 0 117510 91 0 0 18 0 13 0 1095128033 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445826 118026 1420 9 0 443173 0
[pid=26298/tid=26300] ppid=26296 vsize=1783304 CPUtime=1173.65
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 37540 0 1 0 117322 43 0 0 25 0 13 0 1095128035 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4109555896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1783304 CPUtime=0.63
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 46458 0 0 0 43 20 0 0 20 0 13 0 1095128036 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1783304 CPUtime=0.68
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 56262 0 0 0 43 25 0 0 19 0 13 0 1095128037 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1095128038 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1095128039 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1095128039 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1095128043 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1783304 CPUtime=1.01
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 2011 0 0 0 100 1 0 0 17 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1095128106 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.01
Current children cumulated vsize (KiB) 1783304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/98 26311
/proc/meminfo: memFree=1365728/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1783304 CPUtime=1200.07
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 143036 0 1 0 119916 91 0 0 18 0 13 0 1095128033 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445826 118026 1420 9 0 443173 0
[pid=26298/tid=26300] ppid=26296 vsize=1783304 CPUtime=1197.71
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 37540 0 1 0 119728 43 0 0 25 0 13 0 1095128035 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4109530272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1783304 CPUtime=0.63
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 46458 0 0 0 43 20 0 0 20 0 13 0 1095128036 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1783304 CPUtime=0.68
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 56262 0 0 0 43 25 0 0 19 0 13 0 1095128037 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1095128038 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1095128039 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1095128039 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1095128043 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1783304 CPUtime=1.01
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 2011 0 0 0 100 1 0 0 17 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1095128044 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1783304 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1095128106 1826103296 118026 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1783304

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

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

[startup+1206.61 s]
/proc/loadavg: 2.00 2.00 1.98 4/101 26314
/proc/meminfo: memFree=1365504/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1783952 CPUtime=1200.17
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 143059 0 1 0 119926 91 0 0 16 0 15 0 1095128033 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445988 118049 1420 9 0 443335 0
[pid=26298/tid=26300] ppid=26296 vsize=1783952 CPUtime=1197.75
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 37540 0 1 0 119732 43 0 0 25 0 15 0 1095128035 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4109530470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1783952 CPUtime=0.63
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 46458 0 0 0 43 20 0 0 20 0 15 0 1095128036 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1783952 CPUtime=0.68
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 56262 0 0 0 43 25 0 0 19 0 15 0 1095128037 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) S 26296 26298 26169 0 -1 64 8 0 0 0 0 0 0 0 16 0 15 0 1095128038 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 10 0 0 0 0 0 0 0 17 0 15 0 1095128039 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 1095128039 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26306] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26306/stat : 26306 (java) S 26296 26298 26169 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 1095128043 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 1095128044 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1783952 CPUtime=1.04
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 2016 0 0 0 103 1 0 0 17 0 15 0 1095128044 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 1095128044 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26310] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26310/stat : 26310 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 1095128044 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 15 0 1095128106 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26313] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26313/stat : 26313 (java) S 26296 26298 26169 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 1095248685 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26314] ppid=26296 vsize=1783952 CPUtime=0.02
/proc/26298/task/26314/stat : 26314 (java) R 26296 26298 26169 0 -1 64 6 0 0 0 2 0 0 0 20 0 15 0 1095248685 1826766848 118049 1992294400 134512640 134550932 4294956000 18446744073709551615 4109719183 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 1783952

[startup+1206.71 s]
/proc/loadavg: 2.00 2.00 1.98 4/101 26314
/proc/meminfo: memFree=1365504/2055920 swapFree=4169364/4192956
[pid=26298] ppid=26296 vsize=1783952 CPUtime=1200.26
/proc/26298/stat : 26298 (java) S 26296 26298 26169 0 -1 0 143062 0 1 0 119935 91 0 0 16 0 12 0 1095128033 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26298/statm: 445988 118052 1421 9 0 443335 0
[pid=26298/tid=26300] ppid=26296 vsize=1783952 CPUtime=1197.8
/proc/26298/task/26300/stat : 26300 (java) R 26296 26298 26169 0 -1 64 37540 0 1 0 119737 43 0 0 25 0 12 0 1095128035 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4109530243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26301] ppid=26296 vsize=1783952 CPUtime=0.63
/proc/26298/task/26301/stat : 26301 (java) S 26296 26298 26169 0 -1 64 46458 0 0 0 43 20 0 0 20 0 12 0 1095128036 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26302] ppid=26296 vsize=1783952 CPUtime=0.68
/proc/26298/task/26302/stat : 26302 (java) S 26296 26298 26169 0 -1 64 56262 0 0 0 43 25 0 0 19 0 12 0 1095128037 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26303] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26303/stat : 26303 (java) R 26296 26298 26169 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1095128038 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26298/tid=26304] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26304/stat : 26304 (java) S 26296 26298 26169 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1095128039 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26305] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26305/stat : 26305 (java) S 26296 26298 26169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1095128039 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26307] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26307/stat : 26307 (java) S 26296 26298 26169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 1095128044 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26308] ppid=26296 vsize=1783952 CPUtime=1.04
/proc/26298/task/26308/stat : 26308 (java) S 26296 26298 26169 0 -1 64 2016 0 0 0 103 1 0 0 17 0 12 0 1095128044 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26309] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26309/stat : 26309 (java) S 26296 26298 26169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1095128044 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26311] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26311/stat : 26311 (java) S 26296 26298 26169 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1095128106 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26298/tid=26313] ppid=26296 vsize=1783952 CPUtime=0
/proc/26298/task/26313/stat : 26313 (java) S 26296 26298 26169 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1095248685 1826766848 118052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.26
Current children cumulated vsize (KiB) 1783952

Child status: 143
Real time (s): 1206.78
CPU time (s): 1200.34
CPU user time (s): 1199.35
CPU system time (s): 0.986849
CPU usage (%): 99.466
Max. virtual memory (cumulated for all children) (KiB): 1784272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.35
system time used= 0.986849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143062
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= 24976
involuntary context switches= 24250

runsolver used 1.73574 second user time and 4.89926 second system time

The end

Launcher Data

Begin job on node70 at 2009-03-28 08:17:51
IDJOB=1513999
IDBENCH=70310
IDSOLVER=500
FILE ID=node70/1513999-1238224670
PBS_JOBID= 9060652
Free space on /tmp= 65292 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S1741784682-076.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513999-1238224670/watcher-1513999-1238224670 -o /tmp/evaluation-result-1513999-1238224670/solver-1513999-1238224670 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1513999-1238224670.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 355ff7ae526b221bc4c8d8e4e0eadc31
RANDOM SEED=754447746

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1835112 kB
Buffers:         33908 kB
Cached:         132084 kB
SwapCached:       8700 kB
Active:          72900 kB
Inactive:       103212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835112 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:             764 kB
Writeback:           0 kB
Mapped:          15152 kB
Slab:            28708 kB
Committed_AS:  2133020 kB
PageTables:       2668 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65292 MiB
End job on node70 at 2009-03-28 08:37:59