Trace number 3285004

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
RestartSAT B95? (TO) 1300.09 1300.07

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3285004-1303762137/watcher-3285004-1303762137 -o /tmp/evaluation-result-3285004-1303762137/solver-3285004-1303762137 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3285004-1303762137.cnf 

running on 2 cores: 1,3

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.85 1.39 2.63 4/180 32008
/proc/meminfo: memFree=14012464/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=20440 CPUtime=0 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 910 0 0 0 0 0 0 0 21 0 1 0 566444541 20930560 851 33554432000 4194304 4291949 140735616319632 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 5110 851 228 24 0 1744 0

[startup+0.104744 s]
/proc/loadavg: 0.85 1.39 2.63 4/180 32008
/proc/meminfo: memFree=14012464/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=42164 CPUtime=0.1 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 7149 0 0 0 9 1 0 0 21 0 1 0 566444541 43175936 6375 33554432000 4194304 4291949 140735616319632 18446744073709551615 4222943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 10541 6383 228 24 0 7175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 42164

[startup+0.200726 s]
/proc/loadavg: 0.85 1.39 2.63 4/180 32008
/proc/meminfo: memFree=14012464/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=66784 CPUtime=0.18 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 13657 0 0 0 17 1 0 0 22 0 1 0 566444541 68386816 11697 33554432000 4194304 4291949 140735616319632 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 16696 11698 228 24 0 13330 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 66784

[startup+0.30071 s]
/proc/loadavg: 0.85 1.39 2.63 4/180 32008
/proc/meminfo: memFree=14012464/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=80056 CPUtime=0.29 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 18714 0 0 0 27 2 0 0 22 0 1 0 566444541 81977344 15592 33554432000 4194304 4291949 140735616319632 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 20014 15592 232 24 0 16648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80056

[startup+0.700638 s]
/proc/loadavg: 0.85 1.39 2.63 4/180 32008
/proc/meminfo: memFree=14012464/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=94580 CPUtime=0.69 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 21382 0 0 0 67 2 0 0 24 0 1 0 566444541 96849920 17901 33554432000 4194304 4291949 140735616319632 18446744073709551615 215988247620 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 23645 17901 234 24 0 20279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94580

[startup+1.50056 s]
/proc/loadavg: 0.85 1.39 2.63 5/184 32015
/proc/meminfo: memFree=13726492/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=79432 CPUtime=1.49 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 23977 0 0 0 146 3 0 0 25 0 1 0 566444541 81338368 14968 33554432000 4194304 4291949 140735616319632 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 19858 14968 252 24 0 16492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79432

[startup+3.10028 s]
/proc/loadavg: 1.10 1.43 2.64 6/184 32015
/proc/meminfo: memFree=13618112/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=79432 CPUtime=3.09 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 24366 0 0 0 306 3 0 0 25 0 1 0 566444541 81338368 15357 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 19858 15357 252 24 0 16492 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79432

[startup+6.30066 s]
/proc/loadavg: 1.10 1.43 2.64 5/187 32022
/proc/meminfo: memFree=13321804/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=86612 CPUtime=6.29 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 25125 0 0 0 623 6 0 0 25 0 1 0 566444541 88690688 16116 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248335 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 21653 16116 252 24 0 18287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86612

[startup+12.7005 s]
/proc/loadavg: 1.54 1.52 2.66 6/187 32030
/proc/meminfo: memFree=12223852/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=86612 CPUtime=12.69 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 26534 0 0 0 1256 13 0 0 25 0 1 0 566444541 88690688 17524 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 21653 17524 252 24 0 18287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86612

[startup+25.5003 s]
/proc/loadavg: 1.92 1.60 2.67 5/190 32055
/proc/meminfo: memFree=12445760/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=117256 CPUtime=25.49 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 29990 0 0 0 2535 14 0 0 25 0 1 0 566444541 120070144 20977 33554432000 4194304 4291949 140735616319632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 29314 20977 252 24 0 25948 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117256

[startup+51.1008 s]
/proc/loadavg: 2.63 1.79 2.70 5/187 32059
/proc/meminfo: memFree=12957544/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=148076 CPUtime=51.09 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 37863 0 0 0 5092 17 0 0 25 0 1 0 566444541 151629824 28835 33554432000 4194304 4291949 140735616319632 18446744073709551615 4251620 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 37019 28835 252 24 0 33653 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148076

