Trace number 3265963

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
SApperloT2010 2011-03-04UNSAT 600.528 600.512

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.756
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

Solver Data

600.52/600.50	c Solved by BasicSolver 
600.52/600.50	
600.52/600.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265963-1303577609/watcher-3265963-1303577609 -o /tmp/evaluation-result-3265963-1303577609/solver-3265963-1303577609 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3265963-1303577609.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.71 3.92 3.80 4/189 20836
/proc/meminfo: memFree=18694920/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=12496 CPUtime=0 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 504 0 0 0 0 0 0 0 25 0 1 0 547991350 12795904 444 33554432000 4194304 4395502 140734822684176 18446744073709551615 252457726661 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 3124 445 249 50 0 264 0

[startup+0.092723 s]
/proc/loadavg: 3.71 3.92 3.80 4/189 20836
/proc/meminfo: memFree=18694920/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=14416 CPUtime=0.08 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 1021 0 0 0 8 0 0 0 25 0 1 0 547991350 14761984 949 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 3604 949 267 50 0 744 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14416

[startup+0.100721 s]
/proc/loadavg: 3.71 3.92 3.80 4/189 20836
/proc/meminfo: memFree=18694920/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=14548 CPUtime=0.09 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 1055 0 0 0 9 0 0 0 25 0 1 0 547991350 14897152 983 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 3637 983 267 50 0 777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14548

[startup+0.300684 s]
/proc/loadavg: 3.71 3.92 3.80 4/189 20836
/proc/meminfo: memFree=18694920/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=15520 CPUtime=0.29 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 1302 0 0 0 29 0 0 0 25 0 1 0 547991350 15892480 1230 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 3880 1230 267 50 0 1020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15520

[startup+0.700607 s]
/proc/loadavg: 3.71 3.92 3.80 4/189 20836
/proc/meminfo: memFree=18694920/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=16320 CPUtime=0.69 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 1490 0 0 0 69 0 0 0 25 0 1 0 547991350 16711680 1418 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 4080 1418 267 50 0 1220 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16320

[startup+1.50046 s]
/proc/loadavg: 3.73 3.92 3.80 5/190 20837
/proc/meminfo: memFree=18684268/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=17424 CPUtime=1.49 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 1739 0 0 0 149 0 0 0 25 0 1 0 547991350 17842176 1667 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299727 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 4356 1667 267 50 0 1496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17424

[startup+3.10016 s]
/proc/loadavg: 3.73 3.92 3.80 5/190 20838
/proc/meminfo: memFree=18679928/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=18536 CPUtime=3.09 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 2037 0 0 0 309 0 0 0 25 0 1 0 547991350 18980864 1965 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 4634 1965 267 50 0 1774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18536

[startup+6.30057 s]
/proc/loadavg: 3.73 3.92 3.80 5/190 20838
/proc/meminfo: memFree=18671828/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=20608 CPUtime=6.29 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 2473 0 0 0 629 0 0 0 25 0 1 0 547991350 21102592 2401 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 5152 2401 267 50 0 2292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20608

[startup+12.7004 s]
/proc/loadavg: 3.77 3.92 3.80 5/190 20838
/proc/meminfo: memFree=18658984/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=23708 CPUtime=12.69 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 3154 0 0 0 1269 0 0 0 25 0 1 0 547991350 24276992 3082 33554432000 4194304 4395502 140734822684176 18446744073709551615 4288122 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 5927 3082 267 50 0 3067 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23708

[startup+25.501 s]
/proc/loadavg: 3.81 3.93 3.80 5/190 20838
/proc/meminfo: memFree=18645596/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=27412 CPUtime=25.49 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 3937 0 0 0 2549 0 0 0 25 0 1 0 547991350 28069888 3865 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 6853 3865 267 50 0 3993 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27412

[startup+51.1002 s]
/proc/loadavg: 3.87 3.93 3.81 5/190 20839
/proc/meminfo: memFree=18626196/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=31112 CPUtime=51.1 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 4730 0 0 0 5109 1 0 0 25 0 1 0 547991350 31858688 4658 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 7778 4658 267 50 0 4918 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 31112

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.82 5/190 20840
/proc/meminfo: memFree=18604728/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=35496 CPUtime=102.3 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 5618 0 0 0 10229 1 0 0 25 0 1 0 547991350 36347904 5546 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 8874 5546 267 50 0 6014 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 35496

[startup+162.301 s]
/proc/loadavg: 4.02 3.96 3.83 5/190 20842
/proc/meminfo: memFree=18586344/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=38760 CPUtime=162.29 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 6302 0 0 0 16228 1 0 0 25 0 1 0 547991350 39690240 6230 33554432000 4194304 4395502 140734822684176 18446744073709551615 4292826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 9690 6230 267 50 0 6830 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38760

[startup+222.3 s]
/proc/loadavg: 4.01 3.97 3.84 5/190 20843
/proc/meminfo: memFree=18575776/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=41260 CPUtime=222.3 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 6820 0 0 0 22228 2 0 0 25 0 1 0 547991350 42250240 6748 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 10315 6748 267 50 0 7455 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 41260

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.84 5/190 20845
/proc/meminfo: memFree=18564204/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=44272 CPUtime=282.3 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 7384 0 0 0 28228 2 0 0 25 0 1 0 547991350 45334528 7312 33554432000 4194304 4395502 140734822684176 18446744073709551615 4297182 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 11068 7312 267 50 0 8208 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 44272

