Trace number 3286615

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.07 1300.03

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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-3286615-1303767548/watcher-3286615-1303767548 -o /tmp/evaluation-result-3286615-1303767548/solver-3286615-1303767548 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3286615-1303767548.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.97 2.73 3.35 4/189 22011
/proc/meminfo: memFree=15881644/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=23268 CPUtime=0 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 1480 0 0 0 0 0 0 0 23 0 1 0 469170431 23826432 1421 33554432000 4194304 4291949 140733259661008 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 5817 1426 227 24 0 2451 0

[startup+0.029479 s]
/proc/loadavg: 1.97 2.73 3.35 4/189 22011
/proc/meminfo: memFree=15881644/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=30192 CPUtime=0.02 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 3286 0 0 0 1 1 0 0 23 0 1 0 469170431 30916608 3147 33554432000 4194304 4291949 140733259661008 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 7548 3148 227 24 0 4182 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30192

[startup+0.100465 s]
/proc/loadavg: 1.97 2.73 3.35 4/189 22011
/proc/meminfo: memFree=15881644/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=38396 CPUtime=0.09 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 6290 0 0 0 8 1 0 0 23 0 1 0 469170431 39317504 5839 33554432000 4194304 4291949 140733259661008 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 9599 5843 228 24 0 6233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38396

[startup+0.300426 s]
/proc/loadavg: 1.97 2.73 3.35 4/189 22011
/proc/meminfo: memFree=15881644/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=78728 CPUtime=0.29 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 15789 0 0 0 27 2 0 0 24 0 1 0 469170431 80617472 13691 33554432000 4194304 4291949 140733259661008 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 19682 13693 228 24 0 16316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78728

[startup+0.700353 s]
/proc/loadavg: 1.97 2.73 3.35 4/189 22011
/proc/meminfo: memFree=15881644/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=82204 CPUtime=0.69 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 17293 0 0 0 66 3 0 0 25 0 1 0 469170431 84176896 15188 33554432000 4194304 4291949 140733259661008 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 20551 15188 234 24 0 17185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82204

[startup+1.5002 s]
/proc/loadavg: 1.97 2.73 3.35 5/190 22012
/proc/meminfo: memFree=15829412/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=75248 CPUtime=1.49 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 20750 0 0 0 146 3 0 0 25 0 1 0 469170431 77053952 12814 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 18812 12814 253 24 0 15446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75248

[startup+3.10091 s]
/proc/loadavg: 1.97 2.73 3.35 5/190 22039
/proc/meminfo: memFree=15847540/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=75248 CPUtime=3.09 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 21012 0 0 0 306 3 0 0 25 0 1 0 469170431 77053952 13072 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 18812 13072 253 24 0 15446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75248

[startup+6.30029 s]
/proc/loadavg: 2.13 2.75 3.36 5/190 22039
/proc/meminfo: memFree=15819472/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=75248 CPUtime=6.29 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 21607 0 0 0 625 4 0 0 25 0 1 0 469170431 77053952 13664 33554432000 4194304 4291949 140733259661008 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 18812 13664 253 24 0 15446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75248

[startup+12.7011 s]
/proc/loadavg: 2.28 2.77 3.36 5/190 22039
/proc/meminfo: memFree=15791792/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=87380 CPUtime=12.69 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 23037 0 0 0 1265 4 0 0 25 0 1 0 469170431 89477120 15081 33554432000 4194304 4291949 140733259661008 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 21845 15081 253 24 0 18479 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87380

[startup+25.5007 s]
/proc/loadavg: 2.66 2.83 3.37 5/190 22040
/proc/meminfo: memFree=15766352/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=88448 CPUtime=25.49 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 26034 0 0 0 2544 5 0 0 25 0 1 0 469170431 90570752 18068 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 22112 18068 253 24 0 18746 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88448

[startup+51.1008 s]
/proc/loadavg: 3.12 2.92 3.38 5/190 22067
/proc/meminfo: memFree=15845968/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=109920 CPUtime=51.1 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 30886 0 0 0 5103 7 0 0 25 0 1 0 469170431 112558080 22901 33554432000 4194304 4291949 140733259661008 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 27480 22901 253 24 0 24114 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 109920

