Trace number 3286661

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
RestartSAT A75? (TO) 1300.06 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-3286661-1303767550/watcher-3286661-1303767550 -o /tmp/evaluation-result-3286661-1303767550/solver-3286661-1303767550 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3286661-1303767550.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.97 2.73 3.35 5/189 22038
/proc/meminfo: memFree=15858948/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=22732 CPUtime=0 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 1373 0 0 0 0 0 0 0 21 0 1 0 469170636 23277568 1314 33554432000 4194304 4291949 140736482227104 18446744073709551615 4272020 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 5683 1315 227 24 0 2317 0

[startup+0.086265 s]
/proc/loadavg: 1.97 2.73 3.35 5/189 22038
/proc/meminfo: memFree=15858948/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=33200 CPUtime=0.08 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 4497 0 0 0 8 0 0 0 21 0 1 0 469170636 33996800 4140 33554432000 4194304 4291949 140736482227104 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 8300 4163 228 24 0 4934 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33200

[startup+0.10027 s]
/proc/loadavg: 1.97 2.73 3.35 5/189 22038
/proc/meminfo: memFree=15858948/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=33712 CPUtime=0.09 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 5185 0 0 0 9 0 0 0 21 0 1 0 469170636 34521088 4692 33554432000 4194304 4291949 140736482227104 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 8428 4693 228 24 0 5062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33712

[startup+0.300229 s]
/proc/loadavg: 1.97 2.73 3.35 5/189 22038
/proc/meminfo: memFree=15858948/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=43708 CPUtime=0.29 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 8000 0 0 0 29 0 0 0 22 0 1 0 469170636 44756992 7282 33554432000 4194304 4291949 140736482227104 18446744073709551615 4217292 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 10927 7282 234 24 0 7561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43708

[startup+0.701128 s]
/proc/loadavg: 1.97 2.73 3.35 5/189 22038
/proc/meminfo: memFree=15858948/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=42040 CPUtime=0.69 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 9436 0 0 0 68 1 0 0 24 0 1 0 469170636 43048960 6278 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 10510 6278 253 24 0 7144 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42040

[startup+1.50099 s]
/proc/loadavg: 1.97 2.73 3.35 5/190 22039
/proc/meminfo: memFree=15831584/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=42040 CPUtime=1.49 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 9594 0 0 0 148 1 0 0 25 0 1 0 469170636 43048960 6426 33554432000 4194304 4291949 140736482227104 18446744073709551615 4250352 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 10510 6426 253 24 0 7144 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42040

[startup+3.10069 s]
/proc/loadavg: 2.13 2.75 3.36 5/190 22039
/proc/meminfo: memFree=15826128/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=42040 CPUtime=3.09 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 10063 0 0 0 308 1 0 0 25 0 1 0 469170636 43048960 6889 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 10510 6889 253 24 0 7144 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42040

[startup+6.3011 s]
/proc/loadavg: 2.13 2.75 3.36 5/190 22039
/proc/meminfo: memFree=15813768/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=46460 CPUtime=6.29 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 10959 0 0 0 628 1 0 0 25 0 1 0 469170636 47575040 7780 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 11615 7780 253 24 0 8249 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46460

[startup+12.7009 s]
/proc/loadavg: 2.42 2.79 3.36 5/190 22039
/proc/meminfo: memFree=15782740/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=65776 CPUtime=12.69 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 13739 0 0 0 1267 2 0 0 25 0 1 0 469170636 67354624 10552 33554432000 4194304 4291949 140736482227104 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 16444 10552 253 24 0 13078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65776

[startup+25.5005 s]
/proc/loadavg: 2.66 2.83 3.37 5/187 22043
/proc/meminfo: memFree=15915416/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=86620 CPUtime=25.49 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 19195 0 0 0 2545 4 0 0 25 0 1 0 469170636 88698880 15982 33554432000 4194304 4291949 140736482227104 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 21655 15983 253 24 0 18289 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86620

[startup+51.1006 s]
/proc/loadavg: 3.12 2.92 3.38 5/190 22067
/proc/meminfo: memFree=15837324/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=120684 CPUtime=51.09 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 26156 0 0 0 5103 6 0 0 25 0 1 0 469170636 123580416 22906 33554432000 4194304 4291949 140736482227104 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 30171 22906 253 24 0 26805 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120684

