Trace number 3375984

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.05 1300.02

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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-3375984-1305447698/watcher-3375984-1305447698 -o /tmp/evaluation-result-3375984-1305447698/solver-3375984-1305447698 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375984-1305447698.cnf 

running on 2 cores: 0,2

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: 4.16 4.49 5.91 5/376 26253
/proc/meminfo: memFree=22147908/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=21196 CPUtime=0 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 423 0 0 0 0 0 0 0 24 0 1 0 735000472 21704704 365 33554432000 4194304 4479436 140736237265952 18446744073709551615 260905393920 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 5299 365 267 70 0 2419 0

[startup+0.0866269 s]
/proc/loadavg: 4.16 4.49 5.91 5/376 26253
/proc/meminfo: memFree=22147908/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=21196 CPUtime=0.08 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 1130 0 0 0 8 0 0 0 24 0 1 0 735000472 21704704 1072 33554432000 4194304 4479436 140736237265952 18446744073709551615 4213861 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 5299 1072 267 70 0 2419 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21196

[startup+0.100623 s]
/proc/loadavg: 4.16 4.49 5.91 5/376 26253
/proc/meminfo: memFree=22147908/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=21196 CPUtime=0.09 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 1256 0 0 0 9 0 0 0 24 0 1 0 735000472 21704704 1198 33554432000 4194304 4479436 140736237265952 18446744073709551615 260904924774 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 5299 1198 267 70 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21196

[startup+0.300648 s]
/proc/loadavg: 4.16 4.49 5.91 5/376 26253
/proc/meminfo: memFree=22147908/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=23964 CPUtime=0.29 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 6053 0 0 0 28 1 0 0 25 0 1 0 735000472 24539136 2782 33554432000 4194304 4479436 140736237265952 18446744073709551615 4244551 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 5991 2782 371 70 0 3111 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23964

[startup+0.700578 s]
/proc/loadavg: 4.16 4.49 5.91 5/376 26253
/proc/meminfo: memFree=22147908/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=35456 CPUtime=0.69 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 9606 0 0 0 68 1 0 0 25 0 1 0 735000472 36306944 6230 33554432000 4194304 4479436 140736237265952 18446744073709551615 4339057 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 8864 6230 383 70 0 5984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35456

[startup+1.50043 s]
/proc/loadavg: 4.15 4.48 5.89 5/377 26254
/proc/meminfo: memFree=22123728/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=35456 CPUtime=1.49 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 9620 0 0 0 148 1 0 0 25 0 1 0 735000472 36306944 6244 33554432000 4194304 4479436 140736237265952 18446744073709551615 4397994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 8864 6244 397 70 0 5984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35456

[startup+3.10007 s]
/proc/loadavg: 4.15 4.48 5.89 5/377 26254
/proc/meminfo: memFree=22122368/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=35456 CPUtime=3.09 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 9631 0 0 0 308 1 0 0 25 0 1 0 735000472 36306944 6255 33554432000 4194304 4479436 140736237265952 18446744073709551615 4306787 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 8864 6255 403 70 0 5984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35456

[startup+6.30055 s]
/proc/loadavg: 4.15 4.48 5.89 5/377 26254
/proc/meminfo: memFree=22125580/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=36976 CPUtime=6.29 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 10014 0 0 0 628 1 0 0 25 0 1 0 735000472 37863424 6638 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382318 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 9244 6638 406 70 0 6364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36976

[startup+12.7004 s]
/proc/loadavg: 4.12 4.46 5.87 5/377 26255
/proc/meminfo: memFree=22112300/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=48128 CPUtime=12.69 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 12802 0 0 0 1268 1 0 0 25 0 1 0 735000472 49283072 9426 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382432 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 12032 9426 406 70 0 9152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48128

[startup+25.501 s]
/proc/loadavg: 4.10 4.45 5.85 5/377 26255
/proc/meminfo: memFree=22094428/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=55296 CPUtime=25.5 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 14594 0 0 0 2548 2 0 0 25 0 1 0 735000472 56623104 11218 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382522 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 13824 11218 406 70 0 10944 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 55296

[startup+51.1003 s]
/proc/loadavg: 4.26 4.45 5.81 5/377 26256
/proc/meminfo: memFree=22077964/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=71680 CPUtime=51.09 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 18690 0 0 0 5107 2 0 0 25 0 1 0 735000472 73400320 15314 33554432000 4194304 4479436 140736237265952 18446744073709551615 4384805 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 17920 15314 406 70 0 15040 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71680

