Trace number 3380487

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-05-13 (simp)? (TO) 1300.09 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3380487-1305458824/watcher-3380487-1305458824 -o /tmp/evaluation-result-3380487-1305458824/solver-3380487-1305458824 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380487-1305458824.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.25 1.37 2.32 4/287 17434
/proc/meminfo: memFree=18514100/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=21088 CPUtime=0 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 1048 0 0 0 0 0 0 0 21 0 1 0 657482287 21594112 992 33554432000 4194304 4300288 140735087442784 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 5272 992 218 26 0 1904 0

[startup+0.04429 s]
/proc/loadavg: 1.25 1.37 2.32 4/287 17434
/proc/meminfo: memFree=18514100/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=28140 CPUtime=0.03 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 3024 0 0 0 3 0 0 0 21 0 1 0 657482287 28815360 2764 33554432000 4194304 4300288 140735087442784 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 7035 2766 218 26 0 3667 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28140

[startup+0.100281 s]
/proc/loadavg: 1.25 1.37 2.32 4/287 17434
/proc/meminfo: memFree=18514100/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=38000 CPUtime=0.09 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 6430 0 0 0 9 0 0 0 21 0 1 0 657482287 38912000 5708 33554432000 4194304 4300288 140735087442784 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 9500 5708 218 26 0 6132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38000

[startup+0.300245 s]
/proc/loadavg: 1.25 1.37 2.32 4/287 17434
/proc/meminfo: memFree=18514100/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=67620 CPUtime=0.29 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 13660 0 0 0 28 1 0 0 22 0 1 0 657482287 69242880 11708 33554432000 4194304 4300288 140735087442784 18446744073709551615 4228624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 16905 11708 221 26 0 13537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67620

[startup+0.700175 s]
/proc/loadavg: 1.25 1.37 2.32 4/287 17434
/proc/meminfo: memFree=18514100/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=73596 CPUtime=0.69 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 16040 0 0 0 67 2 0 0 23 0 1 0 657482287 75362304 12363 33554432000 4194304 4300288 140735087442784 18446744073709551615 4242110 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 18399 12363 222 26 0 15031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73596

[startup+1.50103 s]
/proc/loadavg: 1.25 1.37 2.32 5/288 17435
/proc/meminfo: memFree=18357476/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=62100 CPUtime=1.49 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 17480 0 0 0 147 2 0 0 25 0 1 0 657482287 63590400 11346 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 15525 11346 242 26 0 12157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62100

[startup+3.10075 s]
/proc/loadavg: 1.25 1.37 2.32 5/288 17435
/proc/meminfo: memFree=18227768/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=66520 CPUtime=3.09 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 18117 0 0 0 307 2 0 0 25 0 1 0 657482287 68116480 11980 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 16630 11980 242 26 0 13262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66520

[startup+6.30018 s]
/proc/loadavg: 1.47 1.42 2.33 5/294 17447
/proc/meminfo: memFree=17595500/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=73700 CPUtime=6.29 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 20332 0 0 0 627 2 0 0 25 0 1 0 657482287 75468800 14191 33554432000 4194304 4300288 140735087442784 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 18425 14191 242 26 0 15057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73700

[startup+12.7011 s]
/proc/loadavg: 1.91 1.51 2.36 5/297 17454
/proc/meminfo: memFree=16149648/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=85376 CPUtime=12.7 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 22713 0 0 0 1267 3 0 0 25 0 1 0 657482287 87425024 16566 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 21344 16566 242 26 0 17976 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 85376

[startup+25.5008 s]
/proc/loadavg: 2.37 1.63 2.38 5/297 17454
/proc/meminfo: memFree=16311700/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=104344 CPUtime=25.49 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 24899 0 0 0 2546 3 0 0 25 0 1 0 657482287 106848256 18751 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268327 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 26086 18751 242 26 0 22718 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104344

[startup+51.1003 s]
/proc/loadavg: 2.93 1.82 2.43 5/293 17471
/proc/meminfo: memFree=17113124/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=135164 CPUtime=51.09 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 31944 0 0 0 5105 4 0 0 25 0 1 0 657482287 138407936 25792 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268174 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 33791 25792 242 26 0 30423 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135164

