Trace number 3387322

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: cir_minisat 2011-05-13 (simp)? (TO) 5000.16 5000.09

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 benchmark218.303
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: 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-3387322-1305600243/watcher-3387322-1305600243 -o /tmp/evaluation-result-3387322-1305600243/solver-3387322-1305600243 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387322-1305600243.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.00 3.02 3.07 4/491 13349
/proc/meminfo: memFree=23196688/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=28176 CPUtime=0 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 2449 0 0 0 0 0 0 0 21 0 1 0 671622898 28852224 2353 33554432000 4194304 4300288 140737184594416 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13349/statm: 7044 2354 218 26 0 3676 0

[startup+0.109225 s]
/proc/loadavg: 3.00 3.02 3.07 4/491 13349
/proc/meminfo: memFree=23196688/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=39296 CPUtime=0.09 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 6510 0 0 0 9 0 0 0 22 0 1 0 671622898 40239104 6061 33554432000 4194304 4300288 140737184594416 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13349/statm: 9824 6061 218 26 0 6456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39296

[startup+0.20121 s]
/proc/loadavg: 3.00 3.02 3.07 4/491 13349
/proc/meminfo: memFree=23196688/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=58652 CPUtime=0.19 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 10579 0 0 0 18 1 0 0 22 0 1 0 671622898 60059648 9623 33554432000 4194304 4300288 140737184594416 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13349/statm: 14663 9625 218 26 0 11295 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58652

[startup+0.301196 s]
/proc/loadavg: 3.00 3.02 3.07 4/491 13349
/proc/meminfo: memFree=23196688/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=73900 CPUtime=0.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 15503 0 0 0 27 2 0 0 22 0 1 0 671622898 75673600 14092 33554432000 4194304 4300288 140737184594416 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13349/statm: 18475 14109 218 26 0 15107 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73900

[startup+0.701131 s]
/proc/loadavg: 3.00 3.02 3.07 4/491 13349
/proc/meminfo: memFree=23196688/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=82216 CPUtime=0.69 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 17280 0 0 0 66 3 0 0 24 0 1 0 671622898 84189184 15177 33554432000 4194304 4300288 140737184594416 18446744073709551615 4227486 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13349/statm: 20554 15177 222 26 0 17186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82216

[startup+1.50099 s]
/proc/loadavg: 3.00 3.02 3.07 5/492 13350
/proc/meminfo: memFree=23143720/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=75260 CPUtime=1.49 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 20904 0 0 0 145 4 0 0 25 0 1 0 671622898 77066240 12969 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255705 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13349/statm: 18815 12969 242 26 0 15447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75260

[startup+3.10067 s]
/proc/loadavg: 3.08 3.03 3.07 5/492 13350
/proc/meminfo: memFree=23137132/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=75260 CPUtime=3.09 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 21600 0 0 0 305 4 0 0 25 0 1 0 671622898 77066240 13663 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/13349/statm: 18815 13663 243 26 0 15447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75260

[startup+6.30119 s]
/proc/loadavg: 3.08 3.03 3.07 5/492 13351
/proc/meminfo: memFree=23116672/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=86936 CPUtime=6.28 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 23277 0 0 0 624 4 0 0 25 0 1 0 671622898 89022464 15333 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 21734 15333 243 26 0 18366 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86936

[startup+12.7011 s]
/proc/loadavg: 3.22 3.06 3.08 5/492 13351
/proc/meminfo: memFree=23074628/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=106372 CPUtime=12.68 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 26426 0 0 0 1263 5 0 0 25 0 1 0 671622898 108924928 18473 33554432000 4194304 4300288 140737184594416 18446744073709551615 4269523 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 26593 18473 243 26 0 23225 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 106372

[startup+25.501 s]
/proc/loadavg: 3.34 3.09 3.09 5/492 13351
/proc/meminfo: memFree=23007972/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=138924 CPUtime=25.48 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 31601 0 0 0 2541 7 0 0 25 0 1 0 671622898 142258176 23635 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 34731 23635 243 26 0 31363 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 138924

[startup+51.1007 s]
/proc/loadavg: 3.56 3.16 3.11 5/492 13352
/proc/meminfo: memFree=22901524/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=191164 CPUtime=51.08 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 41396 0 0 0 5098 10 0 0 25 0 1 0 671622898 195751936 33409 33554432000 4194304 4300288 140737184594416 18446744073709551615 4274043 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 47791 33409 243 26 0 44423 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 191164

[startup+102.301 s]
/proc/loadavg: 3.82 3.30 3.16 5/492 13353
/proc/meminfo: memFree=22733724/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=276788 CPUtime=102.3 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 55711 0 0 0 10216 14 0 0 25 0 1 0 671622898 283430912 47688 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 69197 47688 243 26 0 65829 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 276788

