Trace number 1556569

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.03 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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.19/0.26	c |  Number of variables:         69503                                         |
0.19/0.26	c |  Number of clauses:          225975                                         |
0.19/0.26	c |  Parse time:                   0.24 s                                       |
1.19/1.25	c |  Simplification time:          0.96 s                                       |
1.19/1.25	c |                                                                             |
1.19/1.25	c ============================[ Search Statistics ]==============================
1.19/1.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.25	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.25	c ===============================================================================
1.29/1.35	c |       100 |   28453   163205   552227 |    59841       95     51 |  0.410 % |
2.09/2.19	c |       250 |   28453   163154   552070 |    65826      239     90 |  0.410 % |
3.09/3.18	c |       475 |   28453   163154   552070 |    72408      464    114 |  0.410 % |
5.29/5.31	c |       812 |   28444   163090   551886 |    79649      796    114 |  0.423 % |
8.29/8.32	c |      1318 |   28444   163090   551886 |    87614     1302    128 |  0.423 % |
12.18/12.24	c |      2077 |   28443   163085   551874 |    96375     2060    113 |  0.424 % |
18.99/19.09	c |      3216 |   28437   163051   551779 |   106013     3197    125 |  0.433 % |
29.48/29.53	c |      4924 |   28431   163009   551655 |   116614     4901    125 |  0.442 % |
43.97/44.06	c |      7486 |   28428   163004   551643 |   128276     7460    123 |  0.446 % |
66.66/66.77	c |     11330 |   28420   162941   551470 |   141103    11300    129 |  0.458 % |
100.45/100.50	c |     17096 |   28414   162899   551346 |   155214    17063    135 |  0.466 % |
152.94/153.06	c |     25745 |   28410   162882   551302 |   170735    25711    124 |  0.472 % |
234.31/234.48	c |     38719 |   28410   162882   551302 |   187809    38685    127 |  0.472 % |
351.88/352.07	c |     58180 |   28410   162882   551302 |   206590    58146    122 |  0.472 % |
537.32/537.59	c |     87372 |   28410   162882   551302 |   227249    87338    111 |  0.472 % |
888.30/888.62	c |    131161 |   28410   162882   551302 |   249974   131127     93 |  0.472 % |

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-1556569-1238843480/watcher-1556569-1238843480 -o /tmp/evaluation-result-1556569-1238843480/solver-1556569-1238843480 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1556569-1238843480.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.10 2/64 6405
/proc/meminfo: memFree=1415792/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=8188 CPUtime=0
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 534 0 0 0 0 0 0 0 18 0 1 0 761240463 8384512 519 1992294400 4194304 5092341 548682068848 18446744073709551615 4515648 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 2047 524 63 219 0 1825 0

[startup+0.050461 s]
/proc/loadavg: 1.00 1.00 1.10 2/64 6405
/proc/meminfo: memFree=1415792/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=17712 CPUtime=0.04
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 2385 0 0 0 3 1 0 0 18 0 1 0 761240463 18137088 2347 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 4428 2348 63 219 0 4206 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17712

[startup+0.101469 s]
/proc/loadavg: 1.00 1.00 1.10 2/64 6405
/proc/meminfo: memFree=1415792/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=22040 CPUtime=0.09
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 3765 0 0 0 8 1 0 0 18 0 1 0 761240463 22568960 3625 1992294400 4194304 5092341 548682068848 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 5510 3625 63 219 0 5288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22040

[startup+0.301497 s]
/proc/loadavg: 1.00 1.00 1.10 2/64 6405
/proc/meminfo: memFree=1415792/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=29680 CPUtime=0.29
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 6784 0 0 0 26 3 0 0 19 0 1 0 761240463 30392320 6214 1992294400 4194304 5092341 548682068848 18446744073709551615 4219275 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 7420 6214 87 219 0 7198 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29680

