Trace number 1797902

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.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-23-s100.cnf
MD5SUMaa3fff3e05d3f50a3d088c22afa455ea
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 variables31711
Number of clauses95400
Sum of the clauses size224926
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261146
Number of clauses of size 334190
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:  31711                                                |
0.00/0.00	|  Number of clauses:    95400                                                |
0.01/0.05	|  Parsing time:         0.05         s                                       |
0.01/0.06	============================[ Search Statistics ]==============================
0.01/0.06	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.06	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.06	===============================================================================
0.01/0.06	|         0 |   31563    94916   223767 |    31638        0    nan |  0.000 % |
0.19/0.28	|       101 |   31534    94916   223767 |    34802       92     32 |  1.015 % |
1.09/1.19	|       252 |   31286    93747   220958 |    38282      197     22 |  1.422 % |
2.19/2.25	|       477 |   31181    93260   219809 |    42111      411     30 |  1.671 % |
3.69/3.77	|       815 |   31181    93260   219809 |    46322      749     33 |  1.671 % |
7.49/7.59	|      1322 |   31175    93236   219741 |    50954     1254     34 |  1.690 % |
13.19/13.21	|      2081 |   31175    93236   219741 |    56049     2013     30 |  1.690 % |
22.88/23.00	|      3220 |   31175    93236   219741 |    61654     3152     29 |  1.690 % |
36.38/36.49	|      4929 |   31154    93146   219485 |    67820     4853     28 |  1.766 % |
56.08/56.10	|      7492 |   31145    93108   219371 |    74602     7414     29 |  1.785 % |
73.37/73.44	|     11336 |   31142    93094   219329 |    82062    11257     33 |  1.794 % |
124.26/124.35	|     17102 |   31077    92830   218727 |    90268    17021     36 |  2.217 % |
191.74/191.80	|     25753 |   31008    92570   218138 |    99295    25663     33 |  2.217 % |
319.00/319.12	|     38727 |   31008    92570   218138 |   109225    38637     31 |  2.217 % |
518.65/518.86	|     58188 |   30999    92534   218040 |   120147    58095     28 |  2.245 % |
820.57/820.83	|     87380 |   30999    92534   218040 |   132162    87287     28 |  2.245 % |

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-1797902-1242081977/watcher-1797902-1242081977 -o /tmp/evaluation-result-1797902-1242081977/solver-1797902-1242081977 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797902-1242081977.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.91 0.98 0.99 3/65 13169
/proc/meminfo: memFree=1569576/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=2668 CPUtime=0
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 236230818 2732032 505 1992294400 134512640 135213614 4294956256 18446744073709551615 134524573 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 667 510 58 171 0 493 0

