Trace number 1796179

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
minisat2-simp 070721? (TO) 1200.13 1200.5

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-5-17-s.cnf
MD5SUMcd6cb5ea01688ce5beec6e625055ac90
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables252328
Number of clauses1189896
Sum of the clauses size2752826
Maximum clause length10
Minimum clause length1
Number of clauses of size 118837
Number of clauses of size 2919648
Number of clauses of size 3204591
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  252328                                               |
0.00/0.00	|  Number of clauses:    1189896                                              |
1.39/1.43	|  Parsing time:         1.31         s                                       |
4.39/4.45	============================[ Search Statistics ]==============================
4.39/4.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.39/4.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.39/4.45	===============================================================================
4.39/4.45	|         0 |  126748   723645  1943048 |   241215        0    nan |  0.000 % |
4.78/4.83	|       100 |  126748   723645  1943048 |   265336       99    119 | 18.321 % |
4.98/5.00	|       254 |  126747   723645  1943048 |   291870      252    167 | 18.321 % |
5.58/5.63	|       479 |  126075   723645  1943048 |   321057      466    126 | 20.594 % |
6.08/6.16	|       817 |  125576   723645  1943048 |   353162      800    107 | 21.031 % |
7.18/7.21	|      1327 |  118366   676565  1828128 |   388479     1285     86 | 23.272 % |
8.58/8.66	|      2086 |  112584   647425  1756946 |   427327     2030     85 | 24.656 % |
9.79/9.82	|      3225 |  110457   629032  1711131 |   470059     3124     86 | 24.725 % |
11.99/12.08	|      4934 |  109034   620645  1689777 |   517065     4813     88 | 26.734 % |
15.99/16.02	|      7496 |  103733   591606  1617368 |   568772     7295     86 | 27.661 % |
21.58/21.69	|     11341 |  103035   585121  1602551 |   625649    11094    105 | 27.670 % |
31.08/31.11	|     17108 |  102063   579820  1590522 |   688214    16814    117 | 28.072 % |
65.26/65.38	|     25758 |  102063   579820  1590522 |   757036    25464    280 | 28.072 % |
93.85/93.99	|     38733 |   96939   548685  1511483 |   832739    38091    250 | 30.787 % |
176.83/176.93	|     58195 |   94100   531942  1468411 |   916013    57450    343 | 31.629 % |
283.19/283.37	|     87387 |   92016   517031  1431704 |  1007614    86234    337 | 32.064 % |
475.33/475.52	|    131178 |   91585   514028  1424107 |  1108376   129860    378 | 32.216 % |
830.33/830.64	|    196863 |   91214   511583  1417895 |  1219214   195391    450 | 32.354 % |

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1796179-1242071593/watcher-1796179-1242071593 -o /tmp/evaluation-result-1796179-1242071593/solver-1796179-1242071593 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796179-1242071593.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.66 1.86 3/65 15165
/proc/meminfo: memFree=1434112/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=1916 CPUtime=0
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 235191827 1961984 256 1992294400 134512640 135243866 4294956256 18446744073709551615 134770158 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 479 264 50 178 0 299 0

[startup+0.087458 s]
/proc/loadavg: 0.92 1.66 1.86 3/65 15165
/proc/meminfo: memFree=1434112/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=10704 CPUtime=0.07
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 2263 0 0 0 7 0 0 0 20 0 1 0 235191827 10960896 2248 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 2676 2249 65 178 0 2496 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10704

[startup+0.10246 s]
/proc/loadavg: 0.92 1.66 1.86 3/65 15165
/proc/meminfo: memFree=1434112/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=12620 CPUtime=0.09
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 2736 0 0 0 8 1 0 0 20 0 1 0 235191827 12922880 2721 1992294400 134512640 135243866 4294956256 18446744073709551615 134777998 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 3155 2721 65 178 0 2975 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12620

[startup+0.301481 s]
/proc/loadavg: 0.92 1.66 1.86 3/65 15165
/proc/meminfo: memFree=1434112/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=44624 CPUtime=0.29
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 9424 0 0 0 24 5 0 0 21 0 1 0 235191827 45694976 9409 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 11189 9410 65 178 0 11009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44624

[startup+0.702529 s]
/proc/loadavg: 0.92 1.66 1.86 3/65 15165
/proc/meminfo: memFree=1434112/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=64560 CPUtime=0.69
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 14320 0 0 0 61 8 0 0 25 0 1 0 235191827 66109440 14305 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 16140 14307 65 178 0 15960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64560

[startup+1.50162 s]
/proc/loadavg: 0.92 1.66 1.86 2/66 15166
/proc/meminfo: memFree=1361336/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=103656 CPUtime=1.49
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 23314 0 0 0 137 12 0 0 25 0 1 0 235191827 106143744 23299 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 25914 23299 80 178 0 25734 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103656

