Trace number 1797996

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-core 070721? (TO) 1200.09 1200.48

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
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 variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

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:  224569                                               |
0.00/0.00	|  Number of clauses:    1190619                                              |
0.79/0.81	|  Parsing time:         0.74         s                                       |
0.89/0.91	============================[ Search Statistics ]==============================
0.89/0.91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/0.91	===============================================================================
0.89/0.91	|         0 |  177726   924824  2316878 |   308274        0    nan |  0.000 % |
1.09/1.13	|       102 |  177711   924824  2316878 |   339102      101    156 | 20.921 % |
1.18/1.30	|       255 |  177711   924824  2316878 |   373012      254    162 | 20.921 % |
1.49/1.53	|       483 |  177711   924824  2316878 |   410313      482    162 | 20.921 % |
1.99/2.10	|       823 |  177007   924824  2316878 |   451344      817    138 | 23.504 % |
2.88/2.90	|      1332 |  171786   889393  2235645 |   496479     1318    137 | 23.504 % |
3.58/3.62	|      2091 |  171786   889393  2235645 |   546127     2077    171 | 23.504 % |
5.08/5.10	|      3232 |  171785   889390  2235639 |   600740     3217    175 | 23.505 % |
7.58/7.67	|      4940 |  161703   833432  2106508 |   660814     4892    174 | 28.632 % |
13.18/13.28	|      7502 |  161664   833432  2106508 |   726895     7454    228 | 28.632 % |
18.98/19.01	|     11349 |  159911   821110  2078955 |   799585    11254    200 | 28.792 % |
27.27/27.31	|     17119 |  153605   785307  1997984 |   879543    16965    175 | 31.662 % |
41.86/41.97	|     25768 |  150245   766352  1953831 |   967497    25536    181 | 33.325 % |
63.66/63.78	|     38743 |  135578   686627  1776229 |  1064247    38281    169 | 39.700 % |
106.24/106.32	|     58204 |  134881   683263  1768651 |  1170672    57619    181 | 39.938 % |
223.30/223.43	|     87397 |  133578   674305  1746075 |  1287739    86499    216 | 40.522 % |
423.25/423.48	|    131186 |  130572   657140  1705887 |  1416513   129634    272 | 41.915 % |
818.72/819.08	|    196870 |  128526   646076  1680342 |  1558165   194450    344 | 42.795 % |

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-1797996-1242084867/watcher-1797996-1242084867 -o /tmp/evaluation-result-1797996-1242084867/solver-1797996-1242084867 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797996-1242084867.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 0.98 0.99 3/64 31873
/proc/meminfo: memFree=1555872/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=2652 CPUtime=0
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 236520318 2715648 505 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 663 506 58 171 0 489 0

