Trace number 1556602

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 776.94 777.294

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-09.cnf
MD5SUM5c56557463274332c6704b6432dfc42b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark629.145
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
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
2.99/3.08	c WARNING: for repeatability, setting FPU to use double precision
2.99/3.08	c ============================[ Problem Statistics ]=============================
2.99/3.08	c |                                                                             |
2.99/3.08	c |  Number of variables:  69487                                                |
2.99/3.08	c |  Number of clauses:    225938                                               |
3.27/3.34	c |  Parsing time:         0.24         s                                       |
4.17/4.28	c ============================[ Search Statistics ]==============================
4.17/4.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.17/4.28	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.17/4.28	c ===============================================================================
4.17/4.28	c |         0 |   28209   162346   549854 |    54115        0    nan |  0.000 % |
4.46/4.55	c |       100 |   28202   162346   549854 |    59526       92     42 |  0.049 % |
6.06/6.15	c |       250 |   28200   162346   549854 |    65479      242    105 |  0.049 % |
8.16/8.27	c |       476 |   28194   162257   549601 |    72027      462    119 |  0.055 % |
16.36/16.46	c |       814 |   28193   162218   549484 |    79230      800    130 |  0.055 % |
21.36/21.46	c |      1322 |   28193   162218   549484 |    87153     1308     86 |  0.055 % |
27.96/28.00	c |      2081 |   28193   162218   549484 |    95868     2067    106 |  0.055 % |
39.05/39.17	c |      3221 |   28193   162218   549484 |   105455     3207     89 |  0.055 % |
43.05/43.16	c |      4929 |   28193   162218   549484 |   116001     4915     81 |  0.055 % |
64.04/64.15	c |      7493 |   28193   162218   549484 |   127601     7479     58 |  0.055 % |
79.04/79.17	c |     11338 |   28188   162181   549374 |   140361    11321     73 |  0.062 % |
122.62/122.77	c |     17105 |   28177   162102   549141 |   154397    17083     79 |  0.078 % |
187.38/187.56	c |     25755 |   28177   162102   549141 |   169837    25733     62 |  0.078 % |
309.53/309.74	c |     38729 |   28175   162092   549116 |   186820    38706     58 |  0.081 % |
527.53/527.88	c |     58190 |   28175   162092   549116 |   205502    58167     50 |  0.081 % |
776.61/777.08	c ===============================================================================
776.61/777.08	c restarts              : 15
776.61/777.08	c conflicts             : 80588          (104 /sec)
776.61/777.08	c decisions             : 111630         (1.67 % random) (144 /sec)
776.61/777.08	c propagations          : 545136911      (704702 /sec)
776.61/777.08	c conflict literals     : 3710609        (58.50 % deleted)
776.61/777.08	c Memory used           : 44.02 MB
776.61/777.08	c CPU time              : 773.57 s
776.61/777.08	
776.61/777.09	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-1556602-1238844005/watcher-1556602-1238844005 -o /tmp/evaluation-result-1556602-1238844005/solver-1556602-1238844005 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1556602-1238844005.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.85 0.97 0.99 3/69 6035
/proc/meminfo: memFree=1840728/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=3940 CPUtime=0
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 1157063674 4034560 182 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 985 183 93 274 0 708 0

