Trace number 1556561

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

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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:  69503                                                |
0.00/0.00	c |  Number of clauses:    226618                                               |
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:          369700089.000000
0.29/0.36	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.29/0.36	c |  Branching Rule:       default (solution-guided)                            |
0.29/0.36	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.29/0.36	c |                                                                             |
1.59/1.69	c ============================[ Search Statistics ]==============================
1.59/1.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.69	c ===============================================================================
1.59/1.69	c |         0 |   28461   163195   552176 |    54398        0    nan |  0.000 % |
2.39/2.50	c |       100 |   28449   163195   552176 |    59838       93     49 |  0.420 % |
3.79/3.89	c |       251 |   28447   163195   552176 |    65821      243     83 |  0.424 % |
6.29/6.37	c |       478 |   28439   163030   551681 |    72404      460     99 |  0.433 % |
9.18/9.24	c |       815 |   28434   163030   551681 |    79644      794    108 |  0.445 % |
15.39/15.49	c |      1322 |   28431   162977   551530 |    87609     1301    116 |  0.445 % |
24.08/24.12	c |      2082 |   28430   162972   551518 |    96369     2060    124 |  0.446 % |
36.57/36.63	c |      3222 |   28429   162966   551504 |   106006     3199    123 |  0.447 % |
51.67/51.75	c |      4931 |   28427   162958   551476 |   116607     4897    121 |  0.450 % |
74.96/75.02	c |      7494 |   28427   162953   551464 |   128268     7460    119 |  0.450 % |
125.55/125.68	c |     11339 |   28422   162928   551400 |   141095    11303    108 |  0.458 % |
203.34/203.42	c |     17105 |   28418   162908   551350 |   155204    17067     91 |  0.463 % |
312.40/312.53	c |     25755 |   28404   162874   551262 |   170725    25712     92 |  0.483 % |
501.06/501.22	c |     38729 |   28404   162832   551140 |   187797    38682     76 |  0.483 % |
760.39/760.68	c |     58190 |   28402   162822   551114 |   206577    58139     72 |  0.486 % |
1173.40/1173.78	c |     87384 |   28402   162822   551114 |   227235    87333     65 |  0.486 % |

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-1556561-1238843439/watcher-1556561-1238843439 -o /tmp/evaluation-result-1556561-1238843439/solver-1556561-1238843439 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=369700089 HOME/instance-1556561-1238843439.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 25479
/proc/meminfo: memFree=1447664/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=4868 CPUtime=0
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 893 0 0 0 0 0 0 0 18 0 1 0 1157007197 4984832 878 1992294400 4194304 5102648 548682068800 18446744073709551615 4200452 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 1217 885 78 221 0 993 0

