Trace number 1556510

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-16.cnf
MD5SUM3cb14750de2495357cf28b8ab826b9e3
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 variables70139
Number of clauses228634
Sum of the clauses size592458
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 293186
Number of clauses of size 3135319
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:  70139                                                |
0.00/0.00	c |  Number of clauses:    228634                                               |
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:          1406562570.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.64	c ============================[ Search Statistics ]==============================
1.59/1.64	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.64	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.64	c ===============================================================================
1.59/1.64	c |         0 |   28581   164193   555987 |    54731        0    nan |  0.000 % |
2.19/2.25	c |       101 |   28576   164193   555987 |    60204       96     43 |  0.476 % |
3.29/3.31	c |       251 |   28576   164193   555987 |    66224      245     33 |  0.483 % |
3.79/3.83	c |       476 |   28573   164193   555987 |    72846      469     24 |  0.486 % |
4.19/4.27	c |       813 |   28560   164022   555491 |    80131      801     18 |  0.486 % |
4.69/4.78	c |      1319 |   28558   164022   555491 |    88144     1305     14 |  0.493 % |
11.18/11.23	c |      2079 |   28557   164022   555491 |    96959     2064     64 |  0.503 % |
20.38/20.48	c |      3218 |   28520   163939   555235 |   106655     3198     82 |  0.543 % |
33.68/33.71	c |      4926 |   28518   163771   554720 |   117320     4900     97 |  0.546 % |
52.37/52.41	c |      7488 |   28514   163744   554631 |   129052     7459    106 |  0.552 % |
83.47/83.50	c |     11332 |   28498   163661   554375 |   141958    11295    115 |  0.587 % |
116.05/116.15	c |     17099 |   28481   163503   553904 |   156153    17040    117 |  0.599 % |
166.75/166.80	c |     25748 |   28479   163490   553862 |   171769    25685    111 |  0.602 % |
236.13/236.28	c |     38723 |   28479   163490   553862 |   188946    38660     86 |  0.602 % |
369.89/370.08	c |     58184 |   28478   163482   553834 |   207840    58118    103 |  0.603 % |
616.01/616.20	c |     87376 |   28459   163361   553455 |   228624    87305    117 |  0.630 % |
1000.71/1001.04	c |    131167 |   28448   163300   553254 |   251487   131088     99 |  0.646 % |

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-1556510-1238842407/watcher-1556510-1238842407 -o /tmp/evaluation-result-1556510-1238842407/solver-1556510-1238842407 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1406562570 HOME/instance-1556510-1238842407.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.07 1.02 1.09 2/81 12771
/proc/meminfo: memFree=1834304/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=4888 CPUtime=0
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 1030 0 0 0 0 0 0 0 20 0 1 0 510569595 5005312 1015 1992294400 4194304 5102648 548682068784 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 1222 1022 81 221 0 998 0

[startup+0.072119 s]
/proc/loadavg: 1.07 1.02 1.09 2/81 12771
/proc/meminfo: memFree=1834304/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=21976 CPUtime=0.06
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 4563 0 0 0 4 2 0 0 20 0 1 0 510569595 22503424 4539 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 5494 4541 87 221 0 5270 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21976

[startup+0.101122 s]
/proc/loadavg: 1.07 1.02 1.09 2/81 12771
/proc/meminfo: memFree=1834304/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=26520 CPUtime=0.09
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 5688 0 0 0 7 2 0 0 20 0 1 0 510569595 27156480 5664 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 6630 5665 87 221 0 6406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26520

[startup+0.301142 s]
/proc/loadavg: 1.07 1.02 1.09 2/81 12771
/proc/meminfo: memFree=1834304/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=44376 CPUtime=0.29
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 10141 0 0 0 24 5 0 0 22 0 1 0 510569595 45441024 10117 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 11094 10117 87 221 0 10870 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44376

[startup+0.70118 s]
/proc/loadavg: 1.07 1.02 1.09 2/81 12771
/proc/meminfo: memFree=1834304/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=56812 CPUtime=0.69
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 13258 0 0 0 63 6 0 0 25 0 1 0 510569595 58175488 13234 1992294400 4194304 5102648 548682068784 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 14203 13235 100 221 0 13979 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56812

