Trace number 1556717

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-crafted 2009-03-22? (TO) 1200.06 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.36	c |  Parsing time:         0.31         s                                       |
0.29/0.36	c |  Timeout:              43200 s
0.29/0.36	c |  Random Seed:          1544329239.000000
0.29/0.36	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.29/0.36	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.36	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.36	c |                                                                             |
1.59/1.69	c ============================[ Search Statistics ]==============================
1.59/1.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.69	c ===============================================================================
1.59/1.69	c |         0 |   28481   163405   553073 |    54468        0    nan |  0.000 % |
2.10/2.14	c |       100 |   28477   163405   553073 |    59915       97      3 |  0.406 % |
2.79/2.80	c |       250 |   28477   163405   553073 |    65906      247     18 |  0.406 % |
4.79/4.89	c |       476 |   28476   163405   553073 |    72497      472     19 |  0.414 % |
8.59/8.68	c |       814 |   28471   163321   552814 |    79747      801     89 |  0.416 % |
12.39/12.41	c |      1320 |   28467   163311   552787 |    87721     1305     92 |  0.435 % |
17.39/17.45	c |      2080 |   28457   163234   552570 |    96493     2055     67 |  0.435 % |
26.68/26.73	c |      3220 |   28454   163224   552546 |   106143     3192     90 |  0.439 % |
40.58/40.62	c |      4928 |   28453   163214   552522 |   116757     4899    112 |  0.441 % |
63.27/63.33	c |      7491 |   28453   163214   552522 |   128433     7462     92 |  0.441 % |
91.16/91.28	c |     11336 |   28453   163214   552522 |   141276    11307    104 |  0.441 % |
129.94/130.06	c |     17103 |   28449   163191   552455 |   155404    17066    113 |  0.447 % |
203.53/203.66	c |     25752 |   28449   163191   552455 |   170944    25715    125 |  0.447 % |
309.19/309.33	c |     38726 |   28442   163132   552272 |   188039    38684    110 |  0.457 % |
480.84/481.03	c |     58191 |   28439   163117   552236 |   206843    58143    127 |  0.461 % |
675.08/675.30	c |     87384 |   28439   163117   552236 |   227527    87336    100 |  0.461 % |
1133.14/1133.56	c |    131173 |   28435   163100   552192 |   250280   131124    110 |  0.467 % |

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-1556717-1238845093/watcher-1556717-1238845093 -o /tmp/evaluation-result-1556717-1238845093/solver-1556717-1238845093 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1544329239 HOME/instance-1556717-1238845093.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.92 0.98 0.99 3/65 9714
/proc/meminfo: memFree=1478416/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=4884 CPUtime=0
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 847 0 0 0 0 0 0 0 18 0 1 0 368230054 5001216 832 1992294400 4194304 5102648 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 1221 840 78 221 0 997 0

