Trace number 1556517

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.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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.19/0.27	c |  Number of variables:         70139                                         |
0.19/0.27	c |  Number of clauses:          227991                                         |
0.19/0.27	c |  Parse time:                   0.24 s                                       |
1.19/1.26	c |  Simplification time:          0.97 s                                       |
1.19/1.26	c |                                                                             |
1.19/1.26	c ============================[ Search Statistics ]==============================
1.19/1.26	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.26	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.26	c ===============================================================================
1.39/1.41	c |       100 |   28579   164197   555980 |    60205       98     26 |  0.463 % |
1.79/1.81	c |       250 |   28573   164148   555847 |    66226      246     80 |  0.472 % |
2.58/2.64	c |       475 |   28573   164109   555738 |    72848      471     85 |  0.472 % |
3.99/4.02	c |       812 |   28573   164109   555738 |    80133      808     99 |  0.472 % |
6.89/6.91	c |      1318 |   28573   164109   555738 |    88146     1314    114 |  0.472 % |
10.19/10.28	c |      2077 |   28561   164027   555500 |    96961     2070    118 |  0.489 % |
16.39/16.42	c |      3216 |   28561   164027   555500 |   106657     3209    137 |  0.489 % |
24.68/24.70	c |      4924 |   28561   164027   555500 |   117323     4917    135 |  0.489 % |
38.78/38.86	c |      7486 |   28561   164027   555500 |   129055     7479    144 |  0.489 % |
56.67/56.76	c |     11330 |   28556   163984   555367 |   141961    11312    137 |  0.497 % |
84.07/84.13	c |     17096 |   28508   163665   554359 |   156157    17037    134 |  0.565 % |
123.45/123.56	c |     25745 |   28507   163660   554345 |   171773    25684    128 |  0.566 % |
184.33/184.49	c |     38719 |   28459   163335   553324 |   188950    38623    113 |  0.634 % |
270.91/271.01	c |     58180 |   28459   163335   553324 |   207845    58084    113 |  0.634 % |
401.87/402.06	c |     87372 |   28457   163317   553265 |   228630    87275    110 |  0.637 % |
595.12/595.35	c |    131161 |   28452   163295   553207 |   251493   131059    112 |  0.644 % |
906.44/906.74	c |    196845 |   28452   163295   553207 |   276642   196743    112 |  0.644 % |

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-1556517-1238842570/watcher-1556517-1238842570 -o /tmp/evaluation-result-1556517-1238842570/solver-1556517-1238842570 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1556517-1238842570.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.03 3/64 12928
/proc/meminfo: memFree=1270272/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=8188 CPUtime=0
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 539 0 0 0 0 0 0 0 18 0 1 0 1156922570 8384512 523 1992294400 4194304 5092341 548682068832 18446744073709551615 4515648 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 2047 525 63 219 0 1825 0

