Trace number 3380109

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-05-15 (fixed)UNSAT 592.906 592.891

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

592.82/592.87	c Solved by BasicSolver 
592.82/592.87	
592.82/592.87	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: 961)

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-3380109-1305455609/watcher-3380109-1305455609 -o /tmp/evaluation-result-3380109-1305455609/solver-3380109-1305455609 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380109-1305455609.cnf 

running on 2 cores: 4,6

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: 0.96 1.98 2.96 4/388 19249
/proc/meminfo: memFree=22467232/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=29268 CPUtime=0.01 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 3216 0 0 0 1 0 0 0 21 0 1 0 637977255 29970432 3156 33554432000 4194304 4394578 140734378739120 18446744073709551615 212039316165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 7317 3157 247 49 0 4458 0

[startup+0.066048 s]
/proc/loadavg: 0.96 1.98 2.96 4/388 19249
/proc/meminfo: memFree=22467232/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=35604 CPUtime=0.06 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 4787 0 0 0 6 0 0 0 21 0 1 0 637977255 36458496 4727 33554432000 4194304 4394578 140734378739120 18446744073709551615 212039655168 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 8901 4730 247 49 0 6042 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35604

[startup+0.101037 s]
/proc/loadavg: 0.96 1.98 2.96 4/388 19249
/proc/meminfo: memFree=22467232/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=39564 CPUtime=0.09 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 5767 0 0 0 9 0 0 0 21 0 1 0 637977255 40513536 5707 33554432000 4194304 4394578 140734378739120 18446744073709551615 212039316513 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 9891 5709 247 49 0 7032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39564

[startup+0.301004 s]
/proc/loadavg: 0.96 1.98 2.96 4/388 19249
/proc/meminfo: memFree=22467232/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=63060 CPUtime=0.29 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 11650 0 0 0 28 1 0 0 22 0 1 0 637977255 64573440 11590 33554432000 4194304 4394578 140734378739120 18446744073709551615 212039316165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 15765 11592 247 49 0 12906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63060

[startup+0.700929 s]
/proc/loadavg: 0.96 1.98 2.96 4/388 19249
/proc/meminfo: memFree=22467232/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=113988 CPUtime=0.69 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 24406 0 0 0 67 2 0 0 24 0 1 0 637977255 116723712 24345 33554432000 4194304 4394578 140734378739120 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 28497 24345 256 49 0 25638 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113988

[startup+1.50079 s]
/proc/loadavg: 0.96 1.98 2.96 5/392 19256
/proc/meminfo: memFree=22196036/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=113988 CPUtime=1.49 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 24406 0 0 0 147 2 0 0 25 0 1 0 637977255 116723712 24345 33554432000 4194304 4394578 140734378739120 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 28497 24345 256 49 0 25638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113988

[startup+3.10048 s]
/proc/loadavg: 1.20 2.02 2.97 5/392 19256
/proc/meminfo: memFree=22039152/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=113988 CPUtime=3.09 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 24406 0 0 0 303 6 0 0 25 0 1 0 637977255 116723712 24345 33554432000 4194304 4394578 140734378739120 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 28497 24345 256 49 0 25638 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113988

[startup+6.30091 s]
/proc/loadavg: 1.20 2.02 2.97 5/395 19262
/proc/meminfo: memFree=21437008/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=206572 CPUtime=6.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 51932 0 0 0 619 11 0 0 25 0 1 0 637977255 211529728 47398 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 51643 47398 267 49 0 48784 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 206572

[startup+12.7008 s]
/proc/loadavg: 1.85 2.13 2.99 5/395 19263
/proc/meminfo: memFree=21038108/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=212768 CPUtime=12.69 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 53458 0 0 0 1258 11 0 0 25 0 1 0 637977255 217874432 48924 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 53192 48924 267 49 0 50333 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 212768

