Trace number 3285362

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-03-03? (TO) 1297.65 1300.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
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: 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-3285362-1303766001/watcher-3285362-1303766001 -o /tmp/evaluation-result-3285362-1303766001/solver-3285362-1303766001 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3285362-1303766001.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 2.58 3.26 4/178 15239
/proc/meminfo: memFree=18574396/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=10628 CPUtime=0 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 488199794 10883072 270 33554432000 134512640 134761588 4289597088 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 2657 270 225 61 0 1960 0

[startup+0.0470749 s]
/proc/loadavg: 1.04 2.58 3.26 4/178 15239
/proc/meminfo: memFree=18574396/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=10628 CPUtime=0.04 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 530 0 0 0 4 0 0 0 22 0 1 0 488199794 10883072 472 33554432000 134512640 134761588 4289597088 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 2657 472 225 61 0 1960 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10628

[startup+0.10107 s]
/proc/loadavg: 1.04 2.58 3.26 4/178 15239
/proc/meminfo: memFree=18574396/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=10628 CPUtime=0.09 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 778 0 0 0 9 0 0 0 22 0 1 0 488199794 10883072 720 33554432000 134512640 134761588 4289597088 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 2657 720 225 61 0 1960 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10628

[startup+0.301032 s]
/proc/loadavg: 1.04 2.58 3.26 4/178 15239
/proc/meminfo: memFree=18574396/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=10628 CPUtime=0.29 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 1700 0 0 0 28 1 0 0 23 0 1 0 488199794 10883072 1642 33554432000 134512640 134761588 4289597088 18446744073709551615 134531215 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 2657 1642 225 61 0 1960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10628

[startup+0.700966 s]
/proc/loadavg: 1.04 2.58 3.26 4/178 15239
/proc/meminfo: memFree=18574396/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=17120 CPUtime=0.69 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 19956 0 0 0 66 3 0 0 25 0 1 0 488199794 17530880 3828 33554432000 134512640 134761588 4289597088 18446744073709551615 134647264 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 4280 3828 343 61 0 3583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17120

[startup+1.50083 s]
/proc/loadavg: 1.04 2.58 3.26 5/185 15252
/proc/meminfo: memFree=18477276/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=18188 CPUtime=1.49 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 24524 0 0 0 146 3 0 0 25 0 1 0 488199794 18624512 4074 33554432000 134512640 134761588 4289597088 18446744073709551615 134697707 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 4547 4074 354 61 0 3850 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18188

[startup+3.10057 s]
/proc/loadavg: 1.04 2.58 3.26 5/188 15258
/proc/meminfo: memFree=18378960/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=19536 CPUtime=3.09 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 24866 0 0 0 306 3 0 0 25 0 1 0 488199794 20004864 4416 33554432000 134512640 134761588 4289597088 18446744073709551615 134616735 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 4884 4416 355 61 0 4187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19536

[startup+6.30099 s]
/proc/loadavg: 1.28 2.60 3.26 5/188 15258
/proc/meminfo: memFree=18233624/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=23412 CPUtime=6.25 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 27503 0 0 0 621 4 0 0 25 0 1 0 488199794 23973888 5389 33554432000 134512640 134761588 4289597088 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/15239/statm: 5853 5389 359 61 0 5156 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 23412

[startup+17.819 s]
/proc/loadavg: 1.28 2.60 3.26 5/188 15258
/proc/meminfo: memFree=18233624/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=26416 CPUtime=17.77 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 33064 0 0 0 1772 5 0 0 25 0 1 0 488199794 27049984 6140 33554432000 134512640 134761588 4289597088 18446744073709551615 134634347 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/15239/statm: 6604 6140 359 61 0 5907 0
Current children cumulated CPU time (s) 17.77
Current children cumulated vsize (KiB) 26416

[startup+25.5008 s]
/proc/loadavg: 3.85 3.11 3.42 5/188 15259
/proc/meminfo: memFree=18166828/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=28952 CPUtime=24.74 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 35953 0 0 0 2465 9 0 0 25 0 1 0 488199794 29646848 6774 33554432000 134512640 134761588 4289597088 18446744073709551615 134616951 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/15239/statm: 7238 6774 359 61 0 6541 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 28952

