Trace number 1723713

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 6.45902 5.63821

General information on the benchmark

Namemanol-pipe-g6bi.cnf
MD5SUM276c05fafaa0b870834db9baaef6afca
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.883865
Satisfiable
(Un)Satisfiability was proved
Number of variables23891
Number of clauses69895
Sum of the clauses size163087
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 246596
Number of clauses of size 323298
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.0.v20090228
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.21/0.20	c c --- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.21/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.20	c Expensive reason simplification
0.21/0.20	c Armin Biere (Picosat) restarts strategy
0.21/0.20	c timeout=2147483647s
0.21/0.20	c DB Simplification allowed=true
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving HOME/instance-1723713-1240688375.cnf
0.21/0.20	c reading problem ... 
0.64/0.52	c ... done. Wall clock time 0.317s.
0.64/0.52	c #vars     23891
0.64/0.52	c #constraints  69895
0.64/0.52	c constraints type 
0.64/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23298
0.64/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46596
6.35/5.60	c starts		: 63
6.35/5.60	c conflicts		: 8538
6.35/5.60	c decisions		: 58720
6.35/5.60	c propagations		: 4713725
6.35/5.60	c inspects		: 12127022
6.35/5.60	c learnt literals	: 51
6.35/5.60	c learnt binary clauses	: 319
6.35/5.60	c learnt ternary clauses	: 680
6.35/5.60	c learnt clauses	: 8486
6.35/5.60	c ignored clauses	: 0
6.35/5.60	c root simplifications	: 113
6.35/5.60	c removed literals (reason simplification)	: 60188
6.35/5.60	c reason swapping (by a shorter reason)	: 0
6.44/5.60	c Calls to reduceDB	: 0
6.44/5.60	c speed (assignments/second)	: 928812.8078817733
6.44/5.60	c non guided choices	3415
6.44/5.60	c learnt constraints type 
6.44/5.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 205
6.44/5.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1969
6.44/5.60	s UNSATISFIABLE
6.44/5.60	c Total wall clock time (in seconds) : 5.393

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-1723713-1240688375/watcher-1723713-1240688375 -o /tmp/evaluation-result-1723713-1240688375/solver-1723713-1240688375 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1723713-1240688375.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: 0.99 0.98 0.99 1/64 24525
/proc/meminfo: memFree=1716336/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=18576 CPUtime=0
/proc/24525/stat : 24525 (runsolver) D 24523 24525 23938 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 96865271 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 255539604775 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/24525/statm: 4644 292 257 26 0 2626 0

[startup+0.0282501 s]
/proc/loadavg: 0.99 0.98 0.99 1/64 24525
/proc/meminfo: memFree=1716336/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=13792 CPUtime=0
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 930 0 1 0 0 0 0 0 18 0 2 0 96865271 14123008 685 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 3448 685 349 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13792

[startup+0.102198 s]
/proc/loadavg: 0.99 0.98 0.99 1/64 24525
/proc/meminfo: memFree=1716336/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1778556 CPUtime=0.08
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 3797 0 1 0 6 2 0 0 18 0 7 0 96865271 1821241344 3542 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 444639 3542 1043 9 0 441990 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778556

[startup+0.301218 s]
/proc/loadavg: 0.99 0.98 0.99 1/64 24525
/proc/meminfo: memFree=1716336/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1783072 CPUtime=0.35
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 5487 0 1 0 32 3 0 0 18 0 12 0 96865271 1825865728 5221 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 445768 5221 1367 9 0 443115 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1783072

[startup+0.701256 s]
/proc/loadavg: 0.99 0.98 0.99 1/64 24525
/proc/meminfo: memFree=1716336/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1785360 CPUtime=0.99
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 8015 0 1 0 94 5 0 0 18 0 13 0 96865271 1828208640 7572 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 446340 7572 1394 9 0 443687 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1785360

[startup+1.50233 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 24538
/proc/meminfo: memFree=1690696/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1785392 CPUtime=2.14
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 8477 0 1 0 209 5 0 0 18 0 13 0 96865271 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 446348 7703 1404 9 0 443695 0
[pid=24525/tid=24527] ppid=24523 vsize=1785392 CPUtime=1.28
/proc/24525/task/24527/stat : 24527 (java) R 24523 24525 23938 0 -1 64 5947 0 1 0 125 3 0 0 25 0 13 0 96865274 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4109630913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24523 24525 23938 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 96865275 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24529] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 96865275 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24530] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96865277 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24531] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24531/stat : 24531 (java) S 24523 24525 23938 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96865277 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24532] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96865277 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24533] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24523 24525 23938 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24534] ppid=24523 vsize=1785392 CPUtime=0.33
/proc/24525/task/24534/stat : 24534 (java) S 24523 24525 23938 0 -1 64 687 0 0 0 33 0 0 0 15 0 13 0 96865282 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24535] ppid=24523 vsize=1785392 CPUtime=0.49
/proc/24525/task/24535/stat : 24535 (java) S 24523 24525 23938 0 -1 64 1095 0 0 0 49 0 0 0 16 0 13 0 96865282 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24536] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24536/stat : 24536 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24537] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24537/stat : 24537 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96865282 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24538] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24538/stat : 24538 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 96865330 1828241408 7703 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1785392