[startup+102.307 s]
/proc/loadavg: 3.72 3.12 3.42 5/190 22177
/proc/meminfo: memFree=15937288/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=176284 CPUtime=102.29 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 39237 0 0 0 10219 10 0 0 25 0 1 0 469170636 180514816 35950 33554432000 4194304 4291949 140736482227104 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 44071 35950 253 24 0 40705 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 176284

[startup+162.301 s]
/proc/loadavg: 3.89 3.28 3.46 5/190 22313
/proc/meminfo: memFree=15956412/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=262080 CPUtime=162.29 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 50333 0 0 0 16215 14 0 0 25 0 1 0 469170636 268369920 47002 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 65520 47002 253 24 0 62154 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 262080

[startup+222.3 s]
/proc/loadavg: 4.04 3.42 3.49 5/190 22315
/proc/meminfo: memFree=15847532/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=265680 CPUtime=222.29 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 58253 0 0 0 22211 18 0 0 25 0 1 0 469170636 272056320 54880 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 66420 54880 253 24 0 63054 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 265680

[startup+282.301 s]
/proc/loadavg: 4.01 3.52 3.52 5/190 22317
/proc/meminfo: memFree=15739092/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=402904 CPUtime=282.29 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 68906 0 0 0 28208 21 0 0 25 0 1 0 469170636 412573696 65482 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 100726 65482 253 24 0 97360 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 402904

[startup+342.301 s]
/proc/loadavg: 4.04 3.62 3.55 5/190 22318
/proc/meminfo: memFree=15710764/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=405300 CPUtime=342.29 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 74823 0 0 0 34204 25 0 0 25 0 1 0 469170636 415027200 71375 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 101325 71375 253 24 0 97959 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 405300

[startup+402.3 s]
/proc/loadavg: 4.01 3.69 3.58 5/190 22320
/proc/meminfo: memFree=15634956/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=408392 CPUtime=402.3 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 80621 0 0 0 40202 28 0 0 25 0 1 0 469170636 418193408 77139 33554432000 4194304 4291949 140736482227104 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 102098 77139 253 24 0 98732 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 408392

[startup+462.301 s]
/proc/loadavg: 4.00 3.74 3.60 5/190 22321
/proc/meminfo: memFree=15564484/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=410708 CPUtime=462.3 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 85814 0 0 0 46201 29 0 0 25 0 1 0 469170636 420564992 82309 33554432000 4194304 4291949 140736482227104 18446744073709551615 4251620 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 102677 82309 253 24 0 99311 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 410708

[startup+522.301 s]
/proc/loadavg: 4.07 3.80 3.63 5/190 22323
/proc/meminfo: memFree=15569896/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=413360 CPUtime=522.3 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 90051 0 0 0 52199 31 0 0 25 0 1 0 469170636 423280640 86527 33554432000 4194304 4291949 140736482227104 18446744073709551615 4256108 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 103340 86527 253 24 0 99974 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 413360

[startup+582.3 s]
/proc/loadavg: 4.02 3.84 3.65 5/190 22325
/proc/meminfo: memFree=15506128/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=417956 CPUtime=582.3 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 96895 0 0 0 58196 34 0 0 25 0 1 0 469170636 427986944 93349 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 104489 93349 253 24 0 101123 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 417956

[startup+642.301 s]
/proc/loadavg: 4.01 3.86 3.67 5/190 22326
/proc/meminfo: memFree=15452388/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=419476 CPUtime=642.31 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 100916 0 0 0 64194 37 0 0 25 0 1 0 469170636 429543424 97355 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 104869 97355 253 24 0 101503 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 419476

[startup+702.301 s]
/proc/loadavg: 4.00 3.89 3.68 5/190 22328
/proc/meminfo: memFree=15456564/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=420492 CPUtime=702.31 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 104358 0 0 0 70193 38 0 0 25 0 1 0 469170636 430583808 100784 33554432000 4194304 4291949 140736482227104 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 105123 100784 253 24 0 101757 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 420492

[startup+762.306 s]
/proc/loadavg: 4.00 3.90 3.70 5/190 22329
/proc/meminfo: memFree=15402460/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=637660 CPUtime=762.31 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 109073 0 0 0 76191 40 0 0 25 0 1 0 469170636 652963840 105472 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 159415 105472 253 24 0 156049 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 637660

