Trace number 3286687

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
glueminisat 2.2.5? (TO) 1300.08 1300.02

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step21.cnf
MD5SUM4f6c74152fcb90409ea0105b51afa3bd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.1309
Satisfiable
(Un)Satisfiability was proved
Number of variables53919
Number of clauses308235
Sum of the clauses size690466
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2270265
Number of clauses of size 329435
Number of clauses of size 45675
Number of clauses of size 5487
Number of clauses of size over 51959

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-3286687-1303767613/watcher-3286687-1303767613 -o /tmp/evaluation-result-3286687-1303767613/solver-3286687-1303767613 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3286687-1303767613.cnf 

running on 2 cores: 4,6

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: 2.60 2.70 3.08 5/189 32081
/proc/meminfo: memFree=19889772/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=22392 CPUtime=0 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 1345 0 0 0 0 0 0 0 25 0 1 0 488358027 22929408 1285 33554432000 4194304 4309791 140735222785664 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 5694 1287 217 29 0 2323 0

[startup+0.0485901 s]
/proc/loadavg: 2.60 2.70 3.08 5/189 32081
/proc/meminfo: memFree=19889772/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=30368 CPUtime=0.04 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 3518 0 0 0 4 0 0 0 25 0 1 0 488358027 31096832 3303 33554432000 4194304 4309791 140735222785664 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 7592 3305 217 29 0 4221 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30368

[startup+0.100582 s]
/proc/loadavg: 2.60 2.70 3.08 5/189 32081
/proc/meminfo: memFree=19889772/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=35800 CPUtime=0.09 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 5684 0 0 0 9 0 0 0 25 0 1 0 488358027 36659200 5240 33554432000 4194304 4309791 140735222785664 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 8950 5241 217 29 0 5579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35800

[startup+0.300537 s]
/proc/loadavg: 2.60 2.70 3.08 5/189 32081
/proc/meminfo: memFree=19889772/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=45208 CPUtime=0.29 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 8279 0 0 0 29 0 0 0 25 0 1 0 488358027 46292992 7606 33554432000 4194304 4309791 140735222785664 18446744073709551615 4232179 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 11302 7606 225 29 0 7931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45208

[startup+0.700458 s]
/proc/loadavg: 2.60 2.70 3.08 5/189 32081
/proc/meminfo: memFree=19889772/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=42968 CPUtime=0.69 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 9658 0 0 0 69 0 0 0 25 0 1 0 488358027 43999232 6548 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 10742 6548 245 29 0 7371 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42968

[startup+1.50031 s]
/proc/loadavg: 2.60 2.70 3.08 5/190 32082
/proc/meminfo: memFree=19859392/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=42968 CPUtime=1.48 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 10075 0 0 0 148 0 0 0 25 0 1 0 488358027 43999232 6958 33554432000 4194304 4309791 140735222785664 18446744073709551615 4253805 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 10742 6958 245 29 0 7371 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42968

[startup+3.10098 s]
/proc/loadavg: 2.60 2.70 3.08 5/190 32082
/proc/meminfo: memFree=19852580/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=47388 CPUtime=3.09 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 11098 0 0 0 308 1 0 0 25 0 1 0 488358027 48525312 7975 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 11847 7975 245 29 0 8476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47388

[startup+6.30036 s]
/proc/loadavg: 2.71 2.73 3.09 5/190 32082
/proc/meminfo: memFree=19830260/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=54568 CPUtime=6.29 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 13359 0 0 0 628 1 0 0 25 0 1 0 488358027 55877632 10222 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 13642 10222 245 29 0 10271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54568

[startup+12.7011 s]
/proc/loadavg: 2.82 2.75 3.09 5/187 32086
/proc/meminfo: memFree=19998936/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=67528 CPUtime=12.69 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 21663 0 0 0 1265 4 0 0 25 0 1 0 488358027 69148672 13150 33554432000 4194304 4309791 140735222785664 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 16882 13150 245 29 0 13511 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67528

[startup+25.5005 s]
/proc/loadavg: 3.08 2.81 3.10 5/190 32137
/proc/meminfo: memFree=20240520/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=118756 CPUtime=25.49 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 45286 0 0 0 2542 7 0 0 25 0 1 0 488358027 121606144 23573 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 29689 23573 245 29 0 26318 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 118756

