Trace number 1557070

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
IUT_BMB_SAT 1.0UNSAT 142.299 142.364

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.3792
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
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 IUT_BMB_SAT version 1.0
3.19/3.25	c WARNING: for repeatability, setting FPU to use double precision
3.19/3.25	c ============================[ Problem Statistics ]=============================
3.19/3.25	c |                                                                             |
3.19/3.25	c |  Number of variables:  69097                                                |
3.19/3.25	c |  Number of clauses:    224682                                               |
3.23/3.52	c |  Parsing time:         0.25         s                                       |
4.47/4.50	c ============================[ Search Statistics ]==============================
4.47/4.50	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.47/4.50	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.47/4.50	c ===============================================================================
4.47/4.50	c |         0 |   27937   160994   545502 |    53664        0    nan |  0.000 % |
5.67/5.74	c |       101 |   27928   160994   545502 |    59031       99    104 |  0.136 % |
7.06/7.12	c |       252 |   27923   160860   545075 |    64934      248    123 |  0.136 % |
9.36/9.41	c |       478 |   27923   160860   545075 |    71427      474    131 |  0.136 % |
12.86/12.94	c |       815 |   27923   160860   545075 |    78570      811     84 |  0.136 % |
18.47/18.57	c |      1322 |   27922   160840   545003 |    86427     1273    102 |  0.137 % |
25.67/25.73	c |      2082 |   27902   160830   544978 |    95070     2030     98 |  0.166 % |
43.05/43.10	c |      3222 |   27902   160665   544452 |   104577     3168    100 |  0.166 % |
69.54/69.63	c |      4931 |   27902   160665   544452 |   115034     4877     89 |  0.166 % |
106.82/106.97	c |      7494 |   27894   160590   544227 |   126538     4679     99 |  0.178 % |
142.01/142.14	c ===============================================================================
142.01/142.14	c restarts              : 10
142.01/142.14	c conflicts             : 10166          (73 /sec)
142.01/142.14	c decisions             : 15193          (1.44 % random) (109 /sec)
142.01/142.14	c propagations          : 98751363       (711558 /sec)
142.01/142.14	c conflict literals     : 783129         (47.31 % deleted)
142.01/142.14	c Memory used           : 35.34 MB
142.01/142.14	c CPU time              : 138.782 s
142.01/142.14	
142.01/142.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1557070-1238751287/watcher-1557070-1238751287 -o /tmp/evaluation-result-1557070-1238751287/solver-1557070-1238751287 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1557070-1238751287.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30766
/proc/meminfo: memFree=1796768/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=3928 CPUtime=0
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 162 0 0 0 0 0 0 0 20 0 1 0 1147789744 4022272 145 1992294400 134512640 135635285 4294956208 18446744073709551615 134533607 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 982 146 93 274 0 705 0

