Trace number 3318128

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 1300.01 1300.03

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3318128-1304901719/watcher-3318128-1304901719 -o /tmp/evaluation-result-3318128-1304901719/solver-3318128-1304901719 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318128-1304901719.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: 3.09 2.51 2.86 5/303 5617
/proc/meminfo: memFree=26813308/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=21932 CPUtime=0 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 1219 0 0 0 0 0 0 0 21 0 1 0 582587889 22458368 1127 33554432000 4194304 4291235 140736769038816 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 5483 1127 215 24 0 2117 0

[startup+0.082755 s]
/proc/loadavg: 3.09 2.51 2.86 5/303 5617
/proc/meminfo: memFree=26813308/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=29460 CPUtime=0.07 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 3999 0 0 0 7 0 0 0 21 0 1 0 582587889 30167040 3542 33554432000 4194304 4291235 140736769038816 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 7365 3542 238 24 0 3999 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29460

[startup+0.100748 s]
/proc/loadavg: 3.09 2.51 2.86 5/303 5617
/proc/meminfo: memFree=26813308/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=29460 CPUtime=0.09 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 4009 0 0 0 9 0 0 0 21 0 1 0 582587889 30167040 3551 33554432000 4194304 4291235 140736769038816 18446744073709551615 4216871 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 7365 3551 240 24 0 3999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29460

[startup+0.300711 s]
/proc/loadavg: 3.09 2.51 2.86 5/303 5617
/proc/meminfo: memFree=26813308/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=27188 CPUtime=0.29 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 5000 0 0 0 29 0 0 0 22 0 1 0 582587889 27840512 3335 33554432000 4194304 4291235 140736769038816 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 6797 3335 258 24 0 3431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27188

[startup+0.700631 s]
/proc/loadavg: 3.09 2.51 2.86 5/303 5617
/proc/meminfo: memFree=26813308/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=28864 CPUtime=0.69 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 5418 0 0 0 69 0 0 0 24 0 1 0 582587889 29556736 3751 33554432000 4194304 4291235 140736769038816 18446744073709551615 4263453 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 7216 3751 259 24 0 3850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28864

[startup+1.50051 s]
/proc/loadavg: 3.09 2.51 2.86 5/304 5618
/proc/meminfo: memFree=26790740/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=31584 CPUtime=1.49 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 6195 0 0 0 149 0 0 0 25 0 1 0 582587889 32342016 4522 33554432000 4194304 4291235 140736769038816 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 7896 4522 259 24 0 4530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31584

[startup+3.10016 s]
/proc/loadavg: 3.16 2.53 2.86 5/304 5618
/proc/meminfo: memFree=26780668/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=43316 CPUtime=3.09 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 7955 0 0 0 309 0 0 0 25 0 1 0 582587889 44355584 6275 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 10829 6275 259 24 0 7463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43316

[startup+6.3006 s]
/proc/loadavg: 3.16 2.53 2.86 5/304 5618
/proc/meminfo: memFree=26745948/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=56108 CPUtime=6.29 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 11201 0 0 0 628 1 0 0 25 0 1 0 582587889 57454592 9508 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 14027 9508 259 24 0 10661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56108

[startup+12.7004 s]
/proc/loadavg: 3.29 2.58 2.87 5/304 5619
/proc/meminfo: memFree=26692136/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=77096 CPUtime=12.69 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 16311 0 0 0 1267 2 0 0 25 0 1 0 582587889 78946304 14596 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 19274 14596 259 24 0 15908 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77096

[startup+25.5011 s]
/proc/loadavg: 3.47 2.64 2.89 5/304 5619
/proc/meminfo: memFree=26590560/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=110972 CPUtime=25.49 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 22624 0 0 0 2545 4 0 0 25 0 1 0 582587889 113635328 20870 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256232 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 27743 20870 259 24 0 24377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110972

[startup+51.1003 s]
/proc/loadavg: 3.65 2.75 2.92 5/304 5620
/proc/meminfo: memFree=26411476/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=166580 CPUtime=51.08 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 30732 0 0 0 5102 6 0 0 25 0 1 0 582587889 170577920 28918 33554432000 4194304 4291235 140736769038816 18446744073709551615 4249068 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 41645 28918 259 24 0 38279 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 166580