[startup+0.029458 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31873
/proc/meminfo: memFree=1555872/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=9816 CPUtime=0.02
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 2072 0 0 0 2 0 0 0 18 0 1 0 236520318 10051584 2057 1992294400 134512640 135213614 4294956256 18446744073709551615 134524573 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 2454 2060 58 171 0 2280 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9816

[startup+0.101467 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31873
/proc/meminfo: memFree=1555872/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=17760 CPUtime=0.09
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 3933 0 0 0 8 1 0 0 18 0 1 0 236520318 18186240 3918 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 4440 3918 58 171 0 4266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17760

[startup+0.301493 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31873
/proc/meminfo: memFree=1555872/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=30524 CPUtime=0.29
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 7083 0 0 0 26 3 0 0 19 0 1 0 236520318 31256576 7068 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 7631 7069 58 171 0 7457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30524

[startup+0.701545 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31873
/proc/meminfo: memFree=1555872/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=55860 CPUtime=0.69
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 13001 0 0 0 63 6 0 0 22 0 1 0 236520318 57200640 12986 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 13965 12987 58 171 0 13791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55860

[startup+1.50266 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 31874
/proc/meminfo: memFree=1495640/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=65204 CPUtime=1.49
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 15147 0 0 0 141 8 0 0 25 0 1 0 236520318 66768896 15132 1992294400 134512640 135213614 4294956256 18446744073709551615 134526973 0 0 4096 3 0 0 0 17 0 0 0
/proc/31873/statm: 16301 15132 78 171 0 16127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65204

[startup+3.10186 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1495256/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=65204 CPUtime=3.08
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 15147 0 0 0 300 8 0 0 25 0 1 0 236520318 66768896 15132 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 16301 15132 78 171 0 16127 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65204

[startup+6.30128 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1495320/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=65732 CPUtime=6.28
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 15254 0 0 0 620 8 0 0 25 0 1 0 236520318 67309568 15239 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 16433 15239 78 171 0 16259 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 65732

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1492312/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=68904 CPUtime=12.68
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 16061 0 0 0 1259 9 0 0 25 0 1 0 236520318 70557696 16046 1992294400 134512640 135213614 4294956256 18446744073709551615 134529552 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 17226 16046 78 171 0 17052 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68904

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1487384/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=73584 CPUtime=25.47
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 17251 0 0 0 2537 10 0 0 25 0 1 0 236520318 75350016 17236 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 18396 17236 78 171 0 18222 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 73584

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1477464/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=83868 CPUtime=51.06
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 19745 0 0 0 5093 13 0 0 25 0 1 0 236520318 85880832 19730 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 20967 19730 78 171 0 20793 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 83868

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1457880/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=103484 CPUtime=102.25
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 24631 0 0 0 10207 18 0 0 25 0 1 0 236520318 105967616 24616 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 25871 24617 78 171 0 25697 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103484

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1439640/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=121828 CPUtime=162.22
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 29200 0 0 0 16199 23 0 0 25 0 1 0 236520318 124751872 29185 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 30457 29185 78 171 0 30283 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 121828

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1422040/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=139148 CPUtime=222.21
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 33545 0 0 0 22193 28 0 0 25 0 1 0 236520318 142487552 33530 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 34787 33530 78 171 0 34613 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 139148

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1401240/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=160196 CPUtime=282.19
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 38786 0 0 0 28185 34 0 0 25 0 1 0 236520318 164040704 38771 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 40049 38771 78 171 0 39875 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 160196

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1379864/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=181288 CPUtime=342.17
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 44073 0 0 0 34179 38 0 0 25 0 1 0 236520318 185638912 44058 1992294400 134512640 135213614 4294956256 18446744073709551615 134529606 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 45322 44058 78 171 0 45148 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 181288

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31874
/proc/meminfo: memFree=1360280/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=200876 CPUtime=402.15
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 48996 0 0 0 40173 42 0 0 25 0 1 0 236520318 205697024 48981 1992294400 134512640 135213614 4294956256 18446744073709551615 134529549 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 50219 48981 78 171 0 50045 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 200876

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1343320/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=217708 CPUtime=462.13
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 53202 0 0 0 46165 48 0 0 25 0 1 0 236520318 222932992 53187 1992294400 134512640 135213614 4294956256 18446744073709551615 134536186 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 54427 53187 78 171 0 54253 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 217708

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1322712/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=238756 CPUtime=522.11
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 58420 0 0 0 52157 54 0 0 25 0 1 0 236520318 244486144 58405 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 59689 58405 78 171 0 59515 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 238756

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1302872/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=258212 CPUtime=582.09
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 63286 0 0 0 58152 57 0 0 25 0 1 0 236520318 264409088 63271 1992294400 134512640 135213614 4294956256 18446744073709551615 134529507 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 64553 63271 78 171 0 64379 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 258212

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1284376/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=276536 CPUtime=642.08
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 67867 0 0 0 64146 62 0 0 25 0 1 0 236520318 283172864 67852 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 69134 67852 78 171 0 68960 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 276536

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1262680/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=298324 CPUtime=702.06
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 73340 0 0 0 70139 67 0 0 25 0 1 0 236520318 305483776 73325 1992294400 134512640 135213614 4294956256 18446744073709551615 134536598 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 74581 73325 78 171 0 74407 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 298324

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1242776/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=318208 CPUtime=762.04
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 78298 0 0 0 76135 69 0 0 25 0 1 0 236520318 325844992 78283 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 79552 78283 78 171 0 79378 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 318208

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1224600/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=336440 CPUtime=822.02
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 82882 0 0 0 82128 74 0 0 25 0 1 0 236520318 344514560 82867 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 84110 82867 78 171 0 83936 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 336440

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1204504/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=356312 CPUtime=882
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 87844 0 0 0 88122 78 0 0 25 0 1 0 236520318 364863488 87829 1992294400 134512640 135213614 4294956256 18446744073709551615 134529783 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 89078 87829 78 171 0 88904 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 356312

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1185944/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=375324 CPUtime=941.98
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 92512 0 0 0 94114 84 0 0 25 0 1 0 236520318 384331776 92497 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 93831 92497 78 171 0 93657 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 375324

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1163736/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=397400 CPUtime=1001.96
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 98025 0 0 0 100106 90 0 0 25 0 1 0 236520318 406937600 98010 1992294400 134512640 135213614 4294956256 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 99350 98010 78 171 0 99176 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 397400

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1143448/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=417724 CPUtime=1061.95
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 103130 0 0 0 106099 96 0 0 25 0 1 0 236520318 427749376 103115 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 104431 103115 78 171 0 104257 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 417724

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1119896/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=441128 CPUtime=1121.93
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 108975 0 0 0 112092 101 0 0 25 0 1 0 236520318 451715072 108960 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 110282 108960 78 171 0 110108 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 441128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1100632/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=460524 CPUtime=1181.91
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 113832 0 0 0 118086 105 0 0 25 0 1 0 236520318 471576576 113817 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 115131 113817 78 171 0 114957 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 460524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31876
/proc/meminfo: memFree=1094744/2055920 swapFree=4181380/4192956
[pid=31873] ppid=31871 vsize=465952 CPUtime=1200.01
/proc/31873/stat : 31873 (minisat_static) R 31871 31873 31365 0 -1 4194304 115189 0 0 0 119895 106 0 0 25 0 1 0 236520318 477134848 115174 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/31873/statm: 116488 115174 78 171 0 116314 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 465952

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.48
CPU time (s): 1200.09
CPU user time (s): 1198.95
CPU system time (s): 1.13683
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 465952

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

runsolver used 0.937857 second user time and 2.46962 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-12 01:34:28
IDJOB=1797996
IDBENCH=71011
IDSOLVER=651
FILE ID=node13/1797996-1242084867
PBS_JOBID= 9277638
Free space on /tmp= 66392 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797996-1242084867/watcher-1797996-1242084867 -o /tmp/evaluation-result-1797996-1242084867/solver-1797996-1242084867 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797996-1242084867.cnf

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED=647971093

node13.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.227
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.227
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:       1556352 kB
Buffers:         62180 kB
Cached:         358912 kB
SwapCached:       5336 kB
Active:         168604 kB
Inactive:       260844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556352 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:           23156 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            56024 kB
Committed_AS:   734820 kB
PageTables:       1464 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= 66388 MiB
End job on node13 at 2009-05-12 01:54:31