Trace number 1557029

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.1 1200.53

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.34	c |  Parsing time:         0.29         s                                       |
0.29/0.34	c |  Timeout:              43200 s
0.29/0.34	c |  Random Seed:          1847567622.000000
0.29/0.34	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.29/0.34	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.34	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.34	c |                                                                             |
1.59/1.62	c ============================[ Search Statistics ]==============================
1.59/1.62	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.62	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.62	c ===============================================================================
1.59/1.62	c |         0 |   28474   163303   552599 |    54434        0    nan |  0.000 % |
2.20/2.25	c |       100 |   28462   163303   552599 |    59877       92      8 |  0.421 % |
3.09/3.15	c |       251 |   28462   163303   552599 |    65865      243     43 |  0.421 % |
5.99/6.02	c |       477 |   28462   163303   552599 |    72452      469     38 |  0.421 % |
9.39/9.43	c |       814 |   28454   163147   552127 |    79697      798     88 |  0.430 % |
14.19/14.30	c |      1321 |   28448   163102   551998 |    87667     1292     93 |  0.438 % |
20.68/20.77	c |      2081 |   28448   163102   551998 |    96433     2052    117 |  0.438 % |
28.48/28.54	c |      3220 |   28442   163073   551919 |   106077     3184    104 |  0.447 % |
42.78/42.85	c |      4931 |   28437   163026   551779 |   116684     4887    106 |  0.454 % |
62.07/62.13	c |      7494 |   28427   162994   551682 |   128353     7447    109 |  0.469 % |
92.86/92.98	c |     11339 |   28427   162953   551562 |   141188    11290    106 |  0.469 % |
152.84/152.94	c |     17105 |   28427   162953   551562 |   155307    17056    111 |  0.469 % |
235.70/235.86	c |     25754 |   28427   162953   551562 |   170838    25705    116 |  0.469 % |
330.17/330.36	c |     38728 |   28427   162953   551562 |   187922    38679    123 |  0.469 % |
480.91/481.16	c |     58189 |   28414   162843   551215 |   206714    58096    116 |  0.487 % |
828.30/828.67	c |     87383 |   28411   162814   551120 |   227385    87282    113 |  0.492 % |

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-1557029-1238848018/watcher-1557029-1238848018 -o /tmp/evaluation-result-1557029-1238848018/solver-1557029-1238848018 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1847567622 HOME/instance-1557029-1238848018.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 13544
/proc/meminfo: memFree=1816128/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=4868 CPUtime=0
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 837 0 0 0 0 0 0 0 20 0 1 0 1157465583 4984832 822 1992294400 4194304 5102648 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 1217 830 78 221 0 993 0