[startup+102.313 s]
/proc/loadavg: 4.17 4.39 5.72 5/377 26257
/proc/meminfo: memFree=22068008/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=83768 CPUtime=102.3 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 31991 0 0 0 10227 3 0 0 25 0 1 0 735000472 85778432 18344 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382290 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 20942 18344 391 70 0 18062 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83768

[startup+162.301 s]
/proc/loadavg: 4.06 4.32 5.61 5/377 26259
/proc/meminfo: memFree=22064980/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=83768 CPUtime=162.29 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 45303 0 0 0 16224 5 0 0 25 0 1 0 735000472 85778432 18344 33554432000 4194304 4479436 140736237265952 18446744073709551615 4384783 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 20942 18344 391 70 0 18062 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 83768

[startup+222.301 s]
/proc/loadavg: 4.02 4.26 5.50 5/377 26260
/proc/meminfo: memFree=22059832/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=94012 CPUtime=222.29 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 55032 0 0 0 22223 6 0 0 25 0 1 0 735000472 96268288 20905 33554432000 4194304 4479436 140736237265952 18446744073709551615 4451942 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 23503 20905 391 70 0 20623 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94012

[startup+282.301 s]
/proc/loadavg: 4.01 4.21 5.41 5/377 26262
/proc/meminfo: memFree=22042672/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=104256 CPUtime=282.3 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 68601 0 0 0 28222 8 0 0 25 0 1 0 735000472 106758144 23466 33554432000 4194304 4479436 140736237265952 18446744073709551615 4385048 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 26064 23466 391 70 0 23184 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104256

[startup+342.301 s]
/proc/loadavg: 4.07 4.18 5.32 5/377 26263
/proc/meminfo: memFree=22046204/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=100160 CPUtime=342.3 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 84985 0 0 0 34220 10 0 0 25 0 1 0 735000472 102563840 22442 33554432000 4194304 4479436 140736237265952 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 25040 22442 391 70 0 22160 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100160

[startup+402.301 s]
/proc/loadavg: 4.02 4.15 5.24 5/377 26265
/proc/meminfo: memFree=22021732/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=124740 CPUtime=402.3 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 100858 0 0 0 40219 11 0 0 25 0 1 0 735000472 127733760 28587 33554432000 4194304 4479436 140736237265952 18446744073709551615 4402476 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 31185 28587 391 70 0 28305 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124740

[startup+462.301 s]
/proc/loadavg: 4.01 4.12 5.16 5/377 26267
/proc/meminfo: memFree=22030100/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=116548 CPUtime=462.3 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 119290 0 0 0 46217 13 0 0 25 0 1 0 735000472 119345152 26539 33554432000 4194304 4479436 140736237265952 18446744073709551615 4306795 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 29137 26539 391 70 0 26257 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 116548

[startup+522.301 s]
/proc/loadavg: 4.06 4.11 5.09 5/377 26268
/proc/meminfo: memFree=22043180/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=102212 CPUtime=522.31 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 126970 0 0 0 52217 14 0 0 25 0 1 0 735000472 104665088 22955 33554432000 4194304 4479436 140736237265952 18446744073709551615 4384892 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 25553 22955 391 70 0 22673 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 102212

[startup+582.301 s]
/proc/loadavg: 4.07 4.10 5.02 5/377 26270
/proc/meminfo: memFree=22028488/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=120648 CPUtime=582.3 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 144891 0 0 0 58215 15 0 0 25 0 1 0 735000472 123543552 27564 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382484 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 30162 27564 391 70 0 27282 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 120648

[startup+642.301 s]
/proc/loadavg: 4.06 4.10 4.96 5/377 26271
/proc/meminfo: memFree=22042448/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=104264 CPUtime=642.31 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 160251 0 0 0 64214 17 0 0 25 0 1 0 735000472 106766336 23468 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382522 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 26066 23468 391 70 0 23186 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 104264

[startup+702.301 s]
/proc/loadavg: 4.05 4.09 4.90 5/377 26273
/proc/meminfo: memFree=22021188/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=128840 CPUtime=702.31 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 179195 0 0 0 70212 19 0 0 25 0 1 0 735000472 131932160 29612 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382484 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 32210 29612 391 70 0 29330 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 128840

[startup+762.314 s]
/proc/loadavg: 4.02 4.07 4.84 5/377 26275
/proc/meminfo: memFree=22021244/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=126792 CPUtime=762.32 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 198139 0 0 0 76210 22 0 0 25 0 1 0 735000472 129835008 29100 33554432000 4194304 4479436 140736237265952 18446744073709551615 4384761 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 31698 29100 391 70 0 28818 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 126792