[startup+1.50126 s]
/proc/loadavg: 1.07 1.02 1.09 2/82 12772
/proc/meminfo: memFree=1770552/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=79396 CPUtime=1.49
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 18677 0 0 0 140 9 0 0 25 0 1 0 510569595 81301504 18653 1992294400 4194304 5102648 548682068784 18446744073709551615 4267485 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 19879 18654 100 221 0 19655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79396

[startup+3.10142 s]
/proc/loadavg: 1.07 1.02 1.09 2/82 12772
/proc/meminfo: memFree=1766264/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=71324 CPUtime=3.09
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 18698 0 0 0 300 9 0 0 25 0 1 0 510569595 73035776 16981 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 17831 16981 112 221 0 17607 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71324

[startup+6.30273 s]
/proc/loadavg: 1.07 1.02 1.09 2/82 12772
/proc/meminfo: memFree=1766072/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=71324 CPUtime=6.29
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 18701 0 0 0 620 9 0 0 25 0 1 0 510569595 73035776 16984 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71324

[startup+12.7014 s]
/proc/loadavg: 1.06 1.02 1.09 2/82 12772
/proc/meminfo: memFree=1765944/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=71324 CPUtime=12.68
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 18701 0 0 0 1259 9 0 0 25 0 1 0 510569595 73035776 16984 1992294400 4194304 5102648 548682068784 18446744073709551615 4244315 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71324

[startup+25.5016 s]
/proc/loadavg: 1.05 1.02 1.09 2/82 12772
/proc/meminfo: memFree=1766072/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=71324 CPUtime=25.48
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 18701 0 0 0 2539 9 0 0 25 0 1 0 510569595 73035776 16984 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71324

