Trace number 1556718

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
VARSAT-industrial 2009-03-22? (TO) 1200.09 1200.43

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
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 variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
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	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  69641                                                |
0.00/0.00	c |  Number of clauses:    227010                                               |
0.29/0.34	c |  Parsing time:         0.29         s                                       |
0.29/0.34	c |  Timeout:              43200 s
0.29/0.34	c |  Random Seed:          1460251708.000000
0.29/0.34	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.29/0.34	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.34	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.34	c |                                                                             |
1.59/1.62	c ============================[ Search Statistics ]==============================
1.59/1.62	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.62	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.62	c ===============================================================================
1.59/1.62	c |         0 |   28481   163405   553073 |    54468        0    nan |  0.000 % |
2.09/2.11	c |       102 |   28475   163405   553073 |    59915       98     24 |  0.411 % |
3.89/3.94	c |       252 |   28469   163405   553073 |    65906      246    101 |  0.432 % |
5.60/5.66	c |       477 |   28459   163244   552597 |    72497      462    101 |  0.432 % |
8.69/8.71	c |       814 |   28459   163244   552597 |    79747      799     71 |  0.432 % |
13.09/13.11	c |      1320 |   28459   163244   552597 |    87721     1305     97 |  0.432 % |
17.59/17.61	c |      2079 |   28457   163234   552573 |    96493     2062     95 |  0.435 % |
23.19/23.29	c |      3219 |   28457   163234   552573 |   106143     3202     95 |  0.435 % |
35.29/35.38	c |      4929 |   28456   163229   552558 |   116757     4910    102 |  0.437 % |
57.98/58.09	c |      7491 |   28445   163187   552434 |   128433     7469    115 |  0.454 % |
80.06/80.13	c |     11335 |   28437   163125   552279 |   141276    11295    112 |  0.464 % |
125.46/125.53	c |     17101 |   28437   163125   552279 |   155404    17061    121 |  0.464 % |
193.54/193.63	c |     25750 |   28435   163108   552220 |   170944    25706    124 |  0.467 % |
284.91/285.05	c |     38724 |   28435   163091   552161 |   188039    38680    130 |  0.467 % |
447.97/448.11	c |     58185 |   28435   163091   552161 |   206843    58141    138 |  0.467 % |
685.20/685.49	c |     87379 |   28435   163091   552161 |   227527    87335    146 |  0.467 % |
1057.10/1057.44	c |    131168 |   28434   163083   552133 |   250280   131119    147 |  0.468 % |

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-1556718-1238845096/watcher-1556718-1238845096 -o /tmp/evaluation-result-1556718-1238845096/solver-1556718-1238845096 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1460251708 HOME/instance-1556718-1238845096.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.82 1.45 3/73 12003
/proc/meminfo: memFree=1563864/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=4884 CPUtime=0
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 966 0 0 0 0 0 0 0 20 0 1 0 1157173573 5001216 951 1992294400 4194304 5102648 548682068768 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 1221 958 80 221 0 997 0

[startup+0.105571 s]
/proc/loadavg: 1.83 1.82 1.45 3/73 12003
/proc/meminfo: memFree=1563864/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=27040 CPUtime=0.09
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 5839 0 0 0 7 2 0 0 21 0 1 0 1157173573 27688960 5815 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 6760 5816 87 221 0 6536 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27040

[startup+0.20158 s]
/proc/loadavg: 1.83 1.82 1.45 3/73 12003
/proc/meminfo: memFree=1563864/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=36292 CPUtime=0.19
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 8141 0 0 0 16 3 0 0 21 0 1 0 1157173573 37163008 8117 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 9073 8118 87 221 0 8849 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36292

[startup+0.30159 s]
/proc/loadavg: 1.83 1.82 1.45 3/73 12003
/proc/meminfo: memFree=1563864/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=44368 CPUtime=0.29
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 10166 0 0 0 24 5 0 0 22 0 1 0 1157173573 45432832 10142 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 11092 10143 87 221 0 10868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44368

[startup+0.70163 s]
/proc/loadavg: 1.83 1.82 1.45 3/73 12003
/proc/meminfo: memFree=1563864/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=56804 CPUtime=0.69
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 13251 0 0 0 63 6 0 0 25 0 1 0 1157173573 58167296 13227 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 14201 13227 100 221 0 13977 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56804

[startup+1.50171 s]
/proc/loadavg: 1.83 1.82 1.45 2/74 12004
/proc/meminfo: memFree=1495376/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=79112 CPUtime=1.49
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 18562 0 0 0 141 8 0 0 25 0 1 0 1157173573 81010688 18538 1992294400 4194304 5102648 548682068768 18446744073709551615 4267576 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 19778 18538 100 221 0 19554 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79112

[startup+3.10187 s]
/proc/loadavg: 1.83 1.82 1.45 2/74 12004
/proc/meminfo: memFree=1496336/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=70924 CPUtime=3.09
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 18578 0 0 0 300 9 0 0 25 0 1 0 1157173573 72626176 16870 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 17731 16870 112 221 0 17507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70924