[startup+822.301 s]
/proc/loadavg: 4.00 3.92 3.72 5/190 22331
/proc/meminfo: memFree=15359880/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=639320 CPUtime=822.31 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 112573 0 0 0 82189 42 0 0 25 0 1 0 469170636 654663680 108955 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 159830 108955 253 24 0 156464 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 639320

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.73 5/190 22333
/proc/meminfo: memFree=15318168/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=641736 CPUtime=882.31 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 116299 0 0 0 88187 44 0 0 25 0 1 0 469170636 657137664 112667 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 160434 112667 253 24 0 157068 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 641736

[startup+942.3 s]
/proc/loadavg: 3.66 3.86 3.72 4/184 22351
/proc/meminfo: memFree=15401764/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=643568 CPUtime=942.32 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 122177 0 0 0 94184 48 0 0 25 0 1 0 469170636 659013632 118512 33554432000 4194304 4291949 140736482227104 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 160892 118512 253 24 0 157526 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 643568

[startup+1002.3 s]
/proc/loadavg: 3.24 3.70 3.67 4/184 22353
/proc/meminfo: memFree=15736144/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=165764 CPUtime=1002.31 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 141992 0 0 0 100176 55 0 0 25 0 1 0 469170636 169742336 31089 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 41441 31089 253 24 0 38075 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 165764

[startup+1062.3 s]
/proc/loadavg: 3.09 3.57 3.63 4/184 22354
/proc/meminfo: memFree=15675240/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=215992 CPUtime=1062.32 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 153142 0 0 0 106172 60 0 0 25 0 1 0 469170636 221175808 42175 33554432000 4194304 4291949 140736482227104 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 53998 42175 253 24 0 50632 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 215992

[startup+1122.3 s]
/proc/loadavg: 3.03 3.46 3.59 4/184 22356
/proc/meminfo: memFree=15617408/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=297380 CPUtime=1122.32 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 162651 0 0 0 112169 63 0 0 25 0 1 0 469170636 304517120 51623 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 74345 51623 253 24 0 70979 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 297380

[startup+1182.3 s]
/proc/loadavg: 3.01 3.38 3.54 4/184 22358
/proc/meminfo: memFree=15575080/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=297380 CPUtime=1182.32 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 169421 0 0 0 118165 67 0 0 25 0 1 0 469170636 304517120 58361 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 74345 58361 253 24 0 70979 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 297380

[startup+1242.3 s]
/proc/loadavg: 3.04 3.32 3.51 4/184 22359
/proc/meminfo: memFree=15534984/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=297644 CPUtime=1242.32 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 174672 0 0 0 124162 70 0 0 25 0 1 0 469170636 304787456 63578 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 74411 63578 253 24 0 71045 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 297644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.08 3.28 3.49 3/179 22379
/proc/meminfo: memFree=15902612/32951124 swapFree=67111528/67111528
[pid=22038] ppid=22036 vsize=430924 CPUtime=1300.04 cores=0,2
/proc/22038/stat : 22038 (RestartSAT) R 22036 22038 20705 0 -1 4202496 183266 0 0 0 129930 74 0 0 25 0 1 0 469170636 441266176 72126 33554432000 4194304 4291949 140736482227104 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22038/statm: 107731 72126 253 24 0 104365 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 430924

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.06
CPU user time (s): 1299.3
CPU system time (s): 0.754885
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 674776

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

runsolver used 2.27565 second user time and 4.82926 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-25 23:39:10
IDJOB=3286661
IDBENCH=82432
IDSOLVER=1581
FILE ID=node141/3286661-1303767550
RUNJOBID= node141-1303767530-21914
PBS_JOBID= 13157120
Free space on /tmp= 71140 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step21.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286661-1303767550/watcher-3286661-1303767550 -o /tmp/evaluation-result-3286661-1303767550/solver-3286661-1303767550 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3286661-1303767550.cnf

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

MD5SUM BENCH= 4f6c74152fcb90409ea0105b51afa3bd
RANDOM SEED=160067966

node141.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	: 5362.96
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.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.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.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.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.84
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32951124 kB
MemFree:      15859228 kB
Buffers:       1593380 kB
Cached:       14357160 kB
SwapCached:          0 kB
Active:        6706428 kB
Inactive:      9808904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15859228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          160716 kB
Writeback:           0 kB
AnonPages:      564864 kB
Mapped:          15456 kB
Slab:           510444 kB
PageTables:       6152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   843360 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= 71276 MiB
End job on node141 at 2011-04-26 00:00:52