[startup+102.307 s]
/proc/loadavg: 3.69 3.10 3.42 5/190 22177
/proc/meminfo: memFree=15942620/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=144984 CPUtime=102.3 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 39620 0 0 0 10220 10 0 0 25 0 1 0 469170431 148463616 31597 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 36246 31597 253 24 0 32880 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144984

[startup+162.301 s]
/proc/loadavg: 3.89 3.26 3.45 5/190 22313
/proc/meminfo: memFree=15961704/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=197876 CPUtime=162.3 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 45451 0 0 0 16217 13 0 0 25 0 1 0 469170431 202625024 37408 33554432000 4194304 4291949 140733259661008 18446744073709551615 4250373 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 49469 37408 253 24 0 46103 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 197876

[startup+222.301 s]
/proc/loadavg: 3.96 3.39 3.48 5/190 22315
/proc/meminfo: memFree=15850136/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=201300 CPUtime=222.3 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 51845 0 0 0 22214 16 0 0 25 0 1 0 469170431 206131200 43769 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 50325 43769 253 24 0 46959 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 201300

[startup+282.3 s]
/proc/loadavg: 4.01 3.52 3.52 5/190 22316
/proc/meminfo: memFree=15742192/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=285172 CPUtime=282.3 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 55995 0 0 0 28212 18 0 0 25 0 1 0 469170431 292016128 47894 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 71293 47894 253 24 0 67927 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 285172

[startup+342.301 s]
/proc/loadavg: 4.04 3.62 3.55 5/190 22318
/proc/meminfo: memFree=15714360/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=287132 CPUtime=342.3 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 59716 0 0 0 34210 20 0 0 25 0 1 0 469170431 294023168 51590 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 71783 51590 253 24 0 68417 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 287132

[startup+402.301 s]
/proc/loadavg: 4.01 3.68 3.58 5/190 22320
/proc/meminfo: memFree=15638056/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=289908 CPUtime=402.31 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 63738 0 0 0 40209 22 0 0 25 0 1 0 469170431 296865792 55593 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 72477 55593 253 24 0 69111 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 289908

[startup+462.3 s]
/proc/loadavg: 4.00 3.74 3.60 5/190 22321
/proc/meminfo: memFree=15566344/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=291288 CPUtime=462.3 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 66867 0 0 0 46207 23 0 0 25 0 1 0 469170431 298278912 58710 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 72822 58710 253 24 0 69456 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 291288

[startup+522.301 s]
/proc/loadavg: 4.08 3.80 3.63 5/190 22323
/proc/meminfo: memFree=15571632/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=293432 CPUtime=522.31 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 70276 0 0 0 52206 25 0 0 25 0 1 0 469170431 300474368 62104 33554432000 4194304 4291949 140733259661008 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 73358 62104 253 24 0 69992 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 293432

[startup+582.301 s]
/proc/loadavg: 4.03 3.83 3.65 5/190 22324
/proc/meminfo: memFree=15507740/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=294708 CPUtime=582.31 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 73152 0 0 0 58204 27 0 0 25 0 1 0 469170431 301780992 64964 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 73677 64964 253 24 0 70311 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 294708

[startup+642.3 s]
/proc/loadavg: 4.01 3.86 3.66 5/190 22326
/proc/meminfo: memFree=15454372/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=296300 CPUtime=642.32 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 77575 0 0 0 64202 30 0 0 25 0 1 0 469170431 303411200 69365 33554432000 4194304 4291949 140733259661008 18446744073709551615 4249373 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 74075 69365 253 24 0 70709 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 296300

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.68 5/190 22328
/proc/meminfo: memFree=15457928/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=433040 CPUtime=702.32 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 81684 0 0 0 70200 32 0 0 25 0 1 0 469170431 443432960 73461 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 108260 73461 253 24 0 104894 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 433040

