Trace number 3288668

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 594.486 594.481

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

594.40/594.46	c Solved by BasicSolver 
594.40/594.46	
594.40/594.46	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-3288668-1303778488/watcher-3288668-1303778488 -o /tmp/evaluation-result-3288668-1303778488/solver-3288668-1303778488 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3288668-1303778488.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: 2.98 3.76 3.84 5/183 27624
/proc/meminfo: memFree=31944976/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=26740 CPUtime=0 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 2625 0 0 0 0 0 0 0 21 0 1 0 489449228 27381760 2564 33554432000 4194304 4395502 140734267181376 18446744073709551615 253640520389 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 6685 2565 249 50 0 3825 0

[startup+0.077421 s]
/proc/loadavg: 2.98 3.76 3.84 5/183 27624
/proc/meminfo: memFree=31944976/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=38192 CPUtime=0.07 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 5480 0 0 0 7 0 0 0 21 0 1 0 489449228 39108608 4654 33554432000 4194304 4395502 140734267181376 18446744073709551615 253640859392 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 9548 4655 249 50 0 6688 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38192

[startup+0.100416 s]
/proc/loadavg: 2.98 3.76 3.84 5/183 27624
/proc/meminfo: memFree=31944976/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=40832 CPUtime=0.09 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 6136 0 0 0 9 0 0 0 21 0 1 0 489449228 41811968 5310 33554432000 4194304 4395502 140734267181376 18446744073709551615 253640520389 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 10208 5310 249 50 0 7348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40832

[startup+0.300379 s]
/proc/loadavg: 2.98 3.76 3.84 5/183 27624
/proc/meminfo: memFree=31944976/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=64592 CPUtime=0.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 12083 0 0 0 28 1 0 0 22 0 1 0 489449228 66142208 11257 33554432000 4194304 4395502 140734267181376 18446744073709551615 253640859392 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 16148 11258 249 50 0 13288 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64592

[startup+0.700308 s]
/proc/loadavg: 2.98 3.76 3.84 5/183 27624
/proc/meminfo: memFree=31944976/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=113960 CPUtime=0.69 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 24403 0 0 0 66 3 0 0 23 0 1 0 489449228 116695040 23576 33554432000 4194304 4395502 140734267181376 18446744073709551615 253640884119 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 28490 23576 255 50 0 25630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113960

[startup+1.50113 s]
/proc/loadavg: 2.98 3.76 3.84 5/187 27631
/proc/meminfo: memFree=31669656/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=113960 CPUtime=1.49 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 24403 0 0 0 145 4 0 0 25 0 1 0 489449228 116695040 23576 33554432000 4194304 4395502 140734267181376 18446744073709551615 253640884119 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 28490 23576 255 50 0 25630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113960

[startup+3.10087 s]
/proc/loadavg: 2.98 3.76 3.84 5/185 27631
/proc/meminfo: memFree=31561768/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=113960 CPUtime=3.09 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 24403 0 0 0 302 7 0 0 25 0 1 0 489449228 116695040 23576 33554432000 4194304 4395502 140734267181376 18446744073709551615 253640884119 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 28490 23576 255 50 0 25630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113960

[startup+6.30026 s]
/proc/loadavg: 3.14 3.78 3.85 5/190 27637
/proc/meminfo: memFree=30783664/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=209624 CPUtime=6.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 52627 0 0 0 618 11 0 0 25 0 1 0 489449228 214654976 47436 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 52406 47436 267 50 0 49546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209624

[startup+12.7011 s]
/proc/loadavg: 3.21 3.78 3.85 5/187 27641
/proc/meminfo: memFree=31199508/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=215912 CPUtime=12.69 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 54154 0 0 0 1257 12 0 0 25 0 1 0 489449228 221093888 48963 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 53978 48963 267 50 0 51118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 215912

