Trace number 1559526

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.12 1200.92

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.481
Satisfiable
(Un)Satisfiability was proved
Number of variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
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:  31931                                                |
0.00/0.00	c |  Number of clauses:    96111                                                |
0.09/0.13	c |  Parsing time:         0.11         s                                       |
0.09/0.13	c |  Timeout:              43200 s
0.09/0.13	c |  Random Seed:          479640599.000000
0.09/0.13	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.09/0.13	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.13	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.13	c |                                                                             |
0.69/0.74	c ============================[ Search Statistics ]==============================
0.69/0.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.74	c ===============================================================================
0.69/0.74	c |         0 |   14297    59235   165372 |    19745        0    nan |  0.000 % |
0.89/0.94	c |       100 |   14267    59235   165372 |    21719       95     33 |  4.300 % |
1.59/1.66	c |       250 |   13892    57145   160167 |    23891      244     51 |  4.331 % |
3.07/3.51	c |       476 |   13892    57145   160167 |    26280      470     43 |  4.331 % |
4.86/5.35	c |       814 |   13892    57145   160167 |    28908      808     42 |  4.331 % |
7.66/8.11	c |      1321 |   13892    57145   160167 |    31799     1315     35 |  4.331 % |
11.96/12.43	c |      2081 |   13892    57145   160167 |    34979     2075     31 |  4.331 % |
18.06/18.59	c |      3220 |   13892    57145   160167 |    38477     3214     33 |  4.331 % |
27.44/27.90	c |      4928 |   13892    57145   160167 |    42325     4922     30 |  4.331 % |
37.95/38.46	c |      7491 |   13892    57145   160167 |    46557     7485     39 |  4.331 % |
57.64/58.17	c |     11336 |   13892    57145   160167 |    51213    11330     39 |  4.331 % |
81.63/82.17	c |     17102 |   13892    57145   160167 |    56334    17096     43 |  4.331 % |
120.02/120.53	c |     25751 |   13892    57145   160167 |    61968    25745     47 |  4.331 % |
179.80/180.35	c |     38725 |   13892    57145   160167 |    68165    38719     49 |  4.331 % |
279.98/280.57	c |     58186 |   13892    57145   160167 |    74981    58180     51 |  4.331 % |
452.12/452.76	c |     87378 |   13892    57145   160167 |    82479    24723     44 |  4.331 % |
684.65/685.32	c |    131168 |   13892    57145   160167 |    90727    68513     47 |  4.331 % |
1039.24/1040.03	c |    196852 |   13892    57145   160167 |    99800    58486     43 |  4.331 % |

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-1559526-1238884636/watcher-1559526-1238884636 -o /tmp/evaluation-result-1559526-1238884636/solver-1559526-1238884636 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=479640599 HOME/instance-1559526-1238884636.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: 0.91 0.97 0.99 3/64 5158
/proc/meminfo: memFree=1785256/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=3904 CPUtime=0
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 810 0 0 0 0 0 0 0 18 0 1 0 1161129349 3997696 795 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 976 796 82 221 0 752 0