[startup+51.1004 s]
/proc/loadavg: 3.46 2.92 3.13 5/190 32219
/proc/meminfo: memFree=20070924/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=170388 CPUtime=51.09 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 65618 0 0 0 5098 11 0 0 25 0 1 0 488358027 174477312 26913 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 42597 26913 245 29 0 39226 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 170388

[startup+102.307 s]
/proc/loadavg: 3.76 3.08 3.18 5/190 32355
/proc/meminfo: memFree=20124064/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=139568 CPUtime=102.3 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 104179 0 0 0 10211 19 0 0 25 0 1 0 488358027 142917632 24734 33554432000 4194304 4309791 140735222785664 18446744073709551615 4275392 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 34892 24734 245 29 0 31521 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 139568

[startup+162.3 s]
/proc/loadavg: 3.94 3.26 3.23 5/190 32356
/proc/meminfo: memFree=20129040/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=154956 CPUtime=162.29 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 153683 0 0 0 16201 28 0 0 25 0 1 0 488358027 158674944 30853 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 38739 30853 245 29 0 35368 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 154956

[startup+222.3 s]
/proc/loadavg: 3.98 3.39 3.28 5/190 32358
/proc/meminfo: memFree=20020256/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=222.3 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 190688 0 0 0 22191 39 0 0 25 0 1 0 488358027 241524736 45106 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259466 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 45106 245 29 0 55595 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 235864

[startup+282.3 s]
/proc/loadavg: 3.99 3.50 3.32 5/190 32360
/proc/meminfo: memFree=20003752/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=282.31 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 223283 0 0 0 28185 46 0 0 25 0 1 0 488358027 241524736 49100 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 49100 245 29 0 55595 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 235864

[startup+342.3 s]
/proc/loadavg: 4.03 3.60 3.36 5/190 32361
/proc/meminfo: memFree=19943976/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=342.31 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 253271 0 0 0 34176 55 0 0 25 0 1 0 488358027 241524736 51493 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 51493 245 29 0 55595 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 235864

[startup+402.3 s]
/proc/loadavg: 4.01 3.67 3.40 5/190 32363
/proc/meminfo: memFree=19966156/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=402.31 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 282885 0 0 0 40169 62 0 0 25 0 1 0 488358027 241524736 50037 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 50037 245 29 0 55595 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 235864

[startup+462.3 s]
/proc/loadavg: 4.00 3.73 3.43 5/190 32365
/proc/meminfo: memFree=19957708/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=462.32 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 311863 0 0 0 46162 70 0 0 25 0 1 0 488358027 241524736 50223 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 50223 245 29 0 55595 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 235864

[startup+522.3 s]
/proc/loadavg: 4.00 3.78 3.47 5/190 32366
/proc/meminfo: memFree=20025280/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=522.31 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 341970 0 0 0 52154 77 0 0 25 0 1 0 488358027 241524736 46022 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 46022 245 29 0 55595 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 235864

[startup+582.3 s]
/proc/loadavg: 4.00 3.81 3.50 5/190 32368
/proc/meminfo: memFree=20006412/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=185776 CPUtime=582.32 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 369530 0 0 0 58146 86 0 0 25 0 1 0 488358027 190234624 37244 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 46444 37244 245 29 0 43073 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 185776

[startup+642.3 s]
/proc/loadavg: 4.05 3.86 3.53 5/190 32369
/proc/meminfo: memFree=19843692/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=642.32 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 386008 0 0 0 64142 90 0 0 25 0 1 0 488358027 241524736 53617 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 53617 245 29 0 55595 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 235864

[startup+702.301 s]
/proc/loadavg: 4.02 3.88 3.56 5/190 32371
/proc/meminfo: memFree=19952660/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=702.32 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 414435 0 0 0 70134 98 0 0 25 0 1 0 488358027 241524736 45935 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 45935 245 29 0 55595 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 235864

[startup+762.307 s]
/proc/loadavg: 3.92 3.88 3.58 4/184 32390
/proc/meminfo: memFree=20090064/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=154956 CPUtime=762.33 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 436874 0 0 0 76129 104 0 0 25 0 1 0 488358027 158674944 33592 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 38739 33592 245 29 0 35368 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 154956