[startup+25.5008 s]
/proc/loadavg: 3.38 3.79 3.85 5/190 27665
/proc/meminfo: memFree=31102748/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=223784 CPUtime=25.48 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 56049 0 0 0 2536 12 0 0 25 0 1 0 489449228 229154816 50858 33554432000 4194304 4395502 140734267181376 18446744073709551615 4288204 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 55946 50858 267 50 0 53086 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 223784

[startup+51.1011 s]
/proc/loadavg: 3.59 3.81 3.85 5/190 27666
/proc/meminfo: memFree=31051428/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=237396 CPUtime=51.09 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 59224 0 0 0 5096 13 0 0 25 0 1 0 489449228 243093504 54033 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 59349 54033 267 50 0 56489 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 237396

[startup+102.307 s]
/proc/loadavg: 3.87 3.85 3.86 5/190 27667
/proc/meminfo: memFree=30960332/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=263088 CPUtime=102.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 64979 0 0 0 10214 15 0 0 25 0 1 0 489449228 269402112 59788 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 65772 59788 267 50 0 62912 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 263088

[startup+162.301 s]
/proc/loadavg: 3.95 3.88 3.87 5/190 27669
/proc/meminfo: memFree=30879860/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=286192 CPUtime=162.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 69932 0 0 0 16211 18 0 0 25 0 1 0 489449228 293060608 64741 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 71548 64741 267 50 0 68688 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 286192

[startup+222.301 s]
/proc/loadavg: 3.98 3.90 3.87 5/190 27697
/proc/meminfo: memFree=31177696/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=305188 CPUtime=222.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 74418 0 0 0 22209 20 0 0 25 0 1 0 489449228 312512512 69227 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 76297 69227 267 50 0 73437 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 305188

[startup+282.301 s]
/proc/loadavg: 4.06 3.93 3.88 5/190 27699
/proc/meminfo: memFree=31107280/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=316236 CPUtime=282.28 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 76938 0 0 0 28208 20 0 0 25 0 1 0 489449228 323825664 71747 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 79059 71747 267 50 0 76199 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 316236

[startup+342.301 s]
/proc/loadavg: 4.02 3.94 3.89 5/190 27701
/proc/meminfo: memFree=31072504/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=326572 CPUtime=342.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 79249 0 0 0 34208 21 0 0 25 0 1 0 489449228 334409728 74058 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299749 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 81643 74058 267 50 0 78783 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 326572

[startup+402.3 s]
/proc/loadavg: 4.01 3.95 3.90 5/190 27702
/proc/meminfo: memFree=31056328/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=331212 CPUtime=402.28 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 80234 0 0 0 40207 21 0 0 25 0 1 0 489449228 339161088 75043 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 82803 75043 267 50 0 79943 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 331212

[startup+462.3 s]
/proc/loadavg: 4.00 3.95 3.90 5/190 27704
/proc/meminfo: memFree=31026396/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=335308 CPUtime=462.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 81132 0 0 0 46207 22 0 0 25 0 1 0 489449228 343355392 75941 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 83827 75941 267 50 0 80967 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 335308

[startup+522.3 s]
/proc/loadavg: 4.06 3.97 3.91 5/190 27705
/proc/meminfo: memFree=31011088/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=344956 CPUtime=522.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 83346 0 0 0 52206 23 0 0 25 0 1 0 489449228 353234944 78155 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 86239 78155 267 50 0 83379 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 344956

[startup+582.3 s]
/proc/loadavg: 4.06 3.99 3.92 5/190 27734
/proc/meminfo: memFree=31188876/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=353632 CPUtime=582.29 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 85336 0 0 0 58205 24 0 0 25 0 1 0 489449228 362119168 80145 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 88408 80145 267 50 0 85548 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 353632

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

[startup+588.7 s]
/proc/loadavg: 4.05 3.99 3.92 5/190 27734
/proc/meminfo: memFree=31171932/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=356176 CPUtime=588.69 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 85921 0 0 0 58845 24 0 0 25 0 1 0 489449228 364724224 80730 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 89044 80730 267 50 0 86184 0
Current children cumulated CPU time (s) 588.69
Current children cumulated vsize (KiB) 356176