[startup+102.311 s]
/proc/loadavg: 3.86 2.96 2.98 5/304 5648
/proc/meminfo: memFree=26801000/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=93012 CPUtime=102.29 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 51679 0 0 0 10217 12 0 0 25 0 1 0 582587889 95244288 18613 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256285 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 23253 18613 259 24 0 19887 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 93012

[startup+162.301 s]
/proc/loadavg: 3.94 3.13 3.03 5/304 5677
/proc/meminfo: memFree=26530052/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=180412 CPUtime=162.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 68219 0 0 0 16210 18 0 0 25 0 1 0 582587889 184741888 35054 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 45103 35054 259 24 0 41737 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 180412

[startup+222.301 s]
/proc/loadavg: 3.98 3.30 3.10 5/304 5678
/proc/meminfo: memFree=26398396/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=105120 CPUtime=222.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 88894 0 0 0 22204 24 0 0 25 0 1 0 582587889 107642880 21117 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 26280 21117 259 24 0 22914 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 105120

[startup+282.301 s]
/proc/loadavg: 3.99 3.41 3.15 5/304 5680
/proc/meminfo: memFree=26178592/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=268476 CPUtime=282.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 111573 0 0 0 28198 30 0 0 25 0 1 0 582587889 274919424 43691 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 67119 43691 259 24 0 63753 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 268476

[startup+342.301 s]
/proc/loadavg: 3.99 3.53 3.20 5/304 5681
/proc/meminfo: memFree=25999428/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=271728 CPUtime=342.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 124085 0 0 0 34192 36 0 0 25 0 1 0 582587889 278249472 56139 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 67932 56139 259 24 0 64566 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 271728

[startup+402.301 s]
/proc/loadavg: 3.99 3.60 3.24 5/304 5683
/proc/meminfo: memFree=25989704/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=191052 CPUtime=402.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 149220 0 0 0 40185 42 0 0 25 0 1 0 582587889 195637248 35248 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 47763 35248 259 24 0 44397 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 191052

[startup+462.301 s]
/proc/loadavg: 4.07 3.69 3.30 5/304 5685
/proc/meminfo: memFree=26103360/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=275360 CPUtime=462.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 161070 0 0 0 46181 46 0 0 25 0 1 0 582587889 281968640 47038 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 68840 47038 259 24 0 65474 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 275360

[startup+522.3 s]
/proc/loadavg: 4.07 3.76 3.34 5/304 5713
/proc/meminfo: memFree=25987204/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=279520 CPUtime=522.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 171767 0 0 0 52177 51 0 0 25 0 1 0 582587889 286228480 57658 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 69880 57658 259 24 0 66514 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 279520

[startup+582.3 s]
/proc/loadavg: 4.05 3.82 3.39 5/304 5742
/proc/meminfo: memFree=26946496/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=199752 CPUtime=582.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 197648 0 0 0 58167 61 0 0 25 0 1 0 582587889 204546048 37472 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255905 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 49938 37472 259 24 0 46572 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 199752

[startup+642.3 s]
/proc/loadavg: 4.09 3.86 3.43 5/304 5743
/proc/meminfo: memFree=26909260/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=282356 CPUtime=642.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 215120 0 0 0 64159 69 0 0 25 0 1 0 582587889 289132544 54852 33554432000 4194304 4291235 140736769038816 18446744073709551615 4248913 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 70589 54852 259 24 0 67223 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 282356

[startup+702.3 s]
/proc/loadavg: 4.10 3.90 3.47 5/304 5745
/proc/meminfo: memFree=26887524/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=126640 CPUtime=702.28 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 237762 0 0 0 70150 78 0 0 25 0 1 0 582587889 129679360 23911 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 31660 23911 259 24 0 28294 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 126640

[startup+762.311 s]
/proc/loadavg: 4.04 3.92 3.50 5/304 5801
/proc/meminfo: memFree=27235484/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=207548 CPUtime=762.29 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 257125 0 0 0 76145 84 0 0 25 0 1 0 582587889 212529152 43163 33554432000 4194304 4291235 140736769038816 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 51887 43163 259 24 0 48521 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 207548

