Trace number 3348740

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
minisat hack: cir_minisat 2011-03-02? (TO) 1300.11 1300.06

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3348740-1304969716/watcher-3348740-1304969716 -o /tmp/evaluation-result-3348740-1304969716/solver-3348740-1304969716 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348740-1304969716.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: 4.00 4.02 3.30 5/336 11717
/proc/meminfo: memFree=27097036/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=20612 CPUtime=0 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 971 0 0 0 0 0 0 0 25 0 1 0 608572057 21106688 907 33554432000 4194304 4254575 140734664613568 18446744073709551615 4240513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 5153 908 213 15 0 1796 0

[startup+0.102733 s]
/proc/loadavg: 4.00 4.02 3.30 5/336 11717
/proc/meminfo: memFree=27097036/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=38448 CPUtime=0.09 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 6320 0 0 0 8 1 0 0 25 0 1 0 608572057 39370752 5935 33554432000 4194304 4254575 140734664613568 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 9612 5937 213 15 0 6255 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38448

[startup+0.200716 s]
/proc/loadavg: 4.00 4.02 3.30 5/336 11717
/proc/meminfo: memFree=27097036/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=59816 CPUtime=0.19 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 11085 0 0 0 17 2 0 0 25 0 1 0 608572057 61251584 10249 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 14954 10249 222 15 0 11597 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59816

[startup+0.300695 s]
/proc/loadavg: 4.00 4.02 3.30 5/336 11717
/proc/meminfo: memFree=27097036/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=59816 CPUtime=0.29 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 11149 0 0 0 27 2 0 0 25 0 1 0 608572057 61251584 10313 33554432000 4194304 4254575 140734664613568 18446744073709551615 4212530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 14954 10313 222 15 0 11597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59816

[startup+0.700621 s]
/proc/loadavg: 4.00 4.02 3.30 5/336 11717
/proc/meminfo: memFree=27097036/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=59948 CPUtime=0.69 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 11295 0 0 0 67 2 0 0 25 0 1 0 608572057 61386752 10459 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 14987 10459 231 15 0 11630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59948

[startup+1.50047 s]
/proc/loadavg: 4.00 4.02 3.30 5/337 11718
/proc/meminfo: memFree=27053164/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=59948 CPUtime=1.49 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 11477 0 0 0 147 2 0 0 25 0 1 0 608572057 61386752 10641 33554432000 4194304 4254575 140734664613568 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 14987 10641 231 15 0 11630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59948

[startup+3.10018 s]
/proc/loadavg: 4.00 4.02 3.31 5/337 11718
/proc/meminfo: memFree=27048824/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=60736 CPUtime=3.09 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 12011 0 0 0 307 2 0 0 25 0 1 0 608572057 62193664 11175 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209332 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 15184 11175 231 15 0 11827 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60736

[startup+6.30058 s]
/proc/loadavg: 4.00 4.02 3.31 5/337 11718
/proc/meminfo: memFree=27037864/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=68048 CPUtime=6.29 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 12954 0 0 0 626 3 0 0 25 0 1 0 608572057 69681152 12117 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 17012 12117 232 15 0 13655 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68048

[startup+12.7004 s]
/proc/loadavg: 4.00 4.02 3.31 5/337 11718
/proc/meminfo: memFree=27018284/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=80128 CPUtime=12.69 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 14724 0 0 0 1266 3 0 0 25 0 1 0 608572057 82051072 13885 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 20032 13885 232 15 0 16675 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80128

[startup+25.501 s]
/proc/loadavg: 4.00 4.02 3.32 5/337 11718
/proc/meminfo: memFree=26980388/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=80408 CPUtime=25.49 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 16601 0 0 0 2546 3 0 0 25 0 1 0 608572057 82337792 15759 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209455 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 20102 15759 232 15 0 16745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80408

[startup+51.1003 s]
/proc/loadavg: 4.00 4.02 3.34 5/337 11719
/proc/meminfo: memFree=26896872/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=132168 CPUtime=51.09 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 25661 0 0 0 5104 5 0 0 25 0 1 0 608572057 135340032 24804 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 33042 24804 232 15 0 29685 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132168