[startup+102.311 s]
/proc/loadavg: 3.53 2.15 2.51 5/297 17483
/proc/meminfo: memFree=16644020/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=185252 CPUtime=102.31 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 45005 0 0 0 10224 7 0 0 25 0 1 0 657482287 189698048 38838 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 46313 38838 242 26 0 42945 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 185252

[startup+162.301 s]
/proc/loadavg: 3.83 2.49 2.60 5/297 17485
/proc/meminfo: memFree=16264352/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=267164 CPUtime=162.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 59553 0 0 0 16221 9 0 0 25 0 1 0 657482287 273575936 53370 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268473 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 66791 53370 242 26 0 63423 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 267164

[startup+222.301 s]
/proc/loadavg: 3.93 2.76 2.68 5/297 17486
/proc/meminfo: memFree=15926116/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=267164 CPUtime=222.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 68713 0 0 0 22220 10 0 0 25 0 1 0 657482287 273575936 62526 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 66791 62526 242 26 0 63423 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 267164

[startup+282.3 s]
/proc/loadavg: 4.14 3.03 2.78 5/297 17488
/proc/meminfo: memFree=15580636/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=401080 CPUtime=282.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 83791 0 0 0 28217 13 0 0 25 0 1 0 657482287 410705920 77587 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 100270 77587 242 26 0 96902 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 401080

[startup+342.301 s]
/proc/loadavg: 4.05 3.20 2.85 5/297 17489
/proc/meminfo: memFree=15233768/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=401596 CPUtime=342.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 92560 0 0 0 34216 14 0 0 25 0 1 0 657482287 411234304 86349 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268492 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 100399 86349 242 26 0 97031 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 401596

[startup+402.3 s]
/proc/loadavg: 4.02 3.35 2.92 5/297 17491
/proc/meminfo: memFree=14848576/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=617832 CPUtime=402.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 108642 0 0 0 40213 17 0 0 25 0 1 0 657482287 632659968 102418 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 154458 102418 242 26 0 151090 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 617832

[startup+462.301 s]
/proc/loadavg: 4.00 3.46 2.98 5/297 17493
/proc/meminfo: memFree=14398064/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=618236 CPUtime=462.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 123951 0 0 0 46211 19 0 0 25 0 1 0 657482287 633073664 117724 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 154559 117724 242 26 0 151191 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 618236

[startup+522.301 s]
/proc/loadavg: 4.00 3.56 3.04 5/297 17494
/proc/meminfo: memFree=14030980/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=619096 CPUtime=522.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 134217 0 0 0 52209 21 0 0 25 0 1 0 657482287 633954304 127986 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 154774 127986 242 26 0 151406 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 619096

[startup+582.3 s]
/proc/loadavg: 4.11 3.67 3.11 5/297 17496
/proc/meminfo: memFree=13660552/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=619360 CPUtime=582.3 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 145375 0 0 0 58208 22 0 0 25 0 1 0 657482287 634224640 139141 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268282 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 154840 139141 242 26 0 151472 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 619360

[startup+642.301 s]
/proc/loadavg: 4.04 3.72 3.16 5/297 17497
/proc/meminfo: memFree=13310216/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=968740 CPUtime=642.31 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 158196 0 0 0 64207 24 0 0 25 0 1 0 657482287 991989760 151958 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268298 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 242185 151958 242 26 0 238817 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 968740

[startup+702.3 s]
/proc/loadavg: 4.01 3.77 3.21 5/297 17499
/proc/meminfo: memFree=12928376/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=969016 CPUtime=702.31 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 170656 0 0 0 70205 26 0 0 25 0 1 0 657482287 992272384 164414 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 242254 164414 242 26 0 238886 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 969016

[startup+762.311 s]
/proc/loadavg: 4.00 3.81 3.26 5/297 17501
/proc/meminfo: memFree=12454656/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=971672 CPUtime=762.32 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 186400 0 0 0 76204 28 0 0 25 0 1 0 657482287 994992128 180145 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 242918 180145 242 26 0 239550 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 971672