[startup+342.301 s]
/proc/loadavg: 4.05 3.99 3.85 5/190 20847
/proc/meminfo: memFree=18554980/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=45808 CPUtime=342.3 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 7662 0 0 0 34228 2 0 0 25 0 1 0 547991350 46907392 7590 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 11452 7590 267 50 0 8592 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 45808

[startup+402.301 s]
/proc/loadavg: 4.06 4.00 3.86 5/190 20848
/proc/meminfo: memFree=18549856/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=46960 CPUtime=402.3 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 7893 0 0 0 40228 2 0 0 25 0 1 0 547991350 48087040 7821 33554432000 4194304 4395502 140734822684176 18446744073709551615 4297143 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 11740 7821 267 50 0 8880 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 46960

[startup+462.301 s]
/proc/loadavg: 4.02 4.00 3.87 5/190 20859
/proc/meminfo: memFree=18543064/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=47728 CPUtime=462.3 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8037 0 0 0 46228 2 0 0 25 0 1 0 547991350 48873472 7965 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 11932 7965 267 50 0 9072 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 47728

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.88 5/190 20860
/proc/meminfo: memFree=18537900/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=49648 CPUtime=522.31 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8393 0 0 0 52228 3 0 0 25 0 1 0 547991350 50839552 8321 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12412 8321 267 50 0 9552 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 49648

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18532280/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=51064 CPUtime=582.31 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8670 0 0 0 58228 3 0 0 25 0 1 0 547991350 52289536 8598 33554432000 4194304 4395502 140734822684176 18446744073709551615 4288393 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12766 8598 267 50 0 9906 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 51064

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

[startup+588.7 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18531660/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=51196 CPUtime=588.71 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8701 0 0 0 58868 3 0 0 25 0 1 0 547991350 52424704 8629 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12799 8629 267 50 0 9939 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 51196

[startup+595.107 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18531144/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=51196 CPUtime=595.12 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8719 0 0 0 59509 3 0 0 25 0 1 0 547991350 52424704 8647 33554432000 4194304 4395502 140734822684176 18446744073709551615 4293563 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12799 8647 267 50 0 9939 0
Current children cumulated CPU time (s) 595.12
Current children cumulated vsize (KiB) 51196

[startup+598.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18530772/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=51388 CPUtime=598.32 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8735 0 0 0 59829 3 0 0 25 0 1 0 547991350 52621312 8663 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12847 8663 267 50 0 9987 0
Current children cumulated CPU time (s) 598.32
Current children cumulated vsize (KiB) 51388

[startup+599.901 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18530648/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=51388 CPUtime=599.91 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8736 0 0 0 59988 3 0 0 25 0 1 0 547991350 52621312 8664 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12847 8664 267 50 0 9987 0
Current children cumulated CPU time (s) 599.91
Current children cumulated vsize (KiB) 51388

[startup+600.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18530648/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=51388 CPUtime=600.31 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8736 0 0 0 60028 3 0 0 25 0 1 0 547991350 52621312 8664 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12847 8664 267 50 0 9987 0
Current children cumulated CPU time (s) 600.31
Current children cumulated vsize (KiB) 51388

[startup+600.501 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18530648/32951124 swapFree=67111480/67111528
[pid=20836] ppid=20834 vsize=51388 CPUtime=600.52 cores=5,7
/proc/20836/stat : 20836 (SApperloT2010) R 20834 20836 19028 0 -1 4202496 8736 0 0 0 60049 3 0 0 25 0 1 0 547991350 52621312 8664 33554432000 4194304 4395502 140734822684176 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/20836/statm: 12847 8664 267 50 0 9987 0
Current children cumulated CPU time (s) 600.52
Current children cumulated vsize (KiB) 51388

Child status: 20
Real time (s): 600.512
CPU time (s): 600.528
CPU user time (s): 600.494
CPU system time (s): 0.033994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 51388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 600.494
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8748
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= 8
involuntary context switches= 654

runsolver used 0.943856 second user time and 2.33864 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 18:53:29
IDJOB=3265963
IDBENCH=85841
IDSOLVER=1655
FILE ID=node111/3265963-1303577609
RUNJOBID= node111-1303577608-20770
PBS_JOBID= 13150301
Free space on /tmp= 70732 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265963-1303577609/watcher-3265963-1303577609 -o /tmp/evaluation-result-3265963-1303577609/solver-3265963-1303577609 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3265963-1303577609.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1945036233

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18694952 kB
Buffers:       2129860 kB
Cached:       11463252 kB
SwapCached:         44 kB
Active:        9686936 kB
Inactive:      3999444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18694952 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            2580 kB
Writeback:           0 kB
AnonPages:       92032 kB
Mapped:          14876 kB
Slab:           505228 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70732 MiB
End job on node111 at 2011-04-23 19:03:29