[startup+162.301 s]
/proc/loadavg: 3.93 3.43 3.21 5/492 13355
/proc/meminfo: memFree=22573112/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=281144 CPUtime=162.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 70077 0 0 0 16210 19 0 0 25 0 1 0 671622898 287891456 62012 33554432000 4194304 4300288 140737184594416 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 70286 62013 243 26 0 66918 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 281144

[startup+222.319 s]
/proc/loadavg: 3.97 3.53 3.26 5/492 13356
/proc/meminfo: memFree=22447088/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=417364 CPUtime=222.3 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 82643 0 0 0 22207 23 0 0 25 0 1 0 671622898 427380736 74545 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 104341 74545 243 26 0 100973 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 417364

[startup+282.301 s]
/proc/loadavg: 3.99 3.61 3.30 5/492 13358
/proc/meminfo: memFree=22339180/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=419944 CPUtime=282.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 93339 0 0 0 28201 28 0 0 25 0 1 0 671622898 430022656 85214 33554432000 4194304 4300288 140737184594416 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 104986 85214 243 26 0 101618 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 419944

[startup+342.301 s]
/proc/loadavg: 3.99 3.68 3.34 5/492 13359
/proc/meminfo: memFree=22220364/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=423436 CPUtime=342.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 102964 0 0 0 34198 31 0 0 25 0 1 0 671622898 433598464 94815 33554432000 4194304 4300288 140737184594416 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 105859 94815 243 26 0 102491 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 423436

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.38 5/492 13361
/proc/meminfo: memFree=22109844/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=641664 CPUtime=402.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 112499 0 0 0 40195 34 0 0 25 0 1 0 671622898 657063936 104327 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 160416 104327 243 26 0 157048 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 641664

[startup+462.301 s]
/proc/loadavg: 4.07 3.81 3.43 5/492 13363
/proc/meminfo: memFree=22580392/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=645340 CPUtime=462.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 122727 0 0 0 46192 37 0 0 25 0 1 0 671622898 660828160 114530 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 161335 114530 243 26 0 157967 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 645340

[startup+522.301 s]
/proc/loadavg: 4.09 3.87 3.47 5/492 13364
/proc/meminfo: memFree=22415684/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=648084 CPUtime=522.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 131960 0 0 0 52190 39 0 0 25 0 1 0 671622898 663638016 123740 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 162021 123740 243 26 0 158653 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 648084

[startup+582.301 s]
/proc/loadavg: 4.08 3.91 3.50 5/492 13366
/proc/meminfo: memFree=22290400/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=651028 CPUtime=582.29 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 139042 0 0 0 58187 42 0 0 25 0 1 0 671622898 666652672 130796 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 162757 130796 243 26 0 159389 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 651028