[startup+3.10181 s]
/proc/loadavg: 0.92 1.66 1.86 2/66 15166
/proc/meminfo: memFree=1337912/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=128208 CPUtime=3.09
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 30031 0 0 0 294 15 0 0 25 0 1 0 235191827 131284992 30016 1992294400 134512640 135243866 4294956256 18446744073709551615 134541347 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 32052 30016 80 178 0 31872 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 128208

[startup+6.30119 s]
/proc/loadavg: 0.93 1.65 1.86 2/66 15166
/proc/meminfo: memFree=1324744/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=115636 CPUtime=6.28
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 31443 0 0 0 613 15 0 0 25 0 1 0 235191827 118411264 27330 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 28909 27330 87 178 0 28729 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 115636

[startup+12.7019 s]
/proc/loadavg: 0.93 1.63 1.85 2/66 15166
/proc/meminfo: memFree=1324816/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=115636 CPUtime=12.69
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 31443 0 0 0 1253 16 0 0 25 0 1 0 235191827 118411264 27330 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 28909 27330 87 178 0 28729 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115636

[startup+25.5014 s]
/proc/loadavg: 0.95 1.60 1.84 2/66 15166
/proc/meminfo: memFree=1324944/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=115636 CPUtime=25.48
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 31446 0 0 0 2532 16 0 0 25 0 1 0 235191827 118411264 27333 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 28909 27333 87 178 0 28729 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115636

[startup+51.1015 s]
/proc/loadavg: 0.96 1.55 1.81 2/66 15166
/proc/meminfo: memFree=1320272/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=120684 CPUtime=51.06
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 32698 0 0 0 5089 17 0 0 25 0 1 0 235191827 123580416 28585 1992294400 134512640 135243866 4294956256 18446744073709551615 134565175 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 30171 28585 87 178 0 29991 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 120684

[startup+102.306 s]
/proc/loadavg: 0.98 1.47 1.77 2/66 15166
/proc/meminfo: memFree=1299600/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=141264 CPUtime=102.25
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 37819 0 0 0 10203 22 0 0 25 0 1 0 235191827 144654336 33706 1992294400 134512640 135243866 4294956256 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 35316 33706 87 178 0 35136 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 141264

[startup+162.302 s]
/proc/loadavg: 0.99 1.38 1.72 2/66 15166
/proc/meminfo: memFree=1267664/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=173436 CPUtime=162.22
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 45866 0 0 0 16192 30 0 0 25 0 1 0 235191827 177598464 41753 1992294400 134512640 135243866 4294956256 18446744073709551615 134558454 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 43359 41753 87 178 0 43179 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 173436

[startup+222.302 s]
/proc/loadavg: 0.99 1.31 1.67 2/66 15166
/proc/meminfo: memFree=1246032/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=194664 CPUtime=222.21
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 51184 0 0 0 22185 36 0 0 25 0 1 0 235191827 199335936 47071 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 48666 47071 87 178 0 48486 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 194664

[startup+282.302 s]
/proc/loadavg: 0.99 1.25 1.63 2/66 15166
/proc/meminfo: memFree=1224848/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=216192 CPUtime=282.19
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 56579 0 0 0 28177 42 0 0 25 0 1 0 235191827 221380608 52466 1992294400 134512640 135243866 4294956256 18446744073709551615 134565684 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 54048 52466 87 178 0 53868 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 216192

[startup+342.302 s]
/proc/loadavg: 0.99 1.20 1.58 2/66 15166
/proc/meminfo: memFree=1201680/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=239000 CPUtime=342.17
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 62231 0 0 0 34170 47 0 0 25 0 1 0 235191827 244736000 58118 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 59750 58118 87 178 0 59570 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 239000

[startup+402.302 s]
/proc/loadavg: 0.99 1.16 1.54 2/66 15166
/proc/meminfo: memFree=1176528/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=264156 CPUtime=402.16
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 68554 0 0 0 40162 54 0 0 25 0 1 0 235191827 270495744 64441 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 66039 64441 87 178 0 65859 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 264156

[startup+462.302 s]
/proc/loadavg: 0.99 1.13 1.51 2/66 15166
/proc/meminfo: memFree=1149840/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=290644 CPUtime=462.14
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 75168 0 0 0 46153 61 0 0 25 0 1 0 235191827 297619456 71055 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 72661 71055 87 178 0 72481 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 290644

[startup+522.302 s]
/proc/loadavg: 0.99 1.10 1.47 2/66 15172
/proc/meminfo: memFree=1126480/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=314376 CPUtime=522.12
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 81048 0 0 0 52145 67 0 0 25 0 1 0 235191827 321921024 76935 1992294400 134512640 135243866 4294956256 18446744073709551615 134567867 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 78594 76935 87 178 0 78414 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 314376

[startup+582.302 s]
/proc/loadavg: 0.99 1.08 1.44 2/66 15172
/proc/meminfo: memFree=1100880/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=339708 CPUtime=582.1
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 87407 0 0 0 58137 73 0 0 25 0 1 0 235191827 347860992 83294 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 84927 83294 87 178 0 84747 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 339708