[startup+591.901 s]
/proc/loadavg: 4.05 3.99 3.92 5/190 27734
/proc/meminfo: memFree=31165860/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=357352 CPUtime=591.9 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 86202 0 0 0 59165 25 0 0 25 0 1 0 489449228 365928448 81011 33554432000 4194304 4395502 140734267181376 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 89338 81011 267 50 0 86478 0
Current children cumulated CPU time (s) 591.9
Current children cumulated vsize (KiB) 357352

[startup+593.5 s]
/proc/loadavg: 4.05 3.99 3.92 5/190 27734
/proc/meminfo: memFree=31163372/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=358164 CPUtime=593.5 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 86336 0 0 0 59325 25 0 0 25 0 1 0 489449228 366759936 81145 33554432000 4194304 4395502 140734267181376 18446744073709551615 4326425 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 89541 81145 267 50 0 86681 0
Current children cumulated CPU time (s) 593.5
Current children cumulated vsize (KiB) 358164

[startup+593.9 s]
/proc/loadavg: 4.05 3.99 3.92 5/190 27734
/proc/meminfo: memFree=31160520/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=358164 CPUtime=593.9 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 86336 0 0 0 59365 25 0 0 25 0 1 0 489449228 366759936 81145 33554432000 4194304 4395502 140734267181376 18446744073709551615 4326333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 89541 81145 267 50 0 86681 0
Current children cumulated CPU time (s) 593.9
Current children cumulated vsize (KiB) 358164

[startup+594.3 s]
/proc/loadavg: 4.05 3.99 3.92 5/190 27734
/proc/meminfo: memFree=31160520/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=358164 CPUtime=594.3 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 86336 0 0 0 59405 25 0 0 25 0 1 0 489449228 366759936 81145 33554432000 4194304 4395502 140734267181376 18446744073709551615 4326425 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 89541 81145 267 50 0 86681 0
Current children cumulated CPU time (s) 594.3
Current children cumulated vsize (KiB) 358164

[startup+594.4 s]
/proc/loadavg: 4.05 3.99 3.92 5/190 27734
/proc/meminfo: memFree=31160520/32951124 swapFree=67111348/67111528
[pid=27624] ppid=27622 vsize=358164 CPUtime=594.4 cores=4,6
/proc/27624/stat : 27624 (SApperloT2010) R 27622 27624 27212 0 -1 4202496 86336 0 0 0 59415 25 0 0 25 0 1 0 489449228 366759936 81145 33554432000 4194304 4395502 140734267181376 18446744073709551615 4326492 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27624/statm: 89541 81145 267 50 0 86681 0
Current children cumulated CPU time (s) 594.4
Current children cumulated vsize (KiB) 358164

Child status: 20
Real time (s): 594.481
CPU time (s): 594.486
CPU user time (s): 594.219
CPU system time (s): 0.266959
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 358164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 594.219
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86348
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= 5
involuntary context switches= 507

runsolver used 1.05084 second user time and 2.19567 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 02:41:28
IDJOB=3288668
IDBENCH=82501
IDSOLVER=1655
FILE ID=node106/3288668-1303778488
RUNJOBID= node106-1303778487-27595
PBS_JOBID= 13157197
Free space on /tmp= 71604 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288668-1303778488/watcher-3288668-1303778488 -o /tmp/evaluation-result-3288668-1303778488/solver-3288668-1303778488 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3288668-1303778488.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=194928079

node106.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	: 5226.20
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.82
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31945504 kB
Buffers:         58888 kB
Cached:         625816 kB
SwapCached:         96 kB
Active:         340492 kB
Inactive:       461736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31945504 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           92324 kB
Writeback:           0 kB
AnonPages:      117016 kB
Mapped:          15152 kB
Slab:           138264 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274476 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= 71648 MiB
End job on node106 at 2011-04-26 02:51:23