[startup+51.1011 s]
/proc/loadavg: 1.03 1.02 1.09 2/82 12772
/proc/meminfo: memFree=1766136/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=71324 CPUtime=51.07
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 18701 0 0 0 5098 9 0 0 25 0 1 0 510569595 73035776 16984 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71324

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.08 2/82 12772
/proc/meminfo: memFree=1763064/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=74344 CPUtime=102.27
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 19484 0 0 0 10216 11 0 0 25 0 1 0 510569595 76128256 17767 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 18586 17767 115 221 0 18362 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 74344

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.08 2/82 12772
/proc/meminfo: memFree=1758904/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=78484 CPUtime=162.24
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 20527 0 0 0 16212 12 0 0 25 0 1 0 510569595 80367616 18810 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 19621 18810 115 221 0 19397 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 78484

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/82 12772
/proc/meminfo: memFree=1757816/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=79456 CPUtime=222.23
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 20768 0 0 0 22210 13 0 0 25 0 1 0 510569595 81362944 19051 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 19864 19051 115 221 0 19640 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 79456

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/82 12772
/proc/meminfo: memFree=1753592/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=83868 CPUtime=282.21
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 21846 0 0 0 28207 14 0 0 25 0 1 0 510569595 85880832 20129 1992294400 4194304 5102648 548682068784 18446744073709551615 4254017 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 20967 20129 115 221 0 20743 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 83868

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/82 12772
/proc/meminfo: memFree=1748664/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=88560 CPUtime=342.2
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 23045 0 0 0 34205 15 0 0 25 0 1 0 510569595 90685440 21328 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 22140 21328 115 221 0 21916 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 88560

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/82 12772
/proc/meminfo: memFree=1745528/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=91904 CPUtime=402.18
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 23807 0 0 0 40202 16 0 0 25 0 1 0 510569595 94109696 22090 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 22976 22090 115 221 0 22752 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 91904

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/82 12778
/proc/meminfo: memFree=1741176/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=96048 CPUtime=462.15
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 24862 0 0 0 46198 17 0 0 25 0 1 0 510569595 98353152 23145 1992294400 4194304 5102648 548682068784 18446744073709551615 4254541 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 24012 23145 115 221 0 23788 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 96048

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/82 12778
/proc/meminfo: memFree=1736248/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=100908 CPUtime=522.13
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 26097 0 0 0 52195 18 0 0 25 0 1 0 510569595 103329792 24380 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 25227 24380 115 221 0 25003 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 100908

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/82 12778
/proc/meminfo: memFree=1731576/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=105436 CPUtime=582.12
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 27248 0 0 0 58192 20 0 0 25 0 1 0 510569595 107966464 25531 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 26359 25531 115 221 0 26135 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 105436

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 12778
/proc/meminfo: memFree=1728376/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=108500 CPUtime=642.11
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 28026 0 0 0 64189 22 0 0 25 0 1 0 510569595 111104000 26309 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 27125 26309 115 221 0 26901 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 108500

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/82 12778
/proc/meminfo: memFree=1726712/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=110668 CPUtime=702.09
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 28452 0 0 0 70187 22 0 0 25 0 1 0 510569595 113324032 26735 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 27667 26735 115 221 0 27443 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 110668

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.02 2/82 12778
/proc/meminfo: memFree=1725624/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=111596 CPUtime=762.08
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 28704 0 0 0 76186 22 0 0 25 0 1 0 510569595 114274304 26987 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 27899 26987 115 221 0 27675 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 111596

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/82 12778
/proc/meminfo: memFree=1724344/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=112704 CPUtime=822.06
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 29016 0 0 0 82183 23 0 0 25 0 1 0 510569595 115408896 27299 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 28176 27299 115 221 0 27952 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 112704

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/82 12778
/proc/meminfo: memFree=1722872/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=114124 CPUtime=882.04
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 29372 0 0 0 88181 23 0 0 25 0 1 0 510569595 116862976 27655 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 28531 27655 115 221 0 28307 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 114124

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 12778
/proc/meminfo: memFree=1721656/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=115268 CPUtime=942.02
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 29678 0 0 0 94179 23 0 0 25 0 1 0 510569595 118034432 27961 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 28817 27961 115 221 0 28593 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 115268

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 12778
/proc/meminfo: memFree=1716920/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=119972 CPUtime=1002.01
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 30858 0 0 0 100176 25 0 0 25 0 1 0 510569595 122851328 29141 1992294400 4194304 5102648 548682068784 18446744073709551615 4255108 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 29993 29141 115 221 0 29769 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 119972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 12778
/proc/meminfo: memFree=1715256/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=122232 CPUtime=1061.99
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 31268 0 0 0 106174 25 0 0 25 0 1 0 510569595 125165568 29551 1992294400 4194304 5102648 548682068784 18446744073709551615 4250288 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 30558 29551 115 221 0 30334 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 122232

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 12778
/proc/meminfo: memFree=1715128/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=122232 CPUtime=1121.97
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 31301 0 0 0 112172 25 0 0 25 0 1 0 510569595 125165568 29584 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 30558 29584 115 221 0 30334 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 122232

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 12778
/proc/meminfo: memFree=1710072/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=127284 CPUtime=1181.96
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 32577 0 0 0 118169 27 0 0 25 0 1 0 510569595 130338816 30860 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 31821 30860 115 221 0 31597 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 127284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 12778
/proc/meminfo: memFree=1708536/2055920 swapFree=4169716/4192956
[pid=12771] ppid=12769 vsize=128612 CPUtime=1200.06
/proc/12771/stat : 12771 (varsat-industri) R 12769 12771 12704 0 -1 4194304 32926 0 0 0 119978 28 0 0 25 0 1 0 510569595 131698688 31209 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12771/statm: 32153 31209 115 221 0 31929 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 128612

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.09
CPU user time (s): 1199.79
CPU system time (s): 0.300954
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 128612

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

runsolver used 1.48277 second user time and 3.98839 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-04 12:53:27
IDJOB=1556510
IDBENCH=70820
IDSOLVER=538
FILE ID=node89/1556510-1238842407
PBS_JOBID= 9085855
Free space on /tmp= 66512 MiB

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

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED=1406562570

node89.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.240
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.240
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:       1834720 kB
Buffers:          8940 kB
Cached:         140016 kB
SwapCached:      12408 kB
Active:          32636 kB
Inactive:       130176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834720 kB
SwapTotal:     4192956 kB
SwapFree:      4169716 kB
Dirty:            5140 kB
Writeback:           0 kB
Mapped:          19560 kB
Slab:            42628 kB
Committed_AS:  1779648 kB
PageTables:       2600 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= 66512 MiB
End job on node89 at 2009-04-04 13:13:30