[startup+0.02953 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5158
/proc/meminfo: memFree=1785256/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=10312 CPUtime=0.02
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 2132 0 0 0 2 0 0 0 18 0 1 0 1161129349 10559488 2117 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 2578 2118 87 221 0 2354 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10312

[startup+0.101538 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5158
/proc/meminfo: memFree=1785256/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=18096 CPUtime=0.09
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 3986 0 0 0 8 1 0 0 18 0 1 0 1161129349 18530304 3971 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 4524 3972 87 221 0 4300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18096

[startup+0.301561 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5158
/proc/meminfo: memFree=1785256/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=26600 CPUtime=0.29
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 6190 0 0 0 27 2 0 0 19 0 1 0 1161129349 27238400 6175 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 6650 6175 100 221 0 6426 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26600

[startup+0.701606 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 5158
/proc/meminfo: memFree=1785256/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=33908 CPUtime=0.69
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 7830 0 0 0 66 3 0 0 22 0 1 0 1161129349 34721792 7815 1992294400 4194304 5102648 548682068784 18446744073709551615 4267600 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 8477 7815 100 221 0 8253 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33908

[startup+1.5017 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5159
/proc/meminfo: memFree=1756896/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=30272 CPUtime=1.49
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 7842 0 0 0 146 3 0 0 25 0 1 0 1161129349 30998528 7125 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 7568 7125 112 221 0 7344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30272

[startup+3.10189 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 5159
/proc/meminfo: memFree=1756768/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=30272 CPUtime=2.87
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 7842 0 0 0 284 3 0 0 25 0 1 0 1161129349 30998528 7125 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 7568 7125 112 221 0 7344 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 30272

[startup+6.30125 s]
/proc/loadavg: 1.08 1.00 1.01 2/65 5159
/proc/meminfo: memFree=1756640/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=30272 CPUtime=5.86
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 7842 0 0 0 583 3 0 0 25 0 1 0 1161129349 30998528 7125 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 7568 7125 112 221 0 7344 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 30272

[startup+12.702 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1756576/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=30272 CPUtime=12.26
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 7842 0 0 0 1223 3 0 0 25 0 1 0 1161129349 30998528 7125 1992294400 4194304 5102648 548682068784 18446744073709551615 4250007 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 7568 7125 112 221 0 7344 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 30272

[startup+25.5015 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1756576/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=30424 CPUtime=25.05
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 7876 0 0 0 2502 3 0 0 25 0 1 0 1161129349 31154176 7159 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 7606 7159 112 221 0 7382 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 30424

[startup+51.1014 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1756192/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=30840 CPUtime=50.64
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 7972 0 0 0 5061 3 0 0 25 0 1 0 1161129349 31580160 7255 1992294400 4194304 5102648 548682068784 18446744073709551615 4254525 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 7710 7255 112 221 0 7486 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 30840

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1755616/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=31508 CPUtime=101.83
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 8110 0 0 0 10180 3 0 0 25 0 1 0 1161129349 32264192 7393 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 7877 7393 112 221 0 7653 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 31508

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1752736/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=34344 CPUtime=161.81
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 8830 0 0 0 16177 4 0 0 25 0 1 0 1161129349 35168256 8113 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 8586 8113 112 221 0 8362 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 34344

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1748960/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=38312 CPUtime=221.79
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 9764 0 0 0 22174 5 0 0 25 0 1 0 1161129349 39231488 9047 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 9578 9047 112 221 0 9354 0
Current children cumulated CPU time (s) 221.79
Current children cumulated vsize (KiB) 38312

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1745696/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=41488 CPUtime=281.77
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 10576 0 0 0 28171 6 0 0 25 0 1 0 1161129349 42483712 9859 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 10372 9859 112 221 0 10148 0
Current children cumulated CPU time (s) 281.77
Current children cumulated vsize (KiB) 41488

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1742752/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=44516 CPUtime=341.75
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 11278 0 0 0 34169 6 0 0 25 0 1 0 1161129349 45584384 10561 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 11129 10561 112 221 0 10905 0
Current children cumulated CPU time (s) 341.75
Current children cumulated vsize (KiB) 44516

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1740640/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=46572 CPUtime=401.73
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 11817 0 0 0 40166 7 0 0 25 0 1 0 1161129349 47689728 11100 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 11643 11100 112 221 0 11419 0
Current children cumulated CPU time (s) 401.73
Current children cumulated vsize (KiB) 46572

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1740128/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=47060 CPUtime=461.71
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 11911 0 0 0 46164 7 0 0 25 0 1 0 1161129349 48189440 11194 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 11765 11194 112 221 0 11541 0
Current children cumulated CPU time (s) 461.71
Current children cumulated vsize (KiB) 47060

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5159
/proc/meminfo: memFree=1739680/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=47452 CPUtime=521.69
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 12026 0 0 0 52162 7 0 0 25 0 1 0 1161129349 48590848 11309 1992294400 4194304 5102648 548682068784 18446744073709551615 4255828 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 11863 11309 112 221 0 11639 0
Current children cumulated CPU time (s) 521.69
Current children cumulated vsize (KiB) 47452

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5160
/proc/meminfo: memFree=1739296/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=47800 CPUtime=581.67
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 12083 0 0 0 58160 7 0 0 25 0 1 0 1161129349 48947200 11366 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 11950 11366 112 221 0 11726 0
Current children cumulated CPU time (s) 581.67
Current children cumulated vsize (KiB) 47800

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1739232/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=47800 CPUtime=641.66
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 12111 0 0 0 64159 7 0 0 25 0 1 0 1161129349 48947200 11394 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 11950 11394 112 221 0 11726 0
Current children cumulated CPU time (s) 641.66
Current children cumulated vsize (KiB) 47800

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1738912/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=48300 CPUtime=701.65
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 12185 0 0 0 70157 8 0 0 25 0 1 0 1161129349 49459200 11468 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 12075 11468 112 221 0 11851 0
Current children cumulated CPU time (s) 701.65
Current children cumulated vsize (KiB) 48300

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1738336/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=48868 CPUtime=761.63
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 12330 0 0 0 76155 8 0 0 25 0 1 0 1161129349 50040832 11613 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 12217 11613 112 221 0 11993 0
Current children cumulated CPU time (s) 761.63
Current children cumulated vsize (KiB) 48868

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1736352/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=50812 CPUtime=821.61
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 12819 0 0 0 82153 8 0 0 25 0 1 0 1161129349 52031488 12102 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 12703 12102 112 221 0 12479 0
Current children cumulated CPU time (s) 821.61
Current children cumulated vsize (KiB) 50812

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1735200/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=52260 CPUtime=881.59
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13086 0 0 0 88151 8 0 0 25 0 1 0 1161129349 53514240 12369 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13065 12369 112 221 0 12841 0
Current children cumulated CPU time (s) 881.59
Current children cumulated vsize (KiB) 52260

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1735136/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=52260 CPUtime=941.57
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13088 0 0 0 94149 8 0 0 25 0 1 0 1161129349 53514240 12371 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13065 12371 112 221 0 12841 0
Current children cumulated CPU time (s) 941.57
Current children cumulated vsize (KiB) 52260

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1735136/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=52260 CPUtime=1001.55
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13088 0 0 0 100147 8 0 0 25 0 1 0 1161129349 53514240 12371 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13065 12371 112 221 0 12841 0
Current children cumulated CPU time (s) 1001.55
Current children cumulated vsize (KiB) 52260

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1734688/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=52688 CPUtime=1061.53
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13207 0 0 0 106145 8 0 0 25 0 1 0 1161129349 53952512 12490 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13172 12490 112 221 0 12948 0
Current children cumulated CPU time (s) 1061.53
Current children cumulated vsize (KiB) 52688

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1734176/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=53220 CPUtime=1121.51
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13324 0 0 0 112143 8 0 0 25 0 1 0 1161129349 54497280 12607 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13305 12607 112 221 0 13081 0
Current children cumulated CPU time (s) 1121.51
Current children cumulated vsize (KiB) 53220

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1733856/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=53648 CPUtime=1181.49
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13396 0 0 0 118141 8 0 0 25 0 1 0 1161129349 54935552 12679 1992294400 4194304 5102648 548682068784 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13412 12679 112 221 0 13188 0
Current children cumulated CPU time (s) 1181.49
Current children cumulated vsize (KiB) 53648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1733792/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=53648 CPUtime=1200.09
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13402 0 0 0 120001 8 0 0 25 0 1 0 1161129349 54935552 12685 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13412 12685 112 221 0 13188 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 53648

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

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

[startup+1200.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5161
/proc/meminfo: memFree=1733792/2055920 swapFree=4175692/4192956
[pid=5158] ppid=5156 vsize=53648 CPUtime=1200.09
/proc/5158/stat : 5158 (varsat-industri) R 5156 5158 5059 0 -1 4194304 13402 0 0 0 120001 8 0 0 25 0 1 0 1161129349 54935552 12685 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/5158/statm: 13412 12685 112 221 0 13188 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 53648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.92
CPU time (s): 1200.12
CPU user time (s): 1200.02
CPU system time (s): 0.097985
CPU usage (%): 99.9334
Max. virtual memory (cumulated for all children) (KiB): 53648

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

runsolver used 1.22781 second user time and 2.70459 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-05 00:37:16
IDJOB=1559526
IDBENCH=70878
IDSOLVER=538
FILE ID=node28/1559526-1238884636
PBS_JOBID= 9086024
Free space on /tmp= 66412 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-25-s100.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559526-1238884636/watcher-1559526-1238884636 -o /tmp/evaluation-result-1559526-1238884636/solver-1559526-1238884636 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=479640599 HOME/instance-1559526-1238884636.cnf

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=479640599

node28.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.212
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.212
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:       1785672 kB
Buffers:         37320 kB
Cached:         164468 kB
SwapCached:      10440 kB
Active:          33304 kB
Inactive:       181788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785672 kB
SwapTotal:     4192956 kB
SwapFree:      4175692 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          17832 kB
Slab:            40940 kB
Committed_AS:  3257096 kB
PageTables:       1428 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= 66408 MiB
End job on node28 at 2009-04-05 00:57:19