Trace number 1797900

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.08 1200.51

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
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 variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  31613                                                |
0.00/0.00	|  Number of clauses:    95104                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.00/0.05	============================[ Search Statistics ]==============================
0.00/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.05	===============================================================================
0.00/0.05	|         0 |   31465    94620   223047 |    31540        0    nan |  0.000 % |
0.09/0.18	|       100 |   31296    93905   221348 |    34694       85     29 |  1.053 % |
0.99/1.09	|       251 |   31239    93548   220469 |    38163      228     33 |  1.183 % |
2.69/2.70	|       478 |   31211    93421   220176 |    41979      454     30 |  1.272 % |
5.19/5.24	|       815 |   31211    93421   220176 |    46177      791     29 |  1.272 % |
8.49/8.59	|      1321 |   31205    93397   220108 |    50795     1295     28 |  1.291 % |
13.79/13.88	|      2080 |   31202    93385   220074 |    55875     2053     28 |  1.300 % |
21.69/21.72	|      3220 |   31199    93373   220038 |    61462     3192     30 |  1.310 % |
34.78/34.89	|      4929 |   31199    93373   220038 |    67608     4901     34 |  1.310 % |
53.97/54.04	|      7493 |   31196    93361   220002 |    74369     7464     31 |  1.319 % |
81.76/81.80	|     11337 |   31196    93361   220002 |    81806    11308     30 |  1.319 % |
120.24/120.37	|     17103 |   31196    93361   220002 |    89987    17074     33 |  1.319 % |
191.52/191.60	|     25752 |   31190    93337   219930 |    98986    25720     31 |  1.348 % |
284.49/284.67	|     38728 |   31187    93323   219888 |   108884    38696     32 |  1.348 % |
411.54/411.77	|     58189 |   31178    93285   219780 |   119773    58154     35 |  1.376 % |
659.05/659.30	|     87381 |   31175    93273   219748 |   131750    87345     35 |  1.386 % |
954.45/954.81	|    131171 |   31145    93165   219489 |   144925   131123     39 |  1.480 % |

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-1797900-1242082070/watcher-1797900-1242082070 -o /tmp/evaluation-result-1797900-1242082070/solver-1797900-1242082070 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797900-1242082070.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: 1.00 0.98 0.99 3/65 7030
/proc/meminfo: memFree=1318928/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=2812 CPUtime=0
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 236236011 2879488 532 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 703 539 58 171 0 529 0

[startup+0.0974081 s]
/proc/loadavg: 1.00 0.98 0.99 3/65 7030
/proc/meminfo: memFree=1318928/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8252 CPUtime=0.08
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1787 0 0 0 8 0 0 0 18 0 1 0 236236011 8450048 1772 1992294400 134512640 135213614 4294956256 18446744073709551615 134527153 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2063 1772 75 171 0 1889 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8252

[startup+0.10141 s]
/proc/loadavg: 1.00 0.98 0.99 3/65 7030
/proc/meminfo: memFree=1318928/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8252 CPUtime=0.09
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1787 0 0 0 9 0 0 0 18 0 1 0 236236011 8450048 1772 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2063 1772 75 171 0 1889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8252

[startup+0.30145 s]
/proc/loadavg: 1.00 0.98 0.99 3/65 7030
/proc/meminfo: memFree=1318928/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8384 CPUtime=0.29
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1800 0 0 0 29 0 0 0 19 0 1 0 236236011 8585216 1785 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2096 1785 77 171 0 1922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8384

[startup+0.701532 s]
/proc/loadavg: 1.00 0.98 0.99 3/65 7030
/proc/meminfo: memFree=1318928/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8384 CPUtime=0.69
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1806 0 0 0 69 0 0 0 23 0 1 0 236236011 8585216 1791 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2096 1791 77 171 0 1922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8384

