Trace number 3419940

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 reference: minisat 2.2.0UNSAT 1754.4 1754.4

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 benchmark179.191
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

1754.29/1754.38	WARNING: for repeatability, setting FPU to use double precision
1754.29/1754.38	============================[ Problem Statistics ]=============================
1754.29/1754.38	|                                                                             |
1754.29/1754.38	|  Number of variables:         25631                                         |
1754.29/1754.38	|  Number of clauses:          141997                                         |
1754.29/1754.38	|  Parse time:                   0.05 s                                       |
1754.29/1754.38	|  Eliminated clauses:           0.18 Mb                                      |
1754.29/1754.38	|  Simplification time:          0.10 s                                       |
1754.29/1754.38	|                                                                             |
1754.29/1754.38	============================[ Search Statistics ]==============================
1754.29/1754.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1754.29/1754.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1754.29/1754.38	===============================================================================
1754.29/1754.38	|       100 |   19139   123637   279432 |    45333       97     25 |  3.098 % |
1754.29/1754.38	|       250 |   19020   123637   279432 |    49866      244     53 |  3.562 % |
1754.29/1754.38	|       475 |   19014   122625   277099 |    54853      456     94 |  3.586 % |
1754.29/1754.38	|       812 |   19014   122625   277099 |    60338      793    102 |  3.586 % |
1754.29/1754.38	|      1318 |   18992   122502   276828 |    66372     1298     96 |  3.671 % |
1754.29/1754.38	|      2077 |   18992   122502   276828 |    73010     2057     97 |  3.671 % |
1754.29/1754.38	|      3216 |   18992   122502   276828 |    80311     3196    118 |  3.671 % |
1754.29/1754.38	|      4924 |   18992   122502   276828 |    88342     4904    126 |  3.671 % |
1754.29/1754.38	|      7486 |   18992   122502   276828 |    97176     7466    130 |  3.671 % |
1754.29/1754.38	|     11330 |   18992   122502   276828 |   106894    11310    137 |  3.671 % |
1754.29/1754.38	|     17096 |   18992   122502   276828 |   117583    17076    157 |  3.671 % |
1754.29/1754.38	|     25745 |   18992   122502   276828 |   129341    25725    182 |  3.671 % |
1754.29/1754.38	|     38719 |   18992   122502   276828 |   142276    38699    199 |  3.671 % |
1754.29/1754.38	|     58180 |   18992   122502   276828 |   156503    58160    198 |  3.671 % |
1754.29/1754.38	|     87372 |   18992   122502   276828 |   172154    87352    185 |  3.671 % |
1754.29/1754.38	|    131161 |   18992   122502   276828 |   189369   131141    166 |  3.671 % |
1754.29/1754.38	|    196845 |   18992   122502   276828 |   208306    29372    101 |  3.671 % |
1754.29/1754.38	|    295371 |   18992   122502   276828 |   229137   127898    142 |  3.671 % |
1754.29/1754.38	|    443160 |   18992   122502   276828 |   252050    76087    153 |  3.671 % |
1754.29/1754.38	|    664843 |   18987   122471   276759 |   277255    74429    170 |  3.691 % |
1754.29/1754.38	|    997368 |   18987   122471   276759 |   304981   158942    154 |  3.691 % |
1754.29/1754.38	|   1496156 |   18986   122462   276740 |   335479   112249    151 |  3.695 % |
1754.29/1754.38	|   2244338 |   18985   122451   276718 |   369027   251400    139 |  3.699 % |
1754.29/1754.38	===============================================================================
1754.29/1754.38	restarts              : 5283
1754.29/1754.38	conflicts             : 3029808        (1728 /sec)
1754.29/1754.38	decisions             : 5223353        (0.00 % random) (2980 /sec)
1754.29/1754.38	propagations          : 2136312033     (1218743 /sec)
1754.29/1754.38	conflict literals     : 515392274      (50.86 % deleted)
1754.29/1754.38	Memory used           : 471.00 MB
1754.29/1754.38	CPU time              : 1752.88 s
1754.29/1754.38	
1754.29/1754.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3419940-1306584409/watcher-3419940-1306584409 -o /tmp/evaluation-result-3419940-1306584409/solver-3419940-1306584409 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419940-1306584409.cnf 