[startup+0.0156569 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 9714
/proc/meminfo: memFree=1478416/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=8500 CPUtime=0
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 1936 0 0 0 0 0 0 0 18 0 1 0 368230054 8704000 1921 1992294400 4194304 5102648 548682068800 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 2125 1924 84 221 0 1901 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8500

[startup+0.101668 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 9714
/proc/meminfo: memFree=1478416/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=25984 CPUtime=0.09
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 5531 0 0 0 7 2 0 0 18 0 1 0 368230054 26607616 5507 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 6496 5510 87 221 0 6272 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25984

[startup+0.301692 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 9714
/proc/meminfo: memFree=1478416/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=43444 CPUtime=0.29
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 9882 0 0 0 25 4 0 0 19 0 1 0 368230054 44486656 9858 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 10861 9859 87 221 0 10637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43444

[startup+0.701742 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 9714
/proc/meminfo: memFree=1478416/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=55880 CPUtime=0.69
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 13000 0 0 0 63 6 0 0 22 0 1 0 368230054 57221120 12976 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 13970 12976 100 221 0 13746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55880

[startup+1.50184 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1416456/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=78616 CPUtime=1.49
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 18469 0 0 0 140 9 0 0 25 0 1 0 368230054 80502784 18445 1992294400 4194304 5102648 548682068800 18446744073709551615 4273043 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 19654 18445 100 221 0 19430 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78616

[startup+3.10105 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1410888/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=70924 CPUtime=3.09
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 18581 0 0 0 300 9 0 0 25 0 1 0 368230054 72626176 16873 1992294400 4194304 5102648 548682068800 18446744073709551615 4214290 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 17731 16873 115 221 0 17507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70924

[startup+6.30145 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1410760/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=70924 CPUtime=6.29
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 18581 0 0 0 620 9 0 0 25 0 1 0 368230054 72626176 16873 1992294400 4194304 5102648 548682068800 18446744073709551615 4255900 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 17731 16873 115 221 0 17507 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70924

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1410696/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=70924 CPUtime=12.69
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 18581 0 0 0 1260 9 0 0 25 0 1 0 368230054 72626176 16873 1992294400 4194304 5102648 548682068800 18446744073709551615 4214180 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 17731 16873 115 221 0 17507 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70924

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1410696/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=70924 CPUtime=25.48
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 18581 0 0 0 2539 9 0 0 25 0 1 0 368230054 72626176 16873 1992294400 4194304 5102648 548682068800 18446744073709551615 4249373 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 17731 16873 115 221 0 17507 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70924

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1410888/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=70924 CPUtime=51.07
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 18581 0 0 0 5098 9 0 0 25 0 1 0 368230054 72626176 16873 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 17731 16873 115 221 0 17507 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70924

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1409032/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=72680 CPUtime=102.26
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 19051 0 0 0 10216 10 0 0 25 0 1 0 368230054 74424320 17343 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 18170 17343 115 221 0 17946 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72680

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1404552/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=77216 CPUtime=162.24
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 20176 0 0 0 16213 11 0 0 25 0 1 0 368230054 79069184 18468 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 19304 18468 115 221 0 19080 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 77216

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1400712/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=80988 CPUtime=222.22
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 21097 0 0 0 22210 12 0 0 25 0 1 0 368230054 82931712 19389 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 20247 19389 115 221 0 20023 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 80988

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1398600/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=82968 CPUtime=282.2
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 21633 0 0 0 28207 13 0 0 25 0 1 0 368230054 84959232 19925 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 20742 19925 115 221 0 20518 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 82968

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1394760/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=86868 CPUtime=342.18
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 22576 0 0 0 34204 14 0 0 25 0 1 0 368230054 88952832 20868 1992294400 4194304 5102648 548682068800 18446744073709551615 4254525 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 21717 20868 115 221 0 21493 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 86868

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1390344/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=91224 CPUtime=402.16
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 23687 0 0 0 40201 15 0 0 25 0 1 0 368230054 93413376 21979 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 22806 21979 115 221 0 22582 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 91224

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1385864/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=95608 CPUtime=462.15
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 24794 0 0 0 46198 17 0 0 25 0 1 0 368230054 97902592 23086 1992294400 4194304 5102648 548682068800 18446744073709551615 4249986 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 23902 23086 115 221 0 23678 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 95608

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1383432/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=98448 CPUtime=522.13
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 25418 0 0 0 52196 17 0 0 25 0 1 0 368230054 100810752 23710 1992294400 4194304 5102648 548682068800 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 24612 23710 115 221 0 24388 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 98448

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1383048/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=98712 CPUtime=582.11
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 25506 0 0 0 58194 17 0 0 25 0 1 0 368230054 101081088 23798 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 24678 23798 115 221 0 24454 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 98712

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1381320/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=100388 CPUtime=642.1
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 25934 0 0 0 64192 18 0 0 25 0 1 0 368230054 102797312 24226 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 25097 24226 115 221 0 24873 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 100388

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1377928/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=103788 CPUtime=702.08
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 26783 0 0 0 70189 19 0 0 25 0 1 0 368230054 106278912 25075 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 25947 25075 115 221 0 25723 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 103788

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1373640/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=108384 CPUtime=762.06
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 27847 0 0 0 76186 20 0 0 25 0 1 0 368230054 110985216 26139 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 27096 26139 115 221 0 26872 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 108384

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1369928/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=111972 CPUtime=822.04
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 28763 0 0 0 82182 22 0 0 25 0 1 0 368230054 114659328 27055 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 27993 27055 115 221 0 27769 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 111972

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1366216/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=115536 CPUtime=882.02
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 29679 0 0 0 88179 23 0 0 25 0 1 0 368230054 118308864 27971 1992294400 4194304 5102648 548682068800 18446744073709551615 4249208 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 28884 27971 115 221 0 28660 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 115536

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1361992/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=119788 CPUtime=942
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 30738 0 0 0 94176 24 0 0 25 0 1 0 368230054 122662912 29030 1992294400 4194304 5102648 548682068800 18446744073709551615 4254512 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 29947 29030 115 221 0 29723 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 119788

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1358088/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=123548 CPUtime=1001.99
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 31678 0 0 0 100174 25 0 0 25 0 1 0 368230054 126513152 29970 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 30887 29970 115 221 0 30663 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 123548

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1356104/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=125540 CPUtime=1061.97
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 32170 0 0 0 106172 25 0 0 25 0 1 0 368230054 128552960 30462 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 31385 30462 115 221 0 31161 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 125540

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9715
/proc/meminfo: memFree=1355208/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=126308 CPUtime=1121.94
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 32375 0 0 0 112169 25 0 0 25 0 1 0 368230054 129339392 30667 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 31577 30667 115 221 0 31353 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 126308

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9717
/proc/meminfo: memFree=1349768/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=132152 CPUtime=1181.92
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 33720 0 0 0 118166 26 0 0 25 0 1 0 368230054 135323648 32012 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 33038 32012 115 221 0 32814 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 132152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9717
/proc/meminfo: memFree=1348616/2055920 swapFree=4180116/4192956
[pid=9714] ppid=9712 vsize=133216 CPUtime=1200.03
/proc/9714/stat : 9714 (varsat-crafted_) R 9712 9714 9408 0 -1 4194304 34018 0 0 0 119976 27 0 0 25 0 1 0 368230054 136413184 32310 1992294400 4194304 5102648 548682068800 18446744073709551615 4249052 0 0 4096 3 0 0 0 17 1 0 0
/proc/9714/statm: 33304 32310 115 221 0 33080 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 133216

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.43
CPU time (s): 1200.06
CPU user time (s): 1199.77
CPU system time (s): 0.292955
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 133216

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

runsolver used 1.04084 second user time and 3.33649 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-04 13:38:13
IDJOB=1556717
IDBENCH=70824
IDSOLVER=537
FILE ID=node54/1556717-1238845093
PBS_JOBID= 9085824
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED=1544329239

node54.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.232
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.232
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:       1478832 kB
Buffers:         53824 kB
Cached:         447644 kB
SwapCached:       6628 kB
Active:         220768 kB
Inactive:       290560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478832 kB
SwapTotal:     4192956 kB
SwapFree:      4180116 kB
Dirty:            5108 kB
Writeback:           0 kB
Mapped:          15264 kB
Slab:            51636 kB
Committed_AS:  1400960 kB
PageTables:       1388 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= 66536 MiB
End job on node54 at 2009-04-04 13:58:16