Trace number 1557030

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.05 1200.42

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
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:  69561                                                |
0.00/0.00	c |  Number of clauses:    226787                                               |
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:          808762562.000000
0.29/0.36	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.69/1.70	c ============================[ Search Statistics ]==============================
1.69/1.70	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.70	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.70	c ===============================================================================
1.69/1.70	c |         0 |   28474   163303   552599 |    54434        0    nan |  0.000 % |
2.29/2.31	c |       100 |   28462   163303   552599 |    59877       92     14 |  0.421 % |
4.79/4.82	c |       250 |   28462   163303   552599 |    65865      242     26 |  0.421 % |
7.29/7.37	c |       475 |   28458   163189   552251 |    72452      460     81 |  0.424 % |
10.29/10.32	c |       812 |   28458   163179   552224 |    79697      796    100 |  0.424 % |
15.98/16.00	c |      1318 |   28458   163179   552224 |    87667     1302    117 |  0.424 % |
23.78/23.82	c |      2078 |   28454   163171   552198 |    96433     2059    122 |  0.436 % |
36.27/36.37	c |      3217 |   28449   163124   552063 |   106077     3194    135 |  0.437 % |
53.77/53.89	c |      4925 |   28449   163119   552051 |   116684     4902     97 |  0.437 % |
77.76/77.85	c |      7488 |   28448   163114   552039 |   128353     7464    112 |  0.438 % |
117.15/117.21	c |     11332 |   28447   163109   552027 |   141188    11307    124 |  0.440 % |
173.03/173.20	c |     17099 |   28440   163057   551873 |   155307    17064    129 |  0.450 % |
256.31/256.40	c |     25749 |   28434   163042   551835 |   170838    25711    132 |  0.459 % |
377.67/377.84	c |     38725 |   28417   162903   551433 |   187922    38662    115 |  0.483 % |
602.40/602.61	c |     58187 |   28413   162893   551408 |   206714    58122    110 |  0.492 % |
914.51/914.89	c |     87379 |   28410   162864   551318 |   227385    87309    103 |  0.493 % |

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-1557030-1238848019/watcher-1557030-1238848019 -o /tmp/evaluation-result-1557030-1238848019/solver-1557030-1238848019 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=808762562 HOME/instance-1557030-1238848019.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/64 15907
/proc/meminfo: memFree=861472/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=4868 CPUtime=0
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 782 0 0 0 0 0 0 0 18 0 1 0 923393403 4984832 767 1992294400 4194304 5102648 548682068768 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 1217 773 80 221 0 993 0

