Trace number 3419891

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) 5000.18 5000.11

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2632.81
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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: 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-3419891-1306580630/watcher-3419891-1306580630 -o /tmp/evaluation-result-3419891-1306580630/solver-3419891-1306580630 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419891-1306580630.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.00 1.47 2/489 12041
/proc/meminfo: memFree=19509464/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=21708 CPUtime=0 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 1174 0 0 0 0 0 0 0 25 0 1 0 769661490 22228992 1116 33554432000 4194304 4291949 140737435953312 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 5427 1120 228 24 0 2061 0

[startup+0.0375789 s]
/proc/loadavg: 2.03 2.00 1.47 2/489 12041
/proc/meminfo: memFree=19509464/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=26636 CPUtime=0.02 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2696 0 0 0 2 0 0 0 25 0 1 0 769661490 27275264 2500 33554432000 4194304 4291949 140737435953312 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 6659 2501 228 24 0 3293 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26636

[startup+0.100599 s]
/proc/loadavg: 2.03 2.00 1.47 2/489 12041
/proc/meminfo: memFree=19509464/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=39068 CPUtime=0.09 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 6850 0 0 0 8 1 0 0 25 0 1 0 769661490 40005632 6080 33554432000 4194304 4291949 140737435953312 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 9767 6082 228 24 0 6401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39068

[startup+0.300566 s]
/proc/loadavg: 2.03 2.00 1.47 2/489 12041
/proc/meminfo: memFree=19509464/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=52936 CPUtime=0.29 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 9657 0 0 0 28 1 0 0 25 0 1 0 769661490 54206464 8554 33554432000 4194304 4291949 140737435953312 18446744073709551615 4230131 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 13234 8554 234 24 0 9868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52936

[startup+0.700498 s]
/proc/loadavg: 2.03 2.00 1.47 2/489 12041
/proc/meminfo: memFree=19509464/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=46232 CPUtime=0.69 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 10767 0 0 0 68 1 0 0 25 0 1 0 769661490 47341568 7251 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 11558 7251 253 24 0 8192 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46232

[startup+1.50036 s]
/proc/loadavg: 2.02 2.00 1.47 3/490 12042
/proc/meminfo: memFree=19480068/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=48952 CPUtime=1.49 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 11138 0 0 0 148 1 0 0 25 0 1 0 769661490 50126848 7622 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 12238 7622 253 24 0 8872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48952

[startup+3.10109 s]
/proc/loadavg: 2.02 2.00 1.47 3/490 12042
/proc/meminfo: memFree=19477068/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=53372 CPUtime=3.09 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 11838 0 0 0 308 1 0 0 25 0 1 0 769661490 54652928 8319 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 13343 8319 253 24 0 9977 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53372

[startup+6.30056 s]
/proc/loadavg: 2.02 2.00 1.47 3/490 12042
/proc/meminfo: memFree=19470524/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=60552 CPUtime=6.29 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 13311 0 0 0 628 1 0 0 25 0 1 0 769661490 62005248 9785 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 15138 9785 253 24 0 11772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60552

[startup+12.7005 s]
/proc/loadavg: 2.02 2.00 1.48 3/490 12042
/proc/meminfo: memFree=19458404/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=72228 CPUtime=12.69 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 16098 0 0 0 1268 1 0 0 25 0 1 0 769661490 73961472 12567 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 18057 12567 253 24 0 14691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72228

[startup+25.5003 s]
/proc/loadavg: 2.02 2.00 1.48 3/490 12044
/proc/meminfo: memFree=19431360/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=122016 CPUtime=25.49 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 22709 0 0 0 2547 2 0 0 25 0 1 0 769661490 124944384 19168 33554432000 4194304 4291949 140737435953312 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 30504 19168 253 24 0 27138 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122016

[startup+51.101 s]
/proc/loadavg: 2.01 2.00 1.50 3/490 12046
/proc/meminfo: memFree=19391208/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=172548 CPUtime=51.09 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 32810 0 0 0 5105 4 0 0 25 0 1 0 769661490 176689152 29249 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 43137 29249 253 24 0 39771 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172548

