Trace number 3286002

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 2011-03-23UNSAT 441.492 441.48

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.5967
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

441.40/441.47	
441.40/441.47	s UNSATISFIABLE
441.40/441.47	c Reason for Unsat: Learned empty clause

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-3286002-1303768445/watcher-3286002-1303768445 -o /tmp/evaluation-result-3286002-1303768445/solver-3286002-1303768445 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3286002-1303768445.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: 3.42 3.13 3.28 4/186 6070
/proc/meminfo: memFree=23359684/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=30760 CPUtime=0 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 947 0 0 0 0 0 0 0 18 0 1 0 488442296 31498240 886 33554432000 4194304 4465733 140735230850144 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 7690 886 249 67 0 4813 0

[startup+0.242612 s]
/proc/loadavg: 3.42 3.13 3.28 4/186 6070
/proc/meminfo: memFree=23359684/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=30920 CPUtime=0.23 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 3123 0 0 0 23 0 0 0 18 0 1 0 488442296 31662080 2866 33554432000 4194304 4465733 140735230850144 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 7730 2866 250 67 0 4853 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 30920

[startup+0.300586 s]
/proc/loadavg: 3.42 3.13 3.28 4/186 6070
/proc/meminfo: memFree=23359684/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=35444 CPUtime=0.29 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 5920 0 0 0 28 1 0 0 18 0 1 0 488442296 36294656 3540 33554432000 4194304 4465733 140735230850144 18446744073709551615 4259607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 8861 3540 255 67 0 5984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35444

[startup+0.400573 s]
/proc/loadavg: 3.42 3.13 3.28 4/186 6070
/proc/meminfo: memFree=23359684/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=35828 CPUtime=0.39 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 6168 0 0 0 38 1 0 0 18 0 1 0 488442296 36687872 3709 33554432000 4194304 4465733 140735230850144 18446744073709551615 4265327 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 8957 3709 255 67 0 6080 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 35828

[startup+0.700513 s]
/proc/loadavg: 3.42 3.13 3.28 4/186 6070
/proc/meminfo: memFree=23359684/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=35828 CPUtime=0.69 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 6719 0 0 0 68 1 0 0 18 0 1 0 488442296 36687872 3989 33554432000 4194304 4465733 140735230850144 18446744073709551615 4255722 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 8957 3989 255 67 0 6080 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35828

[startup+1.50037 s]
/proc/loadavg: 3.47 3.14 3.28 5/187 6071
/proc/meminfo: memFree=23281784/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=36340 CPUtime=1.49 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 8117 0 0 0 148 1 0 0 20 0 1 0 488442296 37212160 4740 33554432000 4194304 4465733 140735230850144 18446744073709551615 4270152 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 9085 4740 255 67 0 6208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36340

[startup+3.10106 s]
/proc/loadavg: 3.47 3.14 3.28 5/187 6071
/proc/meminfo: memFree=23275460/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=41524 CPUtime=3.09 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 13078 0 0 0 307 2 0 0 25 0 1 0 488442296 42520576 6282 33554432000 4194304 4465733 140735230850144 18446744073709551615 4263184 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 10381 6282 255 67 0 7504 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41524

[startup+6.3005 s]
/proc/loadavg: 3.47 3.14 3.28 5/187 6071
/proc/meminfo: memFree=23261756/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=57112 CPUtime=6.29 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 25661 0 0 0 626 3 0 0 25 0 1 0 488442296 58482688 8704 33554432000 4194304 4465733 140735230850144 18446744073709551615 4270037 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 14278 8704 255 67 0 11401 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57112

[startup+12.7003 s]
/proc/loadavg: 3.47 3.15 3.28 5/187 6089
/proc/meminfo: memFree=23435204/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=57112 CPUtime=12.69 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 25686 0 0 0 1266 3 0 0 25 0 1 0 488442296 58482688 8729 33554432000 4194304 4465733 140735230850144 18446744073709551615 4295948 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 14278 8729 255 67 0 11401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57112

[startup+25.507 s]
/proc/loadavg: 3.55 3.18 3.29 5/190 6095
/proc/meminfo: memFree=23245708/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=105088 CPUtime=25.5 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 34349 0 0 0 2546 4 0 0 25 0 1 0 488442296 107610112 15088 33554432000 4194304 4465733 140735230850144 18446744073709551615 4343369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 26272 15088 272 67 0 23395 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 105088