[startup+51.1005 s]
/proc/loadavg: 4.59 3.35 3.49 5/188 15260
/proc/meminfo: memFree=18142280/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=30212 CPUtime=49.39 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 43855 0 0 0 4923 16 0 0 25 0 1 0 488199794 30937088 7109 33554432000 134512640 134761588 4289597088 18446744073709551615 134682616 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 7553 7109 359 61 0 6856 0
Current children cumulated CPU time (s) 49.39
Current children cumulated vsize (KiB) 30212

[startup+102.301 s]
/proc/loadavg: 4.25 3.45 3.51 5/188 15261
/proc/meminfo: memFree=18039520/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=69320 CPUtime=100.58 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 114971 0 0 0 10033 25 0 0 25 0 1 0 488199794 70983680 16879 33554432000 134512640 134761588 4289597088 18446744073709551615 134685658 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 17330 16879 341 61 0 16633 0
Current children cumulated CPU time (s) 100.58
Current children cumulated vsize (KiB) 69320

[startup+162.301 s]
/proc/loadavg: 4.09 3.55 3.54 5/188 15262
/proc/meminfo: memFree=17771668/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=86248 CPUtime=160.59 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 163297 0 0 0 16027 32 0 0 25 0 1 0 488199794 88317952 21111 33554432000 134512640 134761588 4289597088 18446744073709551615 134726085 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 21562 21111 341 61 0 20865 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 86248

[startup+222.301 s]
/proc/loadavg: 4.03 3.63 3.57 5/188 15264
/proc/meminfo: memFree=17435608/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=157328 CPUtime=220.59 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 241286 0 0 0 22017 42 0 0 25 0 1 0 488199794 161103872 38861 33554432000 134512640 134761588 4289597088 18446744073709551615 134682607 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 39332 38861 341 61 0 38635 0
Current children cumulated CPU time (s) 220.59
Current children cumulated vsize (KiB) 157328

[startup+282.301 s]
/proc/loadavg: 4.01 3.69 3.59 5/188 15266
/proc/meminfo: memFree=17429148/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=150980 CPUtime=280.59 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 325844 0 0 0 28005 54 0 0 25 0 1 0 488199794 154603520 37312 33554432000 134512640 134761588 4289597088 18446744073709551615 134747274 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 37745 37312 341 61 0 37048 0
Current children cumulated CPU time (s) 280.59
Current children cumulated vsize (KiB) 150980

[startup+342.3 s]
/proc/loadavg: 4.00 3.75 3.61 5/188 15267
/proc/meminfo: memFree=17421952/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=126876 CPUtime=340.59 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 380103 0 0 0 33998 61 0 0 25 0 1 0 488199794 129921024 31286 33554432000 134512640 134761588 4289597088 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 31719 31286 341 61 0 31022 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 126876

[startup+402.3 s]
/proc/loadavg: 4.00 3.79 3.64 5/188 15269
/proc/meminfo: memFree=17437816/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=117916 CPUtime=400.59 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 410792 0 0 0 39993 66 0 0 25 0 1 0 488199794 120745984 29046 33554432000 134512640 134761588 4289597088 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 29479 29046 341 61 0 28782 0
Current children cumulated CPU time (s) 400.59
Current children cumulated vsize (KiB) 117916

[startup+462.3 s]
/proc/loadavg: 4.00 3.83 3.65 5/188 15270
/proc/meminfo: memFree=17435448/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=121800 CPUtime=460.6 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 430973 0 0 0 45991 69 0 0 25 0 1 0 488199794 124723200 30017 33554432000 134512640 134761588 4289597088 18446744073709551615 134657842 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 30450 30017 341 61 0 29753 0
Current children cumulated CPU time (s) 460.6
Current children cumulated vsize (KiB) 121800

