Trace number 1730058

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 RC1UNSAT 225.215 224.756

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.7661
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.19	c Expensive reason simplification
0.08/0.19	c Armin Biere (Picosat) restarts strategy
0.08/0.19	c timeout=2147483647s
0.08/0.19	c DB Simplification allowed=true
0.08/0.19	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-1730058-1240755741.cnf
0.08/0.20	c reading problem ... 
0.37/0.35	c ... done. Wall clock time 0.159s.
0.37/0.35	c #vars     1339
0.37/0.35	c #constraints  6852
0.37/0.35	c constraints type 
0.37/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6421
0.37/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 396
225.07/224.65	c starts		: 523
225.07/224.65	c conflicts		: 180785
225.07/224.65	c decisions		: 369476
225.07/224.65	c propagations		: 6051074
225.07/224.65	c inspects		: 897377712
225.07/224.65	c learnt literals	: 6
225.07/224.65	c learnt binary clauses	: 358
225.07/224.65	c learnt ternary clauses	: 1176
225.07/224.65	c learnt clauses	: 180778
225.07/224.65	c ignored clauses	: 0
225.07/224.65	c root simplifications	: 528
225.07/224.65	c removed literals (reason simplification)	: 1715789
225.07/224.65	c reason swapping (by a shorter reason)	: 0
225.07/224.65	c Calls to reduceDB	: 0
225.07/224.65	c speed (assignments/second)	: 26978.0736170061
225.07/224.65	c non guided choices	42173
225.19/224.70	c learnt constraints type 
225.19/224.70	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 289
225.19/224.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72017
225.19/224.70	s UNSATISFIABLE
225.19/224.70	c Total wall clock time (in seconds) : 224.456

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730058-1240755741/watcher-1730058-1240755741 -o /tmp/evaluation-result-1730058-1240755741/solver-1730058-1240755741 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1730058-1240755741.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.27 1.28 3/64 30149
/proc/meminfo: memFree=1666096/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1612 CPUtime=0
/proc/30149/stat : 30149 (java6) D 30147 30149 29930 0 -1 0 171 0 0 0 0 0 0 0 19 0 1 0 103600319 1650688 143 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/30149/statm: 403 143 107 9 0 45 0

[startup+0.03073 s]
/proc/loadavg: 1.00 1.27 1.28 3/64 30149
/proc/meminfo: memFree=1666096/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1776936 CPUtime=0.02
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 2863 0 1 0 1 1 0 0 19 0 4 0 103600319 1819582464 2610 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 444234 2614 637 9 0 441585 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776936

[startup+0.101734 s]
/proc/loadavg: 1.00 1.27 1.28 3/64 30149
/proc/meminfo: memFree=1666096/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1780924 CPUtime=0.08
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 3895 0 1 0 6 2 0 0 19 0 12 0 103600319 1823666176 3638 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 445231 3638 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.301767 s]
/proc/loadavg: 1.00 1.27 1.28 3/64 30149
/proc/meminfo: memFree=1666096/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1783932 CPUtime=0.37
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 5372 0 1 0 34 3 0 0 19 0 12 0 103600319 1826746368 5079 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 445983 5079 1367 9 0 443330 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1783932

[startup+0.701814 s]
/proc/loadavg: 1.00 1.27 1.28 3/64 30149
/proc/meminfo: memFree=1666096/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1785472 CPUtime=1.08
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 6431 0 1 0 104 4 0 0 19 0 13 0 103600319 1828323328 5677 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446368 5677 1405 9 0 443715 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1785472

[startup+1.5019 s]
/proc/loadavg: 1.00 1.27 1.28 2/77 30162
/proc/meminfo: memFree=1648072/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1785312 CPUtime=1.96
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 6850 0 1 0 192 4 0 0 19 0 13 0 103600319 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446328 6038 1409 9 0 443675 0
[pid=30149/tid=30151] ppid=30147 vsize=1785312 CPUtime=1.34
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 4426 0 1 0 132 2 0 0 25 0 13 0 103600320 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4109540285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1785312 CPUtime=0.32
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 857 0 0 0 32 0 0 0 16 0 13 0 103600329 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1785312 CPUtime=0.27
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 819 0 0 0 27 0 0 0 16 0 13 0 103600329 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1828159488 6038 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1785312