[startup+51.1004 s]
/proc/loadavg: 3.70 3.25 3.31 5/190 6096
/proc/meminfo: memFree=23172380/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=105088 CPUtime=51.09 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 34358 0 0 0 5105 4 0 0 25 0 1 0 488442296 107610112 15097 33554432000 4194304 4465733 140735230850144 18446744073709551615 4300747 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 26272 15097 280 67 0 23395 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105088

[startup+102.301 s]
/proc/loadavg: 3.88 3.37 3.35 5/190 6097
/proc/meminfo: memFree=23114440/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=105088 CPUtime=102.29 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 34358 0 0 0 10225 4 0 0 25 0 1 0 488442296 107610112 15097 33554432000 4194304 4465733 140735230850144 18446744073709551615 4304200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 26272 15097 280 67 0 23395 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 105088

[startup+162.3 s]
/proc/loadavg: 3.95 3.48 3.38 5/190 6099
/proc/meminfo: memFree=23049408/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=105088 CPUtime=162.29 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 34358 0 0 0 16225 4 0 0 25 0 1 0 488442296 107610112 15097 33554432000 4194304 4465733 140735230850144 18446744073709551615 4304340 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 26272 15097 280 67 0 23395 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105088

[startup+222.3 s]
/proc/loadavg: 3.98 3.57 3.42 5/190 6100
/proc/meminfo: memFree=22976256/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=107412 CPUtime=222.3 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 34776 0 0 0 22226 4 0 0 25 0 1 0 488442296 109989888 15515 33554432000 4194304 4465733 140735230850144 18446744073709551615 4304340 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 26853 15515 280 67 0 23976 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107412

[startup+282.301 s]
/proc/loadavg: 3.98 3.65 3.45 5/187 6123
/proc/meminfo: memFree=23245416/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=107412 CPUtime=282.3 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 34838 0 0 0 28225 5 0 0 25 0 1 0 488442296 109989888 15577 33554432000 4194304 4465733 140735230850144 18446744073709551615 4304311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 26853 15577 280 67 0 23976 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 107412

[startup+342.307 s]
/proc/loadavg: 4.17 3.78 3.51 5/190 6131
/proc/meminfo: memFree=22895084/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=74796 CPUtime=342.3 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 49820 0 0 0 34224 6 0 0 25 0 1 0 488442296 76591104 13940 33554432000 4194304 4465733 140735230850144 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 18699 13940 280 67 0 15822 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 74796

[startup+402.301 s]
/proc/loadavg: 4.06 3.82 3.54 5/190 6132
/proc/meminfo: memFree=22813788/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=108648 CPUtime=402.3 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 58125 0 0 0 40222 8 0 0 25 0 1 0 488442296 111255552 22238 33554432000 4194304 4465733 140735230850144 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27162 22238 280 67 0 24285 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 108648

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

[startup+409.701 s]
/proc/loadavg: 4.06 3.82 3.54 5/190 6133
/proc/meminfo: memFree=22810596/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=108648 CPUtime=409.7 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 59939 0 0 0 40962 8 0 0 25 0 1 0 488442296 111255552 23145 33554432000 4194304 4465733 140735230850144 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27162 23145 280 67 0 24285 0
Current children cumulated CPU time (s) 409.7
Current children cumulated vsize (KiB) 108648

[startup+422.5 s]
/proc/loadavg: 4.04 3.83 3.55 5/190 6142
/proc/meminfo: memFree=22808092/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=108648 CPUtime=422.5 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 60555 0 0 0 42242 8 0 0 25 0 1 0 488442296 111255552 23453 33554432000 4194304 4465733 140735230850144 18446744073709551615 4300929 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27162 23453 280 67 0 24285 0
Current children cumulated CPU time (s) 422.5
Current children cumulated vsize (KiB) 108648

[startup+428.901 s]
/proc/loadavg: 4.04 3.83 3.55 5/190 6142
/proc/meminfo: memFree=22807324/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=110776 CPUtime=428.91 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 60870 0 0 0 42882 9 0 0 25 0 1 0 488442296 113434624 23768 33554432000 4194304 4465733 140735230850144 18446744073709551615 4270416 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27694 23768 280 67 0 24817 0
Current children cumulated CPU time (s) 428.91
Current children cumulated vsize (KiB) 110776