[startup+0.0408509 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12928
/proc/meminfo: memFree=1270272/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=17236 CPUtime=0.02
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 2231 0 0 0 2 0 0 0 18 0 1 0 1156922570 17649664 2194 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 4309 2194 63 219 0 4087 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17236

[startup+0.101855 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12928
/proc/meminfo: memFree=1270272/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=22048 CPUtime=0.09
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 3803 0 0 0 8 1 0 0 18 0 1 0 1156922570 22577152 3663 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 5512 3664 63 219 0 5290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22048

[startup+0.301872 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12928
/proc/meminfo: memFree=1270272/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=29936 CPUtime=0.29
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 6841 0 0 0 27 2 0 0 19 0 1 0 1156922570 30654464 6271 1992294400 4194304 5092341 548682068832 18446744073709551615 4219917 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 7484 6271 87 219 0 7262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29936

[startup+0.701907 s]
/proc/loadavg: 1.00 1.00 1.03 3/64 12928
/proc/meminfo: memFree=1270272/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=36168 CPUtime=0.69
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 8095 0 0 0 66 3 0 0 22 0 1 0 1156922570 37036032 7525 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 9042 7525 87 219 0 8820 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36168

[startup+1.50198 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12929
/proc/meminfo: memFree=1237112/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=31044 CPUtime=1.49
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 9709 0 0 0 145 4 0 0 25 0 1 0 1156922570 31789056 6313 1992294400 4194304 5092341 548682068832 18446744073709551615 4492902 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 7761 6313 100 219 0 7539 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31044

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12929
/proc/meminfo: memFree=1244984/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=31044 CPUtime=3.09
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 9762 0 0 0 304 5 0 0 25 0 1 0 1156922570 31789056 6366 1992294400 4194304 5092341 548682068832 18446744073709551615 4249968 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 7761 6366 100 219 0 7539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31044

[startup+6.30139 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12929
/proc/meminfo: memFree=1244600/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=31044 CPUtime=6.29
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 9836 0 0 0 624 5 0 0 25 0 1 0 1156922570 31789056 6440 1992294400 4194304 5092341 548682068832 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 7761 6440 102 219 0 7539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31044

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12929
/proc/meminfo: memFree=1243896/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=31044 CPUtime=12.69
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 10015 0 0 0 1264 5 0 0 25 0 1 0 1156922570 31789056 6619 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 7761 6619 102 219 0 7539 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31044

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 12929
/proc/meminfo: memFree=1242424/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=33640 CPUtime=25.48
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 10381 0 0 0 2543 5 0 0 25 0 1 0 1156922570 34447360 6985 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 8410 6985 102 219 0 8188 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33640

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 12929
/proc/meminfo: memFree=1239864/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=37532 CPUtime=51.07
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 11032 0 0 0 5101 6 0 0 25 0 1 0 1156922570 38432768 7636 1992294400 4194304 5092341 548682068832 18446744073709551615 4250042 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 9383 7636 102 219 0 9161 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37532

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 12929
/proc/meminfo: memFree=1234296/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=43372 CPUtime=102.26
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 12410 0 0 0 10218 8 0 0 25 0 1 0 1156922570 44412928 9014 1992294400 4194304 5092341 548682068832 18446744073709551615 4250341 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 10843 9014 102 219 0 10621 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43372

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 12929
/proc/meminfo: memFree=1229432/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=52132 CPUtime=162.24
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 13653 0 0 0 16214 10 0 0 25 0 1 0 1156922570 53383168 10257 1992294400 4194304 5092341 548682068832 18446744073709551615 4240879 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 13033 10257 102 219 0 12811 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52132

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12929
/proc/meminfo: memFree=1223160/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=52132 CPUtime=222.23
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 15191 0 0 0 22210 13 0 0 25 0 1 0 1156922570 53383168 11795 1992294400 4194304 5092341 548682068832 18446744073709551615 4249545 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 13033 11795 102 219 0 12811 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 52132

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12929
/proc/meminfo: memFree=1216824/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=65836 CPUtime=282.21
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 16787 0 0 0 28206 15 0 0 25 0 1 0 1156922570 67416064 13391 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 16459 13391 102 219 0 16237 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 65836

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1211384/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=66340 CPUtime=342.19
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 18119 0 0 0 34202 17 0 0 25 0 1 0 1156922570 67932160 14723 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 16585 14723 102 219 0 16363 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 66340

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1205304/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=86796 CPUtime=402.17
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 19642 0 0 0 40198 19 0 0 25 0 1 0 1156922570 88879104 16246 1992294400 4194304 5092341 548682068832 18446744073709551615 4249091 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 21699 16246 102 219 0 21477 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 86796

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1195320/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=87500 CPUtime=462.16
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 22137 0 0 0 46193 23 0 0 25 0 1 0 1156922570 89600000 18741 1992294400 4194304 5092341 548682068832 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 21875 18741 102 219 0 21653 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 87500

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1189368/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=88584 CPUtime=522.14
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 23656 0 0 0 52188 26 0 0 25 0 1 0 1156922570 90710016 20260 1992294400 4194304 5092341 548682068832 18446744073709551615 4249605 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 22146 20260 102 219 0 21924 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 88584

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1183224/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=118876 CPUtime=582.13
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 25149 0 0 0 58185 28 0 0 25 0 1 0 1156922570 121729024 21753 1992294400 4194304 5092341 548682068832 18446744073709551615 4241431 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 29719 21753 102 219 0 29497 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 118876

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1177784/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=120212 CPUtime=642.11
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 26506 0 0 0 64181 30 0 0 25 0 1 0 1156922570 123097088 23110 1992294400 4194304 5092341 548682068832 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 30053 23110 102 219 0 29831 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 120212

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1170680/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=120500 CPUtime=702.09
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 28286 0 0 0 70177 32 0 0 25 0 1 0 1156922570 123392000 24890 1992294400 4194304 5092341 548682068832 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 30125 24890 102 219 0 29903 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 120500

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1164024/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=121184 CPUtime=762.08
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 29939 0 0 0 76174 34 0 0 25 0 1 0 1156922570 124092416 26543 1992294400 4194304 5092341 548682068832 18446744073709551615 4250042 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 30296 26543 102 219 0 30074 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 121184

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1157944/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=121916 CPUtime=822.06
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 31479 0 0 0 82169 37 0 0 25 0 1 0 1156922570 124841984 28083 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 30479 28083 102 219 0 30257 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 121916

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1152952/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=122276 CPUtime=882.05
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 32698 0 0 0 88166 39 0 0 25 0 1 0 1156922570 125210624 29302 1992294400 4194304 5092341 548682068832 18446744073709551615 4241392 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 30569 29302 102 219 0 30347 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 122276

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1144504/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=166812 CPUtime=942.03
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 34842 0 0 0 94162 41 0 0 25 0 1 0 1156922570 170815488 31446 1992294400 4194304 5092341 548682068832 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 41703 31446 102 219 0 41481 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 166812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1135160/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=168328 CPUtime=1002.01
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 37171 0 0 0 100157 44 0 0 25 0 1 0 1156922570 172367872 33775 1992294400 4194304 5092341 548682068832 18446744073709551615 4241449 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 42082 33775 102 219 0 41860 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 168328

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1126584/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=168636 CPUtime=1061.99
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 39322 0 0 0 106153 46 0 0 25 0 1 0 1156922570 172683264 35926 1992294400 4194304 5092341 548682068832 18446744073709551615 4244133 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 42159 35926 102 219 0 41937 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 168636

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1119864/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=170288 CPUtime=1121.98
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 40973 0 0 0 112150 48 0 0 25 0 1 0 1156922570 174374912 37577 1992294400 4194304 5092341 548682068832 18446744073709551615 4241008 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 42572 37577 102 219 0 42350 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 170288

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1113080/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=171164 CPUtime=1181.96
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 42694 0 0 0 118145 51 0 0 25 0 1 0 1156922570 175271936 39298 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 42791 39298 102 219 0 42569 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 171164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12935
/proc/meminfo: memFree=1111672/2055920 swapFree=4175756/4192956
[pid=12928] ppid=12926 vsize=171356 CPUtime=1200.07
/proc/12928/stat : 12928 (minisat) R 12926 12928 12304 0 -1 4194304 42990 0 0 0 119955 52 0 0 25 0 1 0 1156922570 175468544 39594 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/12928/statm: 42839 39594 102 219 0 42617 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 171356

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.55
CPU system time (s): 0.546916
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 171356

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

runsolver used 0.846871 second user time and 2.56361 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-04 12:56:10
IDJOB=1556517
IDBENCH=70820
IDSOLVER=546
FILE ID=node31/1556517-1238842570
PBS_JOBID= 9085810
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= 3cb14750de2495357cf28b8ab826b9e3
RANDOM SEED=1343377441

node31.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:       1270752 kB
Buffers:         97292 kB
Cached:         595036 kB
SwapCached:      10248 kB
Active:         388428 kB
Inactive:       315688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270752 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:            5044 kB
Writeback:           0 kB
Mapped:          17436 kB
Slab:            66760 kB
Committed_AS:  3414980 kB
PageTables:       1488 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= 66452 MiB
End job on node31 at 2009-04-04 13:16:13