[startup+102.301 s]
/proc/loadavg: 3.54 2.19 2.79 5/190 32084
/proc/meminfo: memFree=12203056/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=279552 CPUtime=102.3 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 55661 0 0 0 10208 22 0 0 25 0 1 0 566444541 286261248 46613 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 69888 46613 252 24 0 66522 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 279552

[startup+162.3 s]
/proc/loadavg: 3.81 2.49 2.85 5/190 32086
/proc/meminfo: memFree=11984840/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=279552 CPUtime=162.29 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 70529 0 0 0 16204 25 0 0 25 0 1 0 566444541 286261248 61472 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 69888 61472 252 24 0 66522 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 279552

[startup+222.307 s]
/proc/loadavg: 3.93 2.78 2.93 5/190 32114
/proc/meminfo: memFree=11968992/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=411812 CPUtime=222.3 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 86214 0 0 0 22202 28 0 0 25 0 1 0 566444541 421695488 77148 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 102953 77148 252 24 0 99587 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 411812

[startup+282.3 s]
/proc/loadavg: 3.97 2.99 2.99 5/190 32116
/proc/meminfo: memFree=11683736/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=412416 CPUtime=282.29 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 105551 0 0 0 28198 31 0 0 25 0 1 0 566444541 422313984 96480 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 103104 96480 252 24 0 99738 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 412416

[startup+342.301 s]
/proc/loadavg: 3.99 3.18 3.05 5/190 32118
/proc/meminfo: memFree=11374072/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=629956 CPUtime=342.3 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 124038 0 0 0 34195 35 0 0 25 0 1 0 566444541 645074944 114957 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248303 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 157489 114957 252 24 0 154123 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 629956

[startup+402.3 s]
/proc/loadavg: 3.99 3.32 3.10 5/190 32119
/proc/meminfo: memFree=11113652/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=631812 CPUtime=402.29 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 140889 0 0 0 40190 39 0 0 25 0 1 0 566444541 646975488 131796 33554432000 4194304 4291949 140735616319632 18446744073709551615 4256292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 157953 131796 252 24 0 154587 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 631812

[startup+462.301 s]
/proc/loadavg: 3.99 3.44 3.16 5/190 32121
/proc/meminfo: memFree=10819984/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=633444 CPUtime=462.29 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 161816 0 0 0 46186 43 0 0 25 0 1 0 566444541 648646656 152712 33554432000 4194304 4291949 140735616319632 18446744073709551615 4255946 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 158361 152712 252 24 0 154995 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 633444

[startup+522.3 s]
/proc/loadavg: 4.07 3.56 3.21 5/190 32122
/proc/meminfo: memFree=10526192/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=984408 CPUtime=522.3 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 176191 0 0 0 52183 47 0 0 25 0 1 0 566444541 1008033792 167076 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 246102 167076 252 24 0 242736 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 984408

[startup+582.301 s]
/proc/loadavg: 4.03 3.63 3.26 5/190 32124
/proc/meminfo: memFree=10202384/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=985876 CPUtime=582.3 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 195028 0 0 0 58180 50 0 0 25 0 1 0 566444541 1009537024 185900 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 246469 185900 252 24 0 243103 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 985876

[startup+642.3 s]
/proc/loadavg: 4.08 3.71 3.31 5/190 32126
/proc/meminfo: memFree=9784708/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=988264 CPUtime=642.3 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 234058 0 0 0 64173 57 0 0 25 0 1 0 566444541 1011982336 224915 33554432000 4194304 4291949 140735616319632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 247066 224915 252 24 0 243700 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 988264

[startup+702.301 s]
/proc/loadavg: 4.15 3.79 3.36 5/190 32127
/proc/meminfo: memFree=9514976/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=990012 CPUtime=702.3 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 249817 0 0 0 70171 59 0 0 25 0 1 0 566444541 1013772288 240666 33554432000 4194304 4291949 140735616319632 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 247503 240666 252 24 0 244137 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 990012

[startup+762.3 s]
/proc/loadavg: 4.05 3.83 3.40 5/190 32129
/proc/meminfo: memFree=9201468/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1559284 CPUtime=762.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 270761 0 0 0 76167 64 0 0 25 0 1 0 566444541 1596706816 261595 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 389821 261595 252 24 0 386455 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1559284