[startup+0.057705 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30766
/proc/meminfo: memFree=1796768/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=6168 CPUtime=0.05
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 1323 0 0 0 5 0 0 0 20 0 1 0 1147789744 6316032 1306 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 1542 1306 93 274 0 1265 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6168

[startup+0.101713 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30766
/proc/meminfo: memFree=1796768/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=13460 CPUtime=0.09
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 3189 0 0 0 8 1 0 0 20 0 1 0 1147789744 13783040 3172 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 3365 3172 99 274 0 3088 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13460

[startup+0.301756 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30766
/proc/meminfo: memFree=1796768/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=16100 CPUtime=0.29
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 3857 0 0 0 28 1 0 0 21 0 1 0 1147789744 16486400 3840 1992294400 134512640 135635285 4294956208 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 4025 3840 99 274 0 3748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16100

[startup+0.701842 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30766
/proc/meminfo: memFree=1796768/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=20852 CPUtime=0.69
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 5020 0 0 0 67 2 0 0 25 0 1 0 1147789744 21352448 5003 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 5213 5003 99 274 0 4936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20852

[startup+1.50201 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 30767
/proc/meminfo: memFree=1773528/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=33524 CPUtime=1.49
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 8213 0 0 0 146 3 0 0 25 0 1 0 1147789744 34328576 8196 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 8381 8197 99 274 0 8104 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33524

[startup+3.10136 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 30767
/proc/meminfo: memFree=1758552/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.08
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 9790 0 0 0 232 76 0 0 25 0 1 0 1147789744 39874560 9557 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 9735 9557 101 274 0 9458 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38940

[startup+6.30104 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720704/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=35392 CPUtime=3.03
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9492 0 0 0 299 4 0 0 25 0 1 0 1147790069 36241408 8444 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 8848 8444 84 178 0 8668 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 79688

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720648/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=35392 CPUtime=9.43
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9492 0 0 0 939 4 0 0 25 0 1 0 1147790069 36241408 8444 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 8848 8444 84 178 0 8668 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 79688

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720712/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=35660 CPUtime=22.24
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9495 0 0 0 2219 5 0 0 25 0 1 0 1147790069 36515840 8447 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 8915 8447 85 178 0 8735 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 79956

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720904/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=35660 CPUtime=47.82
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9499 0 0 0 4777 5 0 0 25 0 1 0 1147790069 36515840 8451 1992294400 134512640 135243223 4294956304 18446744073709551615 134568169 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 8915 8451 85 178 0 8735 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 79956

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720264/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=36188 CPUtime=99
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9658 0 0 0 9895 5 0 0 25 0 1 0 1147790069 37056512 8610 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 9047 8610 85 178 0 8867 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 80484

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

[startup+127.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720200/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=36188 CPUtime=124.58
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9658 0 0 0 12453 5 0 0 25 0 1 0 1147790069 37056512 8610 1992294400 134512640 135243223 4294956304 18446744073709551615 134555794 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 9047 8610 85 178 0 8867 0
Current children cumulated CPU time (s) 127.81
Current children cumulated vsize (KiB) 80484

[startup+134.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720200/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=36188 CPUtime=130.98
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9658 0 0 0 13093 5 0 0 25 0 1 0 1147790069 37056512 8610 1992294400 134512640 135243223 4294956304 18446744073709551615 134564918 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 9047 8610 85 178 0 8867 0
Current children cumulated CPU time (s) 134.21
Current children cumulated vsize (KiB) 80484

[startup+137.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720200/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=36188 CPUtime=134.18
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9658 0 0 0 13413 5 0 0 25 0 1 0 1147790069 37056512 8610 1992294400 134512640 135243223 4294956304 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 9047 8610 85 178 0 8867 0
Current children cumulated CPU time (s) 137.41
Current children cumulated vsize (KiB) 80484

[startup+140.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720200/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=36188 CPUtime=137.38
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9658 0 0 0 13733 5 0 0 25 0 1 0 1147790069 37056512 8610 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 9047 8610 85 178 0 8867 0
Current children cumulated CPU time (s) 140.61
Current children cumulated vsize (KiB) 80484

[startup+141.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720200/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=36188 CPUtime=138.18
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9658 0 0 0 13813 5 0 0 25 0 1 0 1147790069 37056512 8610 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 9047 8610 85 178 0 8867 0
Current children cumulated CPU time (s) 141.41
Current children cumulated vsize (KiB) 80484

[startup+141.905 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720200/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=38940 CPUtime=3.23
/proc/30766/stat : 30766 (IUT_BMB_SAT) S 30764 30766 30303 0 -1 4194304 9796 0 0 0 237 86 0 0 25 0 1 0 1147789744 39874560 9562 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/30766/statm: 9735 9562 106 274 0 9458 0
[pid=30768] ppid=30766 vsize=5356 CPUtime=0
/proc/30768/stat : 30768 (sh) S 30766 30766 30303 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1147790069 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30768/statm: 1339 232 193 169 0 50 0
[pid=30769] ppid=30768 vsize=36188 CPUtime=138.58
/proc/30769/stat : 30769 (minisat) R 30768 30766 30303 0 -1 4194304 9658 0 0 0 13853 5 0 0 25 0 1 0 1147790069 37056512 8610 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/30769/statm: 9047 8610 85 178 0 8867 0
Current children cumulated CPU time (s) 141.81
Current children cumulated vsize (KiB) 80484

[startup+142.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30769
/proc/meminfo: memFree=1720200/2055920 swapFree=4177960/4192956
[pid=30766] ppid=30764 vsize=34080 CPUtime=142.21
/proc/30766/stat : 30766 (IUT_BMB_SAT) R 30764 30766 30303 0 -1 4194304 15606 9947 0 0 251 86 13878 6 18 0 1 0 1147789744 34897920 8348 1992294400 134512640 135635285 4294956208 18446744073709551615 134538117 0 0 4096 0 0 0 0 17 1 0 0
/proc/30766/statm: 8520 8348 107 274 0 8243 0
Current children cumulated CPU time (s) 142.21
Current children cumulated vsize (KiB) 34080

Child status: 0
Real time (s): 142.364
CPU time (s): 142.299
CPU user time (s): 141.357
CPU system time (s): 0.942856
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 84416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.357
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26115
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= 8
involuntary context switches= 184

runsolver used 0.156976 second user time and 0.365944 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-03 11:34:48
IDJOB=1557070
IDBENCH=70831
IDSOLVER=523
FILE ID=node71/1557070-1238751287
PBS_JOBID= 9085430
Free space on /tmp= 66548 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557070-1238751287/watcher-1557070-1238751287 -o /tmp/evaluation-result-1557070-1238751287/solver-1557070-1238751287 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1557070-1238751287.cnf HOME

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=410344297

node71.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.270
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.270
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:       1797248 kB
Buffers:         26432 kB
Cached:         154392 kB
SwapCached:       9032 kB
Active:         100192 kB
Inactive:        91388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797248 kB
SwapTotal:     4192956 kB
SwapFree:      4177960 kB
Dirty:            6248 kB
Writeback:           0 kB
Mapped:          16344 kB
Slab:            53032 kB
Committed_AS:  2560296 kB
PageTables:       1444 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= 66540 MiB
End job on node71 at 2009-04-03 11:37:10