[startup+435.301 s]
/proc/loadavg: 4.04 3.83 3.55 5/190 6142
/proc/meminfo: memFree=22806616/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=110776 CPUtime=435.3 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 61096 0 0 0 43521 9 0 0 25 0 1 0 488442296 113434624 23994 33554432000 4194304 4465733 140735230850144 18446744073709551615 4370696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27694 23994 280 67 0 24817 0
Current children cumulated CPU time (s) 435.3
Current children cumulated vsize (KiB) 110776

[startup+438.5 s]
/proc/loadavg: 4.03 3.84 3.56 5/190 6142
/proc/meminfo: memFree=22806276/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=110776 CPUtime=438.5 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 61096 0 0 0 43841 9 0 0 25 0 1 0 488442296 113434624 23994 33554432000 4194304 4465733 140735230850144 18446744073709551615 4300929 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27694 23994 280 67 0 24817 0
Current children cumulated CPU time (s) 438.5
Current children cumulated vsize (KiB) 110776

[startup+440.101 s]
/proc/loadavg: 4.03 3.84 3.56 5/190 6142
/proc/meminfo: memFree=22806144/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=110776 CPUtime=440.11 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 61097 0 0 0 44002 9 0 0 25 0 1 0 488442296 113434624 23995 33554432000 4194304 4465733 140735230850144 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27694 23995 280 67 0 24817 0
Current children cumulated CPU time (s) 440.11
Current children cumulated vsize (KiB) 110776

[startup+440.901 s]
/proc/loadavg: 4.03 3.84 3.56 5/190 6142
/proc/meminfo: memFree=22806144/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=110776 CPUtime=440.9 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 61097 0 0 0 44081 9 0 0 25 0 1 0 488442296 113434624 23995 33554432000 4194304 4465733 140735230850144 18446744073709551615 4255420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27694 23995 280 67 0 24817 0
Current children cumulated CPU time (s) 440.9
Current children cumulated vsize (KiB) 110776

[startup+441.307 s]
/proc/loadavg: 4.03 3.84 3.56 5/190 6142
/proc/meminfo: memFree=22806264/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=110776 CPUtime=441.31 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 61097 0 0 0 44122 9 0 0 25 0 1 0 488442296 113434624 23995 33554432000 4194304 4465733 140735230850144 18446744073709551615 4271210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27694 23995 280 67 0 24817 0
Current children cumulated CPU time (s) 441.31
Current children cumulated vsize (KiB) 110776

[startup+441.401 s]
/proc/loadavg: 4.03 3.84 3.56 5/190 6142
/proc/meminfo: memFree=22806264/32951124 swapFree=67111412/67111528
[pid=6070] ppid=6068 vsize=110776 CPUtime=441.4 cores=4,6
/proc/6070/stat : 6070 (SApperloT) R 6068 6070 5523 0 -1 4202496 61097 0 0 0 44131 9 0 0 25 0 1 0 488442296 113434624 23995 33554432000 4194304 4465733 140735230850144 18446744073709551615 4271110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6070/statm: 27694 23995 280 67 0 24817 0
Current children cumulated CPU time (s) 441.4
Current children cumulated vsize (KiB) 110776

Child status: 20
Real time (s): 441.48
CPU time (s): 441.492
CPU user time (s): 441.392
CPU system time (s): 0.099984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 112384

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

runsolver used 0.746886 second user time and 1.66475 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 23:54:06
IDJOB=3286002
IDBENCH=82410
IDSOLVER=1657
FILE ID=node137/3286002-1303768445
RUNJOBID= node137-1303768411-5998
PBS_JOBID= 13157155
Free space on /tmp= 71360 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286002-1303768445/watcher-3286002-1303768445 -o /tmp/evaluation-result-3286002-1303768445/solver-3286002-1303768445 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3286002-1303768445.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=2136510842

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23362072 kB
Buffers:       1736784 kB
Cached:        6924188 kB
SwapCached:        112 kB
Active:        2466364 kB
Inactive:      6567096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23362072 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          432612 kB
Writeback:          16 kB
AnonPages:      372748 kB
Mapped:          15832 kB
Slab:           489892 kB
PageTables:       5804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   738384 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= 71456 MiB
End job on node137 at 2011-04-26 00:01:27