[startup+102.301 s]
/proc/loadavg: 4.04 4.03 3.38 5/337 11720
/proc/meminfo: memFree=26843248/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=183120 CPUtime=102.31 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 36552 0 0 0 10223 8 0 0 25 0 1 0 608572057 187514880 35687 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209338 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 45780 35687 232 15 0 42423 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 183120

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.41 5/337 11722
/proc/meminfo: memFree=26707172/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=265740 CPUtime=162.3 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 49367 0 0 0 16221 9 0 0 25 0 1 0 608572057 272117760 48493 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 66435 48493 232 15 0 63078 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 265740

[startup+222.313 s]
/proc/loadavg: 4.00 4.02 3.45 5/337 11724
/proc/meminfo: memFree=26564512/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=267024 CPUtime=222.31 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 63290 0 0 0 22220 11 0 0 25 0 1 0 608572057 273432576 62403 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 66756 62403 232 15 0 63399 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 267024

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.48 5/337 11725
/proc/meminfo: memFree=26399904/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=401668 CPUtime=282.3 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 83446 0 0 0 28215 15 0 0 25 0 1 0 608572057 411308032 82537 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 100417 82537 232 15 0 97060 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 401668

[startup+342.3 s]
/proc/loadavg: 4.18 4.05 3.53 5/337 11727
/proc/meminfo: memFree=26259204/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=402608 CPUtime=342.29 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 96473 0 0 0 34212 17 0 0 25 0 1 0 608572057 412270592 95557 33554432000 4194304 4254575 140734664613568 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 100652 95557 232 15 0 97295 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 402608

[startup+402.3 s]
/proc/loadavg: 4.07 4.04 3.55 5/337 11728
/proc/meminfo: memFree=26089736/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=618176 CPUtime=402.3 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 109228 0 0 0 40211 19 0 0 25 0 1 0 608572057 633012224 108303 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 154544 108303 232 15 0 151187 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 618176

[startup+462.301 s]
/proc/loadavg: 4.02 4.03 3.58 5/337 11730
/proc/meminfo: memFree=25962452/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=618512 CPUtime=462.3 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 118184 0 0 0 46209 21 0 0 25 0 1 0 608572057 633356288 117255 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 154628 117255 232 15 0 151271 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 618512

[startup+522.301 s]
/proc/loadavg: 3.79 3.97 3.58 4/331 11749
/proc/meminfo: memFree=26195620/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=618648 CPUtime=522.31 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 127180 0 0 0 52208 23 0 0 25 0 1 0 608572057 633495552 126250 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 154662 126250 232 15 0 151305 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 618648

[startup+582.301 s]
/proc/loadavg: 3.32 3.80 3.54 4/331 11750
/proc/meminfo: memFree=26078624/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=618780 CPUtime=582.31 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 139716 0 0 0 58206 25 0 0 25 0 1 0 608572057 633630720 138784 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 154695 138784 232 15 0 151338 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 618780

[startup+642.301 s]
/proc/loadavg: 3.18 3.68 3.52 4/331 11752
/proc/meminfo: memFree=25930140/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=970236 CPUtime=642.31 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 157616 0 0 0 64203 28 0 0 25 0 1 0 608572057 993521664 156672 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 242559 156672 232 15 0 239202 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 970236

[startup+702.301 s]
/proc/loadavg: 3.06 3.54 3.48 4/331 11753
/proc/meminfo: memFree=25791188/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=971676 CPUtime=702.31 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 174124 0 0 0 70200 31 0 0 25 0 1 0 608572057 994996224 173169 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 242919 173169 232 15 0 239562 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 971676

[startup+762.3 s]
/proc/loadavg: 3.02 3.44 3.44 4/331 11755
/proc/meminfo: memFree=25659920/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=972276 CPUtime=762.33 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 188599 0 0 0 76200 33 0 0 25 0 1 0 608572057 995610624 187636 33554432000 4194304 4254575 140734664613568 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 243069 187636 232 15 0 239712 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 972276

[startup+822.3 s]
/proc/loadavg: 3.08 3.37 3.42 4/331 11757
/proc/meminfo: memFree=25544664/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=972784 CPUtime=822.31 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 202967 0 0 0 82196 35 0 0 25 0 1 0 608572057 996130816 201991 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 243196 201991 232 15 0 239839 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 972784

[startup+882.312 s]
/proc/loadavg: 3.03 3.30 3.39 4/331 11758
/proc/meminfo: memFree=25388236/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=974492 CPUtime=882.33 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 216562 0 0 0 88195 38 0 0 25 0 1 0 608572057 997879808 215573 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209312 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 243623 215573 232 15 0 240266 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 974492