[startup+822.301 s]
/proc/loadavg: 3.34 3.72 3.54 4/184 32391
/proc/meminfo: memFree=19970296/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=822.33 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 458559 0 0 0 82122 111 0 0 25 0 1 0 488358027 241524736 55148 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 55148 245 29 0 55595 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 235864

[startup+882.301 s]
/proc/loadavg: 3.12 3.59 3.50 4/184 32393
/proc/meminfo: memFree=20078412/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=235864 CPUtime=882.33 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 484452 0 0 0 88114 119 0 0 25 0 1 0 488358027 241524736 44420 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 58966 44420 245 29 0 55595 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 235864

[startup+942.301 s]
/proc/loadavg: 3.04 3.48 3.47 4/184 32394
/proc/meminfo: memFree=19961584/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=317252 CPUtime=942.34 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 496327 0 0 0 94111 123 0 0 25 0 1 0 488358027 324866048 56215 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 79313 56215 245 29 0 75942 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 317252

[startup+1002.3 s]
/proc/loadavg: 3.01 3.39 3.43 4/184 32396
/proc/meminfo: memFree=19989712/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=240652 CPUtime=1002.33 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 525512 0 0 0 100103 130 0 0 25 0 1 0 488358027 246427648 48349 33554432000 4194304 4309791 140735222785664 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 60163 48349 245 29 0 56792 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 240652

[startup+1062.3 s]
/proc/loadavg: 3.00 3.31 3.41 4/184 32397
/proc/meminfo: memFree=20019324/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=322040 CPUtime=1062.34 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 541193 0 0 0 106099 135 0 0 25 0 1 0 488358027 329768960 63941 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 80510 63941 245 29 0 77139 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 322040

[startup+1122.3 s]
/proc/loadavg: 3.07 3.27 3.38 4/184 32399
/proc/meminfo: memFree=19998848/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=243616 CPUtime=1122.34 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 569817 0 0 0 112090 144 0 0 25 0 1 0 488358027 249462784 49312 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 60904 49312 245 29 0 57533 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 243616

[startup+1182.3 s]
/proc/loadavg: 3.02 3.22 3.35 4/184 32401
/proc/meminfo: memFree=19943408/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=325004 CPUtime=1182.34 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 584120 0 0 0 118085 149 0 0 25 0 1 0 488358027 332804096 63515 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 81251 63515 245 29 0 77880 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 325004

[startup+1242.3 s]
/proc/loadavg: 3.01 3.18 3.33 4/184 32402
/proc/meminfo: memFree=19979468/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=247036 CPUtime=1242.34 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 607655 0 0 0 124080 154 0 0 25 0 1 0 488358027 252964864 45997 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 61759 45997 245 29 0 58388 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 247036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.61 3.05 3.27 3/178 32431
/proc/meminfo: memFree=20137504/32950928 swapFree=67111528/67111528
[pid=32081] ppid=32079 vsize=328424 CPUtime=1300.05 cores=4,6
/proc/32081/stat : 32081 (glueminisat) R 32079 32081 29940 0 -1 4202496 621167 0 0 0 129847 158 0 0 25 0 1 0 488358027 336306176 59411 33554432000 4194304 4309791 140735222785664 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32081/statm: 82106 59411 245 29 0 78735 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 328424

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.08
CPU user time (s): 1298.48
CPU system time (s): 1.59976
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 328424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.48
system time used= 1.59976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 621167
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= 5
involuntary context switches= 1000

runsolver used 2.26166 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 23:40:13
IDJOB=3286687
IDBENCH=82432
IDSOLVER=1650
FILE ID=node149/3286687-1303767613
RUNJOBID= node149-1303767573-31931
PBS_JOBID= 13157116
Free space on /tmp= 72028 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step21.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286687-1303767613/watcher-3286687-1303767613 -o /tmp/evaluation-result-3286687-1303767613/solver-3286687-1303767613 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3286687-1303767613.cnf

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=1797457537

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19889928 kB
Buffers:       2170768 kB
Cached:        9691928 kB
SwapCached:          0 kB
Active:        2202872 kB
Inactive:     10321324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19889928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          155668 kB
Writeback:           0 kB
AnonPages:      661428 kB
Mapped:          15408 kB
Slab:           472320 kB
PageTables:       6536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   917996 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= 72164 MiB
End job on node149 at 2011-04-26 00:01:55