[startup+642.301 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/492 13498
/proc/meminfo: memFree=21455228/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=1663424 CPUtime=4062.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 411690 0 0 0 406084 152 0 0 25 0 1 0 671622898 1703346176 402623 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 415856 402623 243 26 0 412488 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 1663424

[startup+4122.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/492 13499
/proc/meminfo: memFree=21383040/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=1664384 CPUtime=4122.35 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 414714 0 0 0 412081 154 0 0 25 0 1 0 671622898 1704329216 405642 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 416096 405642 243 26 0 412728 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 1664384

[startup+4182.32 s]
/proc/loadavg: 4.03 4.03 4.00 5/492 13501
/proc/meminfo: memFree=21332920/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=1666304 CPUtime=4182.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 417001 0 0 0 418081 155 0 0 25 0 1 0 671622898 1706295296 407920 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 416576 407920 243 26 0 413208 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 1666304

[startup+4242.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/492 13502
/proc/meminfo: memFree=21290476/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=1667264 CPUtime=4242.35 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 419836 0 0 0 424079 156 0 0 25 0 1 0 671622898 1707278336 410738 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 416816 410738 243 26 0 413448 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 1667264

[startup+4302.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/492 13504
/proc/meminfo: memFree=21373276/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2590940 CPUtime=4302.35 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 422297 0 0 0 430078 157 0 0 25 0 1 0 671622898 2653122560 413190 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256243 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 647735 413190 243 26 0 644367 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 2590940

[startup+4362.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/492 13506
/proc/meminfo: memFree=21310140/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2591580 CPUtime=4362.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 424651 0 0 0 436078 158 0 0 25 0 1 0 671622898 2653777920 415532 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 647895 415532 243 26 0 644527 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 2591580

[startup+4422.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/492 13507
/proc/meminfo: memFree=21262008/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2591580 CPUtime=4422.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 426480 0 0 0 442077 159 0 0 25 0 1 0 671622898 2653777920 417357 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 647895 417357 243 26 0 644527 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 2591580

[startup+4482.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/492 13509
/proc/meminfo: memFree=21222168/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2592504 CPUtime=4482.35 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 429337 0 0 0 448075 160 0 0 25 0 1 0 671622898 2654724096 420204 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 648126 420204 243 26 0 644758 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 2592504

[startup+4542.3 s]
/proc/loadavg: 4.03 4.02 4.00 5/492 13510
/proc/meminfo: memFree=21315136/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2597068 CPUtime=4542.35 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 432538 0 0 0 454075 160 0 0 25 0 1 0 671622898 2659397632 423396 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 649267 423396 243 26 0 645899 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 2597068

[startup+4602.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/492 13512
/proc/meminfo: memFree=21257192/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2597068 CPUtime=4602.35 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 435101 0 0 0 460073 162 0 0 25 0 1 0 671622898 2659397632 425953 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 649267 425953 243 26 0 645899 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 2597068

[startup+4662.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/492 13523
/proc/meminfo: memFree=21213308/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2597068 CPUtime=4662.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 437643 0 0 0 466072 164 0 0 25 0 1 0 671622898 2659397632 428485 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 649267 428485 243 26 0 645899 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 2597068

[startup+4722.3 s]
/proc/loadavg: 4.10 4.05 4.01 5/492 13524
/proc/meminfo: memFree=21176456/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2597068 CPUtime=4722.37 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 439313 0 0 0 472073 164 0 0 25 0 1 0 671622898 2659397632 430150 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 649267 430150 243 26 0 645899 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 2597068

[startup+4782.3 s]
/proc/loadavg: 4.08 4.05 4.01 5/492 13526
/proc/meminfo: memFree=21257652/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2599652 CPUtime=4782.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 442325 0 0 0 478071 165 0 0 25 0 1 0 671622898 2662043648 433153 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 649913 433153 243 26 0 646545 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 2599652

[startup+4842.32 s]
/proc/loadavg: 4.03 4.04 4.00 5/492 13530
/proc/meminfo: memFree=21204812/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2600612 CPUtime=4842.38 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 444613 0 0 0 484071 167 0 0 25 0 1 0 671622898 2663026688 435439 33554432000 4194304 4300288 140737184594416 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 650153 435439 243 26 0 646785 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 2600612

[startup+4902.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/492 13532
/proc/meminfo: memFree=21167688/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2602532 CPUtime=4902.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 446277 0 0 0 490069 167 0 0 25 0 1 0 671622898 2664992768 437100 33554432000 4194304 4300288 140737184594416 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 650633 437100 243 26 0 647265 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 2602532

[startup+4962.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/492 13534
/proc/meminfo: memFree=21269088/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2603492 CPUtime=4962.36 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 447983 0 0 0 496069 167 0 0 25 0 1 0 671622898 2665975808 438798 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 650873 438798 243 26 0 647505 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 2603492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 4.00 4.02 4.00 5/492 13535
/proc/meminfo: memFree=21227668/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2603492 CPUtime=5000.08 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 448806 0 0 0 499840 168 0 0 25 0 1 0 671622898 2665975808 439617 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 650873 439617 243 26 0 647505 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2603492

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

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

[startup+5000 s]
/proc/loadavg: 4.00 4.02 4.00 5/492 13535
/proc/meminfo: memFree=21227668/32951124 swapFree=63649240/67111528
[pid=13349] ppid=13347 vsize=2603492 CPUtime=5000.08 cores=0,2,4,6
/proc/13349/stat : 13349 (cir_minisat) R 13347 13349 11495 0 -1 4202496 448806 0 0 0 499840 168 0 0 25 0 1 0 671622898 2665975808 439617 33554432000 4194304 4300288 140737184594416 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13349/statm: 650873 439617 243 26 0 647505 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2603492

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.09
CPU time (s): 5000.16
CPU user time (s): 4998.41
CPU system time (s): 1.75473
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2603492

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

runsolver used 25.5491 second user time and 56.1985 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-17 04:44:04
IDJOB=3387322
IDBENCH=82431
IDSOLVER=1873
FILE ID=node130/3387322-1305600243
RUNJOBID= node130-1305600243-13329
PBS_JOBID= 13350348
Free space on /tmp= 73480 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387322-1305600243/watcher-3387322-1305600243 -o /tmp/evaluation-result-3387322-1305600243/solver-3387322-1305600243 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387322-1305600243.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=2108818125

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.75
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23196976 kB
Buffers:        318088 kB
Cached:        4245652 kB
SwapCached:      10240 kB
Active:        5579180 kB
Inactive:      3858260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23196976 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:           18668 kB
Writeback:           0 kB
AnonPages:     4871976 kB
Mapped:          30712 kB
Slab:           192256 kB
PageTables:      54840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146028348 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= 73480 MiB
End job on node130 at 2011-05-17 06:07:26