[startup+102.318 s]
/proc/loadavg: 2.00 2.00 1.52 3/490 12047
/proc/meminfo: memFree=19301720/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=255664 CPUtime=102.31 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 55033 0 0 0 10225 6 0 0 25 0 1 0 769661490 261799936 51448 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 63916 51448 253 24 0 60550 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 255664

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.55 3/490 12049
/proc/meminfo: memFree=19190356/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=390752 CPUtime=162.29 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 82532 0 0 0 16218 11 0 0 25 0 1 0 769661490 400130048 78916 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 97688 78916 253 24 0 94322 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 390752

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.57 3/490 12051
/proc/meminfo: memFree=19089780/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=608580 CPUtime=222.3 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 107123 0 0 0 22215 15 0 0 25 0 1 0 769661490 623185920 103473 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 152145 103473 253 24 0 148779 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 608580

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.60 3/490 12052
/proc/meminfo: memFree=18971840/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=611988 CPUtime=282.29 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 136638 0 0 0 28209 20 0 0 25 0 1 0 769661490 626675712 132960 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 152997 132960 253 24 0 149631 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 611988

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.62 3/490 12054
/proc/meminfo: memFree=18880808/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=965244 CPUtime=342.29 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 159111 0 0 0 34204 25 0 0 25 0 1 0 769661490 988409856 155398 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 241311 155398 253 24 0 237945 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 965244

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.64 3/490 12055
/proc/meminfo: memFree=18805036/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=966232 CPUtime=402.3 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 178189 0 0 0 40202 28 0 0 25 0 1 0 769661490 989421568 174461 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248571 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 241558 174461 253 24 0 238192 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 966232

[startup+462.301 s]
/proc/loadavg: 2.14 2.04 1.68 3/490 12057
/proc/meminfo: memFree=18730988/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=968424 CPUtime=462.29 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 196557 0 0 0 46199 30 0 0 25 0 1 0 769661490 991666176 192797 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 242106 192797 253 24 0 238740 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 968424

[startup+522.301 s]
/proc/loadavg: 2.19 2.06 1.70 3/490 12059
/proc/meminfo: memFree=18666740/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=969600 CPUtime=522.3 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 213000 0 0 0 52197 33 0 0 25 0 1 0 769661490 992870400 209225 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 242400 209225 253 24 0 239034 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 969600

[startup+582.301 s]
/proc/loadavg: 2.13 2.06 1.73 3/490 12060
/proc/meminfo: memFree=18580040/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=970948 CPUtime=582.3 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 234582 0 0 0 58195 35 0 0 25 0 1 0 769661490 994250752 230793 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 242737 230793 253 24 0 239371 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 970948

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/490 12190
/proc/meminfo: memFree=18912676/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=473592 CPUtime=4002.35 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 1919555 0 0 0 399909 326 0 0 25 0 1 0 769661490 484958208 113451 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 118398 113451 253 24 0 115032 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 473592

[startup+4062.32 s]
/proc/loadavg: 2.04 2.03 2.00 3/490 12192
/proc/meminfo: memFree=18679784/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=688836 CPUtime=4062.37 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 1962762 0 0 0 405904 333 0 0 25 0 1 0 769661490 705368064 156619 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 172209 156619 253 24 0 168843 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 688836