[startup+25.5005 s]
/proc/loadavg: 2.18 2.19 3.00 5/395 19263
/proc/meminfo: memFree=20959388/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=221372 CPUtime=25.49 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 55493 0 0 0 2538 11 0 0 25 0 1 0 637977255 226684928 50959 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 55343 50959 267 49 0 52484 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 221372

[startup+51.1009 s]
/proc/loadavg: 2.95 2.37 3.04 5/395 19264
/proc/meminfo: memFree=20893924/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=237352 CPUtime=51.1 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 59198 0 0 0 5097 13 0 0 25 0 1 0 637977255 243048448 54664 33554432000 4194304 4394578 140734378739120 18446744073709551615 4313431 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 59338 54664 267 49 0 56479 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 237352

[startup+102.315 s]
/proc/loadavg: 3.58 2.64 3.09 5/395 19265
/proc/meminfo: memFree=20800340/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=263224 CPUtime=102.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 65230 0 0 0 10216 14 0 0 25 0 1 0 637977255 269541376 60696 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 65806 60696 267 49 0 62947 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 263224

[startup+162.301 s]
/proc/loadavg: 3.84 2.89 3.15 5/395 19267
/proc/meminfo: memFree=20721508/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=288000 CPUtime=162.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 70503 0 0 0 16213 17 0 0 25 0 1 0 637977255 294912000 65969 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 72000 65969 267 49 0 69141 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 288000

[startup+222.3 s]
/proc/loadavg: 3.94 3.09 3.20 5/395 19268
/proc/meminfo: memFree=20652140/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=309788 CPUtime=222.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 75475 0 0 0 22211 19 0 0 25 0 1 0 637977255 317222912 70941 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 77447 70941 267 49 0 74588 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 309788

[startup+282.301 s]
/proc/loadavg: 3.98 3.25 3.24 5/395 19270
/proc/meminfo: memFree=20607208/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=321464 CPUtime=282.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 77974 0 0 0 28211 19 0 0 25 0 1 0 637977255 329179136 73440 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 80366 73440 267 49 0 77507 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 321464

[startup+342.301 s]
/proc/loadavg: 4.02 3.40 3.29 5/395 19271
/proc/meminfo: memFree=20567708/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=327844 CPUtime=342.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 79471 0 0 0 34210 20 0 0 25 0 1 0 637977255 335712256 74937 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 81961 74937 267 49 0 79102 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 327844

[startup+402.301 s]
/proc/loadavg: 4.01 3.50 3.33 5/395 19273
/proc/meminfo: memFree=20528952/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=332520 CPUtime=402.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 80496 0 0 0 40210 20 0 0 25 0 1 0 637977255 340500480 75962 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 83130 75962 267 49 0 80271 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 332520

[startup+462.3 s]
/proc/loadavg: 3.94 3.58 3.37 5/395 19302
/proc/meminfo: memFree=21332636/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=338296 CPUtime=462.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 81713 0 0 0 46209 21 0 0 25 0 1 0 637977255 346415104 77179 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 84574 77179 267 49 0 81715 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 338296

[startup+522.301 s]
/proc/loadavg: 4.04 3.66 3.41 5/395 19303
/proc/meminfo: memFree=21287412/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=352412 CPUtime=522.3 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 84962 0 0 0 52208 22 0 0 25 0 1 0 637977255 360869888 80428 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 88103 80428 267 49 0 85244 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 352412

[startup+582.301 s]
/proc/loadavg: 4.01 3.72 3.45 5/395 19305
/proc/meminfo: memFree=21247040/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=358112 CPUtime=582.31 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 86274 0 0 0 58208 23 0 0 25 0 1 0 637977255 366706688 81740 33554432000 4194304 4394578 140734378739120 18446744073709551615 4297059 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 89528 81740 267 49 0 86669 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 358112

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

