Trace number 1556511

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-random 2009-03-22? (TO) 1200.1 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.35	c |  Parsing time:         0.29         s                                       |
0.29/0.35	c |  Timeout:              43200 s
0.29/0.36	c |  Random Seed:          853693431.000000
0.29/0.36	c |  Heuristic:            EMSP-G, threshold 0.750                              |
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.74	c ============================[ Search Statistics ]==============================
1.69/1.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.74	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.74	c ===============================================================================
1.69/1.74	c |         0 |   28581   164193   555987 |    54731        0    nan |  0.000 % |
2.39/2.45	c |       100 |   28576   164193   555987 |    60204       96      5 |  0.466 % |
3.19/3.24	c |       252 |   28556   164193   555987 |    66224      243      8 |  0.500 % |
4.08/4.18	c |       478 |   28553   164193   555987 |    72846      466     29 |  0.510 % |
5.79/5.89	c |       816 |   28537   164193   555987 |    80131      799     37 |  0.542 % |
12.39/12.46	c |      1322 |   28521   163734   554610 |    88144     1283     32 |  0.542 % |
17.99/18.00	c |      2081 |   28493   163729   554595 |    96959     2036     58 |  0.592 % |
25.88/25.99	c |      3221 |   28466   163405   553572 |   106655     3161     65 |  0.620 % |
33.08/33.12	c |      4930 |   28466   163405   553572 |   117320     4870     78 |  0.620 % |
48.07/48.13	c |      7492 |   28460   163362   553439 |   129052     7425     88 |  0.629 % |
79.56/79.63	c |     11336 |   28459   163345   553379 |   141958    11266    102 |  0.630 % |
114.66/114.76	c |     17106 |   28459   163345   553379 |   156153    17036    114 |  0.630 % |
185.34/185.46	c |     25755 |   28459   163345   553379 |   171769    25685    100 |  0.630 % |
282.81/282.97	c |     38729 |   28459   163345   553379 |   188946    38659    116 |  0.630 % |
414.08/414.25	c |     58190 |   28451   163319   553292 |   207840    58111    106 |  0.642 % |
640.81/641.05	c |     87382 |   28451   163302   553244 |   228624    87301    112 |  0.642 % |
1040.60/1040.98	c |    131172 |   28451   163302   553244 |   251487   131091    122 |  0.642 % |

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-1556511-1238842433/watcher-1556511-1238842433 -o /tmp/evaluation-result-1556511-1238842433/solver-1556511-1238842433 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=853693431 HOME/instance-1556511-1238842433.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.00 1.00 1.00 3/70 25588
/proc/meminfo: memFree=1779656/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=4888 CPUtime=0
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 886 0 0 0 0 0 0 0 18 0 1 0 1156908405 5005312 871 1992294400 4194304 5102416 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 1222 878 83 221 0 998 0