[startup+762.307 s]
/proc/loadavg: 4.00 3.90 3.70 5/190 22329
/proc/meminfo: memFree=15404444/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=434268 CPUtime=762.33 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 84109 0 0 0 76199 34 0 0 25 0 1 0 469170431 444690432 75869 33554432000 4194304 4291949 140733259661008 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 108567 75869 253 24 0 105201 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 434268

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.72 5/190 22331
/proc/meminfo: memFree=15361120/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=435264 CPUtime=822.32 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 86991 0 0 0 82197 35 0 0 25 0 1 0 469170431 445710336 78740 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 108816 78740 253 24 0 105450 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 435264

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.73 5/190 22332
/proc/meminfo: memFree=15319036/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=436460 CPUtime=882.32 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 89738 0 0 0 88196 36 0 0 25 0 1 0 469170431 446935040 81474 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 109115 81474 253 24 0 105749 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 436460

[startup+942.3 s]
/proc/loadavg: 3.72 3.87 3.72 4/184 22351
/proc/meminfo: memFree=15402880/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=437112 CPUtime=942.33 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 92230 0 0 0 94195 38 0 0 25 0 1 0 469170431 447602688 83957 33554432000 4194304 4291949 140733259661008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 109278 83957 253 24 0 105912 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 437112

[startup+1002.3 s]
/proc/loadavg: 3.26 3.71 3.68 4/184 22353
/proc/meminfo: memFree=15737880/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=439660 CPUtime=1002.33 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 94992 0 0 0 100194 39 0 0 25 0 1 0 469170431 450211840 86699 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 109915 86699 253 24 0 106549 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 439660

[startup+1062.3 s]
/proc/loadavg: 3.09 3.58 3.63 4/184 22354
/proc/meminfo: memFree=15677348/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=439980 CPUtime=1062.33 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 97792 0 0 0 106192 41 0 0 25 0 1 0 469170431 450539520 89487 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 109995 89487 253 24 0 106629 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 439980

[startup+1122.3 s]
/proc/loadavg: 3.03 3.47 3.59 4/184 22356
/proc/meminfo: memFree=15618276/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=442504 CPUtime=1122.33 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 100906 0 0 0 112191 42 0 0 25 0 1 0 469170431 453124096 92590 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 110626 92590 253 24 0 107260 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 442504

[startup+1182.3 s]
/proc/loadavg: 3.01 3.38 3.55 4/184 22357
/proc/meminfo: memFree=15577064/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=443864 CPUtime=1182.33 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 103418 0 0 0 118190 43 0 0 25 0 1 0 469170431 454516736 95088 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 110966 95088 253 24 0 107600 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 443864

[startup+1242.3 s]
/proc/loadavg: 3.04 3.33 3.52 4/184 22359
/proc/meminfo: memFree=15536968/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=444324 CPUtime=1242.34 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 106372 0 0 0 124189 45 0 0 25 0 1 0 469170431 454987776 98031 33554432000 4194304 4291949 140733259661008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 111081 98031 253 24 0 107715 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 444324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.08 3.28 3.49 4/184 22361
/proc/meminfo: memFree=15483592/32951124 swapFree=67111528/67111528
[pid=22011] ppid=22009 vsize=446336 CPUtime=1300.04 cores=5,7
/proc/22011/stat : 22011 (RestartSAT) R 22009 22011 20705 0 -1 4202496 109774 0 0 0 129957 47 0 0 25 0 1 0 469170431 457048064 101411 33554432000 4194304 4291949 140733259661008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22011/statm: 111584 101411 253 24 0 108218 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 446336

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.58
CPU system time (s): 0.497924
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 446336

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

runsolver used 1.89171 second user time and 5.21221 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-25 23:39:08
IDJOB=3286615
IDBENCH=82431
IDSOLVER=1581
FILE ID=node141/3286615-1303767548
RUNJOBID= node141-1303767530-21917
PBS_JOBID= 13157120
Free space on /tmp= 71140 MiB

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

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
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:      15881924 kB
Buffers:       1593360 kB
Cached:       14355060 kB
SwapCached:          0 kB
Active:        6684672 kB
Inactive:      9807708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15881924 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          159816 kB
Writeback:           0 kB
AnonPages:      543744 kB
Mapped:          15460 kB
Slab:           510464 kB
PageTables:       5948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   815796 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= 71264 MiB
End job on node141 at 2011-04-26 00:00:50