[startup+822.301 s]
/proc/loadavg: 4.00 4.06 4.79 5/377 26276
/proc/meminfo: memFree=21984616/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=161608 CPUtime=822.32 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 213499 0 0 0 82208 24 0 0 25 0 1 0 735000472 165486592 37804 33554432000 4194304 4479436 140736237265952 18446744073709551615 4308767 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 40402 37804 391 70 0 37522 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 161608

[startup+882.301 s]
/proc/loadavg: 3.93 4.03 4.73 5/377 26334
/proc/meminfo: memFree=22056312/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=161608 CPUtime=882.31 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 222715 0 0 0 88207 24 0 0 25 0 1 0 735000472 165486592 37804 33554432000 4194304 4479436 140736237265952 18446744073709551615 4450952 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 40402 37804 391 70 0 37522 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 161608

[startup+942.301 s]
/proc/loadavg: 4.01 4.03 4.69 5/377 26335
/proc/meminfo: memFree=22081672/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=126792 CPUtime=942.31 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 241147 0 0 0 94205 26 0 0 25 0 1 0 735000472 129835008 29100 33554432000 4194304 4479436 140736237265952 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 31698 29100 391 70 0 28818 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 126792

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 4.64 5/377 26365
/proc/meminfo: memFree=22057188/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=137032 CPUtime=1002.32 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 257019 0 0 0 100204 28 0 0 25 0 1 0 735000472 140320768 31660 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382509 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 34258 31660 391 70 0 31378 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 137032

[startup+1062.3 s]
/proc/loadavg: 4.25 4.08 4.62 5/377 26370
/proc/meminfo: memFree=22067280/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=116552 CPUtime=1062.32 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 272891 0 0 0 106202 30 0 0 25 0 1 0 735000472 119349248 26540 33554432000 4194304 4479436 140736237265952 18446744073709551615 4397427 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 29138 26540 391 70 0 26258 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 116552

[startup+1122.3 s]
/proc/loadavg: 4.09 4.06 4.58 5/377 26371
/proc/meminfo: memFree=22042352/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=141128 CPUtime=1122.32 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 291835 0 0 0 112200 32 0 0 25 0 1 0 735000472 144515072 32684 33554432000 4194304 4479436 140736237265952 18446744073709551615 4450936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 35282 32684 391 70 0 32402 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 141128

[startup+1182.3 s]
/proc/loadavg: 4.03 4.05 4.54 5/377 26373
/proc/meminfo: memFree=22054428/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=128840 CPUtime=1182.32 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 306939 0 0 0 118198 34 0 0 25 0 1 0 735000472 131932160 29612 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382499 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 32210 29612 391 70 0 29330 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 128840

[startup+1242.3 s]
/proc/loadavg: 4.01 4.04 4.50 5/377 26374
/proc/meminfo: memFree=22059440/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=122696 CPUtime=1242.33 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 320507 0 0 0 124197 36 0 0 25 0 1 0 735000472 125640704 28076 33554432000 4194304 4479436 140736237265952 18446744073709551615 4382311 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 30674 28076 391 70 0 27794 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 122696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.03 4.47 5/377 26376
/proc/meminfo: memFree=22055032/32950928 swapFree=65730864/67111528
[pid=26253] ppid=26251 vsize=126792 CPUtime=1300.04 cores=0,2
/proc/26253/stat : 26253 (MPhaseSAT64) R 26251 26253 26042 0 -1 4202496 342523 0 0 0 129966 38 0 0 25 0 1 0 735000472 129835008 29100 33554432000 4194304 4479436 140736237265952 18446744073709551615 4306770 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/26253/statm: 31698 29100 391 70 0 28818 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 126792

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.67
CPU system time (s): 0.385941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 173896

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

runsolver used 4.65829 second user time and 10.2324 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 10:21:38
IDJOB=3375984
IDBENCH=82390
IDSOLVER=1855
FILE ID=node116/3375984-1305447698
RUNJOBID= node116-1305447095-26060
PBS_JOBID= 13324870
Free space on /tmp= 73160 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375984-1305447698/watcher-3375984-1305447698 -o /tmp/evaluation-result-3375984-1305447698/solver-3375984-1305447698 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375984-1305447698.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1282268701

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22148188 kB
Buffers:         97492 kB
Cached:        1104860 kB
SwapCached:      12356 kB
Active:        9782152 kB
Inactive:       805688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22148188 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:            8172 kB
Writeback:           0 kB
AnonPages:     9384096 kB
Mapped:          17004 kB
Slab:           103720 kB
PageTables:      44948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82912248 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= 73160 MiB
End job on node116 at 2011-05-15 10:43:20