Trace number 1720413

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.54 1199.96

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.892
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

Solver Data

0.14/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.14/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.43	c See www.sat4j.org for details.
0.14/0.44	c version 2.1.0.v20090228
0.14/0.44	c sun.arch.data.model	32
0.14/0.44	c java.version	1.6.0_12
0.14/0.44	c os.name	Linux
0.14/0.44	c os.version	2.6.9-22.EL.rootsmp
0.14/0.44	c os.arch	i386
0.14/0.44	c Free memory 1651659224
0.14/0.44	c Max memory 1654456320
0.14/0.44	c Total memory 1654456320
0.14/0.44	c Number of processors 2
0.14/0.49	c c --- Begin Solver configuration ---
0.14/0.49	c Stops conflict analysis at the first Unique Implication Point
0.14/0.49	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.14/0.49	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.49	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.14/0.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.14/0.49	c Expensive reason simplification
0.14/0.49	c Armin Biere (Picosat) restarts strategy
0.14/0.49	c timeout=2147483647s
0.14/0.49	c DB Simplification allowed=true
0.14/0.49	c --- End Solver configuration ---
0.14/0.49	c solving HOME/instance-1720413-1240655976.cnf
0.14/0.49	c reading problem ... 
0.67/0.81	c ... done. Wall clock time 0.321s.
0.67/0.81	c #vars     9426
0.67/0.81	c #constraints  59991
0.67/0.81	c constraints type 
0.67/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 46157
0.67/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 13834
1200.09/1199.71	c starts		: 891
1200.09/1199.71	c conflicts		: 512198
1200.09/1199.71	c decisions		: 1246803
1200.09/1199.71	c propagations		: 287709975
1200.09/1199.71	c inspects		: 3185160192
1200.09/1199.71	c learnt literals	: 147
1200.09/1199.71	c learnt binary clauses	: 760
1200.09/1199.71	c learnt ternary clauses	: 2827
1200.09/1199.71	c learnt clauses	: 512051
1200.09/1199.71	c ignored clauses	: 0
1200.09/1199.71	c root simplifications	: 1038
1200.09/1199.71	c removed literals (reason simplification)	: 39549245
1200.09/1199.71	c reason swapping (by a shorter reason)	: 0
1200.09/1199.71	c Calls to reduceDB	: 0
1200.09/1199.71	c speed (assignments/second)	: 239977.34682898145
1200.09/1199.71	c non guided choices	1175
1200.29/1199.89	c learnt constraints type 
1200.29/1199.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 576
1200.29/1199.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 511092
1200.29/1199.89	s UNKNOWN
1200.29/1199.89	c Total wall clock time (in seconds) : 1199.226

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720413-1240655976/watcher-1720413-1240655976 -o /tmp/evaluation-result-1720413-1240655976/solver-1720413-1240655976 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1720413-1240655976.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.00 1.00 1.09 2/64 16826
/proc/meminfo: memFree=1807192/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=18576 CPUtime=0
/proc/16826/stat : 16826 (runsolver) D 16824 16826 16514 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 93631638 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 233632754983 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/16826/statm: 4644 292 257 26 0 2626 0