[startup+3.10107 s]
/proc/loadavg: 1.00 1.27 1.28 2/77 30162
/proc/meminfo: memFree=1646472/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1785312 CPUtime=3.58
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 7286 0 1 0 354 4 0 0 19 0 13 0 103600319 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446328 6473 1409 9 0 443675 0
[pid=30149/tid=30151] ppid=30147 vsize=1785312 CPUtime=2.92
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 4858 0 1 0 289 3 0 0 25 0 13 0 103600320 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4109495743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1785312 CPUtime=0.34
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 860 0 0 0 34 0 0 0 16 0 13 0 103600329 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1785312 CPUtime=0.3
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 820 0 0 0 30 0 0 0 16 0 13 0 103600329 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1785312 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1828159488 6473 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 1785312

[startup+6.30244 s]
/proc/loadavg: 1.00 1.27 1.28 2/77 30162
/proc/meminfo: memFree=1644040/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784704 CPUtime=6.78
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 7842 0 1 0 673 5 0 0 19 0 13 0 103600319 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446176 6876 1409 9 0 443523 0
[pid=30149/tid=30151] ppid=30147 vsize=1784704 CPUtime=6.12
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 5414 0 1 0 608 4 0 0 25 0 13 0 103600320 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4109489264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1784704 CPUtime=0.34
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 860 0 0 0 34 0 0 0 16 0 13 0 103600329 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1784704 CPUtime=0.3
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 820 0 0 0 30 0 0 0 16 0 13 0 103600329 1827536896 6876 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1827536896 6877 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827536896 6877 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1827536896 6877 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 1784704

[startup+12.7022 s]
/proc/loadavg: 1.00 1.27 1.28 2/77 30162
/proc/meminfo: memFree=1641168/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784704 CPUtime=13.18
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 8457 0 1 0 1312 6 0 0 19 0 13 0 103600319 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446176 7491 1409 9 0 443523 0
[pid=30149/tid=30151] ppid=30147 vsize=1784704 CPUtime=12.51
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 6029 0 1 0 1247 4 0 0 25 0 13 0 103600320 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4109495743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1784704 CPUtime=0.34
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 860 0 0 0 34 0 0 0 16 0 13 0 103600329 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1784704 CPUtime=0.3
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 820 0 0 0 30 0 0 0 16 0 13 0 103600329 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1827536896 7491 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 1784704

[startup+25.5016 s]
/proc/loadavg: 1.00 1.25 1.27 2/77 30162
/proc/meminfo: memFree=1637264/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784704 CPUtime=26.02
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 9401 0 1 0 2595 7 0 0 19 0 13 0 103600319 1827536896 8433 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446176 8433 1409 9 0 443523 0
[pid=30149/tid=30151] ppid=30147 vsize=1784704 CPUtime=25.29
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 6968 0 1 0 2524 5 0 0 25 0 13 0 103600320 1827536896 8433 1992294400 134512640 134550932 4294955984 18446744073709551615 4109495743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827536896 8433 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784704 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827536896 8433 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827045376 11233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1827045376 11233 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.83
Current children cumulated vsize (KiB) 1784224

[startup+162.302 s]
/proc/loadavg: 1.00 1.15 1.23 2/77 30162
/proc/meminfo: memFree=1618384/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784224 CPUtime=162.79
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 14156 0 1 0 16266 13 0 0 19 0 13 0 103600319 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446056 13067 1409 9 0 443403 0
[pid=30149/tid=30151] ppid=30147 vsize=1784224 CPUtime=162.03
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 11721 0 1 0 16192 11 0 0 25 0 13 0 103600320 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4109489545 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1784224 CPUtime=0.35
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 860 0 0 0 35 0 0 0 17 0 13 0 103600329 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1784224 CPUtime=0.38
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 827 0 0 0 38 0 0 0 16 0 13 0 103600329 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1827045376 13067 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.79
Current children cumulated vsize (KiB) 1784224

[startup+222.302 s]
/proc/loadavg: 1.00 1.12 1.21 2/77 30162
/proc/meminfo: memFree=1613456/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784224 CPUtime=222.77
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 15365 0 1 0 22263 14 0 0 19 0 13 0 103600319 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446056 14274 1409 9 0 443403 0
[pid=30149/tid=30151] ppid=30147 vsize=1784224 CPUtime=222.01
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 12930 0 1 0 22189 12 0 0 25 0 13 0 103600320 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4109489406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1784224 CPUtime=0.35
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 860 0 0 0 35 0 0 0 17 0 13 0 103600329 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1784224 CPUtime=0.38
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 827 0 0 0 38 0 0 0 16 0 13 0 103600329 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) R 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1827045376 14274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.77
Current children cumulated vsize (KiB) 1784224

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