[startup+0.0701711 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25588
/proc/meminfo: memFree=1779656/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=21232 CPUtime=0.06
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 4417 0 0 0 4 2 0 0 18 0 1 0 1156908405 21741568 4393 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 5308 4395 88 221 0 5084 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21232

[startup+0.101174 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25588
/proc/meminfo: memFree=1779656/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=25860 CPUtime=0.09
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 5517 0 0 0 6 3 0 0 18 0 1 0 1156908405 26480640 5493 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 6465 5495 88 221 0 6241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25860

[startup+0.301198 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25588
/proc/meminfo: memFree=1779656/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=43452 CPUtime=0.29
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 9887 0 0 0 23 6 0 0 19 0 1 0 1156908405 44494848 9863 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 10863 9865 88 221 0 10639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43452

[startup+0.701243 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25588
/proc/meminfo: memFree=1779656/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=55492 CPUtime=0.69
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 12876 0 0 0 62 7 0 0 22 0 1 0 1156908405 56823808 12852 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 13873 12852 99 221 0 13649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55492

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1719232/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=79020 CPUtime=1.49
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 18589 0 0 0 139 10 0 0 25 0 1 0 1156908405 80916480 18565 1992294400 4194304 5102416 548682068800 18446744073709551615 4272646 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 19755 18565 99 221 0 19531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79020

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1711552/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=71060 CPUtime=3.08
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 18695 0 0 0 298 10 0 0 25 0 1 0 1156908405 72765440 16978 1992294400 4194304 5102416 548682068800 18446744073709551615 4221155 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 17765 16978 112 221 0 17541 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 71060

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1711552/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=71324 CPUtime=6.29
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 18698 0 0 0 618 11 0 0 25 0 1 0 1156908405 73035776 16981 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 17831 16981 112 221 0 17607 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71324

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1711488/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=71324 CPUtime=12.69
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 18698 0 0 0 1258 11 0 0 25 0 1 0 1156908405 73035776 16981 1992294400 4194304 5102416 548682068800 18446744073709551615 4220500 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 17831 16981 112 221 0 17607 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71324

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1711488/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=71324 CPUtime=25.48
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 18698 0 0 0 2537 11 0 0 25 0 1 0 1156908405 73035776 16981 1992294400 4194304 5102416 548682068800 18446744073709551615 4250146 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 17831 16981 112 221 0 17607 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71324

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1711552/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=71324 CPUtime=51.07
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 18701 0 0 0 5096 11 0 0 25 0 1 0 1156908405 73035776 16984 1992294400 4194304 5102416 548682068800 18446744073709551615 4244091 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 17831 16984 115 221 0 17607 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71324

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1709312/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=73572 CPUtime=102.27
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 19313 0 0 0 10215 12 0 0 25 0 1 0 1156908405 75337728 17596 1992294400 4194304 5102416 548682068800 18446744073709551615 4248840 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 18393 17596 115 221 0 18169 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 73572

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1706944/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=75896 CPUtime=162.25
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 19885 0 0 0 16212 13 0 0 25 0 1 0 1156908405 77717504 18168 1992294400 4194304 5102416 548682068800 18446744073709551615 4254632 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 18974 18168 115 221 0 18750 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 75896

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1702656/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=80336 CPUtime=222.22
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 20954 0 0 0 22209 13 0 0 25 0 1 0 1156908405 82264064 19237 1992294400 4194304 5102416 548682068800 18446744073709551615 4254285 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 20084 19237 115 221 0 19860 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 80336

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1697664/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=85232 CPUtime=282.21
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 22209 0 0 0 28206 15 0 0 25 0 1 0 1156908405 87277568 20492 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 21308 20492 115 221 0 21084 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 85232

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1695680/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=87168 CPUtime=342.2
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 22682 0 0 0 34204 16 0 0 25 0 1 0 1156908405 89260032 20965 1992294400 4194304 5102416 548682068800 18446744073709551615 4248960 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 21792 20965 115 221 0 21568 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 87168

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25589
/proc/meminfo: memFree=1691584/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=91268 CPUtime=402.18
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 23706 0 0 0 40202 16 0 0 25 0 1 0 1156908405 93458432 21989 1992294400 4194304 5102416 548682068800 18446744073709551615 4249616 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 22817 21989 115 221 0 22593 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 91268

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1689984/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=92744 CPUtime=462.16
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 24022 0 0 0 46199 17 0 0 25 0 1 0 1156908405 94969856 22305 1992294400 4194304 5102416 548682068800 18446744073709551615 4249746 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 23186 22305 115 221 0 22962 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 92744

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1686208/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=96504 CPUtime=522.14
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 24986 0 0 0 52196 18 0 0 25 0 1 0 1156908405 98820096 23269 1992294400 4194304 5102416 548682068800 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 24126 23269 115 221 0 23902 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 96504

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1681024/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=101620 CPUtime=582.13
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 26274 0 0 0 58193 20 0 0 25 0 1 0 1156908405 104058880 24557 1992294400 4194304 5102416 548682068800 18446744073709551615 4254884 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 25405 24557 115 221 0 25181 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 101620

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1676096/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=106508 CPUtime=642.12
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 27498 0 0 0 64191 21 0 0 25 0 1 0 1156908405 109064192 25781 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 26627 25781 115 221 0 26403 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 106508

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1673472/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=109344 CPUtime=702.1
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 28152 0 0 0 70188 22 0 0 25 0 1 0 1156908405 111968256 26435 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 27336 26435 115 221 0 27112 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 109344

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1669312/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=113460 CPUtime=762.09
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 29184 0 0 0 76186 23 0 0 25 0 1 0 1156908405 116183040 27467 1992294400 4194304 5102416 548682068800 18446744073709551615 4248793 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 28365 27467 115 221 0 28141 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 113460

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1665152/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=117704 CPUtime=822.07
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 30236 0 0 0 82182 25 0 0 25 0 1 0 1156908405 120528896 28519 1992294400 4194304 5102416 548682068800 18446744073709551615 4248793 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 29426 28519 115 221 0 29202 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 117704

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1661184/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=121632 CPUtime=882.05
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 31219 0 0 0 88179 26 0 0 25 0 1 0 1156908405 124551168 29502 1992294400 4194304 5102416 548682068800 18446744073709551615 4249699 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 30408 29502 115 221 0 30184 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 121632

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1656704/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=126056 CPUtime=942.03
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 32356 0 0 0 94176 27 0 0 25 0 1 0 1156908405 129081344 30639 1992294400 4194304 5102416 548682068800 18446744073709551615 4249765 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 31514 30639 115 221 0 31290 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 126056

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1652160/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=130584 CPUtime=1002.02
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 33470 0 0 0 100173 29 0 0 25 0 1 0 1156908405 133718016 31753 1992294400 4194304 5102416 548682068800 18446744073709551615 4248960 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 32646 31753 115 221 0 32422 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 130584

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1648704/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=134140 CPUtime=1062
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 34344 0 0 0 106170 30 0 0 25 0 1 0 1156908405 137359360 32627 1992294400 4194304 5102416 548682068800 18446744073709551615 4249508 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 33535 32627 115 221 0 33311 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 134140

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1643648/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=139540 CPUtime=1121.99
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 35590 0 0 0 112168 31 0 0 25 0 1 0 1156908405 142888960 33873 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 34885 33873 115 221 0 34661 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 139540

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1638400/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=144812 CPUtime=1181.97
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 36887 0 0 0 118165 32 0 0 25 0 1 0 1156908405 148287488 35170 1992294400 4194304 5102416 548682068800 18446744073709551615 4249567 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 36203 35170 115 221 0 35979 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 144812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25595
/proc/meminfo: memFree=1636864/2055920 swapFree=4174072/4192956
[pid=25588] ppid=25586 vsize=146264 CPUtime=1200.07
/proc/25588/stat : 25588 (varsat-random_s) R 25586 25588 25521 0 -1 4194304 37257 0 0 0 119975 32 0 0 25 0 1 0 1156908405 149774336 35540 1992294400 4194304 5102416 548682068800 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/25588/statm: 36566 35540 115 221 0 36342 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 146264

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.1
CPU user time (s): 1199.75
CPU system time (s): 0.349946
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 146264

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

runsolver used 1.05784 second user time and 3.3205 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-04 12:53:53
IDJOB=1556511
IDBENCH=70820
IDSOLVER=539
FILE ID=node74/1556511-1238842433
PBS_JOBID= 9085856
Free space on /tmp= 103232 MiB

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

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED=853693431

node74.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.236
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.236
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:       1780072 kB
Buffers:         15404 kB
Cached:         195416 kB
SwapCached:       7800 kB
Active:          27964 kB
Inactive:       192140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780072 kB
SwapTotal:     4192956 kB
SwapFree:      4174072 kB
Dirty:            5136 kB
Writeback:           0 kB
Mapped:          14952 kB
Slab:            41032 kB
Committed_AS:  2688448 kB
PageTables:       1852 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= 103232 MiB
End job on node74 at 2009-04-04 13:13:56