[startup+588.701 s]
/proc/loadavg: 4.01 3.73 3.45 5/395 19305
/proc/meminfo: memFree=21243440/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=359348 CPUtime=588.71 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 86521 0 0 0 58848 23 0 0 25 0 1 0 637977255 367972352 81987 33554432000 4194304 4394578 140734378739120 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 89837 81987 267 49 0 86978 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 359348

[startup+590.301 s]
/proc/loadavg: 4.01 3.73 3.45 5/395 19305
/proc/meminfo: memFree=21243068/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=359516 CPUtime=590.31 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 86545 0 0 0 59008 23 0 0 25 0 1 0 637977255 368144384 82011 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 89879 82011 267 49 0 87020 0
Current children cumulated CPU time (s) 590.31
Current children cumulated vsize (KiB) 359516

[startup+591.9 s]
/proc/loadavg: 4.01 3.73 3.45 5/395 19305
/proc/meminfo: memFree=21241952/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=359708 CPUtime=591.91 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 86575 0 0 0 59168 23 0 0 25 0 1 0 637977255 368340992 82041 33554432000 4194304 4394578 140734378739120 18446744073709551615 4325644 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 89927 82041 267 49 0 87068 0
Current children cumulated CPU time (s) 591.91
Current children cumulated vsize (KiB) 359708

[startup+592.301 s]
/proc/loadavg: 4.01 3.73 3.45 5/395 19305
/proc/meminfo: memFree=21241952/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=359708 CPUtime=592.31 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 86575 0 0 0 59208 23 0 0 25 0 1 0 637977255 368340992 82041 33554432000 4194304 4394578 140734378739120 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 89927 82041 267 49 0 87068 0
Current children cumulated CPU time (s) 592.31
Current children cumulated vsize (KiB) 359708

[startup+592.701 s]
/proc/loadavg: 4.01 3.73 3.45 5/395 19305
/proc/meminfo: memFree=21241952/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=359708 CPUtime=592.71 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 86575 0 0 0 59248 23 0 0 25 0 1 0 637977255 368340992 82041 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 89927 82041 267 49 0 87068 0
Current children cumulated CPU time (s) 592.71
Current children cumulated vsize (KiB) 359708

[startup+592.801 s]
/proc/loadavg: 4.01 3.73 3.45 5/395 19305
/proc/meminfo: memFree=21240712/32951124 swapFree=51873460/67111528
[pid=19249] ppid=19247 vsize=359708 CPUtime=592.82 cores=4,6
/proc/19249/stat : 19249 (SApperloT2010) R 19247 19249 17591 0 -1 4202496 86575 0 0 0 59259 23 0 0 25 0 1 0 637977255 368340992 82041 33554432000 4194304 4394578 140734378739120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/19249/statm: 89927 82041 267 49 0 87068 0
Current children cumulated CPU time (s) 592.82
Current children cumulated vsize (KiB) 359708

Child status: 20
Real time (s): 592.891
CPU time (s): 592.906
CPU user time (s): 592.658
CPU system time (s): 0.247962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 359708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 592.658
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86587
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= 6
involuntary context switches= 336

runsolver used 2.27265 second user time and 5.2872 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 12:33:30
IDJOB=3380109
IDBENCH=82497
IDSOLVER=1862
FILE ID=node146/3380109-1305455609
RUNJOBID= node146-1305455609-19220
PBS_JOBID= 13324873
Free space on /tmp= 73256 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380109-1305455609/watcher-3380109-1305455609 -o /tmp/evaluation-result-3380109-1305455609/solver-3380109-1305455609 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380109-1305455609.cnf

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=195215200

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.830
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.830
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.830
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.75
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.830
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.75
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22467760 kB
Buffers:        128964 kB
Cached:        1001272 kB
SwapCached:      56148 kB
Active:        7726352 kB
Inactive:      2504452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22467760 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           73060 kB
Writeback:           0 kB
AnonPages:     9050960 kB
Mapped:          18692 kB
Slab:           111856 kB
PageTables:      74292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89210148 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= 73260 MiB
End job on node146 at 2011-05-15 12:43:23