running on 4 cores: 1,3,5,7

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: 2.17 2.07 2.01 4/535 12334
/proc/meminfo: memFree=17008296/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=22668 CPUtime=0 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 1450 0 0 0 0 0 0 0 25 0 1 0 770038847 23212032 1359 33554432000 4194304 4291037 140737246573600 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 5667 1359 215 24 0 2301 0

[startup+0.0558549 s]
/proc/loadavg: 2.17 2.07 2.01 4/535 12334
/proc/meminfo: memFree=17008296/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=28772 CPUtime=0.05 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 3645 0 0 0 5 0 0 0 25 0 1 0 770038847 29462528 3325 33554432000 4194304 4291037 140737246573600 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 7226 3326 216 24 0 3860 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28772

[startup+0.100849 s]
/proc/loadavg: 2.17 2.07 2.01 4/535 12334
/proc/meminfo: memFree=17008296/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=30012 CPUtime=0.09 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 4218 0 0 0 9 0 0 0 25 0 1 0 770038847 30732288 3744 33554432000 4194304 4291037 140737246573600 18446744073709551615 4220320 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 7503 3744 240 24 0 4137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30012

[startup+0.300811 s]
/proc/loadavg: 2.17 2.07 2.01 4/535 12334
/proc/meminfo: memFree=17008296/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=27188 CPUtime=0.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 5038 0 0 0 29 0 0 0 25 0 1 0 770038847 27840512 3373 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 6797 3373 258 24 0 3431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27188

[startup+0.700739 s]
/proc/loadavg: 2.17 2.07 2.01 4/535 12334
/proc/meminfo: memFree=17008296/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=28864 CPUtime=0.69 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 5561 0 0 0 69 0 0 0 25 0 1 0 770038847 29556736 3893 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 7216 3893 259 24 0 3850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28864

[startup+1.5006 s]
/proc/loadavg: 2.17 2.07 2.01 3/536 12335
/proc/meminfo: memFree=16991804/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=36004 CPUtime=1.49 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 6443 0 0 0 149 0 0 0 25 0 1 0 770038847 36868096 4770 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 9001 4770 259 24 0 5635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36004

[startup+3.10032 s]
/proc/loadavg: 2.16 2.07 2.01 3/536 12335
/proc/meminfo: memFree=16985612/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=43456 CPUtime=3.09 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 8676 0 0 0 309 0 0 0 25 0 1 0 770038847 44498944 6995 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 10864 6995 259 24 0 7498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43456

[startup+6.30076 s]
/proc/loadavg: 2.16 2.07 2.01 3/536 12335
/proc/meminfo: memFree=16968412/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=56376 CPUtime=6.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 12042 0 0 0 628 1 0 0 25 0 1 0 770038847 57729024 10345 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 14094 10345 259 24 0 10728 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56376

[startup+12.7006 s]
/proc/loadavg: 2.13 2.06 2.01 3/536 12335
/proc/meminfo: memFree=17093688/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=78004 CPUtime=12.69 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 17803 0 0 0 1267 2 0 0 25 0 1 0 770038847 79876096 16079 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 19501 16079 259 24 0 16135 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78004

[startup+25.5004 s]
/proc/loadavg: 2.11 2.06 2.01 3/533 12339
/proc/meminfo: memFree=17569408/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=111956 CPUtime=25.49 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 24676 0 0 0 2546 3 0 0 25 0 1 0 770038847 114642944 22904 33554432000 4194304 4291037 140737246573600 18446744073709551615 4261898 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 27989 22904 259 24 0 24623 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111956

[startup+51.1009 s]
/proc/loadavg: 2.07 2.05 2.01 3/536 12390
/proc/meminfo: memFree=17699032/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=168828 CPUtime=51.09 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 34751 0 0 0 5103 6 0 0 25 0 1 0 770038847 172879872 32922 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 42207 32922 259 24 0 38841 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 168828