[startup+822.301 s]
/proc/loadavg: 4.20 3.89 3.32 5/297 17502
/proc/meminfo: memFree=12053488/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=972276 CPUtime=822.32 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 198402 0 0 0 82202 30 0 0 25 0 1 0 657482287 995610624 192145 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 243069 192145 242 26 0 239701 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 972276

[startup+882.3 s]
/proc/loadavg: 4.11 3.92 3.37 5/297 17504
/proc/meminfo: memFree=11629248/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=973500 CPUtime=882.31 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 211738 0 0 0 88199 32 0 0 25 0 1 0 657482287 996864000 205465 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 243375 205465 242 26 0 240007 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 973500

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.40 5/297 17505
/proc/meminfo: memFree=11242576/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=974152 CPUtime=942.31 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 231233 0 0 0 94197 34 0 0 25 0 1 0 657482287 997531648 224944 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 243538 224944 242 26 0 240170 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 974152

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.44 5/297 17507
/proc/meminfo: memFree=10820560/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=1542940 CPUtime=1002.32 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 251211 0 0 0 100195 37 0 0 25 0 1 0 657482287 1579970560 244904 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 385735 244904 242 26 0 382367 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1542940

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.47 5/297 17509
/proc/meminfo: memFree=10380600/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=1544992 CPUtime=1062.32 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 267018 0 0 0 106193 39 0 0 25 0 1 0 657482287 1582071808 260691 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 386248 260691 242 26 0 382880 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1544992

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.50 5/297 17510
/proc/meminfo: memFree=9993564/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=1545512 CPUtime=1122.32 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 279428 0 0 0 112191 41 0 0 25 0 1 0 657482287 1582604288 273090 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 386378 273090 242 26 0 383010 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1545512

[startup+1182.3 s]
/proc/loadavg: 4.07 3.98 3.53 5/297 17512
/proc/meminfo: memFree=9669524/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=1546484 CPUtime=1182.32 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 292042 0 0 0 118190 42 0 0 25 0 1 0 657482287 1583599616 285692 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 386621 285692 242 26 0 383253 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1546484

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.56 5/297 17513
/proc/meminfo: memFree=9382168/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=1546484 CPUtime=1242.32 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 301558 0 0 0 124188 44 0 0 25 0 1 0 657482287 1583599616 295206 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268325 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 386621 295206 242 26 0 383253 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1546484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.98 3.58 5/297 17515
/proc/meminfo: memFree=9132264/32950928 swapFree=64721848/67111528
[pid=17434] ppid=17432 vsize=1546484 CPUtime=1300.03 cores=5,7
/proc/17434/stat : 17434 (cir_minisat) R 17432 17434 14954 0 -1 4202496 310721 0 0 0 129958 45 0 0 25 0 1 0 657482287 1583599616 304363 33554432000 4194304 4300288 140735087442784 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17434/statm: 386621 304363 242 26 0 383253 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1546484

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.06
CPU time (s): 1300.09
CPU user time (s): 1299.59
CPU system time (s): 0.499924
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1546484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.59
system time used= 0.499924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310721
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 912

runsolver used 3.54046 second user time and 8.29974 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 13:27:05
IDJOB=3380487
IDBENCH=82372
IDSOLVER=1863
FILE ID=node123/3380487-1305458824
RUNJOBID= node123-1305458824-17413
PBS_JOBID= 13324867
Free space on /tmp= 73392 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380487-1305458824/watcher-3380487-1305458824 -o /tmp/evaluation-result-3380487-1305458824/solver-3380487-1305458824 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380487-1305458824.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1682868906

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18514992 kB
Buffers:        319740 kB
Cached:        4307052 kB
SwapCached:      10528 kB
Active:       11168072 kB
Inactive:      2988944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18514992 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           31452 kB
Writeback:           0 kB
AnonPages:     9527564 kB
Mapped:          22184 kB
Slab:           179592 kB
PageTables:      37956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 45187204 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= 73072 MiB
End job on node123 at 2011-05-15 13:48:47