[startup+0.0635491 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 16826
/proc/meminfo: memFree=1807192/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1612 CPUtime=0
/proc/16826/stat : 16826 (java6) R 16824 16826 16514 0 -1 0 175 0 1 0 0 0 0 0 18 0 1 0 93631638 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/16826/statm: 403 147 111 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.101625 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 16826
/proc/meminfo: memFree=1807192/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=12928 CPUtime=0.01
/proc/16826/stat : 16826 (java) R 16824 16826 16514 0 -1 0 373 0 14 0 0 1 0 0 18 0 1 0 93631638 13238272 194 1992294400 134512640 134550932 4294955984 18446744073709551615 10896170 0 0 4096 0 0 0 0 17 0 0 0
/proc/16826/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301573 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 16826
/proc/meminfo: memFree=1807192/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1778424 CPUtime=0.08
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 3521 0 49 0 3 5 0 0 18 0 7 0 93631638 1821106176 3314 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 444606 3314 1026 9 0 441957 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778424

[startup+0.701604 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 16826
/proc/meminfo: memFree=1807192/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1783808 CPUtime=0.56
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 5729 0 49 0 49 7 0 0 18 0 12 0 93631638 1826619392 5505 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 445952 5506 1374 9 0 443299 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1783808

[startup+1.50267 s]
/proc/loadavg: 1.08 1.02 1.09 2/77 16839
/proc/meminfo: memFree=1773488/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1785664 CPUtime=1.72
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 8106 0 49 0 164 8 0 0 18 0 13 0 93631638 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446416 7497 1404 9 0 443763 0
[pid=16826/tid=16828] ppid=16824 vsize=1785664 CPUtime=0.99
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 5727 0 19 0 94 5 0 0 23 0 13 0 93631651 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4109533247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 93631659 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 93631659 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 93631663 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 93631664 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 93631664 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93631675 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1785664 CPUtime=0.28
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 636 0 0 0 28 0 0 0 16 0 13 0 93631675 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1785664 CPUtime=0.4
/proc/16826/task/16836/stat : 16836 (java) R 16824 16826 16514 0 -1 64 1029 0 0 0 40 0 0 0 17 0 13 0 93631675 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 103152382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93631675 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93631675 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 93631725 1828519936 7497 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1785664

[startup+3.10281 s]
/proc/loadavg: 1.08 1.02 1.09 2/77 16839
/proc/meminfo: memFree=1772272/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1785664 CPUtime=3.45
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 8271 0 49 0 337 8 0 0 18 0 13 0 93631638 1828519936 7631 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446416 7631 1411 9 0 443763 0
[pid=16826/tid=16828] ppid=16824 vsize=1785664 CPUtime=2.58
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 5839 0 19 0 253 5 0 0 25 0 13 0 93631651 1828519936 7631 1992294400 134512640 134550932 4294955984 18446744073709551615 4109492951 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 93631659 1828519936 7631 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 93631659 1828519936 7631 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 93631663 1828519936 7631 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 93631664 1828519936 7632 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 93631664 1828519936 7638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93631675 1828519936 7638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1785664 CPUtime=0.33
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 640 0 0 0 33 0 0 0 17 0 13 0 93631675 1828519936 7638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1785664 CPUtime=0.5
/proc/16826/task/16836/stat : 16836 (java) R 16824 16826 16514 0 -1 64 1085 0 0 0 50 0 0 0 16 0 13 0 93631675 1828519936 7638 1992294400 134512640 134550932 4294955984 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93631675 1828519936 7638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93631675 1828519936 7638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1785664 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 93631725 1828519936 7638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 1785664

[startup+6.30106 s]
/proc/loadavg: 1.08 1.02 1.09 2/77 16839
/proc/meminfo: memFree=1770992/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1785204 CPUtime=6.65
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 8530 0 49 0 656 9 0 0 18 0 13 0 93631638 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446301 7730 1411 9 0 443648 0
[pid=16826/tid=16828] ppid=16824 vsize=1785204 CPUtime=5.76
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 6086 0 19 0 571 5 0 0 25 0 13 0 93631651 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4109595694 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 93631659 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 93631659 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 93631663 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 93631664 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 93631664 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93631675 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1785204 CPUtime=0.33
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 640 0 0 0 33 0 0 0 17 0 13 0 93631675 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1785204 CPUtime=0.52
/proc/16826/task/16836/stat : 16836 (java) S 16824 16826 16514 0 -1 64 1089 0 0 0 52 0 0 0 15 0 13 0 93631675 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93631675 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93631675 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 93631725 1828048896 7730 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 1785204

[startup+12.7026 s]
/proc/loadavg: 1.07 1.02 1.09 2/77 16839
/proc/meminfo: memFree=1769712/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1785204 CPUtime=13.05
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 8952 0 49 0 1296 9 0 0 18 0 13 0 93631638 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446301 8152 1411 9 0 443648 0
[pid=16826/tid=16828] ppid=16824 vsize=1785204 CPUtime=12.15
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 6495 0 19 0 1210 5 0 0 25 0 13 0 93631651 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4109503840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 93631659 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 93631659 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 93631663 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 93631664 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 93631664 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93631675 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1785204 CPUtime=0.33
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 640 0 0 0 33 0 0 0 17 0 13 0 93631675 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1785204 CPUtime=0.53
/proc/16826/task/16836/stat : 16836 (java) S 16824 16826 16514 0 -1 64 1102 0 0 0 53 0 0 0 17 0 13 0 93631675 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93631675 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93631675 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 93631725 1828048896 8152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 1785204

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 1.09 2/77 16839
/proc/meminfo: memFree=1766256/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1785204 CPUtime=25.88
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 9820 0 49 0 2578 10 0 0 18 0 13 0 93631638 1828048896 9009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446301 9009 1411 9 0 443648 0
[pid=16826/tid=16828] ppid=16824 vsize=1785204 CPUtime=24.93
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 7312 0 19 0 2486 7 0 0 25 0 13 0 93631651 1828048896 9009 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 93631659 1828048896 9009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 93631659 1828048896 9009 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16826] ppid=16824 vsize=1785204 CPUtime=1122.71
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 73418 0 49 0 112212 59 0 0 18 0 13 0 93631638 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446301 65982 1420 9 0 443648 0
[pid=16826/tid=16828] ppid=16824 vsize=1785204 CPUtime=1121.17
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 37554 0 19 0 112077 40 0 0 25 0 13 0 93631651 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4109578611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785204 CPUtime=0.26
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 13715 0 0 0 21 5 0 0 18 0 13 0 93631659 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785204 CPUtime=0.26
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 19634 0 0 0 18 8 0 0 16 0 13 0 93631659 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93631663 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93631664 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 93631664 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1785204 CPUtime=0.34
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 641 0 0 0 34 0 0 0 16 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1785204 CPUtime=0.59
/proc/16826/task/16836/stat : 16836 (java) S 16824 16826 16514 0 -1 64 1152 0 0 0 59 0 0 0 17 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 93631725 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.71
Current children cumulated vsize (KiB) 1785204

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 16839
/proc/meminfo: memFree=1537136/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1785204 CPUtime=1182.69
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 73418 0 49 0 118210 59 0 0 18 0 13 0 93631638 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446301 65982 1420 9 0 443648 0
[pid=16826/tid=16828] ppid=16824 vsize=1785204 CPUtime=1181.16
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 37554 0 19 0 118076 40 0 0 25 0 13 0 93631651 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4109537223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785204 CPUtime=0.26
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 13715 0 0 0 21 5 0 0 18 0 13 0 93631659 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785204 CPUtime=0.26
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 19634 0 0 0 18 8 0 0 16 0 13 0 93631659 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93631663 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93631664 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 93631664 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1785204 CPUtime=0.34
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 641 0 0 0 34 0 0 0 16 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1785204 CPUtime=0.59
/proc/16826/task/16836/stat : 16836 (java) S 16824 16826 16514 0 -1 64 1152 0 0 0 59 0 0 0 17 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 93631725 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.69
Current children cumulated vsize (KiB) 1785204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 16839
/proc/meminfo: memFree=1537136/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1785204 CPUtime=1200.09
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 73418 0 49 0 119950 59 0 0 18 0 13 0 93631638 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446301 65982 1420 9 0 443648 0
[pid=16826/tid=16828] ppid=16824 vsize=1785204 CPUtime=1198.56
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 37554 0 19 0 119816 40 0 0 25 0 13 0 93631651 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4109533247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1785204 CPUtime=0.26
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 13715 0 0 0 21 5 0 0 18 0 13 0 93631659 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1785204 CPUtime=0.26
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 19634 0 0 0 18 8 0 0 16 0 13 0 93631659 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 93631663 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 93631664 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 93631664 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1785204 CPUtime=0.34
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 641 0 0 0 34 0 0 0 16 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1785204 CPUtime=0.59
/proc/16826/task/16836/stat : 16836 (java) S 16824 16826 16514 0 -1 64 1152 0 0 0 59 0 0 0 17 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 93631675 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1785204 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 93631725 1828048896 65982 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1785204

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

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

[startup+1199.81 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 16839
/proc/meminfo: memFree=1537136/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1786876 CPUtime=1200.29
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 73737 0 49 0 119970 59 0 0 16 0 15 0 93631638 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446719 66273 1420 9 0 444066 0
[pid=16826/tid=16828] ppid=16824 vsize=1786876 CPUtime=1198.66
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 37554 0 19 0 119826 40 0 0 25 0 15 0 93631651 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4109536944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1786876 CPUtime=0.26
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 13715 0 0 0 21 5 0 0 18 0 15 0 93631659 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1786876 CPUtime=0.26
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 19634 0 0 0 18 8 0 0 16 0 15 0 93631659 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 93631663 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 93631664 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 93631664 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 93631675 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1786876 CPUtime=0.34
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 641 0 0 0 34 0 0 0 16 0 15 0 93631675 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1786876 CPUtime=0.62
/proc/16826/task/16836/stat : 16836 (java) S 16824 16826 16514 0 -1 64 1454 0 0 0 62 0 0 0 17 0 15 0 93631675 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 93631675 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 93631675 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 15 0 93631725 1829761024 66273 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.29
Current children cumulated vsize (KiB) 1786876

[startup+1199.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 16839
/proc/meminfo: memFree=1537136/2055920 swapFree=4192812/4192956
[pid=16826] ppid=16824 vsize=1786876 CPUtime=1200.46
/proc/16826/stat : 16826 (java) S 16824 16826 16514 0 -1 0 73741 0 49 0 119987 59 0 0 16 0 14 0 93631638 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16826/statm: 446719 66277 1421 9 0 444066 0
[pid=16826/tid=16828] ppid=16824 vsize=1786876 CPUtime=1198.75
/proc/16826/task/16828/stat : 16828 (java) R 16824 16826 16514 0 -1 64 37554 0 19 0 119835 40 0 0 25 0 14 0 93631651 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4109533247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16829] ppid=16824 vsize=1786876 CPUtime=0.26
/proc/16826/task/16829/stat : 16829 (java) S 16824 16826 16514 0 -1 64 13715 0 0 0 21 5 0 0 18 0 14 0 93631659 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16830] ppid=16824 vsize=1786876 CPUtime=0.26
/proc/16826/task/16830/stat : 16830 (java) S 16824 16826 16514 0 -1 64 19634 0 0 0 18 8 0 0 16 0 14 0 93631659 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16831] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16831/stat : 16831 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 93631663 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16832] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16832/stat : 16832 (java) S 16824 16826 16514 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 93631664 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16833] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16833/stat : 16833 (java) S 16824 16826 16514 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 93631664 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16834] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16834/stat : 16834 (java) S 16824 16826 16514 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 93631675 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16835] ppid=16824 vsize=1786876 CPUtime=0.34
/proc/16826/task/16835/stat : 16835 (java) S 16824 16826 16514 0 -1 64 641 0 0 0 34 0 0 0 16 0 14 0 93631675 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16826/tid=16836] ppid=16824 vsize=1786876 CPUtime=0.62
/proc/16826/task/16836/stat : 16836 (java) S 16824 16826 16514 0 -1 64 1454 0 0 0 62 0 0 0 17 0 14 0 93631675 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16837] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16837/stat : 16837 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 93631675 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16838] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16838/stat : 16838 (java) S 16824 16826 16514 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 93631675 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16826/tid=16839] ppid=16824 vsize=1786876 CPUtime=0
/proc/16826/task/16839/stat : 16839 (java) S 16824 16826 16514 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 93631725 1829761024 66277 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.46
Current children cumulated vsize (KiB) 1786876

Child status: 143
Real time (s): 1199.96
CPU time (s): 1200.54
CPU user time (s): 1199.9
CPU system time (s): 0.637903
CPU usage (%): 100.048
Max. virtual memory (cumulated for all children) (KiB): 1786876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.9
system time used= 0.637903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73741
page faults= 49
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24951
involuntary context switches= 2995

runsolver used 1.26581 second user time and 3.12352 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-25 12:39:36
IDJOB=1720413
IDBENCH=69604
IDSOLVER=500
FILE ID=node3/1720413-1240655976
PBS_JOBID= 9186495
Free space on /tmp= 66068 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720413-1240655976/watcher-1720413-1240655976 -o /tmp/evaluation-result-1720413-1240655976/solver-1720413-1240655976 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1720413-1240655976.cnf

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED=980776366

node3.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.212
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.212
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:       1807672 kB
Buffers:         13168 kB
Cached:         162264 kB
SwapCached:        144 kB
Active:          46764 kB
Inactive:       143748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            43792 kB
Committed_AS:   333332 kB
PageTables:       1396 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= 66068 MiB
End job on node3 at 2009-04-25 12:59:38