[startup+522.301 s]
/proc/loadavg: 4.45 3.95 3.70 5/188 15299
/proc/meminfo: memFree=17416116/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=119956 CPUtime=520.59 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 447360 0 0 0 51988 71 0 0 25 0 1 0 488199794 122834944 29556 33554432000 134512640 134761588 4289597088 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 29989 29556 341 61 0 29292 0
Current children cumulated CPU time (s) 520.59
Current children cumulated vsize (KiB) 119956

[startup+582.307 s]
/proc/loadavg: 4.44 4.06 3.75 5/188 15301
/proc/meminfo: memFree=17453296/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=127888 CPUtime=579.93 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 467224 0 0 0 57913 80 0 0 25 0 1 0 488199794 130957312 31539 33554432000 134512640 134761588 4289597088 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 31972 31539 341 61 0 31275 0
Current children cumulated CPU time (s) 579.93
Current children cumulated vsize (KiB) 127888

[startup+642.301 s]
/proc/loadavg: 4.16 4.05 3.77 5/188 15302
/proc/meminfo: memFree=17508180/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=123848 CPUtime=639.91 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 476605 0 0 0 63909 82 0 0 25 0 1 0 488199794 126820352 30529 33554432000 134512640 134761588 4289597088 18446744073709551615 134643334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 30962 30529 341 61 0 30265 0
Current children cumulated CPU time (s) 639.91
Current children cumulated vsize (KiB) 123848

[startup+702.301 s]
/proc/loadavg: 4.13 4.05 3.78 5/188 15304
/proc/meminfo: memFree=17468044/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=134088 CPUtime=699.92 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 494497 0 0 0 69907 85 0 0 25 0 1 0 488199794 137306112 33089 33554432000 134512640 134761588 4289597088 18446744073709551615 134685710 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 33522 33089 341 61 0 32825 0
Current children cumulated CPU time (s) 699.92
Current children cumulated vsize (KiB) 134088

[startup+762.301 s]
/proc/loadavg: 4.05 4.04 3.79 5/188 15305
/proc/meminfo: memFree=17418748/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=118416 CPUtime=759.92 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 523576 0 0 0 75903 89 0 0 25 0 1 0 488199794 121257984 29171 33554432000 134512640 134761588 4289597088 18446744073709551615 134685710 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 29604 29171 341 61 0 28907 0
Current children cumulated CPU time (s) 759.92
Current children cumulated vsize (KiB) 118416

[startup+822.301 s]
/proc/loadavg: 3.53 3.90 3.76 4/182 15324
/proc/meminfo: memFree=17738988/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=125896 CPUtime=819.92 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 545949 0 0 0 81900 92 0 0 25 0 1 0 488199794 128917504 31041 33554432000 134512640 134761588 4289597088 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 31474 31041 341 61 0 30777 0
Current children cumulated CPU time (s) 819.92
Current children cumulated vsize (KiB) 125896

[startup+882.3 s]
/proc/loadavg: 3.19 3.74 3.71 4/182 15326
/proc/meminfo: memFree=17753116/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=115856 CPUtime=879.92 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 563969 0 0 0 87897 95 0 0 25 0 1 0 488199794 118636544 28531 33554432000 134512640 134761588 4289597088 18446744073709551615 134636712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 28964 28531 341 61 0 28267 0
Current children cumulated CPU time (s) 879.92
Current children cumulated vsize (KiB) 115856

[startup+942.3 s]
/proc/loadavg: 3.07 3.60 3.67 4/182 15327
/proc/meminfo: memFree=17754816/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=117704 CPUtime=939.93 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 595046 0 0 0 93894 99 0 0 25 0 1 0 488199794 120528896 28993 33554432000 134512640 134761588 4289597088 18446744073709551615 134680525 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 29426 28993 341 61 0 28729 0
Current children cumulated CPU time (s) 939.93
Current children cumulated vsize (KiB) 117704