[startup+6.3012 s]
/proc/loadavg: 1.77 1.80 1.44 2/74 12004
/proc/meminfo: memFree=1496272/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=70924 CPUtime=6.29
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 18578 0 0 0 620 9 0 0 25 0 1 0 1157173573 72626176 16870 1992294400 4194304 5102648 548682068768 18446744073709551615 4255085 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 17731 16870 112 221 0 17507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70924

[startup+12.7018 s]
/proc/loadavg: 1.71 1.79 1.44 2/74 12004
/proc/meminfo: memFree=1496208/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=70924 CPUtime=12.69
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 18578 0 0 0 1260 9 0 0 25 0 1 0 1157173573 72626176 16870 1992294400 4194304 5102648 548682068768 18446744073709551615 4249080 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 17731 16870 112 221 0 17507 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70924

[startup+25.5011 s]
/proc/loadavg: 1.55 1.75 1.43 2/74 12004
/proc/meminfo: memFree=1496208/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=70924 CPUtime=25.48
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 18578 0 0 0 2539 9 0 0 25 0 1 0 1157173573 72626176 16870 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 17731 16870 112 221 0 17507 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70924

[startup+51.1017 s]
/proc/loadavg: 1.36 1.69 1.42 2/74 12004
/proc/meminfo: memFree=1496208/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=70924 CPUtime=51.08
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 18578 0 0 0 5099 9 0 0 25 0 1 0 1157173573 72626176 16870 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 17731 16870 112 221 0 17507 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70924

[startup+102.302 s]
/proc/loadavg: 1.15 1.58 1.40 2/74 12004
/proc/meminfo: memFree=1493456/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=73680 CPUtime=102.27
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 19304 0 0 0 10217 10 0 0 25 0 1 0 1157173573 75448320 17596 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 18420 17596 112 221 0 18196 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 73680

[startup+162.302 s]
/proc/loadavg: 1.06 1.47 1.37 2/74 12004
/proc/meminfo: memFree=1489232/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=77928 CPUtime=162.24
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 20363 0 0 0 16213 11 0 0 25 0 1 0 1157173573 79798272 18655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 19482 18655 112 221 0 19258 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 77928

[startup+222.306 s]
/proc/loadavg: 1.02 1.38 1.34 2/74 12004
/proc/meminfo: memFree=1484752/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=82360 CPUtime=222.24
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 21471 0 0 0 22211 13 0 0 25 0 1 0 1157173573 84336640 19763 1992294400 4194304 5102648 548682068768 18446744073709551615 4249384 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 20590 19763 112 221 0 20366 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 82360

[startup+282.301 s]
/proc/loadavg: 1.00 1.31 1.32 2/74 12004
/proc/meminfo: memFree=1479696/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=87380 CPUtime=282.21
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 22737 0 0 0 28208 13 0 0 25 0 1 0 1157173573 89477120 21029 1992294400 4194304 5102648 548682068768 18446744073709551615 4254509 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 21845 21029 112 221 0 21621 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 87380

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.30 2/74 12006
/proc/meminfo: memFree=1475216/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=91756 CPUtime=342.19
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 23806 0 0 0 34205 14 0 0 25 0 1 0 1157173573 93958144 22098 1992294400 4194304 5102648 548682068768 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 22939 22098 112 221 0 22715 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 91756

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.27 2/74 12006
/proc/meminfo: memFree=1470608/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=96388 CPUtime=402.17
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 24982 0 0 0 40202 15 0 0 25 0 1 0 1157173573 98701312 23274 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 24097 23274 112 221 0 23873 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 96388

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.26 2/74 12006
/proc/meminfo: memFree=1465616/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=101308 CPUtime=462.16
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 26210 0 0 0 46200 16 0 0 25 0 1 0 1157173573 103739392 24502 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 25327 24502 112 221 0 25103 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 101308

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.24 2/74 12006
/proc/meminfo: memFree=1460688/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=106504 CPUtime=522.14
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 27439 0 0 0 52196 18 0 0 25 0 1 0 1157173573 109060096 25731 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 26626 25731 112 221 0 26402 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 106504

[startup+582.302 s]
/proc/loadavg: 1.06 1.12 1.23 2/74 12006
/proc/meminfo: memFree=1455632/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=111432 CPUtime=582.13
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 28685 0 0 0 58194 19 0 0 25 0 1 0 1157173573 114106368 26977 1992294400 4194304 5102648 548682068768 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 27858 26977 112 221 0 27634 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 111432

[startup+642.302 s]
/proc/loadavg: 1.08 1.11 1.21 2/74 12006
/proc/meminfo: memFree=1450832/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=116400 CPUtime=642.12
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 29936 0 0 0 64191 21 0 0 25 0 1 0 1157173573 119193600 28228 1992294400 4194304 5102648 548682068768 18446744073709551615 4249384 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 29100 28228 112 221 0 28876 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 116400