[startup+4122.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/490 12194
/proc/meminfo: memFree=18581816/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=1038528 CPUtime=4122.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 1999565 0 0 0 411896 340 0 0 25 0 1 0 769661490 1063452672 193394 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 259632 193394 253 24 0 256266 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 1038528

[startup+4182.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/490 12195
/proc/meminfo: memFree=18405352/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=1038976 CPUtime=4182.35 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2030504 0 0 0 417891 344 0 0 25 0 1 0 769661490 1063911424 224311 33554432000 4194304 4291949 140737435953312 18446744073709551615 4256305 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 259744 224311 253 24 0 256378 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 1038976

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/490 12197
/proc/meminfo: memFree=18331320/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=1607520 CPUtime=4242.35 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2062008 0 0 0 423884 351 0 0 25 0 1 0 769661490 1646100480 255791 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 401880 255791 253 24 0 398514 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 1607520

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/490 12198
/proc/meminfo: memFree=18164264/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=1608240 CPUtime=4302.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2092646 0 0 0 429879 357 0 0 25 0 1 0 769661490 1646837760 286404 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 402060 286404 253 24 0 398694 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 1608240

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 12201
/proc/meminfo: memFree=18091592/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=1609636 CPUtime=4362.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2122337 0 0 0 435876 360 0 0 25 0 1 0 769661490 1648267264 316077 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 402409 316077 253 24 0 399043 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 1609636

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 12203
/proc/meminfo: memFree=17933100/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=1611108 CPUtime=4422.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2151708 0 0 0 441871 365 0 0 25 0 1 0 769661490 1649774592 345425 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 402777 345425 253 24 0 399411 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 1611108

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 12204
/proc/meminfo: memFree=17835868/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=1611736 CPUtime=4482.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2175846 0 0 0 447867 369 0 0 25 0 1 0 769661490 1650417664 369550 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 402934 369550 253 24 0 399568 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1611736

[startup+4542.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/490 12207
/proc/meminfo: memFree=17672552/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2534288 CPUtime=4542.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2208506 0 0 0 453864 372 0 0 25 0 1 0 769661490 2595110912 402193 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 633572 402193 253 24 0 630206 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 2534288

[startup+4602.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/490 12208
/proc/meminfo: memFree=17604204/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2535668 CPUtime=4602.37 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2243159 0 0 0 459859 378 0 0 25 0 1 0 769661490 2596524032 436827 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 633917 436827 253 24 0 630551 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 2535668

[startup+4662.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/490 12210
/proc/meminfo: memFree=17449812/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2537724 CPUtime=4662.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2268916 0 0 0 465854 382 0 0 25 0 1 0 769661490 2598629376 462563 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 634431 462563 253 24 0 631065 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 2537724

[startup+4722.32 s]
/proc/loadavg: 2.18 2.08 2.02 3/490 12212
/proc/meminfo: memFree=17333616/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2539260 CPUtime=4722.38 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2293253 0 0 0 471852 386 0 0 25 0 1 0 769661490 2600202240 486870 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 634815 486870 253 24 0 631449 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 2539260

[startup+4782.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/490 12213
/proc/meminfo: memFree=17217792/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2540488 CPUtime=4782.37 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2322473 0 0 0 477847 390 0 0 25 0 1 0 769661490 2601459712 516058 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 635122 516058 253 24 0 631756 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 2540488

[startup+4842.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/490 12215
/proc/meminfo: memFree=17096876/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2541904 CPUtime=4842.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2348109 0 0 0 483842 394 0 0 25 0 1 0 769661490 2602909696 541677 33554432000 4194304 4291949 140737435953312 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 635476 541677 253 24 0 632110 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 2541904

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/490 12216
/proc/meminfo: memFree=17043040/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2543756 CPUtime=4902.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2375893 0 0 0 489837 399 0 0 25 0 1 0 769661490 2604806144 569443 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 635939 569443 253 24 0 632573 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 2543756

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/490 12218
/proc/meminfo: memFree=16884924/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2546048 CPUtime=4962.36 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2407079 0 0 0 495831 405 0 0 25 0 1 0 769661490 2607153152 600594 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 636512 600594 253 24 0 633146 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 2546048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 12219
/proc/meminfo: memFree=16893476/32951124 swapFree=63649292/67111528
[pid=12041] ppid=12039 vsize=2547120 CPUtime=5000.08 cores=0,2,4,6
/proc/12041/stat : 12041 (RestartSAT) R 12039 12041 11887 0 -1 4202496 2420698 0 0 0 499600 408 0 0 25 0 1 0 769661490 2608250880 614201 33554432000 4194304 4291949 140737435953312 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12041/statm: 636780 614201 253 24 0 633414 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2547120

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.11
CPU time (s): 5000.18
CPU user time (s): 4996.01
CPU system time (s): 4.17637
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2619376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.01
system time used= 4.17636
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2420701
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= 8524

runsolver used 24.9862 second user time and 52.582 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-28 13:03:50
IDJOB=3419891
IDBENCH=82390
IDSOLVER=1911
FILE ID=node130/3419891-1306580630
RUNJOBID= node130-1306579393-11909
PBS_JOBID= 13471550
Free space on /tmp= 73368 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419891-1306580630/watcher-3419891-1306580630 -o /tmp/evaluation-result-3419891-1306580630/solver-3419891-1306580630 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419891-1306580630.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=261108986

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19509736 kB
Buffers:        358552 kB
Cached:        7962100 kB
SwapCached:      10260 kB
Active:        7404904 kB
Inactive:      5717868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19509736 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            8164 kB
Writeback:           0 kB
AnonPages:     4799960 kB
Mapped:          30880 kB
Slab:           195232 kB
PageTables:      54268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145111528 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= 73364 MiB
End job on node130 at 2011-05-28 14:27:12