[startup+0.0907209 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13544
/proc/meminfo: memFree=1816128/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=25040 CPUtime=0.08
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 5278 0 0 0 6 2 0 0 20 0 1 0 1157465583 25640960 5255 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 6260 5257 87 221 0 6036 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25040

[startup+0.102723 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13544
/proc/meminfo: memFree=1816128/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=26624 CPUtime=0.09
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 5719 0 0 0 7 2 0 0 20 0 1 0 1157465583 27262976 5695 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 6656 5697 87 221 0 6432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26624

[startup+0.302763 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13544
/proc/meminfo: memFree=1816128/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=44348 CPUtime=0.29
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 10137 0 0 0 24 5 0 0 22 0 1 0 1157465583 45412352 10113 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 11087 10114 87 221 0 10863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44348

[startup+0.701842 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13544
/proc/meminfo: memFree=1816128/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=56784 CPUtime=0.69
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 13241 0 0 0 63 6 0 0 25 0 1 0 1157465583 58146816 13217 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 14196 13217 100 221 0 13972 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56784

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1751992/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=79088 CPUtime=1.49
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 18557 0 0 0 140 9 0 0 25 0 1 0 1157465583 80986112 18525 1992294400 4194304 5102648 548682068800 18446744073709551615 4267630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 19772 18525 100 221 0 19548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79088

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1748600/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=70900 CPUtime=3.09
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 18571 0 0 0 300 9 0 0 25 0 1 0 1157465583 72601600 16859 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 17725 16859 112 221 0 17501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70900

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1748472/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=70900 CPUtime=6.29
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 18571 0 0 0 620 9 0 0 25 0 1 0 1157465583 72601600 16859 1992294400 4194304 5102648 548682068800 18446744073709551615 4215188 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 17725 16859 112 221 0 17501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70900

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1748536/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=70900 CPUtime=12.69
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 18574 0 0 0 1260 9 0 0 25 0 1 0 1157465583 72601600 16862 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 17725 16862 115 221 0 17501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70900

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1748536/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=70900 CPUtime=25.48
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 18574 0 0 0 2539 9 0 0 25 0 1 0 1157465583 72601600 16862 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 17725 16862 115 221 0 17501 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70900

[startup+51.1028 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1748664/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=70900 CPUtime=51.07
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 18574 0 0 0 5098 9 0 0 25 0 1 0 1157465583 72601600 16862 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 17725 16862 115 221 0 17501 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70900

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1747064/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=72504 CPUtime=102.26
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 18990 0 0 0 10216 10 0 0 25 0 1 0 1157465583 74244096 17278 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 18126 17278 115 221 0 17902 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72504

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1744120/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=75276 CPUtime=162.23
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 19723 0 0 0 16212 11 0 0 25 0 1 0 1157465583 77082624 18011 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 18819 18011 115 221 0 18595 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 75276

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1740472/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=78960 CPUtime=222.21
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 20625 0 0 0 22209 12 0 0 25 0 1 0 1157465583 80855040 18913 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 19740 18913 115 221 0 19516 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 78960

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1736312/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=83192 CPUtime=282.19
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 21657 0 0 0 28206 13 0 0 25 0 1 0 1157465583 85188608 19945 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 20798 19945 115 221 0 20574 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 83192

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1732408/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=86904 CPUtime=342.17
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 22613 0 0 0 34203 14 0 0 25 0 1 0 1157465583 88989696 20901 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 21726 20901 115 221 0 21502 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 86904

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1728952/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=90504 CPUtime=402.14
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 23473 0 0 0 40199 15 0 0 25 0 1 0 1157465583 92676096 21761 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 22626 21761 115 221 0 22402 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 90504

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1725368/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=93964 CPUtime=462.12
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 24359 0 0 0 46196 16 0 0 25 0 1 0 1157465583 96219136 22647 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 23491 22647 115 221 0 23267 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 93964

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1721848/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=97636 CPUtime=522.1
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 25213 0 0 0 52193 17 0 0 25 0 1 0 1157465583 99979264 23501 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 24409 23501 115 221 0 24185 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 97636

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1719352/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=100016 CPUtime=582.09
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 25846 0 0 0 58191 18 0 0 25 0 1 0 1157465583 102416384 24134 1992294400 4194304 5102648 548682068800 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 25004 24134 115 221 0 24780 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 100016

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1717624/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=101764 CPUtime=642.06
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 26259 0 0 0 64188 18 0 0 25 0 1 0 1157465583 104206336 24547 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 25441 24547 115 221 0 25217 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 101764

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1716600/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=102660 CPUtime=702.05
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 26494 0 0 0 70186 19 0 0 25 0 1 0 1157465583 105123840 24782 1992294400 4194304 5102648 548682068800 18446744073709551615 4255146 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 25665 24782 115 221 0 25441 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 102660

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1714744/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=104416 CPUtime=762.03
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 26956 0 0 0 76184 19 0 0 25 0 1 0 1157465583 106921984 25244 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 26104 25244 115 221 0 25880 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 104416

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1711224/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=107980 CPUtime=822
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 27834 0 0 0 82180 20 0 0 25 0 1 0 1157465583 110571520 26122 1992294400 4194304 5102648 548682068800 18446744073709551615 4249897 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 26995 26122 115 221 0 26771 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 107980

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1709176/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=109840 CPUtime=881.97
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 28327 0 0 0 88177 20 0 0 25 0 1 0 1157465583 112476160 26615 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 27460 26615 115 221 0 27236 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 109840

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1708216/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=111244 CPUtime=941.95
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 28565 0 0 0 94175 20 0 0 25 0 1 0 1157465583 113913856 26853 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 27811 26853 115 221 0 27587 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 111244

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1707896/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=111512 CPUtime=1001.93
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 28622 0 0 0 100173 20 0 0 25 0 1 0 1157465583 114188288 26910 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 27878 26910 115 221 0 27654 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 111512

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1706360/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=113072 CPUtime=1061.92
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 29000 0 0 0 106171 21 0 0 25 0 1 0 1157465583 115785728 27288 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 28268 27288 115 221 0 28044 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 113072

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13545
/proc/meminfo: memFree=1704120/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=115200 CPUtime=1121.89
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 29562 0 0 0 112168 21 0 0 25 0 1 0 1157465583 117964800 27850 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 28800 27850 115 221 0 28576 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 115200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13546
/proc/meminfo: memFree=1701304/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=118060 CPUtime=1181.88
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 30267 0 0 0 118165 23 0 0 25 0 1 0 1157465583 120893440 28555 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 29515 28555 115 221 0 29291 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 118060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13547
/proc/meminfo: memFree=1700152/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=118984 CPUtime=1200.07
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 30526 0 0 0 119984 23 0 0 25 0 1 0 1157465583 121839616 28814 1992294400 4194304 5102648 548682068800 18446744073709551615 4250386 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 29746 28814 115 221 0 29522 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 118984

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 13547
/proc/meminfo: memFree=1700152/2055920 swapFree=4178784/4192956
[pid=13544] ppid=13542 vsize=118984 CPUtime=1200.07
/proc/13544/stat : 13544 (varsat-crafted_) R 13542 13544 13383 0 -1 4194304 30526 0 0 0 119984 23 0 0 25 0 1 0 1157465583 121839616 28814 1992294400 4194304 5102648 548682068800 18446744073709551615 4250386 0 0 4096 3 0 0 0 17 1 0 0
/proc/13544/statm: 29746 28814 115 221 0 29522 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 118984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1199.85
CPU system time (s): 0.252961
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 118984

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

runsolver used 0.886865 second user time and 2.52062 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-04 14:26:59
IDJOB=1557029
IDBENCH=70830
IDSOLVER=537
FILE ID=node75/1557029-1238848018
PBS_JOBID= 9085869
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1847567622

node75.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.263
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.263
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:       1816544 kB
Buffers:         19980 kB
Cached:         150856 kB
SwapCached:       7936 kB
Active:          14984 kB
Inactive:       165248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816544 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:            5108 kB
Writeback:           0 kB
Mapped:          15076 kB
Slab:            45016 kB
Committed_AS:  2463048 kB
PageTables:       1420 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= 66508 MiB
End job on node75 at 2009-04-04 14:47:01