[startup+0.098244 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 6035
/proc/meminfo: memFree=1840728/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=13532 CPUtime=0.09
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 3206 0 0 0 9 0 0 0 18 0 1 0 1157063674 13856768 3189 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 3383 3189 99 274 0 3106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13532

[startup+0.101243 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 6035
/proc/meminfo: memFree=1840728/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=13532 CPUtime=0.09
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 3219 0 0 0 9 0 0 0 18 0 1 0 1157063674 13856768 3202 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 3383 3202 99 274 0 3106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13532

[startup+0.301262 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 6035
/proc/meminfo: memFree=1840728/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=16436 CPUtime=0.3
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 3930 0 0 0 29 1 0 0 19 0 1 0 1157063674 16830464 3913 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 4109 3913 99 274 0 3832 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16436

[startup+0.701303 s]
/proc/loadavg: 0.85 0.97 0.99 3/69 6035
/proc/meminfo: memFree=1840728/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=21320 CPUtime=0.69
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 5166 0 0 0 68 1 0 0 23 0 1 0 1157063674 21831680 5149 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 5330 5149 99 274 0 5053 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21320

[startup+1.50139 s]
/proc/loadavg: 0.85 0.97 0.99 2/70 6036
/proc/meminfo: memFree=1816528/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=35180 CPUtime=1.5
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 8619 0 0 0 146 4 0 0 25 0 1 0 1157063674 36024320 8602 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 8795 8602 99 274 0 8518 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 35180

[startup+3.10155 s]
/proc/loadavg: 0.85 0.97 0.99 2/70 6036
/proc/meminfo: memFree=1801944/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39156

[startup+6.30188 s]
/proc/loadavg: 0.86 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1764104/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=36616 CPUtime=3.2
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 9538 0 0 0 316 4 0 0 25 0 1 0 1157063982 37494784 8469 1992294400 134512640 135243223 4294956320 18446744073709551615 134558303 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 9154 8469 85 178 0 8974 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 81128

[startup+12.7025 s]
/proc/loadavg: 0.87 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1764240/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=36616 CPUtime=9.6
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 9538 0 0 0 956 4 0 0 25 0 1 0 1157063982 37494784 8469 1992294400 134512640 135243223 4294956320 18446744073709551615 134558300 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 9154 8469 85 178 0 8974 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 81128

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1764368/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=36616 CPUtime=22.4
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 9538 0 0 0 2236 4 0 0 25 0 1 0 1157063982 37494784 8469 1992294400 134512640 135243223 4294956320 18446744073709551615 134558528 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 9154 8469 85 178 0 8974 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 81128

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1764304/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=36616 CPUtime=47.98
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 9538 0 0 0 4794 4 0 0 25 0 1 0 1157063982 37494784 8469 1992294400 134512640 135243223 4294956320 18446744073709551615 134567746 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 9154 8469 85 178 0 8974 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 81128

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1762448/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=38468 CPUtime=99.17
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 10030 0 0 0 9912 5 0 0 25 0 1 0 1157063982 39391232 8961 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 9617 8961 85 178 0 9437 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 82980

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1761424/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=39472 CPUtime=159.14
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 10275 0 0 0 15909 5 0 0 25 0 1 0 1157063982 40419328 9206 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 9868 9206 85 178 0 9688 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 83984

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1760016/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=40960 CPUtime=219.11
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 10633 0 0 0 21905 6 0 0 25 0 1 0 1157063982 41943040 9564 1992294400 134512640 135243223 4294956320 18446744073709551615 134558288 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 10240 9564 85 178 0 10060 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 85472

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1759440/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=41488 CPUtime=279.08
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 10777 0 0 0 27902 6 0 0 25 0 1 0 1157063982 42483712 9708 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 10372 9708 85 178 0 10192 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 86000

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1758480/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0

################
# More data... #
################


[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1756688/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=44160 CPUtime=518.97
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11431 0 0 0 51890 7 0 0 25 0 1 0 1157063982 45219840 10362 1992294400 134512640 135243223 4294956320 18446744073709551615 134555642 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11040 10362 85 178 0 10860 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 88672

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755856/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=578.93
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 57886 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 89584

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755856/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=638.91
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 63884 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 89584

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=698.88
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 69881 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 89584

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=758.86
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 75879 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134555616 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 89584

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

[startup+767.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=764.45
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 76438 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 767.51
Current children cumulated vsize (KiB) 89584

[startup+771.106 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=767.66
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 76759 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134565294 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 770.72
Current children cumulated vsize (KiB) 89584

[startup+774.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=770.86
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 77079 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134565513 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 773.92
Current children cumulated vsize (KiB) 89584

[startup+775.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=772.45
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 77238 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 775.51
Current children cumulated vsize (KiB) 89584

[startup+776.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=3.06
/proc/6035/stat : 6035 (IUT_BMB_SAT) S 6033 6035 5998 0 -1 4194304 9849 0 0 0 221 85 0 0 25 0 1 0 1157063674 40095744 9616 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6035/statm: 9789 9616 106 274 0 9512 0
[pid=6037] ppid=6035 vsize=5356 CPUtime=0
/proc/6037/stat : 6037 (sh) S 6035 6035 5998 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1157063981 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6037/statm: 1339 232 193 169 0 50 0
[pid=6038] ppid=6037 vsize=45072 CPUtime=773.25
/proc/6038/stat : 6038 (minisat) R 6037 6035 5998 0 -1 4194304 11626 0 0 0 77318 7 0 0 25 0 1 0 1157063982 46153728 10557 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/6038/statm: 11268 10557 85 178 0 11088 0
Current children cumulated CPU time (s) 776.31
Current children cumulated vsize (KiB) 89584

[startup+777.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=39156 CPUtime=776.72
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 11394 11914 0 0 222 85 77357 8 16 0 1 0 1157063674 40095744 9617 1992294400 134512640 135635285 4294956224 18446744073709551615 134531168 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 9789 9617 107 274 0 9512 0
Current children cumulated CPU time (s) 776.72
Current children cumulated vsize (KiB) 39156

[startup+777.202 s]
/proc/loadavg: 0.99 0.97 0.99 2/72 6038
/proc/meminfo: memFree=1755664/2055920 swapFree=4171316/4192956
[pid=6035] ppid=6033 vsize=35892 CPUtime=776.83
/proc/6035/stat : 6035 (IUT_BMB_SAT) R 6033 6035 5998 0 -1 4194304 15722 11914 0 0 232 86 77357 8 17 0 1 0 1157063674 36753408 8801 1992294400 134512640 135635285 4294956224 18446744073709551615 134531106 0 0 4096 0 0 0 0 17 0 0 0
/proc/6035/statm: 8973 8801 107 274 0 8696 0
Current children cumulated CPU time (s) 776.83
Current children cumulated vsize (KiB) 35892

Child status: 0
Real time (s): 777.294
CPU time (s): 776.94
CPU user time (s): 775.977
CPU system time (s): 0.962853
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 89584

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

runsolver used 0.683896 second user time and 2.17667 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-04 13:20:05
IDJOB=1556602
IDBENCH=70822
IDSOLVER=523
FILE ID=node44/1556602-1238844005
PBS_JOBID= 9085874
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=1724440098

node44.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.241
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.241
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:       1841208 kB
Buffers:         17732 kB
Cached:         128728 kB
SwapCached:      11028 kB
Active:          39824 kB
Inactive:       119040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841208 kB
SwapTotal:     4192956 kB
SwapFree:      4171316 kB
Dirty:            6480 kB
Writeback:           0 kB
Mapped:          18056 kB
Slab:            41292 kB
Committed_AS:  3076808 kB
PageTables:       1796 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= 66512 MiB
End job on node44 at 2009-04-04 13:33:03