Trace number 3286708

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
UmSat 2011-02-25? (TO) 1300.11 1300.08

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: 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-3286708-1303766848/watcher-3286708-1303766848 -o /tmp/evaluation-result-3286708-1303766848/solver-3286708-1303766848 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3286708-1303766848.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: 2.79 3.71 3.83 3/180 30691
/proc/meminfo: memFree=26854240/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=11644 CPUtime=0 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4194304 354 0 0 0 0 0 0 0 21 0 1 0 488282946 11923456 293 33554432000 4194304 4263880 140736869660048 18446744073709551615 47500088680639 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 2911 293 240 17 0 84 0

[startup+0.0795401 s]
/proc/loadavg: 2.79 3.71 3.83 3/180 30691
/proc/meminfo: memFree=26854240/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=13340 CPUtime=0.07 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4194304 847 0 0 0 7 0 0 0 21 0 1 0 488282946 13660160 640 33554432000 4194304 4263880 140736869660048 18446744073709551615 47500088781979 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 3335 640 242 17 0 508 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13340

[startup+0.100535 s]
/proc/loadavg: 2.79 3.71 3.83 3/180 30691
/proc/meminfo: memFree=26854240/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=13340 CPUtime=0.09 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4194304 872 0 0 0 9 0 0 0 21 0 1 0 488282946 13660160 665 33554432000 4194304 4263880 140736869660048 18446744073709551615 4231758 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 3335 665 242 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.30046 s]
/proc/loadavg: 2.79 3.71 3.83 3/180 30691
/proc/meminfo: memFree=26854240/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=18812 CPUtime=0.29 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4194304 2503 0 0 0 29 0 0 0 22 0 1 0 488282946 19263488 1718 33554432000 4194304 4263880 140736869660048 18446744073709551615 47500088894237 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 4703 1718 242 17 0 1876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18812

[startup+0.700411 s]
/proc/loadavg: 2.79 3.71 3.83 3/180 30691
/proc/meminfo: memFree=26854240/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=39664 CPUtime=0.69 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 9084 0 0 0 68 1 0 0 23 0 1 0 488282946 40615936 6696 33554432000 4194304 4263880 140736869660048 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 9916 6696 247 17 0 7089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39664

[startup+1.50028 s]
/proc/loadavg: 2.79 3.71 3.83 5/186 30706
/proc/meminfo: memFree=26756684/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=39664 CPUtime=1.49 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 9084 0 0 0 148 1 0 0 25 0 1 0 488282946 40615936 6696 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 9916 6696 247 17 0 7089 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39664

[startup+3.10096 s]
/proc/loadavg: 2.89 3.72 3.83 5/194 30718
/proc/meminfo: memFree=26707404/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=39796 CPUtime=3.09 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 9119 0 0 0 308 1 0 0 25 0 1 0 488282946 40751104 6731 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 9949 6731 247 17 0 7122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39796

[startup+6.30042 s]
/proc/loadavg: 2.89 3.72 3.83 5/194 30718
/proc/meminfo: memFree=26384404/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=51584 CPUtime=6.29 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 12080 0 0 0 628 1 0 0 25 0 1 0 488282946 52822016 9692 33554432000 4194304 4263880 140736869660048 18446744073709551615 4224878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 12896 9692 247 17 0 10069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51584

[startup+12.7003 s]
/proc/loadavg: 3.06 3.73 3.83 5/194 30719
/proc/meminfo: memFree=26211660/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=69460 CPUtime=12.69 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 16535 0 0 0 1266 3 0 0 25 0 1 0 488282946 71127040 14147 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205695 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 17365 14147 247 17 0 14538 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69460

[startup+25.501 s]
/proc/loadavg: 3.20 3.73 3.83 5/194 30719
/proc/meminfo: memFree=26123280/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=114224 CPUtime=25.49 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 27650 0 0 0 2542 7 0 0 25 0 1 0 488282946 116965376 25262 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215044 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 28556 25262 247 17 0 25729 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114224

[startup+51.1005 s]
/proc/loadavg: 3.47 3.75 3.84 5/194 30720
/proc/meminfo: memFree=25894236/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=189416 CPUtime=51.09 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 46270 0 0 0 5097 12 0 0 25 0 1 0 488282946 193961984 43882 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 47354 43882 248 17 0 44527 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 189416