[startup+0.074167 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15907
/proc/meminfo: memFree=861472/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=21600 CPUtime=0.06
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 4506 0 0 0 5 1 0 0 18 0 1 0 923393403 22118400 4482 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 5400 4483 87 221 0 5176 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21600

[startup+0.10117 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15907
/proc/meminfo: memFree=861472/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=25832 CPUtime=0.09
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 5511 0 0 0 7 2 0 0 18 0 1 0 923393403 26451968 5488 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 6458 5489 87 221 0 6234 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25832

[startup+0.301199 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15907
/proc/meminfo: memFree=861472/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=43292 CPUtime=0.29
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 9848 0 0 0 24 5 0 0 19 0 1 0 923393403 44331008 9824 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 10823 9824 87 221 0 10599 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43292

[startup+0.701257 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15907
/proc/meminfo: memFree=861472/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=55728 CPUtime=0.69
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 12946 0 0 0 62 7 0 0 22 0 1 0 923393403 57065472 12922 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 13932 12922 100 221 0 13708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55728

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15908
/proc/meminfo: memFree=799896/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=78596 CPUtime=1.49
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 18451 0 0 0 138 11 0 0 25 0 1 0 923393403 80482304 18427 1992294400 4194304 5102648 548682068768 18446744073709551615 4273052 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 19649 18427 100 221 0 19425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78596

[startup+3.10161 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15908
/proc/meminfo: memFree=794008/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=70632 CPUtime=3.09
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 18569 0 0 0 298 11 0 0 25 0 1 0 923393403 72327168 16857 1992294400 4194304 5102648 548682068768 18446744073709551615 4254617 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 17658 16857 112 221 0 17434 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70632

[startup+6.30108 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15908
/proc/meminfo: memFree=793816/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=70900 CPUtime=6.29
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 18571 0 0 0 618 11 0 0 25 0 1 0 923393403 72601600 16859 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 17725 16859 112 221 0 17501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70900

[startup+12.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15908
/proc/meminfo: memFree=793816/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=70900 CPUtime=12.69
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 18571 0 0 0 1258 11 0 0 25 0 1 0 923393403 72601600 16859 1992294400 4194304 5102648 548682068768 18446744073709551615 4249166 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 17725 16859 112 221 0 17501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70900

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=793816/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=70900 CPUtime=25.48
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 18571 0 0 0 2537 11 0 0 25 0 1 0 923393403 72601600 16859 1992294400 4194304 5102648 548682068768 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 17725 16859 112 221 0 17501 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70900

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=794008/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=70900 CPUtime=51.06
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 18571 0 0 0 5095 11 0 0 25 0 1 0 923393403 72601600 16859 1992294400 4194304 5102648 548682068768 18446744073709551615 4254103 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 17725 16859 112 221 0 17501 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 70900

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=793112/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=71692 CPUtime=102.26
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 18823 0 0 0 10214 12 0 0 25 0 1 0 923393403 73412608 17111 1992294400 4194304 5102648 548682068768 18446744073709551615 4255889 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 17923 17111 115 221 0 17699 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 71692

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=789400/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=75476 CPUtime=162.24
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 19753 0 0 0 16211 13 0 0 25 0 1 0 923393403 77287424 18041 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 18869 18041 115 221 0 18645 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 75476

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=785880/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=78908 CPUtime=222.22
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 20622 0 0 0 22209 13 0 0 25 0 1 0 923393403 80801792 18910 1992294400 4194304 5102648 548682068768 18446744073709551615 4255922 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 19727 18910 115 221 0 19503 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78908

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=783192/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=81748 CPUtime=282.2
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 21282 0 0 0 28206 14 0 0 25 0 1 0 923393403 83709952 19570 1992294400 4194304 5102648 548682068768 18446744073709551615 4254509 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 20437 19570 115 221 0 20213 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 81748

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=780120/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=84784 CPUtime=342.18
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 22054 0 0 0 34203 15 0 0 25 0 1 0 923393403 86818816 20342 1992294400 4194304 5102648 548682068768 18446744073709551615 4254978 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 21196 20342 115 221 0 20972 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 84784

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=777368/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=87664 CPUtime=402.17
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 22739 0 0 0 40201 16 0 0 25 0 1 0 923393403 89767936 21027 1992294400 4194304 5102648 548682068768 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 21916 21027 115 221 0 21692 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 87664

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=775128/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=89796 CPUtime=462.14
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 23284 0 0 0 46198 16 0 0 25 0 1 0 923393403 91951104 21572 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 22449 21572 115 221 0 22225 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 89796

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=771928/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=93132 CPUtime=522.13
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 24131 0 0 0 52196 17 0 0 25 0 1 0 923393403 95367168 22419 1992294400 4194304 5102648 548682068768 18446744073709551615 4249152 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 23283 22419 115 221 0 23059 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 93132

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=770840/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=94088 CPUtime=582.11
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 24386 0 0 0 58194 17 0 0 25 0 1 0 923393403 96346112 22674 1992294400 4194304 5102648 548682068768 18446744073709551615 4255172 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 23522 22674 115 221 0 23298 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 94088

[startup+642.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 15908
/proc/meminfo: memFree=768088/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=97036 CPUtime=642.09
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 25052 0 0 0 64192 17 0 0 25 0 1 0 923393403 99364864 23340 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 24259 23340 115 221 0 24035 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 97036

[startup+702.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 15908
/proc/meminfo: memFree=764888/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=100220 CPUtime=702.07
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 25872 0 0 0 70189 18 0 0 25 0 1 0 923393403 102625280 24160 1992294400 4194304 5102648 548682068768 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 25055 24160 115 221 0 24831 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 100220

[startup+762.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15908
/proc/meminfo: memFree=764120/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=100920 CPUtime=762.06
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 26059 0 0 0 76188 18 0 0 25 0 1 0 923393403 103342080 24347 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 25230 24347 115 221 0 25006 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 100920

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15908
/proc/meminfo: memFree=760472/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=104568 CPUtime=822.04
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 26958 0 0 0 82184 20 0 0 25 0 1 0 923393403 107077632 25246 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 26142 25246 115 221 0 25918 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 104568

[startup+882.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 15908
/proc/meminfo: memFree=759832/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=105332 CPUtime=882.02
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 27120 0 0 0 88182 20 0 0 25 0 1 0 923393403 107859968 25408 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 26333 25408 115 221 0 26109 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 105332

[startup+942.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 15908
/proc/meminfo: memFree=757976/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=107076 CPUtime=942
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 27584 0 0 0 94180 20 0 0 25 0 1 0 923393403 109645824 25872 1992294400 4194304 5102648 548682068768 18446744073709551615 4254509 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 26769 25872 115 221 0 26545 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 107076

[startup+1002.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15908
/proc/meminfo: memFree=756888/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=108476 CPUtime=1001.99
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 27843 0 0 0 100178 21 0 0 25 0 1 0 923393403 111079424 26131 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 27119 26131 115 221 0 26895 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 108476

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15910
/proc/meminfo: memFree=756760/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=108476 CPUtime=1061.97
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 27858 0 0 0 106176 21 0 0 25 0 1 0 923393403 111079424 26146 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 27119 26146 115 221 0 26895 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 108476

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15910
/proc/meminfo: memFree=756696/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=108688 CPUtime=1121.95
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 27908 0 0 0 112174 21 0 0 25 0 1 0 923393403 111296512 26196 1992294400 4194304 5102648 548682068768 18446744073709551615 4254608 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 27172 26196 115 221 0 26948 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 108688

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15910
/proc/meminfo: memFree=754648/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=110556 CPUtime=1181.93
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 28421 0 0 0 118172 21 0 0 25 0 1 0 923393403 113209344 26709 1992294400 4194304 5102648 548682068768 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 27639 26709 115 221 0 27415 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 110556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15910
/proc/meminfo: memFree=754584/2055920 swapFree=4178268/4192956
[pid=15907] ppid=15905 vsize=110556 CPUtime=1200.02
/proc/15907/stat : 15907 (varsat-industri) R 15905 15907 15475 0 -1 4194304 28432 0 0 0 119981 21 0 0 25 0 1 0 923393403 113209344 26720 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/15907/statm: 27639 26720 115 221 0 27415 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 110556

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.42
CPU time (s): 1200.05
CPU user time (s): 1199.82
CPU system time (s): 0.235964
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 110556

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

runsolver used 0.934857 second user time and 2.46862 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-04 14:26:59
IDJOB=1557030
IDBENCH=70830
IDSOLVER=538
FILE ID=node39/1557030-1238848019
PBS_JOBID= 9085826
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=808762562

node39.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.285
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.285
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:        861952 kB
Buffers:         98428 kB
Cached:         924292 kB
SwapCached:       8160 kB
Active:         253596 kB
Inactive:       855904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        861952 kB
SwapTotal:     4192956 kB
SwapFree:      4178268 kB
Dirty:            5104 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            70732 kB
Committed_AS:  2776360 kB
PageTables:       1196 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= 66544 MiB
End job on node39 at 2009-04-04 14:47:02