[startup+942.301 s]
/proc/loadavg: 3.01 3.25 3.36 4/331 11760
/proc/meminfo: memFree=25276956/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=977608 CPUtime=942.32 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 235857 0 0 0 94191 41 0 0 25 0 1 0 608572057 1001070592 234854 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 244402 234854 232 15 0 241045 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 977608

[startup+1002.3 s]
/proc/loadavg: 3.00 3.20 3.34 4/331 11761
/proc/meminfo: memFree=25113472/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=1546244 CPUtime=1002.32 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 250348 0 0 0 100188 44 0 0 25 0 1 0 608572057 1583353856 249336 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 386561 249336 232 15 0 383204 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1546244

[startup+1062.3 s]
/proc/loadavg: 3.00 3.16 3.32 4/331 11763
/proc/meminfo: memFree=25044448/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=1547656 CPUtime=1062.33 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 259617 0 0 0 106188 45 0 0 25 0 1 0 608572057 1584799744 258604 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209203 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 386914 258604 232 15 0 383557 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1547656

[startup+1122.3 s]
/proc/loadavg: 2.71 3.06 3.27 3/325 11783
/proc/meminfo: memFree=26463304/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=1547656 CPUtime=1122.32 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 287813 0 0 0 112184 48 0 0 25 0 1 0 608572057 1584799744 286792 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 386914 286792 232 15 0 383557 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1547656

[startup+1182.3 s]
/proc/loadavg: 2.20 2.86 3.19 2/319 11802
/proc/meminfo: memFree=26558460/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=1547656 CPUtime=1182.33 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 303604 0 0 0 118183 50 0 0 25 0 1 0 608572057 1584799744 302579 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 386914 302579 232 15 0 383557 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1547656

[startup+1242.3 s]
/proc/loadavg: 1.40 2.50 3.04 2/319 11804
/proc/meminfo: memFree=26495552/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=1547656 CPUtime=1242.33 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 319080 0 0 0 124181 52 0 0 25 0 1 0 608572057 1584799744 318052 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 386914 318052 232 15 0 383557 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1547656



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.16 2.24 2.92 2/319 11805
/proc/meminfo: memFree=26445536/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=1547656 CPUtime=1300.04 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 331464 0 0 0 129951 53 0 0 25 0 1 0 608572057 1584799744 330435 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 386914 330435 232 15 0 383557 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1547656

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

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

[startup+1300 s]
/proc/loadavg: 1.16 2.24 2.92 2/319 11805
/proc/meminfo: memFree=26445536/32951124 swapFree=44485652/67111528
[pid=11717] ppid=11715 vsize=1547656 CPUtime=1300.04 cores=1,3
/proc/11717/stat : 11717 (cir_minisat) R 11715 11717 11366 0 -1 4202496 331464 0 0 0 129951 53 0 0 25 0 1 0 608572057 1584799744 330435 33554432000 4194304 4254575 140734664613568 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/11717/statm: 386914 330435 232 15 0 383557 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1547656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.11
CPU user time (s): 1299.52
CPU system time (s): 0.58591
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1547656

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

runsolver used 3.82242 second user time and 9.70252 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-09 21:35:16
IDJOB=3348740
IDBENCH=82369
IDSOLVER=1810
FILE ID=node105/3348740-1304969716
RUNJOBID= node105-1304968100-11386
PBS_JOBID= 13285645
Free space on /tmp= 48728 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348740-1304969716/watcher-3348740-1304969716 -o /tmp/evaluation-result-3348740-1304969716/solver-3348740-1304969716 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348740-1304969716.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1319676645

node105.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.825
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.825
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:     32951124 kB
MemFree:      27097192 kB
Buffers:        140504 kB
Cached:        3663244 kB
SwapCached:      39280 kB
Active:         941552 kB
Inactive:      4694760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27097192 kB
SwapTotal:    67111528 kB
SwapFree:     44485652 kB
Dirty:           15540 kB
Writeback:           0 kB
AnonPages:     1800604 kB
Mapped:          10696 kB
Slab:            85756 kB
PageTables:      68100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 66176904 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= 48776 MiB
End job on node105 at 2011-05-09 21:56:58