Trace number 1731340

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
SApperloT hrpUNSAT 764.753 764.971

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark506.219
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

764.67/764.95	c Solved by Filtered 
764.67/764.95	s UNSATISFIABLE

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-1731340-1240769386/watcher-1731340-1240769386 -o /tmp/evaluation-result-1731340-1240769386/solver-1731340-1240769386 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SApperloT-hrp -seed=1128343063 HOME/instance-1731340-1240769386.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.92 0.98 0.99 3/64 18564
/proc/meminfo: memFree=1733836/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=1616 CPUtime=0
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 192 0 0 0 0 0 0 0 20 0 1 0 104967675 1654784 176 1992294400 134512640 135712473 4294956208 18446744073709551615 135148566 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 404 177 95 292 0 109 0

[startup+0.073903 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18564
/proc/meminfo: memFree=1733836/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=2012 CPUtime=0.07
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 313 0 0 0 7 0 0 0 20 0 1 0 104967675 2060288 296 1992294400 134512640 135712473 4294956208 18446744073709551615 134568078 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 503 296 105 292 0 208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2012

[startup+0.101905 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18564
/proc/meminfo: memFree=1733836/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=2012 CPUtime=0.1
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 327 0 0 0 10 0 0 0 20 0 1 0 104967675 2060288 310 1992294400 134512640 135712473 4294956208 18446744073709551615 134564822 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 503 310 105 292 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2012

[startup+0.301926 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18564
/proc/meminfo: memFree=1733836/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=2408 CPUtime=0.29
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 420 0 0 0 29 0 0 0 22 0 1 0 104967675 2465792 403 1992294400 134512640 135712473 4294956208 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 602 403 105 292 0 307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2408

[startup+0.701967 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18564
/proc/meminfo: memFree=1733836/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=3200 CPUtime=0.69
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 604 0 0 0 69 0 0 0 25 0 1 0 104967675 3276800 587 1992294400 134512640 135712473 4294956208 18446744073709551615 134552615 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 800 587 109 292 0 505 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3200

[startup+1.50105 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1731780/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=3468 CPUtime=1.49
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 690 0 0 0 149 0 0 0 25 0 1 0 104967675 3551232 673 1992294400 134512640 135712473 4294956208 18446744073709551615 134564167 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 867 673 109 292 0 572 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3468

[startup+3.10555 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1730948/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=4652 CPUtime=3.09
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 976 0 0 0 309 0 0 0 25 0 1 0 104967675 4763648 959 1992294400 134512640 135712473 4294956208 18446744073709551615 134564267 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 1163 959 109 292 0 868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4652

[startup+6.30155 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1729732/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=5208 CPUtime=6.29
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 1114 0 0 0 629 0 0 0 25 0 1 0 104967675 5332992 1097 1992294400 134512640 135712473 4294956208 18446744073709551615 134564374 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 1302 1097 109 292 0 1007 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5208

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1729100/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=5892 CPUtime=12.69
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 1259 0 0 0 1269 0 0 0 25 0 1 0 104967675 6033408 1242 1992294400 134512640 135712473 4294956208 18446744073709551615 134568073 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 1473 1242 109 292 0 1178 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5892

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1728268/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=6724 CPUtime=25.48
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 1454 0 0 0 2548 0 0 0 25 0 1 0 104967675 6885376 1437 1992294400 134512640 135712473 4294956208 18446744073709551615 134564193 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 1681 1437 109 292 0 1386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6724

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1727244/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=7688 CPUtime=51.07
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 1685 0 0 0 5107 0 0 0 25 0 1 0 104967675 7872512 1668 1992294400 134512640 135712473 4294956208 18446744073709551615 134564193 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 1922 1668 109 292 0 1627 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7688

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1726028/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=9100 CPUtime=102.26
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 1993 0 0 0 10226 0 0 0 25 0 1 0 104967675 9318400 1976 1992294400 134512640 135712473 4294956208 18446744073709551615 134564172 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 2275 1976 109 292 0 1980 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9100

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1712716/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=23520 CPUtime=162.24
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 5478 0 0 0 16221 3 0 0 25 0 1 0 104967675 24084480 5461 1992294400 134512640 135712473 4294956208 18446744073709551615 134564335 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 5880 5461 109 292 0 5585 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23520

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1659148/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=76860 CPUtime=222.22
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 18742 0 0 0 22210 12 0 0 25 0 1 0 104967675 78704640 18725 1992294400 134512640 135712473 4294956208 18446744073709551615 134564714 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 19215 18725 109 292 0 18920 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 76860

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1625804/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=109960 CPUtime=282.2
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 26974 0 0 0 28203 17 0 0 25 0 1 0 104967675 112599040 26957 1992294400 134512640 135712473 4294956208 18446744073709551615 134564193 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 27490 26957 109 292 0 27195 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 109960

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1625420/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=110280 CPUtime=342.19
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27044 0 0 0 34202 17 0 0 25 0 1 0 104967675 112926720 27027 1992294400 134512640 135712473 4294956208 18446744073709551615 134559362 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 27570 27027 109 292 0 27275 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 110280

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1625228/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=110736 CPUtime=402.18
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27118 0 0 0 40200 18 0 0 25 0 1 0 104967675 113393664 27101 1992294400 134512640 135712473 4294956208 18446744073709551615 134564127 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 27684 27101 109 292 0 27389 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 110736

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1624780/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=111216 CPUtime=462.16
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27209 0 0 0 46198 18 0 0 25 0 1 0 104967675 113885184 27192 1992294400 134512640 135712473 4294956208 18446744073709551615 134564193 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 27804 27192 109 292 0 27509 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 111216

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1624460/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=111648 CPUtime=522.14
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27307 0 0 0 52196 18 0 0 25 0 1 0 104967675 114327552 27290 1992294400 134512640 135712473 4294956208 18446744073709551615 134564153 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 27912 27290 109 292 0 27617 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 111648

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1624076/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112112 CPUtime=582.12
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27375 0 0 0 58194 18 0 0 25 0 1 0 104967675 114802688 27358 1992294400 134512640 135712473 4294956208 18446744073709551615 134564335 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28028 27358 109 292 0 27733 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 112112

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1623884/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112248 CPUtime=642.11
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27432 0 0 0 64193 18 0 0 25 0 1 0 104967675 114941952 27415 1992294400 134512640 135712473 4294956208 18446744073709551615 134564627 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28062 27415 109 292 0 27767 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 112248

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1623564/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112552 CPUtime=702.09
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27499 0 0 0 70191 18 0 0 25 0 1 0 104967675 115253248 27482 1992294400 134512640 135712473 4294956208 18446744073709551615 134551557 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28138 27482 109 292 0 27843 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 112552

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1623308/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112840 CPUtime=762.08
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27558 0 0 0 76190 18 0 0 25 0 1 0 104967675 115548160 27541 1992294400 134512640 135712473 4294956208 18446744073709551615 134554133 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28210 27541 109 292 0 27915 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 112840

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

[startup+763.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1623308/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112840 CPUtime=762.87
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27559 0 0 0 76269 18 0 0 25 0 1 0 104967675 115548160 27542 1992294400 134512640 135712473 4294956208 18446744073709551615 134557979 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28210 27542 109 292 0 27915 0
Current children cumulated CPU time (s) 762.87
Current children cumulated vsize (KiB) 112840

[startup+763.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1623308/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112840 CPUtime=763.67
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27559 0 0 0 76349 18 0 0 25 0 1 0 104967675 115548160 27542 1992294400 134512640 135712473 4294956208 18446744073709551615 134552684 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28210 27542 109 292 0 27915 0
Current children cumulated CPU time (s) 763.67
Current children cumulated vsize (KiB) 112840

[startup+764.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1623308/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112840 CPUtime=764.47
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27559 0 0 0 76429 18 0 0 25 0 1 0 104967675 115548160 27542 1992294400 134512640 135712473 4294956208 18446744073709551615 134564314 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28210 27542 109 292 0 27915 0
Current children cumulated CPU time (s) 764.47
Current children cumulated vsize (KiB) 112840

[startup+764.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18565
/proc/meminfo: memFree=1623308/2055920 swapFree=4191900/4192956
[pid=18564] ppid=18562 vsize=112840 CPUtime=764.67
/proc/18564/stat : 18564 (SApperloT-hrp) R 18562 18564 18397 0 -1 4194304 27559 0 0 0 76449 18 0 0 25 0 1 0 104967675 115548160 27542 1992294400 134512640 135712473 4294956208 18446744073709551615 134564220 0 0 4096 0 0 0 0 17 1 0 0
/proc/18564/statm: 28210 27542 109 292 0 27915 0
Current children cumulated CPU time (s) 764.67
Current children cumulated vsize (KiB) 112840

Child status: 0
Real time (s): 764.971
CPU time (s): 764.753
CPU user time (s): 764.55
CPU system time (s): 0.202969
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 112840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 764.55
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27570
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1140

runsolver used 0.544917 second user time and 1.62175 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-26 20:09:46
IDJOB=1731340
IDBENCH=24750
IDSOLVER=510
FILE ID=node90/1731340-1240769386
PBS_JOBID= 9187191
Free space on /tmp= 66548 MiB

SOLVER NAME= SApperloT hrp
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= HOME/SApperloT-hrp -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731340-1240769386/watcher-1731340-1240769386 -o /tmp/evaluation-result-1731340-1240769386/solver-1731340-1240769386 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SApperloT-hrp -seed=1128343063 HOME/instance-1731340-1240769386.cnf

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

MD5SUM BENCH= 3c6e2bf4052a26ce5bdb6cfc9e1f735c
RANDOM SEED=1128343063

node90.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.238
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.238
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:       1734316 kB
Buffers:         34568 kB
Cached:         209304 kB
SwapCached:        384 kB
Active:          73508 kB
Inactive:       184140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734316 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          22148 kB
Slab:            49892 kB
Committed_AS:   292268 kB
PageTables:       1428 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= 66548 MiB
End job on node90 at 2009-04-26 20:22:31