[startup+0.701553 s]
/proc/loadavg: 1.00 1.00 1.10 2/64 6405
/proc/meminfo: memFree=1415792/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=36352 CPUtime=0.69
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 8219 0 0 0 65 4 0 0 23 0 1 0 761240463 37224448 7649 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 9088 7649 87 219 0 8866 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36352

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 6406
/proc/meminfo: memFree=1382632/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=30832 CPUtime=1.49
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 9634 0 0 0 144 5 0 0 25 0 1 0 761240463 31571968 6261 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 7708 6261 93 219 0 7486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30832

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 6406
/proc/meminfo: memFree=1390696/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=30832 CPUtime=3.09
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 9686 0 0 0 304 5 0 0 25 0 1 0 761240463 31571968 6313 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 7708 6313 100 219 0 7486 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30832

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 6406
/proc/meminfo: memFree=1390312/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=30832 CPUtime=6.29
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 9754 0 0 0 624 5 0 0 25 0 1 0 761240463 31571968 6381 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 7708 6381 102 219 0 7486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30832

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 6406
/proc/meminfo: memFree=1389872/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=30832 CPUtime=12.68
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 9880 0 0 0 1263 5 0 0 25 0 1 0 761240463 31571968 6507 1992294400 4194304 5092341 548682068848 18446744073709551615 4249605 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 7708 6507 102 219 0 7486 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30832

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 6406
/proc/meminfo: memFree=1388784/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=30832 CPUtime=25.49
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 10145 0 0 0 2543 6 0 0 25 0 1 0 761240463 31571968 6772 1992294400 4194304 5092341 548682068848 18446744073709551615 4241011 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 7708 6772 102 219 0 7486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30832

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 6406
/proc/meminfo: memFree=1386608/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=33428 CPUtime=51.07
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 10728 0 0 0 5100 7 0 0 25 0 1 0 761240463 34230272 7355 1992294400 4194304 5092341 548682068848 18446744073709551615 4250031 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 8357 7355 102 219 0 8135 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33428

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 6406
/proc/meminfo: memFree=1381680/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=43160 CPUtime=102.25
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 11939 0 0 0 10217 8 0 0 25 0 1 0 761240463 44195840 8566 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 10790 8566 102 219 0 10568 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 43160

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 6406
/proc/meminfo: memFree=1377456/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=43160 CPUtime=162.23
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 12979 0 0 0 16213 10 0 0 25 0 1 0 761240463 44195840 9606 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 10790 9606 102 219 0 10568 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 43160

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 6406
/proc/meminfo: memFree=1371504/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=51920 CPUtime=222.22
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 14461 0 0 0 22210 12 0 0 25 0 1 0 761240463 53166080 11088 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 12980 11088 102 219 0 12758 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 51920

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 6406
/proc/meminfo: memFree=1368688/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=52396 CPUtime=282.2
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 15174 0 0 0 28207 13 0 0 25 0 1 0 761240463 53653504 11801 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 13099 11801 102 219 0 12877 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 52396

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 6406
/proc/meminfo: memFree=1362544/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=66384 CPUtime=342.18
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 16693 0 0 0 34202 16 0 0 25 0 1 0 761240463 67977216 13320 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 16596 13320 102 219 0 16374 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 66384

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 6406
/proc/meminfo: memFree=1358576/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=66848 CPUtime=402.16
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 17715 0 0 0 40199 17 0 0 25 0 1 0 761240463 68452352 14342 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 16712 14342 102 219 0 16490 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 66848

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 6406
/proc/meminfo: memFree=1352368/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=67376 CPUtime=462.13
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 19247 0 0 0 46195 18 0 0 25 0 1 0 761240463 68993024 15874 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 16844 15874 102 219 0 16622 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 67376

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 6406
/proc/meminfo: memFree=1349808/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=87896 CPUtime=522.12
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 19888 0 0 0 52193 19 0 0 25 0 1 0 761240463 90005504 16515 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 21974 16515 102 219 0 21752 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 87896

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 6406
/proc/meminfo: memFree=1347504/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=88436 CPUtime=582.1
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 20446 0 0 0 58190 20 0 0 25 0 1 0 761240463 90558464 17073 1992294400 4194304 5092341 548682068848 18446744073709551615 4249868 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 22109 17073 102 219 0 21887 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 88436

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 6406
/proc/meminfo: memFree=1345648/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=88580 CPUtime=642.09
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 20910 0 0 0 64188 21 0 0 25 0 1 0 761240463 90705920 17537 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 22145 17537 102 219 0 21923 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 88580

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 6406
/proc/meminfo: memFree=1343088/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=89256 CPUtime=702.06
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 21544 0 0 0 70185 21 0 0 25 0 1 0 761240463 91398144 18171 1992294400 4194304 5092341 548682068848 18446744073709551615 4248692 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 22314 18171 102 219 0 22092 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 89256

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 6406
/proc/meminfo: memFree=1340016/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=89908 CPUtime=762.05
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 22304 0 0 0 76183 22 0 0 25 0 1 0 761240463 92065792 18931 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 22477 18931 102 219 0 22255 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 89908

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 6406
/proc/meminfo: memFree=1338736/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=90572 CPUtime=822.02
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 22625 0 0 0 82180 22 0 0 25 0 1 0 761240463 92745728 19252 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 22643 19252 102 219 0 22421 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 90572

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 6406
/proc/meminfo: memFree=1336560/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=91000 CPUtime=882
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 23150 0 0 0 88177 23 0 0 25 0 1 0 761240463 93184000 19777 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 22750 19777 102 219 0 22528 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 91000

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6406
/proc/meminfo: memFree=1334832/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=91236 CPUtime=941.99
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 23613 0 0 0 94175 24 0 0 25 0 1 0 761240463 93425664 20240 1992294400 4194304 5092341 548682068848 18446744073709551615 4241011 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 22809 20240 102 219 0 22587 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 91236

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6406
/proc/meminfo: memFree=1333616/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=92048 CPUtime=1001.97
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 23900 0 0 0 100173 24 0 0 25 0 1 0 761240463 94257152 20527 1992294400 4194304 5092341 548682068848 18446744073709551615 4241954 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 23012 20527 102 219 0 22790 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 92048

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6406
/proc/meminfo: memFree=1330864/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=92332 CPUtime=1061.94
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 24595 0 0 0 106170 24 0 0 25 0 1 0 761240463 94547968 21222 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 23083 21222 102 219 0 22861 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 92332

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6406
/proc/meminfo: memFree=1329264/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=93432 CPUtime=1121.93
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 24990 0 0 0 112168 25 0 0 25 0 1 0 761240463 95674368 21617 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 23358 21617 102 219 0 23136 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 93432

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6406
/proc/meminfo: memFree=1328048/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=94072 CPUtime=1181.91
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 25272 0 0 0 118166 25 0 0 25 0 1 0 761240463 96329728 21899 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 23518 21899 102 219 0 23296 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 94072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 6406
/proc/meminfo: memFree=1327536/2055920 swapFree=4179868/4192956
[pid=6405] ppid=6403 vsize=94072 CPUtime=1200.01
/proc/6405/stat : 6405 (minisat) R 6403 6405 6328 0 -1 4194304 25404 0 0 0 119976 25 0 0 25 0 1 0 761240463 96329728 22031 1992294400 4194304 5092341 548682068848 18446744073709551615 4250450 0 0 4096 3 0 0 0 17 1 0 0
/proc/6405/statm: 23518 22031 102 219 0 23296 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 94072

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.03
CPU user time (s): 1199.76
CPU system time (s): 0.270958
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 94072

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

runsolver used 1.21881 second user time and 2.75458 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-04 13:11:20
IDJOB=1556569
IDBENCH=70821
IDSOLVER=546
FILE ID=node49/1556569-1238843480
PBS_JOBID= 9085865
Free space on /tmp= 66544 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556569-1238843480/watcher-1556569-1238843480 -o /tmp/evaluation-result-1556569-1238843480/solver-1556569-1238843480 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1556569-1238843480.cnf

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=1536695706

node49.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	: 5931.00
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:       1416272 kB
Buffers:         88232 kB
Cached:         450360 kB
SwapCached:       6360 kB
Active:         230532 kB
Inactive:       316904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416272 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            5012 kB
Writeback:           0 kB
Mapped:          14652 kB
Slab:            78060 kB
Committed_AS:  2340444 kB
PageTables:       1384 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= 66544 MiB
End job on node49 at 2009-04-04 13:31:23