[startup+3.10247 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 24538
/proc/meminfo: memFree=1690312/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1785392 CPUtime=3.93
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 8726 0 1 0 388 5 0 0 18 0 13 0 96865271 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 446348 7841 1411 9 0 443695 0
[pid=24525/tid=24527] ppid=24523 vsize=1785392 CPUtime=2.86
/proc/24525/task/24527/stat : 24527 (java) R 24523 24525 23938 0 -1 64 6065 0 1 0 283 3 0 0 19 0 13 0 96865274 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4109503720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24523 24525 23938 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 96865275 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24529] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 96865275 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24530] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96865277 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24531] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24531/stat : 24531 (java) S 24523 24525 23938 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96865277 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24532] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96865277 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24533] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24523 24525 23938 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24534] ppid=24523 vsize=1785392 CPUtime=0.52
/proc/24525/task/24534/stat : 24534 (java) S 24523 24525 23938 0 -1 64 817 0 0 0 52 0 0 0 17 0 13 0 96865282 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24535] ppid=24523 vsize=1785392 CPUtime=0.51
/proc/24525/task/24535/stat : 24535 (java) S 24523 24525 23938 0 -1 64 1096 0 0 0 51 0 0 0 16 0 13 0 96865282 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24536] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24536/stat : 24536 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24537] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24537/stat : 24537 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96865282 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24538] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24538/stat : 24538 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 96865330 1828241408 7841 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 1785392

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

[startup+4.70162 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 24538
/proc/meminfo: memFree=1689488/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1785392 CPUtime=5.53
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 8856 0 1 0 548 5 0 0 18 0 13 0 96865271 1828241408 7969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 446348 7969 1411 9 0 443695 0
[pid=24525/tid=24527] ppid=24523 vsize=1785392 CPUtime=4.46
/proc/24525/task/24527/stat : 24527 (java) R 24523 24525 23938 0 -1 64 6195 0 1 0 443 3 0 0 20 0 13 0 96865274 1828241408 7969 1992294400 134512640 134550932 4294955984 18446744073709551615 4109692746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24523 24525 23938 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 96865275 1828241408 7969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24529] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 96865275 1828241408 7969 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24530] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 96865277 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24531] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24531/stat : 24531 (java) S 24523 24525 23938 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96865277 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24532] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96865277 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24533] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24523 24525 23938 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24534] ppid=24523 vsize=1785392 CPUtime=0.53
/proc/24525/task/24534/stat : 24534 (java) S 24523 24525 23938 0 -1 64 817 0 0 0 53 0 0 0 15 0 13 0 96865282 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24535] ppid=24523 vsize=1785392 CPUtime=0.51
/proc/24525/task/24535/stat : 24535 (java) S 24523 24525 23938 0 -1 64 1096 0 0 0 51 0 0 0 16 0 13 0 96865282 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24536] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24536/stat : 24536 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24537] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24537/stat : 24537 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96865282 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24538] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24538/stat : 24538 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 96865330 1828241408 7970 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 1785392

[startup+5.10166 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 24538
/proc/meminfo: memFree=1689488/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1785392 CPUtime=5.93
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 8890 0 1 0 588 5 0 0 18 0 13 0 96865271 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 446348 8003 1411 9 0 443695 0
[pid=24525/tid=24527] ppid=24523 vsize=1785392 CPUtime=4.86
/proc/24525/task/24527/stat : 24527 (java) R 24523 24525 23938 0 -1 64 6229 0 1 0 483 3 0 0 23 0 13 0 96865274 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4109566929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24523 24525 23938 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 96865275 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24529] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 96865275 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24530] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 96865277 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24531] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24531/stat : 24531 (java) S 24523 24525 23938 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96865277 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24532] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96865277 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24533] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24523 24525 23938 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24534] ppid=24523 vsize=1785392 CPUtime=0.53
/proc/24525/task/24534/stat : 24534 (java) S 24523 24525 23938 0 -1 64 817 0 0 0 53 0 0 0 15 0 13 0 96865282 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24535] ppid=24523 vsize=1785392 CPUtime=0.51
/proc/24525/task/24535/stat : 24535 (java) S 24523 24525 23938 0 -1 64 1096 0 0 0 51 0 0 0 16 0 13 0 96865282 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24536] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24536/stat : 24536 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96865282 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24537] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24537/stat : 24537 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96865282 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24538] ppid=24523 vsize=1785392 CPUtime=0
/proc/24525/task/24538/stat : 24538 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 96865330 1828241408 8003 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1785392