[startup+102.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 12392
/proc/meminfo: memFree=17714364/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=126276 CPUtime=102.31 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 61004 0 0 0 10219 12 0 0 25 0 1 0 770038847 129306624 27883 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 31569 27883 259 24 0 28203 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 126276

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 12393
/proc/meminfo: memFree=17577584/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=74476 CPUtime=162.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 81784 0 0 0 16211 18 0 0 25 0 1 0 770038847 76263424 14053 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 18619 14053 259 24 0 15253 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74476

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 12395
/proc/meminfo: memFree=17592428/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=268476 CPUtime=222.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 112262 0 0 0 22204 25 0 0 25 0 1 0 770038847 274919424 44373 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 67119 44373 259 24 0 63753 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 268476

[startup+282.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/536 12396
/proc/meminfo: memFree=17692968/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=140680 CPUtime=282.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 138931 0 0 0 28197 32 0 0 25 0 1 0 770038847 144056320 25019 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12334/statm: 35170 25019 259 24 0 31804 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 140680

[startup+342.301 s]
/proc/loadavg: 2.14 2.09 2.02 3/536 12398
/proc/meminfo: memFree=17573272/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=193684 CPUtime=342.28 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 158248 0 0 0 34190 38 0 0 25 0 1 0 770038847 198332416 44237 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 48421 44237 259 24 0 45055 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 193684

[startup+402.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/536 12400
/proc/meminfo: memFree=17567912/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=279520 CPUtime=402.27 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 172267 0 0 0 40185 42 0 0 25 0 1 0 770038847 286228480 58154 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 69880 58154 259 24 0 66514 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 279520

[startup+462.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/536 12401
/proc/meminfo: memFree=17593196/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=200036 CPUtime=462.28 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 201185 0 0 0 46180 48 0 0 25 0 1 0 770038847 204836864 40975 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 50009 40975 259 24 0 46643 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 200036

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/536 12403
/proc/meminfo: memFree=17465828/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=286116 CPUtime=522.28 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 226021 0 0 0 52175 53 0 0 25 0 1 0 770038847 292982784 65722 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 71529 65722 259 24 0 68163 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 286116

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12404
/proc/meminfo: memFree=17602712/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=207548 CPUtime=582.28 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 255601 0 0 0 58168 60 0 0 25 0 1 0 770038847 212529152 41653 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 51887 41653 259 24 0 48521 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 207548

[startup+642.301 s]

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

/proc/meminfo: memFree=17456584/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=304940 CPUtime=1062.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 388228 0 0 0 106130 99 0 0 25 0 1 0 770038847 312258560 69453 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 76235 69453 259 24 0 72869 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 304940

[startup+1122.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/536 12473
/proc/meminfo: memFree=17599524/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=173464 CPUtime=1122.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 409173 0 0 0 112124 105 0 0 25 0 1 0 770038847 177627136 37563 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 43366 37563 259 24 0 40000 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 173464

[startup+1182.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/536 12501
/proc/meminfo: memFree=17671304/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=225780 CPUtime=1182.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 421568 0 0 0 118120 109 0 0 25 0 1 0 770038847 231198720 49862 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 56445 49862 259 24 0 53079 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 225780

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/536 12503
/proc/meminfo: memFree=17547312/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=309548 CPUtime=1242.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 431115 0 0 0 124117 112 0 0 25 0 1 0 770038847 316977152 59359 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 77387 59359 259 24 0 74021 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 309548

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12505
/proc/meminfo: memFree=17701304/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=149208 CPUtime=1302.3 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 460877 0 0 0 130111 119 0 0 25 0 1 0 770038847 152788992 29348 33554432000 4194304 4291037 140737246573600 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 37302 29348 259 24 0 33936 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 149208

[startup+1362.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/536 12506
/proc/meminfo: memFree=17582996/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=311932 CPUtime=1362.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 490652 0 0 0 136102 127 0 0 25 0 1 0 770038847 319418368 58985 33554432000 4194304 4291037 140737246573600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 77983 58985 259 24 0 74617 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 311932

[startup+1422.32 s]
/proc/loadavg: 2.13 2.06 2.01 3/536 12508
/proc/meminfo: memFree=17529040/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=312720 CPUtime=1422.31 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 504412 0 0 0 142100 131 0 0 25 0 1 0 770038847 320225280 72669 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 78180 72669 259 24 0 74814 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 312720

[startup+1482.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/536 12509
/proc/meminfo: memFree=17416404/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=449960 CPUtime=1482.3 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 516484 0 0 0 148096 134 0 0 25 0 1 0 770038847 460759040 84668 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 112490 84668 259 24 0 109124 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 449960

[startup+1542.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/536 12511
/proc/meminfo: memFree=17605228/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=188624 CPUtime=1542.3 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 541510 0 0 0 154091 139 0 0 25 0 1 0 770038847 193150976 39610 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 47156 39610 259 24 0 43790 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 188624

[startup+1602.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/536 12513
/proc/meminfo: memFree=17542332/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=238712 CPUtime=1602.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 554827 0 0 0 160087 142 0 0 25 0 1 0 770038847 244441088 52842 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 59678 52842 259 24 0 56312 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 238712

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 12514
/proc/meminfo: memFree=17484408/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=324368 CPUtime=1662.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 567537 0 0 0 166084 145 0 0 25 0 1 0 770038847 332152832 65496 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 81092 65496 259 24 0 77726 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 324368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12516
/proc/meminfo: memFree=17485000/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=330608 CPUtime=1722.3 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 577311 0 0 0 172081 149 0 0 25 0 1 0 770038847 338542592 75213 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 82652 75213 259 24 0 79286 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 330608

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

[startup+1740.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12516
/proc/meminfo: memFree=17424724/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=462868 CPUtime=1740.7 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 580167 0 0 0 173920 150 0 0 25 0 1 0 770038847 473976832 78049 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 115717 78049 259 24 0 112351 0
Current children cumulated CPU time (s) 1740.7
Current children cumulated vsize (KiB) 462868

[startup+1747.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12516
/proc/meminfo: memFree=17412696/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=465028 CPUtime=1747.1 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 581292 0 0 0 174560 150 0 0 25 0 1 0 770038847 476188672 79160 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 116257 79160 259 24 0 112891 0
Current children cumulated CPU time (s) 1747.1
Current children cumulated vsize (KiB) 465028

[startup+1750.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12517
/proc/meminfo: memFree=17407364/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=465028 CPUtime=1750.3 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 581528 0 0 0 174880 150 0 0 25 0 1 0 770038847 476188672 79395 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 116257 79395 259 24 0 112891 0
Current children cumulated CPU time (s) 1750.3
Current children cumulated vsize (KiB) 465028

[startup+1751.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12517
/proc/meminfo: memFree=17405132/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=465028 CPUtime=1751.89 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 581759 0 0 0 175039 150 0 0 25 0 1 0 770038847 476188672 79626 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 116257 79626 259 24 0 112891 0
Current children cumulated CPU time (s) 1751.89
Current children cumulated vsize (KiB) 465028

[startup+1753.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12517
/proc/meminfo: memFree=17400544/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=465028 CPUtime=1753.49 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 581941 0 0 0 175199 150 0 0 25 0 1 0 770038847 476188672 79808 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 116257 79808 259 24 0 112891 0
Current children cumulated CPU time (s) 1753.49
Current children cumulated vsize (KiB) 465028

[startup+1753.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12517
/proc/meminfo: memFree=17400544/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=465028 CPUtime=1753.89 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 581952 0 0 0 175239 150 0 0 25 0 1 0 770038847 476188672 79819 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 116257 79819 259 24 0 112891 0
Current children cumulated CPU time (s) 1753.89
Current children cumulated vsize (KiB) 465028

[startup+1754.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 12517
/proc/meminfo: memFree=17400544/32951124 swapFree=64205420/67111528
[pid=12334] ppid=12332 vsize=465028 CPUtime=1754.29 cores=1,3,5,7
/proc/12334/stat : 12334 (minisat_release) R 12332 12334 12055 0 -1 4202496 581970 0 0 0 175279 150 0 0 25 0 1 0 770038847 476188672 79837 33554432000 4194304 4291037 140737246573600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12334/statm: 116257 79837 259 24 0 112891 0
Current children cumulated CPU time (s) 1754.29
Current children cumulated vsize (KiB) 465028

Child status: 20
Real time (s): 1754.4
CPU time (s): 1754.4
CPU user time (s): 1752.88
CPU system time (s): 1.52077
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 465028

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

runsolver used 8.81066 second user time and 21.8477 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-28 14:06:49
IDJOB=3419940
IDBENCH=82433
IDSOLVER=1912
FILE ID=node136/3419940-1306584409
RUNJOBID= node136-1306579392-12074
PBS_JOBID= 13471544
Free space on /tmp= 73172 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419940-1306584409/watcher-3419940-1306584409 -o /tmp/evaluation-result-3419940-1306584409/solver-3419940-1306584409 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419940-1306584409.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=689005276

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17008700 kB
Buffers:        256528 kB
Cached:        5896080 kB
SwapCached:      25124 kB
Active:        5572148 kB
Inactive:     10083160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17008700 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:          217236 kB
Writeback:           0 kB
AnonPages:     9483252 kB
Mapped:          39960 kB
Slab:           147356 kB
PageTables:      69884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169983332 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= 73376 MiB
End job on node136 at 2011-05-28 14:36:03