[startup+102.307 s]
/proc/loadavg: 3.79 3.79 3.84 5/194 30721
/proc/meminfo: memFree=25289440/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=309492 CPUtime=102.3 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 75080 0 0 0 10211 19 0 0 25 0 1 0 488282946 316919808 72691 33554432000 4194304 4263880 140736869660048 18446744073709551615 4207916 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 77373 72691 247 17 0 74546 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 309492

[startup+162.301 s]
/proc/loadavg: 3.92 3.83 3.85 5/194 30723
/proc/meminfo: memFree=24623904/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=406784 CPUtime=162.29 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 99084 0 0 0 16203 26 0 0 25 0 1 0 488282946 416546816 96695 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205728 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 101696 96695 248 17 0 98869 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 406784

[startup+222.301 s]
/proc/loadavg: 4.05 3.87 3.86 5/194 30724
/proc/meminfo: memFree=23960356/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=521444 CPUtime=222.29 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 125921 0 0 0 22194 35 0 0 25 0 1 0 488282946 533958656 123531 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 130361 123531 247 17 0 127534 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 521444

[startup+282.3 s]
/proc/loadavg: 4.17 3.93 3.87 5/194 30726
/proc/meminfo: memFree=23301276/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=618876 CPUtime=282.29 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 148033 0 0 0 28186 43 0 0 25 0 1 0 488282946 633729024 145643 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205682 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 154719 145643 247 17 0 151892 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 618876

[startup+342.301 s]
/proc/loadavg: 4.06 3.94 3.88 5/194 30727
/proc/meminfo: memFree=22638840/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=684756 CPUtime=342.3 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 164001 0 0 0 34182 48 0 0 25 0 1 0 488282946 701190144 161611 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 171189 161611 248 17 0 168362 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 684756

[startup+402.301 s]
/proc/loadavg: 4.02 3.95 3.89 5/194 30729
/proc/meminfo: memFree=22026008/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=735948 CPUtime=402.3 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 176434 0 0 0 40179 51 0 0 25 0 1 0 488282946 753610752 174044 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205723 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 183987 174044 248 17 0 181160 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 735948

[startup+462.3 s]
/proc/loadavg: 4.09 3.97 3.90 5/194 30731
/proc/meminfo: memFree=21000248/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=794760 CPUtime=462.31 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 190316 0 0 0 46176 55 0 0 25 0 1 0 488282946 813834240 187925 33554432000 4194304 4263880 140736869660048 18446744073709551615 4208062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 198690 187925 247 17 0 195863 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 794760

[startup+522.301 s]
/proc/loadavg: 4.11 3.99 3.91 5/194 30732
/proc/meminfo: memFree=19990368/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=858892 CPUtime=522.3 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 204809 0 0 0 52171 59 0 0 25 0 1 0 488282946 879505408 202418 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 214723 202418 248 17 0 211896 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 858892

[startup+582.301 s]
/proc/loadavg: 4.12 4.02 3.92 5/194 30734
/proc/meminfo: memFree=18913148/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=922676 CPUtime=582.3 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 219504 0 0 0 58168 62 0 0 25 0 1 0 488282946 944820224 217113 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 230669 217113 248 17 0 227842 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 922676