[startup+223.901 s]
/proc/loadavg: 1.00 1.12 1.21 2/77 30162
/proc/meminfo: memFree=1613392/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784224 CPUtime=224.37
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 15395 0 1 0 22423 14 0 0 19 0 13 0 103600319 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446056 14304 1409 9 0 443403 0
[pid=30149/tid=30151] ppid=30147 vsize=1784224 CPUtime=223.61
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 12960 0 1 0 22349 12 0 0 25 0 13 0 103600320 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4109495743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1784224 CPUtime=0.35
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 860 0 0 0 35 0 0 0 17 0 13 0 103600329 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1784224 CPUtime=0.38
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 827 0 0 0 38 0 0 0 16 0 13 0 103600329 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1827045376 14304 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.37
Current children cumulated vsize (KiB) 1784224

[startup+224.301 s]
/proc/loadavg: 1.00 1.12 1.21 2/77 30162
/proc/meminfo: memFree=1613328/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784224 CPUtime=224.77
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 15397 0 1 0 22463 14 0 0 19 0 13 0 103600319 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446056 14306 1409 9 0 443403 0
[pid=30149/tid=30151] ppid=30147 vsize=1784224 CPUtime=224.01
/proc/30149/task/30151/stat : 30151 (java) R 30147 30149 29930 0 -1 64 12962 0 1 0 22389 12 0 0 25 0 13 0 103600320 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4109495743 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1784224 CPUtime=0.35
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 860 0 0 0 35 0 0 0 17 0 13 0 103600329 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1784224 CPUtime=0.38
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 827 0 0 0 38 0 0 0 16 0 13 0 103600329 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30162] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30162/stat : 30162 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 103600356 1827045376 14306 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.77
Current children cumulated vsize (KiB) 1784224

[startup+224.701 s]
/proc/loadavg: 1.00 1.12 1.21 2/77 30162
/proc/meminfo: memFree=1613328/2055920 swapFree=4179608/4192956
[pid=30149] ppid=30147 vsize=1784224 CPUtime=225.19
/proc/30149/stat : 30149 (java) S 30147 30149 29930 0 -1 0 15416 0 1 0 22505 14 0 0 19 0 13 0 103600319 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30149/statm: 446056 14325 1412 9 0 443403 0
[pid=30149/tid=30151] ppid=30147 vsize=1784224 CPUtime=224.36
/proc/30149/task/30151/stat : 30151 (java) S 30147 30149 29930 0 -1 64 12968 0 1 0 22424 12 0 0 25 0 13 0 103600320 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30152] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30152/stat : 30152 (java) S 30147 30149 29930 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 103600322 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30153] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30153/stat : 30153 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 103600322 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30154] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30154/stat : 30154 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 103600324 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30155] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30155/stat : 30155 (java) S 30147 30149 29930 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 103600324 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30156] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30156/stat : 30156 (java) S 30147 30149 29930 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 103600324 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30157] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30157/stat : 30157 (java) S 30147 30149 29930 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30158] ppid=30147 vsize=1784224 CPUtime=0.37
/proc/30149/task/30158/stat : 30158 (java) S 30147 30149 29930 0 -1 64 863 0 0 0 37 0 0 0 17 0 13 0 103600329 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30159] ppid=30147 vsize=1784224 CPUtime=0.39
/proc/30149/task/30159/stat : 30159 (java) S 30147 30149 29930 0 -1 64 830 0 0 0 39 0 0 0 16 0 13 0 103600329 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30149/tid=30160] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30160/stat : 30160 (java) S 30147 30149 29930 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 103600329 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30149/tid=30161] ppid=30147 vsize=1784224 CPUtime=0
/proc/30149/task/30161/stat : 30161 (java) S 30147 30149 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 103600329 1827045376 14325 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.19
Current children cumulated vsize (KiB) 1784224

Child status: 20
Real time (s): 224.756
CPU time (s): 225.215
CPU user time (s): 225.06
CPU system time (s): 0.154976
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 1785472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.06
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15424
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= 4901
involuntary context switches= 1018

runsolver used 0.225965 second user time and 0.602908 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-26 16:22:22
IDJOB=1730058
IDBENCH=24721
IDSOLVER=500
FILE ID=node63/1730058-1240755741
PBS_JOBID= 9187117
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730058-1240755741/watcher-1730058-1240755741 -o /tmp/evaluation-result-1730058-1240755741/solver-1730058-1240755741 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1730058-1240755741.cnf

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=1903895445

node63.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1666576 kB
Buffers:         40236 kB
Cached:         275196 kB
SwapCached:       6480 kB
Active:         120004 kB
Inactive:       204608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666576 kB
SwapTotal:     4192956 kB
SwapFree:      4179608 kB
Dirty:             460 kB
Writeback:           0 kB
Mapped:          14860 kB
Slab:            50588 kB
Committed_AS:   570996 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node63 at 2009-04-26 16:26:06