[startup+822.301 s]
/proc/loadavg: 4.02 3.86 3.43 5/190 32130
/proc/meminfo: memFree=8856208/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1561076 CPUtime=822.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 288796 0 0 0 82163 68 0 0 25 0 1 0 566444541 1598541824 279625 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 390269 279625 252 24 0 386903 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1561076

[startup+882.307 s]
/proc/loadavg: 4.00 3.88 3.47 5/190 32132
/proc/meminfo: memFree=8524716/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1562244 CPUtime=882.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 307717 0 0 0 88160 71 0 0 25 0 1 0 566444541 1599737856 298536 33554432000 4194304 4291949 140735616319632 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 390561 298536 252 24 0 387195 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1562244

[startup+942.301 s]
/proc/loadavg: 4.00 3.90 3.49 5/190 32134
/proc/meminfo: memFree=8252736/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1563100 CPUtime=942.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 326681 0 0 0 94156 75 0 0 25 0 1 0 566444541 1600614400 317492 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 390775 317492 252 24 0 387409 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1563100

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.53 5/190 32135
/proc/meminfo: memFree=7978904/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1563100 CPUtime=1002.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 339441 0 0 0 100154 77 0 0 25 0 1 0 566444541 1600614400 330251 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 390775 330251 252 24 0 387409 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1563100

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.55 5/190 32137
/proc/meminfo: memFree=7735944/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1563232 CPUtime=1062.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 351592 0 0 0 106152 79 0 0 25 0 1 0 566444541 1600749568 342400 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 390808 342400 252 24 0 387442 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1563232

[startup+1122.3 s]
/proc/loadavg: 4.04 3.95 3.58 5/190 32138
/proc/meminfo: memFree=7472156/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1564904 CPUtime=1122.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 365021 0 0 0 112149 82 0 0 25 0 1 0 566444541 1602461696 355828 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 391226 355828 252 24 0 387860 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1564904

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.60 5/190 32140
/proc/meminfo: memFree=7163856/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1565740 CPUtime=1182.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 379551 0 0 0 118146 85 0 0 25 0 1 0 566444541 1603317760 370351 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 391435 370351 252 24 0 388069 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1565740

[startup+1242.3 s]
/proc/loadavg: 4.08 3.98 3.63 5/190 32142
/proc/meminfo: memFree=6900072/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=1566984 CPUtime=1242.31 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 395716 0 0 0 124143 88 0 0 25 0 1 0 566444541 1604591616 386509 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 391746 386509 252 24 0 388380 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1566984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 3.98 3.65 5/190 32143
/proc/meminfo: memFree=6619176/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=2490384 CPUtime=1300.02 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 416249 0 0 0 129911 91 0 0 25 0 1 0 566444541 2550153216 407033 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 622596 407033 252 24 0 619230 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2490384

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 4.03 3.98 3.65 5/190 32143
/proc/meminfo: memFree=6619176/32950940 swapFree=67111528/67111528
[pid=32008] ppid=32006 vsize=2490384 CPUtime=1300.02 cores=1,3
/proc/32008/stat : 32008 (RestartSAT) R 32006 32008 31561 0 -1 4202496 416249 0 0 0 129911 91 0 0 25 0 1 0 566444541 2550153216 407033 33554432000 4194304 4291949 140735616319632 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32008/statm: 622596 407033 252 24 0 619230 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 2490384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.09
CPU user time (s): 1299.11
CPU system time (s): 0.978851
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2490384

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

runsolver used 2.08068 second user time and 5.01324 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-25 22:08:58
IDJOB=3285004
IDBENCH=82369
IDSOLVER=1580
FILE ID=node117/3285004-1303762137
RUNJOBID= node117-1303762137-31986
PBS_JOBID= 13157146
Free space on /tmp= 71488 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285004-1303762137/watcher-3285004-1303762137 -o /tmp/evaluation-result-3285004-1303762137/solver-3285004-1303762137 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3285004-1303762137.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1251744670

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      14012868 kB
Buffers:       2321316 kB
Cached:       15982780 kB
SwapCached:          0 kB
Active:       10508816 kB
Inactive:      7871264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      14012868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           49784 kB
Writeback:           0 kB
AnonPages:       75076 kB
Mapped:          14492 kB
Slab:           495204 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   199520 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= 71224 MiB
End job on node117 at 2011-04-25 22:30:40