[startup+822.301 s]
/proc/loadavg: 4.01 3.93 3.52 5/304 5802
/proc/meminfo: memFree=27081724/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=293204 CPUtime=822.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 268122 0 0 0 82139 88 0 0 25 0 1 0 582587889 300240896 54109 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 73301 54109 259 24 0 69935 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 293204

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.55 5/304 5804
/proc/meminfo: memFree=26947888/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=297152 CPUtime=882.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 277078 0 0 0 88136 91 0 0 25 0 1 0 582587889 304283648 63026 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 74288 63026 259 24 0 70922 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 297152

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.57 5/304 5805
/proc/meminfo: memFree=27125788/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=218644 CPUtime=942.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 301948 0 0 0 94127 100 0 0 25 0 1 0 582587889 223891456 39571 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 54661 39571 259 24 0 51295 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 218644

[startup+1002.3 s]
/proc/loadavg: 4.07 3.97 3.61 5/304 5807
/proc/meminfo: memFree=26968032/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=300032 CPUtime=1002.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 318561 0 0 0 100123 104 0 0 25 0 1 0 582587889 307232768 56111 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 75008 56111 259 24 0 71642 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 300032

[startup+1062.3 s]
/proc/loadavg: 4.09 3.99 3.63 5/304 5809
/proc/meminfo: memFree=26958944/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=300460 CPUtime=1062.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 328166 0 0 0 106118 109 0 0 25 0 1 0 582587889 307671040 65660 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 75115 65660 259 24 0 71749 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 300460

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.65 5/304 5810
/proc/meminfo: memFree=26881888/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=435600 CPUtime=1122.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 335650 0 0 0 112115 112 0 0 25 0 1 0 582587889 446054400 73101 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 108900 73101 259 24 0 105534 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 435600

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.67 5/304 5821
/proc/meminfo: memFree=26990824/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=221952 CPUtime=1182.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 358929 0 0 0 118108 119 0 0 25 0 1 0 582587889 227278848 40302 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 55488 40302 259 24 0 52122 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 221952

[startup+1242.3 s]
/proc/loadavg: 4.12 4.03 3.70 5/304 5822
/proc/meminfo: memFree=26939320/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=303340 CPUtime=1242.27 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 372938 0 0 0 124102 125 0 0 25 0 1 0 582587889 310620160 54232 33554432000 4194304 4291235 140736769038816 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 75835 54232 259 24 0 72469 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 303340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.72 5/304 5824
/proc/meminfo: memFree=26909396/32951124 swapFree=63485424/67111528
[pid=5617] ppid=5615 vsize=303340 CPUtime=1299.97 cores=0,2
/proc/5617/stat : 5617 (minisat) R 5615 5617 5055 0 -1 4202496 382163 0 0 0 129869 128 0 0 25 0 1 0 582587889 310620160 63415 33554432000 4194304 4291235 140736769038816 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5617/statm: 75835 63415 259 24 0 72469 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 303340

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.01
CPU user time (s): 1298.7
CPU system time (s): 1.3038
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 454276

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

runsolver used 3.75443 second user time and 8.09077 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 02:42:00
IDJOB=3318128
IDBENCH=82433
IDSOLVER=1707
FILE ID=node147/3318128-1304901719
RUNJOBID= node147-1304901664-5493
PBS_JOBID= 13282124
Free space on /tmp= 53208 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318128-1304901719/watcher-3318128-1304901719 -o /tmp/evaluation-result-3318128-1304901719/solver-3318128-1304901719 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318128-1304901719.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1704984524

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.75
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      26813588 kB
Buffers:        138828 kB
Cached:        2112156 kB
SwapCached:      12836 kB
Active:        1046072 kB
Inactive:      4907784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26813588 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          118968 kB
Writeback:           0 kB
AnonPages:     3698212 kB
Mapped:          15368 kB
Slab:            90572 kB
PageTables:      30876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45698720 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= 53320 MiB
End job on node147 at 2011-05-09 03:03:42