[startup+5.50569 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 24538
/proc/meminfo: memFree=1689424/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1784876 CPUtime=6.35
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 8933 0 1 0 629 6 0 0 18 0 13 0 96865271 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 446219 7909 1411 9 0 443566 0
[pid=24525/tid=24527] ppid=24523 vsize=1784876 CPUtime=5.27
/proc/24525/task/24527/stat : 24527 (java) R 24523 24525 23938 0 -1 64 6272 0 1 0 523 4 0 0 25 0 13 0 96865274 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4109567157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24523 24525 23938 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 96865275 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24529] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 96865275 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24530] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96865277 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24531] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24531/stat : 24531 (java) S 24523 24525 23938 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96865277 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24532] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96865277 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24533] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24523 24525 23938 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 96865282 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24534] ppid=24523 vsize=1784876 CPUtime=0.53
/proc/24525/task/24534/stat : 24534 (java) S 24523 24525 23938 0 -1 64 817 0 0 0 53 0 0 0 15 0 13 0 96865282 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24535] ppid=24523 vsize=1784876 CPUtime=0.51
/proc/24525/task/24535/stat : 24535 (java) S 24523 24525 23938 0 -1 64 1096 0 0 0 51 0 0 0 16 0 13 0 96865282 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24536] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24536/stat : 24536 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96865282 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24537] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24537/stat : 24537 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96865282 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24538] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24538/stat : 24538 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 96865330 1827713024 7909 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 1784876

[startup+5.6017 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 24538
/proc/meminfo: memFree=1689424/2055920 swapFree=4181236/4192956
[pid=24525] ppid=24523 vsize=1784876 CPUtime=6.44
/proc/24525/stat : 24525 (java) S 24523 24525 23938 0 -1 0 8942 0 1 0 638 6 0 0 18 0 13 0 96865271 1827713024 7918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24525/statm: 446219 7918 1412 9 0 443566 0
[pid=24525/tid=24527] ppid=24523 vsize=1784876 CPUtime=5.37
/proc/24525/task/24527/stat : 24527 (java) S 24523 24525 23938 0 -1 64 6279 0 1 0 533 4 0 0 25 0 13 0 96865274 1827713024 7918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24523 24525 23938 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 96865275 1827713024 7918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24529] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 96865275 1827713024 7918 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24530] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 96865277 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24531] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24531/stat : 24531 (java) S 24523 24525 23938 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 96865277 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24532] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24523 24525 23938 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 96865277 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24533] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24523 24525 23938 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 96865282 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24534] ppid=24523 vsize=1784876 CPUtime=0.53
/proc/24525/task/24534/stat : 24534 (java) S 24523 24525 23938 0 -1 64 817 0 0 0 53 0 0 0 15 0 13 0 96865282 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24535] ppid=24523 vsize=1784876 CPUtime=0.51
/proc/24525/task/24535/stat : 24535 (java) S 24523 24525 23938 0 -1 64 1096 0 0 0 51 0 0 0 16 0 13 0 96865282 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24536] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24536/stat : 24536 (java) S 24523 24525 23938 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 96865282 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24525/tid=24537] ppid=24523 vsize=1784876 CPUtime=0
/proc/24525/task/24537/stat : 24537 (java) S 24523 24525 23938 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 96865282 1827713024 7919 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 1784876

Child status: 20
Real time (s): 5.63821
CPU time (s): 6.45902
CPU user time (s): 6.39303
CPU system time (s): 0.065989
CPU usage (%): 114.558
Max. virtual memory (cumulated for all children) (KiB): 1785596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.39303
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8952
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= 427
involuntary context switches= 321

runsolver used 0.008998 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 21:39:35
IDJOB=1723713
IDBENCH=71734
IDSOLVER=500
FILE ID=node48/1723713-1240688375
PBS_JOBID= 9186690
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT_RACE06/manol-pipe-g6bi.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723713-1240688375/watcher-1723713-1240688375 -o /tmp/evaluation-result-1723713-1240688375/solver-1723713-1240688375 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1723713-1240688375.cnf

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

MD5SUM BENCH= 276c05fafaa0b870834db9baaef6afca
RANDOM SEED=2006751602

node48.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.209
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.209
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:       1716752 kB
Buffers:         30820 kB
Cached:         246788 kB
SwapCached:       5340 kB
Active:         135228 kB
Inactive:       150016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716752 kB
SwapTotal:     4192956 kB
SwapFree:      4181236 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            39960 kB
Committed_AS:   429492 kB
PageTables:       1368 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= 66308 MiB
End job on node48 at 2009-04-25 21:39:41