[startup+0.026349 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25479
/proc/meminfo: memFree=1447664/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=12508 CPUtime=0.02
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 2726 0 0 0 1 1 0 0 18 0 1 0 1157007197 12808192 2702 1992294400 4194304 5102648 548682068800 18446744073709551615 4532746 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 3127 2702 84 221 0 2903 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12508

[startup+0.101356 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25479
/proc/meminfo: memFree=1447664/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=25964 CPUtime=0.09
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 5531 0 0 0 7 2 0 0 18 0 1 0 1157007197 26587136 5508 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 6491 5509 87 221 0 6267 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25964

[startup+0.301376 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25479
/proc/meminfo: memFree=1447664/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=43424 CPUtime=0.29
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 9850 0 0 0 25 4 0 0 19 0 1 0 1157007197 44466176 9826 1992294400 4194304 5102648 548682068800 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 10856 9827 87 221 0 10632 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43424

[startup+0.701414 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 25479
/proc/meminfo: memFree=1447664/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=55992 CPUtime=0.69
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 12991 0 0 0 64 5 0 0 22 0 1 0 1157007197 57335808 12967 1992294400 4194304 5102648 548682068800 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 13998 12967 100 221 0 13774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55992

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1385640/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=78596 CPUtime=1.49
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 18448 0 0 0 141 8 0 0 25 0 1 0 1157007197 80482304 18424 1992294400 4194304 5102648 548682068800 18446744073709551615 4273206 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 19649 18424 100 221 0 19425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78596

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1380264/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=70800 CPUtime=3.09
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 18543 0 0 0 301 8 0 0 25 0 1 0 1157007197 72499200 16831 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 17700 16831 112 221 0 17476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70800

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1380264/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=70800 CPUtime=6.29
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 18543 0 0 0 621 8 0 0 25 0 1 0 1157007197 72499200 16831 1992294400 4194304 5102648 548682068800 18446744073709551615 4254907 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 17700 16831 112 221 0 17476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70800

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1380200/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=70800 CPUtime=12.68
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 18546 0 0 0 1260 8 0 0 25 0 1 0 1157007197 72499200 16834 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 17700 16834 115 221 0 17476 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70800

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1380264/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=70800 CPUtime=25.48
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 18546 0 0 0 2540 8 0 0 25 0 1 0 1157007197 72499200 16834 1992294400 4194304 5102648 548682068800 18446744073709551615 4250386 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 17700 16834 115 221 0 17476 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70800

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1380328/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=70800 CPUtime=51.07
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 18546 0 0 0 5099 8 0 0 25 0 1 0 1157007197 72499200 16834 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 17700 16834 115 221 0 17476 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70800

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1380136/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=70964 CPUtime=102.26
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 18601 0 0 0 10218 8 0 0 25 0 1 0 1157007197 72667136 16889 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 17741 16889 115 221 0 17517 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70964

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1378088/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=72948 CPUtime=162.24
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 19109 0 0 0 16215 9 0 0 25 0 1 0 1157007197 74698752 17397 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 18237 17397 115 221 0 18013 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 72948

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1376616/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=74508 CPUtime=222.23
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 19478 0 0 0 22213 10 0 0 25 0 1 0 1157007197 76296192 17766 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 18627 17766 115 221 0 18403 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 74508

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1374632/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=76364 CPUtime=282.21
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 19966 0 0 0 28211 10 0 0 25 0 1 0 1157007197 78196736 18254 1992294400 4194304 5102648 548682068800 18446744073709551615 4255847 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 19091 18254 115 221 0 18867 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 76364

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1373672/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=77396 CPUtime=342.19
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 20182 0 0 0 34209 10 0 0 25 0 1 0 1157007197 79253504 18470 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 19349 18470 115 221 0 19125 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 77396

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1373480/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=77536 CPUtime=402.19
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 20227 0 0 0 40208 11 0 0 25 0 1 0 1157007197 79396864 18515 1992294400 4194304 5102648 548682068800 18446744073709551615 4249067 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 19384 18515 115 221 0 19160 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 77536

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1372456/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=78468 CPUtime=462.16
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 20474 0 0 0 46205 11 0 0 25 0 1 0 1157007197 80351232 18762 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 19617 18762 115 221 0 19393 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 78468

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1371432/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=79488 CPUtime=522.15
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 20729 0 0 0 52203 12 0 0 25 0 1 0 1157007197 81395712 19017 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 19872 19017 115 221 0 19648 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 79488

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1370088/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=80932 CPUtime=582.14
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 21051 0 0 0 58201 13 0 0 25 0 1 0 1157007197 82874368 19339 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 20233 19339 115 221 0 20009 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 80932

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1369000/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=82020 CPUtime=642.13
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 21322 0 0 0 64200 13 0 0 25 0 1 0 1157007197 83988480 19610 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 20505 19610 115 221 0 20281 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 82020

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1368168/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=82824 CPUtime=702.11
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 21529 0 0 0 70198 13 0 0 25 0 1 0 1157007197 84811776 19817 1992294400 4194304 5102648 548682068800 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 20706 19817 115 221 0 20482 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 82824

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1366504/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=84356 CPUtime=762.1
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 21933 0 0 0 76196 14 0 0 25 0 1 0 1157007197 86380544 20221 1992294400 4194304 5102648 548682068800 18446744073709551615 4250197 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 21089 20221 115 221 0 20865 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 84356

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1365672/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=85620 CPUtime=822.08
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 22171 0 0 0 82194 14 0 0 25 0 1 0 1157007197 87674880 20459 1992294400 4194304 5102648 548682068800 18446744073709551615 4255847 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 21405 20459 115 221 0 21181 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 85620

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1365224/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=85912 CPUtime=882.07
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 22276 0 0 0 88192 15 0 0 25 0 1 0 1157007197 87973888 20564 1992294400 4194304 5102648 548682068800 18446744073709551615 4255092 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 21478 20564 115 221 0 21254 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 85912

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1364200/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=86860 CPUtime=942.05
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 22510 0 0 0 94190 15 0 0 25 0 1 0 1157007197 88944640 20798 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 21715 20798 115 221 0 21491 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 86860

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1363560/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=87624 CPUtime=1002.04
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 22689 0 0 0 100188 16 0 0 25 0 1 0 1157007197 89726976 20977 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 21906 20977 115 221 0 21682 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 87624

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1362536/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=88672 CPUtime=1062.02
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 22939 0 0 0 106186 16 0 0 25 0 1 0 1157007197 90800128 21227 1992294400 4194304 5102648 548682068800 18446744073709551615 4255103 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 22168 21227 115 221 0 21944 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 88672

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1361704/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=89464 CPUtime=1122
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 23153 0 0 0 112184 16 0 0 25 0 1 0 1157007197 91611136 21441 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 22366 21441 115 221 0 22142 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 89464

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1360680/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=90396 CPUtime=1181.99
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 23394 0 0 0 118182 17 0 0 25 0 1 0 1157007197 92565504 21682 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 22599 21682 115 221 0 22375 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 90396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25480
/proc/meminfo: memFree=1360616/2055920 swapFree=4173176/4192956
[pid=25479] ppid=25477 vsize=90396 CPUtime=1200.09
/proc/25479/stat : 25479 (varsat-crafted_) R 25477 25479 25199 0 -1 4194304 23413 0 0 0 119992 17 0 0 25 0 1 0 1157007197 92565504 21701 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25479/statm: 22599 21701 115 221 0 22375 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 90396

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.11
CPU user time (s): 1199.92
CPU system time (s): 0.188971
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 90396

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

runsolver used 0.951855 second user time and 3.42648 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-04 13:10:39
IDJOB=1556561
IDBENCH=70821
IDSOLVER=537
FILE ID=node36/1556561-1238843439
PBS_JOBID= 9085822
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=369700089

node36.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.214
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.214
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:       1448080 kB
Buffers:         74336 kB
Cached:         454940 kB
SwapCached:       9148 kB
Active:         215204 kB
Inactive:       324736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448080 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:            5100 kB
Writeback:           0 kB
Mapped:          16372 kB
Slab:            53196 kB
Committed_AS:  3398584 kB
PageTables:       1876 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= 66552 MiB
End job on node36 at 2009-04-04 13:30:42