Trace number 3285557

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 A75? (TO) 1300.12 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
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-3285557-1303764901/watcher-3285557-1303764901 -o /tmp/evaluation-result-3285557-1303764901/solver-3285557-1303764901 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285557-1303764901.cnf 

running on 2 cores: 5,7

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.74 3.95 3.89 4/180 29360
/proc/meminfo: memFree=13330996/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=20448 CPUtime=0 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 912 0 0 0 0 0 0 0 21 0 1 0 566720868 20938752 853 33554432000 4194304 4291949 140734449305072 18446744073709551615 4200616 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 5112 853 228 24 0 1746 0

[startup+0.016567 s]
/proc/loadavg: 3.74 3.95 3.89 4/180 29360
/proc/meminfo: memFree=13330996/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=22020 CPUtime=0.01 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 1354 0 0 0 1 0 0 0 21 0 1 0 566720868 22548480 1284 33554432000 4194304 4291949 140734449305072 18446744073709551615 4271511 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 5505 1289 228 24 0 2139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22020

[startup+0.100549 s]
/proc/loadavg: 3.74 3.95 3.89 4/180 29360
/proc/meminfo: memFree=13330996/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=38888 CPUtime=0.08 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 6741 0 0 0 8 0 0 0 21 0 1 0 566720868 39821312 5996 33554432000 4194304 4291949 140734449305072 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 9722 5999 228 24 0 6356 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38888

[startup+0.300523 s]
/proc/loadavg: 3.74 3.95 3.89 4/180 29360
/proc/meminfo: memFree=13330996/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=79896 CPUtime=0.29 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 18857 0 0 0 27 2 0 0 22 0 1 0 566720868 81813504 15705 33554432000 4194304 4291949 140734449305072 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 19974 15705 232 24 0 16608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79896

[startup+0.700442 s]
/proc/loadavg: 3.74 3.95 3.89 4/180 29360
/proc/meminfo: memFree=13330996/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=94784 CPUtime=0.68 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 21503 0 0 0 66 2 0 0 24 0 1 0 566720868 97058816 17992 33554432000 4194304 4291949 140734449305072 18446744073709551615 4231738 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 23696 17992 234 24 0 20330 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 94784

[startup+1.50029 s]
/proc/loadavg: 3.76 3.95 3.89 5/181 29362
/proc/meminfo: memFree=13154812/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=79636 CPUtime=1.49 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 24113 0 0 0 146 3 0 0 25 0 1 0 566720868 81547264 15026 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 19909 15026 252 24 0 16543 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79636

[startup+3.10099 s]
/proc/loadavg: 3.76 3.95 3.89 5/187 29374
/proc/meminfo: memFree=12851688/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=79636 CPUtime=3.09 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 24529 0 0 0 306 3 0 0 25 0 1 0 566720868 81547264 15441 33554432000 4194304 4291949 140734449305072 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 19909 15441 252 24 0 16543 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79636

[startup+6.30038 s]
/proc/loadavg: 3.76 3.95 3.89 6/190 29380
/proc/meminfo: memFree=12326676/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=86816 CPUtime=6.29 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 25167 0 0 0 626 3 0 0 25 0 1 0 566720868 88899584 16078 33554432000 4194304 4291949 140734449305072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 21704 16078 252 24 0 18338 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86816

[startup+12.7012 s]
/proc/loadavg: 4.02 4.00 3.91 5/190 29380
/proc/meminfo: memFree=11835072/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=98492 CPUtime=12.69 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 27226 0 0 0 1265 4 0 0 25 0 1 0 566720868 100855808 18136 33554432000 4194304 4291949 140734449305072 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 24623 18136 252 24 0 21257 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98492

[startup+25.5007 s]
/proc/loadavg: 4.02 4.00 3.91 6/190 29380
/proc/meminfo: memFree=11688020/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=117460 CPUtime=25.49 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 30827 0 0 0 2544 5 0 0 25 0 1 0 566720868 120279040 21734 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 29365 21734 252 24 0 25999 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117460