[startup+702.302 s]
/proc/loadavg: 1.08 1.10 1.20 2/74 12006
/proc/meminfo: memFree=1446288/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=120768 CPUtime=702.09
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 31048 0 0 0 70187 22 0 0 25 0 1 0 1157173573 123666432 29340 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 30192 29340 112 221 0 29968 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 120768

[startup+762.302 s]
/proc/loadavg: 1.08 1.10 1.19 2/74 12006
/proc/meminfo: memFree=1441680/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=125592 CPUtime=762.08
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 32177 0 0 0 76185 23 0 0 25 0 1 0 1157173573 128606208 30469 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 31398 30469 112 221 0 31174 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 125592

[startup+822.302 s]
/proc/loadavg: 1.11 1.11 1.18 2/74 12006
/proc/meminfo: memFree=1437200/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=130084 CPUtime=822.06
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 33319 0 0 0 82182 24 0 0 25 0 1 0 1157173573 133206016 31611 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 32521 31611 112 221 0 32297 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 130084

[startup+882.307 s]
/proc/loadavg: 1.12 1.11 1.18 2/74 12006
/proc/meminfo: memFree=1432720/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=134492 CPUtime=882.05
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 34419 0 0 0 88180 25 0 0 25 0 1 0 1157173573 137719808 32711 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 33623 32711 112 221 0 33399 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 134492

[startup+942.302 s]
/proc/loadavg: 1.04 1.09 1.17 2/74 12006
/proc/meminfo: memFree=1428112/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=138896 CPUtime=942.03
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 35562 0 0 0 94177 26 0 0 25 0 1 0 1157173573 142229504 33854 1992294400 4194304 5102648 548682068768 18446744073709551615 4249022 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 34724 33854 112 221 0 34500 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 138896

[startup+1002.3 s]
/proc/loadavg: 1.01 1.07 1.15 2/74 12006
/proc/meminfo: memFree=1422992/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=144012 CPUtime=1002.01
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 36835 0 0 0 100173 28 0 0 25 0 1 0 1157173573 147468288 35127 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 36003 35127 112 221 0 35779 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 144012

[startup+1062.3 s]
/proc/loadavg: 1.00 1.06 1.14 2/74 12006
/proc/meminfo: memFree=1418896/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=148120 CPUtime=1061.99
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 37849 0 0 0 106170 29 0 0 25 0 1 0 1157173573 151674880 36141 1992294400 4194304 5102648 548682068768 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 37030 36141 112 221 0 36806 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 148120

[startup+1122.3 s]
/proc/loadavg: 1.00 1.04 1.13 2/74 12006
/proc/meminfo: memFree=1413712/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=153848 CPUtime=1121.98
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 39139 0 0 0 112168 30 0 0 25 0 1 0 1157173573 157540352 37431 1992294400 4194304 5102648 548682068768 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 38462 37431 112 221 0 38238 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 153848

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.12 2/74 12006
/proc/meminfo: memFree=1410640/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=156836 CPUtime=1181.96
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 39912 0 0 0 118165 31 0 0 25 0 1 0 1157173573 160600064 38204 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 39209 38204 112 221 0 38985 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 156836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.03 1.12 2/74 12006
/proc/meminfo: memFree=1409232/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=158168 CPUtime=1200.07
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 40234 0 0 0 119975 32 0 0 25 0 1 0 1157173573 161964032 38526 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 39542 38526 112 221 0 39318 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 158168

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.03 1.12 2/74 12006
/proc/meminfo: memFree=1409232/2055920 swapFree=4177516/4192956
[pid=12003] ppid=12001 vsize=158168 CPUtime=1200.07
/proc/12003/stat : 12003 (varsat-industri) R 12001 12003 11846 0 -1 4194304 40234 0 0 0 119975 32 0 0 25 0 1 0 1157173573 161964032 38526 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12003/statm: 39542 38526 112 221 0 39318 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 158168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.09
CPU user time (s): 1199.75
CPU system time (s): 0.343947
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 158168

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

runsolver used 1.22481 second user time and 3.15352 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-04 13:38:16
IDJOB=1556718
IDBENCH=70824
IDSOLVER=538
FILE ID=node84/1556718-1238845096
PBS_JOBID= 9085859
Free space on /tmp= 66528 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-14.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556718-1238845096/watcher-1556718-1238845096 -o /tmp/evaluation-result-1556718-1238845096/solver-1556718-1238845096 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1460251708 HOME/instance-1556718-1238845096.cnf

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED=1460251708

node84.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.231
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.231
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:       1564344 kB
Buffers:         44588 kB
Cached:         387360 kB
SwapCached:       7332 kB
Active:         184216 kB
Inactive:       257520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564344 kB
SwapTotal:     4192956 kB
SwapFree:      4177516 kB
Dirty:            5120 kB
Writeback:           0 kB
Mapped:          14576 kB
Slab:            34936 kB
Committed_AS:  3199848 kB
PageTables:       1980 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= 66528 MiB
End job on node84 at 2009-04-04 13:58:19