[startup+0.0236519 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 13169
/proc/meminfo: memFree=1569576/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=5336 CPUtime=0.01
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1081 0 0 0 1 0 0 0 18 0 1 0 236230818 5464064 1066 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 1334 1067 58 171 0 1160 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5336

[startup+0.10167 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 13169
/proc/meminfo: memFree=1569576/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8392 CPUtime=0.09
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1823 0 0 0 9 0 0 0 18 0 1 0 236230818 8593408 1808 1992294400 134512640 135213614 4294956256 18446744073709551615 134526680 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2098 1808 75 171 0 1924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8392

[startup+0.301682 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 13169
/proc/meminfo: memFree=1569576/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8392 CPUtime=0.29
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1825 0 0 0 29 0 0 0 19 0 1 0 236230818 8593408 1810 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2098 1810 77 171 0 1924 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8392

[startup+0.701728 s]
/proc/loadavg: 0.91 0.98 0.99 3/65 13169
/proc/meminfo: memFree=1569576/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8392 CPUtime=0.69
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1825 0 0 0 69 0 0 0 22 0 1 0 236230818 8593408 1810 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2098 1810 77 171 0 1924 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8392

[startup+1.50182 s]
/proc/loadavg: 0.91 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1562528/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8392 CPUtime=1.49
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1826 0 0 0 149 0 0 0 25 0 1 0 236230818 8593408 1811 1992294400 134512640 135213614 4294956256 18446744073709551615 134536168 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2098 1811 77 171 0 1924 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8392

[startup+3.102 s]
/proc/loadavg: 0.91 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1562400/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8524 CPUtime=3.09
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1830 0 0 0 308 1 0 0 25 0 1 0 236230818 8728576 1815 1992294400 134512640 135213614 4294956256 18446744073709551615 134526874 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2131 1815 77 171 0 1957 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8524

[startup+6.30136 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1562272/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8524 CPUtime=6.29
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1849 0 0 0 628 1 0 0 25 0 1 0 236230818 8728576 1834 1992294400 134512640 135213614 4294956256 18446744073709551615 134536758 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2131 1834 77 171 0 1957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8524

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1562016/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8656 CPUtime=12.69
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1879 0 0 0 1268 1 0 0 25 0 1 0 236230818 8863744 1864 1992294400 134512640 135213614 4294956256 18446744073709551615 134537550 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2164 1864 77 171 0 1990 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8656

[startup+25.5025 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1561696/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=8924 CPUtime=25.49
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 1948 0 0 0 2548 1 0 0 25 0 1 0 236230818 9138176 1933 1992294400 134512640 135213614 4294956256 18446744073709551615 134537547 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2231 1933 77 171 0 2057 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8924

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1561248/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=9456 CPUtime=51.07
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 2084 0 0 0 5106 1 0 0 25 0 1 0 236230818 9682944 2069 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2364 2069 77 171 0 2190 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9456

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1559712/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=11076 CPUtime=102.27
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 2465 0 0 0 10225 2 0 0 25 0 1 0 236230818 11341824 2450 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 2769 2450 77 171 0 2595 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11076

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1558432/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=12196 CPUtime=162.25
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 2768 0 0 0 16223 2 0 0 25 0 1 0 236230818 12488704 2753 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 3049 2753 77 171 0 2875 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12196

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1557344/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=13444 CPUtime=222.23
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 3037 0 0 0 22221 2 0 0 25 0 1 0 236230818 13766656 3022 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 3361 3022 77 171 0 3187 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 13444

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1556256/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=14436 CPUtime=282.22
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 3287 0 0 0 28219 3 0 0 25 0 1 0 236230818 14782464 3272 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 3609 3272 77 171 0 3435 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 14436

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1555360/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=15444 CPUtime=342.2
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 3537 0 0 0 34217 3 0 0 25 0 1 0 236230818 15814656 3522 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 3861 3522 77 171 0 3687 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 15444

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1554528/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=16124 CPUtime=402.18
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 3713 0 0 0 40214 4 0 0 25 0 1 0 236230818 16510976 3698 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 4031 3698 77 171 0 3857 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 16124

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1553824/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=17008 CPUtime=462.17
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 3915 0 0 0 46213 4 0 0 25 0 1 0 236230818 17416192 3900 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 4252 3900 77 171 0 4078 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 17008

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1552672/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=18084 CPUtime=522.15
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 4201 0 0 0 52211 4 0 0 25 0 1 0 236230818 18518016 4186 1992294400 134512640 135213614 4294956256 18446744073709551615 134536669 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 4521 4186 77 171 0 4347 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 18084

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1551776/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=19036 CPUtime=582.13
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 4414 0 0 0 58209 4 0 0 25 0 1 0 236230818 19492864 4399 1992294400 134512640 135213614 4294956256 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 4759 4399 77 171 0 4585 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 19036

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1550816/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=19992 CPUtime=642.13
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 4638 0 0 0 64208 5 0 0 25 0 1 0 236230818 20471808 4623 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 4998 4623 77 171 0 4824 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 19992

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1550176/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=20520 CPUtime=702.1
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 4796 0 0 0 70205 5 0 0 25 0 1 0 236230818 21012480 4781 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 5130 4781 77 171 0 4956 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 20520

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1549280/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=21444 CPUtime=762.09
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 5014 0 0 0 76204 5 0 0 25 0 1 0 236230818 21958656 4999 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 5361 4999 77 171 0 5187 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 21444

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1548448/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=22572 CPUtime=822.07
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 5314 0 0 0 82201 6 0 0 25 0 1 0 236230818 23113728 5299 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 5643 5299 77 171 0 5469 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 22572

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13170
/proc/meminfo: memFree=1547168/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=23608 CPUtime=882.06
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 5537 0 0 0 88199 7 0 0 25 0 1 0 236230818 24174592 5513 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 5902 5513 77 171 0 5728 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 23608

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13176
/proc/meminfo: memFree=1546528/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=24268 CPUtime=942.03
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 5701 0 0 0 94196 7 0 0 25 0 1 0 236230818 24850432 5677 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 6067 5677 77 171 0 5893 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 24268

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13176
/proc/meminfo: memFree=1545568/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=25356 CPUtime=1002.02
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 5937 0 0 0 100194 8 0 0 25 0 1 0 236230818 25964544 5913 1992294400 134512640 135213614 4294956256 18446744073709551615 134526832 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 6339 5913 77 171 0 6165 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 25356

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13176
/proc/meminfo: memFree=1544352/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=26624 CPUtime=1062
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 6232 0 0 0 106192 8 0 0 25 0 1 0 236230818 27262976 6208 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 6656 6208 77 171 0 6482 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 26624

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13176
/proc/meminfo: memFree=1543584/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=27332 CPUtime=1121.99
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 6422 0 0 0 112190 9 0 0 25 0 1 0 236230818 27987968 6398 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 6833 6398 77 171 0 6659 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 27332

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13176
/proc/meminfo: memFree=1542240/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=28796 CPUtime=1181.96
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 6766 0 0 0 118187 9 0 0 25 0 1 0 236230818 29487104 6742 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 7199 6742 77 171 0 7025 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 28796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13176
/proc/meminfo: memFree=1541664/2055920 swapFree=4159984/4192956
[pid=13169] ppid=13167 vsize=29356 CPUtime=1200.07
/proc/13169/stat : 13169 (minisat_static) R 13167 13169 12671 0 -1 4194304 6893 0 0 0 119997 10 0 0 25 0 1 0 236230818 30060544 6869 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/13169/statm: 7339 6869 77 171 0 7165 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29356

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.41
CPU time (s): 1200.08
CPU user time (s): 1199.98
CPU system time (s): 0.104984
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 29356

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

runsolver used 1.44478 second user time and 2.90956 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-12 00:46:17
IDJOB=1797902
IDBENCH=70868
IDSOLVER=651
FILE ID=node32/1797902-1242081977
PBS_JOBID= 9277596
Free space on /tmp= 66032 MiB

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

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

MD5SUM BENCH= aa3fff3e05d3f50a3d088c22afa455ea
RANDOM SEED=201118210

node32.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.216
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.216
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:       1570056 kB
Buffers:         52648 kB
Cached:         345384 kB
SwapCached:      26560 kB
Active:          26756 kB
Inactive:       399256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570056 kB
SwapTotal:     4192956 kB
SwapFree:      4159984 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          14292 kB
Slab:            45580 kB
Committed_AS:   850580 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node32 at 2009-05-12 01:06:19