[startup+1.50269 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1312008/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8384 CPUtime=1.49
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1813 0 0 0 149 0 0 0 25 0 1 0 236236011 8585216 1798 1992294400 134512640 135213614 4294956256 18446744073709551615 134526959 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2096 1798 77 171 0 1922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8384

[startup+3.10202 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1311816/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8384 CPUtime=3.1
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1820 0 0 0 309 1 0 0 25 0 1 0 236236011 8585216 1805 1992294400 134512640 135213614 4294956256 18446744073709551615 134526745 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2096 1805 77 171 0 1922 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8384

[startup+6.30167 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1311688/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8516 CPUtime=6.29
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1837 0 0 0 628 1 0 0 25 0 1 0 236236011 8720384 1822 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2129 1822 77 171 0 1955 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8516

[startup+12.702 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1311432/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=8648 CPUtime=12.69
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1878 0 0 0 1268 1 0 0 25 0 1 0 236236011 8855552 1863 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2162 1863 77 171 0 1988 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8648

[startup+25.5016 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1311048/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=9048 CPUtime=25.48
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 1966 0 0 0 2547 1 0 0 25 0 1 0 236236011 9265152 1951 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2262 1951 77 171 0 2088 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9048

[startup+51.1018 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1310472/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=9576 CPUtime=51.07
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 2115 0 0 0 5106 1 0 0 25 0 1 0 236236011 9805824 2100 1992294400 134512640 135213614 4294956256 18446744073709551615 134535851 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2394 2100 77 171 0 2220 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9576

[startup+102.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1309192/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=10944 CPUtime=102.25
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 2450 0 0 0 10224 1 0 0 25 0 1 0 236236011 11206656 2435 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 2736 2435 77 171 0 2562 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 10944

[startup+162.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1307784/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=12352 CPUtime=162.24
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 2788 0 0 0 16222 2 0 0 25 0 1 0 236236011 12648448 2773 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 3088 2773 77 171 0 2914 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12352

[startup+222.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1306504/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=13628 CPUtime=222.21
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 3103 0 0 0 22219 2 0 0 25 0 1 0 236236011 13955072 3088 1992294400 134512640 135213614 4294956256 18446744073709551615 134526903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 3407 3088 77 171 0 3233 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 13628

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1304904/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=15312 CPUtime=282.19
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 3499 0 0 0 28216 3 0 0 25 0 1 0 236236011 15679488 3484 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 3828 3484 77 171 0 3654 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 15312

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1303048/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=17136 CPUtime=342.17
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 3959 0 0 0 34214 3 0 0 25 0 1 0 236236011 17547264 3944 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 4284 3944 77 171 0 4110 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17136

[startup+402.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1301192/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=19044 CPUtime=402.15
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 4437 0 0 0 40212 3 0 0 25 0 1 0 236236011 19501056 4422 1992294400 134512640 135213614 4294956256 18446744073709551615 134539015 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 4761 4422 77 171 0 4587 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 19044

[startup+462.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1299912/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=20500 CPUtime=462.12
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 4765 0 0 0 46209 3 0 0 25 0 1 0 236236011 20992000 4750 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 5125 4750 77 171 0 4951 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 20500

[startup+522.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1298824/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=21604 CPUtime=522.11
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 5058 0 0 0 52207 4 0 0 25 0 1 0 236236011 22122496 5043 1992294400 134512640 135213614 4294956256 18446744073709551615 134536248 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 5401 5043 77 171 0 5227 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 21604

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1297544/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=22792 CPUtime=582.09
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 5366 0 0 0 58204 5 0 0 25 0 1 0 236236011 23339008 5351 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 5698 5351 77 171 0 5524 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 22792

[startup+642.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1296328/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=23980 CPUtime=642.07
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 5647 0 0 0 64202 5 0 0 25 0 1 0 236236011 24555520 5632 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 5995 5632 77 171 0 5821 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 23980

[startup+702.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1294792/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=25852 CPUtime=702.04
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 6051 0 0 0 70199 5 0 0 25 0 1 0 236236011 26472448 6036 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 6463 6036 77 171 0 6289 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 25852

[startup+762.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7031
/proc/meminfo: memFree=1293448/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=27092 CPUtime=762.03
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 6366 0 0 0 76197 6 0 0 25 0 1 0 236236011 27742208 6351 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 6773 6351 77 171 0 6599 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 27092

[startup+822.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1291464/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=29244 CPUtime=821.99
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 6879 0 0 0 82193 6 0 0 25 0 1 0 236236011 29945856 6864 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 7311 6864 77 171 0 7137 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 29244

[startup+882.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1289416/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=31344 CPUtime=881.98
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 7389 0 0 0 88191 7 0 0 25 0 1 0 236236011 32096256 7374 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 7836 7374 77 171 0 7662 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 31344

[startup+942.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1286472/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=34248 CPUtime=941.96
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 8123 0 0 0 94188 8 0 0 25 0 1 0 236236011 35069952 8108 1992294400 134512640 135213614 4294956256 18446744073709551615 134537522 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 8562 8108 77 171 0 8388 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 34248

[startup+1002.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1284680/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=35920 CPUtime=1001.93
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 8559 0 0 0 100185 8 0 0 25 0 1 0 236236011 36782080 8544 1992294400 134512640 135213614 4294956256 18446744073709551615 134537542 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 8980 8544 77 171 0 8806 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 35920

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1283784/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=37112 CPUtime=1061.91
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 8792 0 0 0 106183 8 0 0 25 0 1 0 236236011 38002688 8777 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 9278 8777 77 171 0 9104 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 37112

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1282824/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=37984 CPUtime=1121.89
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 9014 0 0 0 112181 8 0 0 25 0 1 0 236236011 38895616 8999 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 9496 8999 77 171 0 9322 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 37984

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1282824/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=37984 CPUtime=1181.87
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 9014 0 0 0 118179 8 0 0 25 0 1 0 236236011 38895616 8999 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 9496 8999 77 171 0 9322 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 37984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1282824/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=37984 CPUtime=1200.06
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 9014 0 0 0 119998 8 0 0 25 0 1 0 236236011 38895616 8999 1992294400 134512640 135213614 4294956256 18446744073709551615 134537542 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 9496 8999 77 171 0 9322 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 37984

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7037
/proc/meminfo: memFree=1282824/2055920 swapFree=4162568/4192956
[pid=7030] ppid=7028 vsize=37984 CPUtime=1200.06
/proc/7030/stat : 7030 (minisat_static) R 7028 7030 6640 0 -1 4194304 9014 0 0 0 119998 8 0 0 25 0 1 0 236236011 38895616 8999 1992294400 134512640 135213614 4294956256 18446744073709551615 134537542 0 0 4096 3 0 0 0 17 1 0 0
/proc/7030/statm: 9496 8999 77 171 0 9322 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 37984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.99
CPU system time (s): 0.092985
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 37984

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

runsolver used 1.38279 second user time and 2.96355 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-12 00:47:51
IDJOB=1797900
IDBENCH=70873
IDSOLVER=651
FILE ID=node80/1797900-1242082070
PBS_JOBID= 9277657
Free space on /tmp= 66032 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797900-1242082070/watcher-1797900-1242082070 -o /tmp/evaluation-result-1797900-1242082070/solver-1797900-1242082070 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797900-1242082070.cnf

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=329787468

node80.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1319344 kB
Buffers:         76360 kB
Cached:         557484 kB
SwapCached:      25212 kB
Active:         227588 kB
Inactive:       433624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319344 kB
SwapTotal:     4192956 kB
SwapFree:      4162568 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            61240 kB
Committed_AS:   834992 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= 66032 MiB
End job on node80 at 2009-05-12 01:07:53