[startup+1002.3 s]
/proc/loadavg: 3.07 3.50 3.63 4/182 15329
/proc/meminfo: memFree=17653632/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=122512 CPUtime=999.93 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 604925 0 0 0 99893 100 0 0 25 0 1 0 488199794 125452288 30195 33554432000 134512640 134761588 4289597088 18446744073709551615 134672917 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 30628 30195 341 61 0 29931 0
Current children cumulated CPU time (s) 999.93
Current children cumulated vsize (KiB) 122512

[startup+1062.3 s]
/proc/loadavg: 3.02 3.41 3.58 4/182 15330
/proc/meminfo: memFree=17719560/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=91848 CPUtime=1059.92 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 622446 0 0 0 105890 102 0 0 25 0 1 0 488199794 94052352 22529 33554432000 134512640 134761588 4289597088 18446744073709551615 134751676 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 22962 22529 341 61 0 22265 0
Current children cumulated CPU time (s) 1059.92
Current children cumulated vsize (KiB) 91848

[startup+1122.3 s]
/proc/loadavg: 3.01 3.33 3.54 4/182 15332
/proc/meminfo: memFree=17696872/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=118728 CPUtime=1119.93 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 648337 0 0 0 111887 106 0 0 25 0 1 0 488199794 121577472 29249 33554432000 134512640 134761588 4289597088 18446744073709551615 134748157 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 29682 29249 341 61 0 28985 0
Current children cumulated CPU time (s) 1119.93
Current children cumulated vsize (KiB) 118728

[startup+1182.3 s]
/proc/loadavg: 3.00 3.27 3.51 4/182 15334
/proc/meminfo: memFree=17735300/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=110216 CPUtime=1179.92 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 675299 0 0 0 117883 109 0 0 25 0 1 0 488199794 112861184 27121 33554432000 134512640 134761588 4289597088 18446744073709551615 134616711 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 27554 27121 341 61 0 26857 0
Current children cumulated CPU time (s) 1179.92
Current children cumulated vsize (KiB) 110216

[startup+1242.31 s]
/proc/loadavg: 3.00 3.22 3.47 4/182 15335
/proc/meminfo: memFree=17735172/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=109704 CPUtime=1239.93 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 691891 0 0 0 123882 111 0 0 25 0 1 0 488199794 112336896 26993 33554432000 134512640 134761588 4289597088 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 27426 26993 341 61 0 26729 0
Current children cumulated CPU time (s) 1239.93
Current children cumulated vsize (KiB) 109704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.17 3.44 4/182 15337
/proc/meminfo: memFree=17683948/32951132 swapFree=67111524/67111528
[pid=15239] ppid=15237 vsize=95112 CPUtime=1297.63 cores=1,3
/proc/15239/stat : 15239 (MPhaseSAT64) R 15237 15239 14002 0 -1 4202496 715044 0 0 0 129649 114 0 0 25 0 1 0 488199794 97394688 23345 33554432000 134512640 134761588 4289597088 18446744073709551615 134651795 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15239/statm: 23778 23345 341 61 0 23081 0
Current children cumulated CPU time (s) 1297.63
Current children cumulated vsize (KiB) 95112

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.01
CPU time (s): 1297.65
CPU user time (s): 1296.5
CPU system time (s): 1.15082
CPU usage (%): 99.8182
Max. virtual memory (cumulated for all children) (KiB): 251536

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

runsolver used 1.9467 second user time and 4.64029 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-25 23:13:22
IDJOB=3285362
IDBENCH=82381
IDSOLVER=1521
FILE ID=node129/3285362-1303766001
RUNJOBID= node129-1303766001-15217
PBS_JOBID= 13157128
Free space on /tmp= 66264 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285362-1303766001/watcher-3285362-1303766001 -o /tmp/evaluation-result-3285362-1303766001/solver-3285362-1303766001 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3285362-1303766001.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1857611681

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18574800 kB
Buffers:       1239764 kB
Cached:       12397448 kB
SwapCached:          4 kB
Active:        2051800 kB
Inactive:     11661184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18574800 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           41240 kB
Writeback:           0 kB
AnonPages:       75584 kB
Mapped:          14788 kB
Slab:           600556 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   202816 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node129 at 2011-04-25 23:35:04