[startup+642.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/194 30735
/proc/meminfo: memFree=17854412/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=981272 CPUtime=642.31 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 232800 0 0 0 64165 66 0 0 25 0 1 0 488282946 1004822528 230408 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 245318 230408 247 17 0 242491 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 981272

[startup+702.301 s]
/proc/loadavg: 3.47 3.87 3.87 4/188 30755
/proc/meminfo: memFree=23911788/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1035864 CPUtime=702.31 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 245440 0 0 0 70161 70 0 0 25 0 1 0 488282946 1060724736 243048 33554432000 4194304 4263880 140736869660048 18446744073709551615 4244242 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 258966 243048 247 17 0 256139 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1035864

[startup+762.307 s]
/proc/loadavg: 3.17 3.70 3.82 4/188 30757
/proc/meminfo: memFree=23820376/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1088416 CPUtime=762.32 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 257623 0 0 0 76158 74 0 0 25 0 1 0 488282946 1114537984 255231 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 272104 255231 247 17 0 269277 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1088416

[startup+822.3 s]
/proc/loadavg: 2.98 3.56 3.76 3/183 30775
/proc/meminfo: memFree=23999292/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1146608 CPUtime=822.31 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 270338 0 0 0 82155 76 0 0 25 0 1 0 488282946 1174126592 267946 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 286652 267946 247 17 0 283825 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1146608

[startup+882.301 s]
/proc/loadavg: 2.40 3.29 3.65 3/182 30777
/proc/meminfo: memFree=23951676/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1199952 CPUtime=882.31 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 282393 0 0 0 88152 79 0 0 25 0 1 0 488282946 1228750848 280001 33554432000 4194304 4263880 140736869660048 18446744073709551615 4207616 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 299988 280001 247 17 0 297161 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1199952

[startup+942.301 s]
/proc/loadavg: 2.14 3.05 3.54 3/182 30778
/proc/meminfo: memFree=23886916/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1253624 CPUtime=942.31 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 295165 0 0 0 94150 81 0 0 25 0 1 0 488282946 1283710976 292773 33554432000 4194304 4263880 140736869660048 18446744073709551615 232335541452 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 313406 292773 247 17 0 310579 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1253624

[startup+1002.3 s]
/proc/loadavg: 2.05 2.86 3.44 3/182 30780
/proc/meminfo: memFree=23815220/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1314344 CPUtime=1002.31 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 308842 0 0 0 100146 85 0 0 25 0 1 0 488282946 1345888256 306450 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 328586 306450 247 17 0 325759 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1314344

[startup+1062.3 s]
/proc/loadavg: 2.02 2.70 3.35 3/182 30782
/proc/meminfo: memFree=23753552/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1363560 CPUtime=1062.32 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 320341 0 0 0 106143 89 0 0 25 0 1 0 488282946 1396285440 317949 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215072 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 340890 317949 247 17 0 338063 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1363560

[startup+1122.3 s]
/proc/loadavg: 2.04 2.58 3.27 3/182 30783
/proc/meminfo: memFree=23686804/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1420936 CPUtime=1122.32 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 333412 0 0 0 112139 93 0 0 25 0 1 0 488282946 1455038464 331020 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205748 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 355234 331020 247 17 0 352407 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1420936

[startup+1182.3 s]
/proc/loadavg: 2.01 2.47 3.19 3/182 30785
/proc/meminfo: memFree=23600340/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1483552 CPUtime=1182.32 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 347325 0 0 0 118136 96 0 0 25 0 1 0 488282946 1519157248 344933 33554432000 4194304 4263880 140736869660048 18446744073709551615 4205824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 370888 344933 247 17 0 368061 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1483552

[startup+1242.3 s]
/proc/loadavg: 2.00 2.38 3.11 3/182 30786
/proc/meminfo: memFree=23546748/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1527664 CPUtime=1242.32 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 357479 0 0 0 124133 99 0 0 25 0 1 0 488282946 1564327936 355087 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 381916 355087 248 17 0 379089 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1527664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.32 3.04 3/182 30788
/proc/meminfo: memFree=23501572/32951124 swapFree=67111524/67111528
[pid=30691] ppid=30689 vsize=1576272 CPUtime=1300.03 cores=0,2
/proc/30691/stat : 30691 (umsat) R 30689 30691 28989 0 -1 4202496 368589 0 0 0 129901 102 0 0 25 0 1 0 488282946 1614102528 366197 33554432000 4194304 4263880 140736869660048 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30691/statm: 394068 366197 249 17 0 391241 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1576272

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.08
CPU time (s): 1300.11
CPU user time (s): 1299.01
CPU system time (s): 1.09783
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1576272

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

runsolver used 2.28465 second user time and 4.81827 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 23:27:28
IDJOB=3286708
IDBENCH=82433
IDSOLVER=1582
FILE ID=node132/3286708-1303766848
RUNJOBID= node132-1303766848-30675
PBS_JOBID= 13157126
Free space on /tmp= 71888 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286708-1303766848/watcher-3286708-1303766848 -o /tmp/evaluation-result-3286708-1303766848/solver-3286708-1303766848 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3286708-1303766848.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1951681013

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      26854512 kB
Buffers:        672428 kB
Cached:        4875876 kB
SwapCached:          4 kB
Active:         261432 kB
Inactive:      5354904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26854512 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5648 kB
Writeback:           0 kB
AnonPages:       67864 kB
Mapped:          14512 kB
Slab:           416696 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node132 at 2011-04-25 23:49:10