[startup+642.302 s]
/proc/loadavg: 0.99 1.06 1.41 2/66 15172
/proc/meminfo: memFree=1075472/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=364764 CPUtime=642.08
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 93689 0 0 0 64129 79 0 0 25 0 1 0 235191827 373518336 89576 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 91191 89576 87 178 0 91011 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 364764

[startup+702.303 s]
/proc/loadavg: 0.99 1.05 1.38 2/66 15172
/proc/meminfo: memFree=1051408/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=389120 CPUtime=702.07
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 99786 0 0 0 70123 84 0 0 25 0 1 0 235191827 398458880 95673 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 97280 95673 87 178 0 97100 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 389120

[startup+762.306 s]
/proc/loadavg: 0.99 1.04 1.35 2/66 15172
/proc/meminfo: memFree=1021648/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=418448 CPUtime=762.05
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 107122 0 0 0 76113 92 0 0 25 0 1 0 235191827 428490752 103009 1992294400 134512640 135243866 4294956256 18446744073709551615 134558631 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 104612 103009 87 178 0 104432 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 418448

[startup+822.302 s]
/proc/loadavg: 0.99 1.03 1.33 2/66 15172
/proc/meminfo: memFree=992848/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=447368 CPUtime=822.03
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 114374 0 0 0 82103 100 0 0 25 0 1 0 235191827 458104832 110261 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 111842 110261 87 178 0 111662 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 447368

[startup+882.302 s]
/proc/loadavg: 0.99 1.02 1.31 2/66 15172
/proc/meminfo: memFree=963536/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=476432 CPUtime=882.01
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 121637 0 0 0 88095 106 0 0 25 0 1 0 235191827 487866368 117524 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 119108 117524 87 178 0 118928 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 476432

[startup+942.302 s]
/proc/loadavg: 0.99 1.02 1.28 2/66 15172
/proc/meminfo: memFree=937232/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=503384 CPUtime=941.99
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 128270 0 0 0 94088 111 0 0 25 0 1 0 235191827 515465216 124157 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 125846 124157 87 178 0 125666 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 503384

[startup+1002.3 s]
/proc/loadavg: 0.99 1.01 1.26 2/66 15172
/proc/meminfo: memFree=908816/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=531400 CPUtime=1001.98
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 135293 0 0 0 100080 118 0 0 25 0 1 0 235191827 544153600 131180 1992294400 134512640 135243866 4294956256 18446744073709551615 134558435 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 132850 131180 87 178 0 132670 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 531400

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.25 2/66 15172
/proc/meminfo: memFree=887184/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=553224 CPUtime=1061.96
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 140774 0 0 0 106073 123 0 0 25 0 1 0 235191827 566501376 136661 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 138306 136661 87 178 0 138126 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 553224

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.23 2/66 15172
/proc/meminfo: memFree=858640/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=581584 CPUtime=1121.95
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 147866 0 0 0 112065 130 0 0 25 0 1 0 235191827 595542016 143753 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 145396 143753 87 178 0 145216 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 581584

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.21 2/66 15172
/proc/meminfo: memFree=831504/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=608768 CPUtime=1181.92
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 154673 0 0 0 118057 135 0 0 25 0 1 0 235191827 623378432 150560 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 152192 150560 87 178 0 152012 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 608768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 1.20 2/66 15172
/proc/meminfo: memFree=822800/2055920 swapFree=4180108/4192956
[pid=15165] ppid=15163 vsize=617008 CPUtime=1200.02
/proc/15165/stat : 15165 (minisat_static) R 15163 15165 15128 0 -1 4194304 156736 0 0 0 119865 137 0 0 25 0 1 0 235191827 631816192 152623 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 1 0 0
/proc/15165/statm: 154252 152623 87 178 0 154072 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 617008

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): 1200.5
CPU time (s): 1200.13
CPU user time (s): 1198.66
CPU system time (s): 1.47078
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 617008

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

runsolver used 1.00085 second user time and 3.37649 second system time

The end

Launcher Data

Begin job on node73 at 2009-05-11 21:53:15
IDJOB=1796179
IDBENCH=20348
IDSOLVER=568
FILE ID=node73/1796179-1242071593
PBS_JOBID= 9277605
Free space on /tmp= 66356 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-5-17-s.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796179-1242071593/watcher-1796179-1242071593 -o /tmp/evaluation-result-1796179-1242071593/solver-1796179-1242071593 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796179-1242071593.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cd6cb5ea01688ce5beec6e625055ac90
RANDOM SEED=471654344

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1434528 kB
Buffers:         73568 kB
Cached:         469532 kB
SwapCached:       7496 kB
Active:         173664 kB
Inactive:       378788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434528 kB
SwapTotal:     4192956 kB
SwapFree:      4180108 kB
Dirty:           22488 kB
Writeback:           0 kB
Mapped:          13888 kB
Slab:            54932 kB
Committed_AS:   854968 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node73 at 2009-05-11 22:13:17