[startup+51.1009 s]
/proc/loadavg: 4.01 4.00 3.91 6/190 29381
/proc/meminfo: memFree=11670496/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=148280 CPUtime=51.09 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 40472 0 0 0 5102 7 0 0 25 0 1 0 566720868 151838720 31365 33554432000 4194304 4291949 140734449305072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 37070 31365 252 24 0 33704 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148280

[startup+102.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 29382
/proc/meminfo: memFree=11338420/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=279756 CPUtime=102.3 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 58466 0 0 0 10218 12 0 0 25 0 1 0 566720868 286470144 49330 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 69939 49330 252 24 0 66573 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 279756

[startup+162.301 s]
/proc/loadavg: 4.06 4.01 3.92 6/190 29384
/proc/meminfo: memFree=10984976/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=282044 CPUtime=162.3 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 74125 0 0 0 16214 16 0 0 25 0 1 0 566720868 288813056 64983 33554432000 4194304 4291949 140734449305072 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 70511 64983 252 24 0 67145 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 282044

[startup+222.307 s]
/proc/loadavg: 4.02 4.01 3.92 6/190 29385
/proc/meminfo: memFree=10595944/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=416648 CPUtime=222.31 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 100596 0 0 0 22209 22 0 0 25 0 1 0 566720868 426647552 91443 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 104162 91443 252 24 0 100796 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 416648

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.92 6/190 29387
/proc/meminfo: memFree=10213968/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=636292 CPUtime=282.3 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 118944 0 0 0 28206 24 0 0 25 0 1 0 566720868 651563008 109773 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 159073 109773 252 24 0 155707 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 636292

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29389
/proc/meminfo: memFree=9761428/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=638988 CPUtime=342.3 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 136641 0 0 0 34201 29 0 0 25 0 1 0 566720868 654323712 127463 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 159747 127463 252 24 0 156381 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 638988

[startup+402.301 s]
/proc/loadavg: 4.07 4.02 3.92 6/190 29399
/proc/meminfo: memFree=9345652/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=641320 CPUtime=402.3 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 152675 0 0 0 40198 32 0 0 25 0 1 0 566720868 656711680 143484 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 160330 143484 252 24 0 156964 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 641320

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.92 6/190 29401
/proc/meminfo: memFree=9011544/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=994256 CPUtime=462.3 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 171101 0 0 0 46194 36 0 0 25 0 1 0 566720868 1018118144 161899 33554432000 4194304 4291949 140734449305072 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 248564 161899 252 24 0 245198 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 994256

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.92 6/190 29402
/proc/meminfo: memFree=8582984/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=995784 CPUtime=522.31 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 198299 0 0 0 52188 43 0 0 25 0 1 0 566720868 1019682816 189088 33554432000 4194304 4291949 140734449305072 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 248946 189088 252 24 0 245580 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 995784

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29404
/proc/meminfo: memFree=8170620/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1001568 CPUtime=582.31 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 224413 0 0 0 58183 48 0 0 25 0 1 0 566720868 1025605632 215183 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 250392 215183 252 24 0 247026 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1001568

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.92 6/190 29406
/proc/meminfo: memFree=7849776/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1005360 CPUtime=642.32 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 242549 0 0 0 64179 53 0 0 25 0 1 0 566720868 1029488640 233308 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 251340 233308 252 24 0 247974 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1005360

[startup+702.301 s]
/proc/loadavg: 4.09 4.03 3.93 6/190 29407
/proc/meminfo: memFree=7463220/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1574220 CPUtime=702.31 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 261329 0 0 0 70175 56 0 0 25 0 1 0 566720868 1612001280 252080 33554432000 4194304 4291949 140734449305072 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 393555 252080 252 24 0 390189 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1574220

[startup+762.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 29409
/proc/meminfo: memFree=7073428/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1577236 CPUtime=762.32 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 278643 0 0 0 76172 60 0 0 25 0 1 0 566720868 1615089664 269381 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248388 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 394309 269381 252 24 0 390943 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1577236

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.93 6/190 29410
/proc/meminfo: memFree=6611000/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1581484 CPUtime=822.32 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 294491 0 0 0 82169 63 0 0 25 0 1 0 566720868 1619439616 285217 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 395371 285217 252 24 0 392005 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1581484

[startup+882.307 s]
/proc/loadavg: 4.00 4.01 3.93 6/190 29412
/proc/meminfo: memFree=6053936/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1583204 CPUtime=882.33 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 332437 0 0 0 88164 69 0 0 25 0 1 0 566720868 1621200896 323153 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 395801 323153 252 24 0 392435 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1583204

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/190 29414
/proc/meminfo: memFree=5706360/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1587476 CPUtime=942.32 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 349158 0 0 0 94160 72 0 0 25 0 1 0 566720868 1625575424 339864 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 396869 339864 252 24 0 393503 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1587476

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/190 29415
/proc/meminfo: memFree=5371480/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1590752 CPUtime=1002.33 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 365642 0 0 0 100157 76 0 0 25 0 1 0 566720868 1628930048 356342 33554432000 4194304 4291949 140734449305072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 397688 356342 252 24 0 394322 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1590752

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/190 29417
/proc/meminfo: memFree=5071344/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1592744 CPUtime=1062.33 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 384296 0 0 0 106154 79 0 0 25 0 1 0 566720868 1630969856 374984 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 398186 374984 252 24 0 394820 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1592744

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 6/190 29418
/proc/meminfo: memFree=4647116/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=1596056 CPUtime=1122.33 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 401043 0 0 0 112151 82 0 0 25 0 1 0 566720868 1634361344 391726 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 399014 391726 252 24 0 395648 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1596056

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29420
/proc/meminfo: memFree=4344220/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=2521368 CPUtime=1182.33 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 418106 0 0 0 118148 85 0 0 25 0 1 0 566720868 2581880832 408783 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248432 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 630342 408783 252 24 0 626976 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2521368

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.94 6/190 29422
/proc/meminfo: memFree=3909904/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=2523140 CPUtime=1242.34 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 435339 0 0 0 124146 88 0 0 25 0 1 0 566720868 2583695360 426010 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 630785 426010 252 24 0 627419 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2523140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 29423
/proc/meminfo: memFree=3481660/32950928 swapFree=67111524/67111528
[pid=29360] ppid=29358 vsize=2523576 CPUtime=1300.05 cores=5,7
/proc/29360/stat : 29360 (RestartSAT) R 29358 29360 28620 0 -1 4202496 462300 0 0 0 129912 93 0 0 25 0 1 0 566720868 2584141824 452962 33554432000 4194304 4291949 140734449305072 18446744073709551615 4248385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29360/statm: 630894 452962 252 24 0 627528 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 2523576

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): 1300.08
CPU time (s): 1300.12
CPU user time (s): 1299.12
CPU system time (s): 1.00385
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2523576

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

runsolver used 1.9687 second user time and 5.11722 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-25 22:55:02
IDJOB=3285557
IDBENCH=82389
IDSOLVER=1581
FILE ID=node115/3285557-1303764901
RUNJOBID= node115-1303764901-29339
PBS_JOBID= 13157138
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1384916472

node115.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.811
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.62
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.811
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.811
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:     32950928 kB
MemFree:      13331276 kB
Buffers:       2290232 kB
Cached:       16696732 kB
SwapCached:          4 kB
Active:        7371464 kB
Inactive:     11691300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13331276 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           87048 kB
Writeback:           0 kB
AnonPages:       75112 kB
Mapped:          14504 kB
Slab:           492004 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   200508 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= 72312 MiB
End job on node115 at 2011-04-25 23:16:44