Trace number 1797598

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_SIM 1.0? (TO) 1200.06 1200.42

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
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_SIM version 1.0
3.19/3.27	This is MiniSat 2.0 beta
3.19/3.27	WARNING: for repeatability, setting FPU to use double precision
3.19/3.27	============================[ Problem Statistics ]=============================
3.19/3.27	|                                                                             |
3.19/3.27	|  Number of variables:  69561                                                |
3.19/3.27	|  Number of clauses:    226144                                               |
3.26/3.41	|  Parsing time:         0.11         s                                       |
3.26/3.41	============================[ Search Statistics ]==============================
3.26/3.41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.41	===============================================================================
3.26/3.41	|         0 |   69561   215508   564769 |    71836        0    nan |  0.000 % |
3.26/3.57	|       101 |   69539   215508   564769 |    79019       83     34 |  0.040 % |
5.37/5.46	|       251 |   69536   215508   564769 |    86921      231    122 |  0.045 % |
6.27/6.38	|       476 |   69523   215311   564280 |    95613      448     82 |  0.058 % |
10.57/10.61	|       814 |   69523   215311   564280 |   105175      786     53 |  0.058 % |
16.77/16.80	|      1320 |   69520   215285   564218 |   115692     1290     94 |  0.059 % |
26.67/26.76	|      2079 |   69513   215250   564128 |   127261     2043    124 |  0.069 % |
35.85/35.92	|      3220 |   69512   215245   564116 |   139988     3183    125 |  0.070 % |
54.55/54.69	|      4928 |   69509   215225   564068 |   153986     4889     94 |  0.075 % |
78.14/78.30	|      7492 |   69503   215220   564056 |   169385     7449    108 |  0.085 % |
115.83/115.90	|     11337 |   69496   215154   563893 |   186324    11287    117 |  0.093 % |
179.62/179.70	|     17103 |   69488   215117   563794 |   204956    17046    131 |  0.105 % |
285.69/285.89	|     25753 |   69478   215067   563671 |   225452    25686    127 |  0.119 % |
404.15/404.30	|     38728 |   69478   215067   563671 |   247997    38661    111 |  0.119 % |
708.08/708.37	|     58190 |   69473   215045   563615 |   272797    58121    105 |  0.127 % |

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-1797598-1242081189/watcher-1797598-1242081189 -o /tmp/evaluation-result-1797598-1242081189/solver-1797598-1242081189 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797598-1242081189.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2613
/proc/meminfo: memFree=1920256/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=3944 CPUtime=0
/proc/2613/stat : 2613 (IUT_BMB_SIM) R 2611 2613 2008 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 236146742 4038656 167 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/2613/statm: 986 167 93 274 0 709 0

[startup+0.045298 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2613
/proc/meminfo: memFree=1920256/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=4832 CPUtime=0.04
/proc/2613/stat : 2613 (IUT_BMB_SIM) R 2611 2613 2008 0 -1 4194304 980 0 0 0 4 0 0 0 18 0 1 0 236146742 4947968 964 1992294400 134512640 135635349 4294956224 18446744073709551615 134535003 0 0 4096 0 0 0 0 17 1 0 0
/proc/2613/statm: 1208 968 94 274 0 931 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4832

[startup+0.101304 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2613
/proc/meminfo: memFree=1920256/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=13536 CPUtime=0.09
/proc/2613/stat : 2613 (IUT_BMB_SIM) R 2611 2613 2008 0 -1 4194304 3199 0 0 0 8 1 0 0 18 0 1 0 236146742 13860864 3182 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/2613/statm: 3384 3182 99 274 0 3107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13536

[startup+0.301325 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2613
/proc/meminfo: memFree=1920256/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=16176 CPUtime=0.29
/proc/2613/stat : 2613 (IUT_BMB_SIM) R 2611 2613 2008 0 -1 4194304 3870 0 0 0 28 1 0 0 19 0 1 0 236146742 16564224 3853 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/2613/statm: 4044 3853 99 274 0 3767 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16176

[startup+0.701368 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2613
/proc/meminfo: memFree=1920256/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=20796 CPUtime=0.69
/proc/2613/stat : 2613 (IUT_BMB_SIM) R 2611 2613 2008 0 -1 4194304 5035 0 0 0 67 2 0 0 22 0 1 0 236146742 21295104 5018 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/2613/statm: 5199 5018 99 274 0 4922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20796

[startup+1.50245 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2614
/proc/meminfo: memFree=1896888/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=33468 CPUtime=1.49
/proc/2613/stat : 2613 (IUT_BMB_SIM) R 2611 2613 2008 0 -1 4194304 8188 0 0 0 146 3 0 0 25 0 1 0 236146742 34271232 8171 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/2613/statm: 8367 8171 99 274 0 8090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33468

[startup+3.10162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2614
/proc/meminfo: memFree=1881720/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.09
/proc/2613/stat : 2613 (IUT_BMB_SIM) R 2611 2613 2008 0 -1 4194304 9851 0 0 0 234 75 0 0 25 0 1 0 236146742 40128512 9619 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/2613/statm: 9797 9619 101 274 0 9520 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39188

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1863216/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=17220 CPUtime=3.01
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 3986 0 0 0 299 2 0 0 25 0 1 0 236147069 17633280 3721 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 4305 3721 76 170 0 4133 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 56408

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1863024/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=17352 CPUtime=9.41
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 4044 0 0 0 939 2 0 0 25 0 1 0 236147069 17768448 3779 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 4338 3779 77 170 0 4166 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56540

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1862384/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=18144 CPUtime=22.21
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 4221 0 0 0 2218 3 0 0 25 0 1 0 236147069 18579456 3956 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 4536 3956 77 170 0 4364 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57332

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1861360/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=19216 CPUtime=47.79
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 4495 0 0 0 4776 3 0 0 25 0 1 0 236147069 19677184 4230 1992294400 134512640 135212939 4294956320 18446744073709551615 134536103 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 4804 4230 77 170 0 4632 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 58404

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1858352/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=22252 CPUtime=98.98
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 5245 0 0 0 9894 4 0 0 25 0 1 0 236147069 22786048 4980 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 5563 4980 77 170 0 5391 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 61440

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1854960/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=25692 CPUtime=158.96
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 6100 0 0 0 15891 5 0 0 25 0 1 0 236147069 26308608 5835 1992294400 134512640 135212939 4294956320 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 6423 5835 77 170 0 6251 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 64880

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1851376/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=29268 CPUtime=218.94
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 6986 0 0 0 21888 6 0 0 25 0 1 0 236147069 29970432 6721 1992294400 134512640 135212939 4294956320 18446744073709551615 134527119 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 7317 6721 77 170 0 7145 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 68456

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1849520/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=30984 CPUtime=278.93
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 7441 0 0 0 27886 7 0 0 25 0 1 0 236147069 31727616 7176 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 7746 7176 77 170 0 7574 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 70172

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1848432/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=32220 CPUtime=338.91
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 7717 0 0 0 33884 7 0 0 25 0 1 0 236147069 32993280 7452 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 8055 7452 77 170 0 7883 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 71408

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1844848/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=35660 CPUtime=398.89
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 8608 0 0 0 39881 8 0 0 25 0 1 0 236147069 36515840 8343 1992294400 134512640 135212939 4294956320 18446744073709551615 134538879 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 8915 8343 77 170 0 8743 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 74848

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2615
/proc/meminfo: memFree=1842864/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=37588 CPUtime=458.88

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

/proc/2615/statm: 9793 9196 77 170 0 9621 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 78360

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2617
/proc/meminfo: memFree=1839088/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=41152 CPUtime=578.85
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 9969 0 0 0 57874 11 0 0 25 0 1 0 236147069 42139648 9704 1992294400 134512640 135212939 4294956320 18446744073709551615 134529693 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 10288 9704 77 170 0 10116 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 80340

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2617
/proc/meminfo: memFree=1836976/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=43268 CPUtime=638.84
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 10494 0 0 0 63873 11 0 0 25 0 1 0 236147069 44306432 10229 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 10817 10229 77 170 0 10645 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 82456

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2617
/proc/meminfo: memFree=1836528/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=43676 CPUtime=698.82
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 10596 0 0 0 69870 12 0 0 25 0 1 0 236147069 44724224 10331 1992294400 134512640 135212939 4294956320 18446744073709551615 134539406 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 10919 10331 77 170 0 10747 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 82864

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2617
/proc/meminfo: memFree=1833072/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=47236 CPUtime=758.81
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 11460 0 0 0 75868 13 0 0 25 0 1 0 236147069 48369664 11195 1992294400 134512640 135212939 4294956320 18446744073709551615 134530465 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 11809 11195 77 170 0 11637 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 86424

[startup+822.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 2617
/proc/meminfo: memFree=1832432/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=47804 CPUtime=818.79
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 11619 0 0 0 81866 13 0 0 25 0 1 0 236147069 48951296 11354 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 11951 11354 77 170 0 11779 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 86992

[startup+882.303 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 2617
/proc/meminfo: memFree=1831856/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=48352 CPUtime=878.77
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 11755 0 0 0 87864 13 0 0 25 0 1 0 236147069 49512448 11490 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 12088 11490 77 170 0 11916 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 87540

[startup+942.302 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 2617
/proc/meminfo: memFree=1831088/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=49144 CPUtime=938.76
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 11949 0 0 0 93862 14 0 0 25 0 1 0 236147069 50323456 11684 1992294400 134512640 135212939 4294956320 18446744073709551615 134539440 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 12286 11684 77 170 0 12114 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 88332

[startup+1002.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 2617
/proc/meminfo: memFree=1830256/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=50068 CPUtime=998.74
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 12158 0 0 0 99860 14 0 0 25 0 1 0 236147069 51269632 11893 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 12517 11893 77 170 0 12345 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 89256

[startup+1062.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 2617
/proc/meminfo: memFree=1827120/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=53148 CPUtime=1058.73
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 12939 0 0 0 105858 15 0 0 25 0 1 0 236147069 54423552 12674 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 13287 12674 77 170 0 13115 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 92336

[startup+1122.3 s]
/proc/loadavg: 1.19 1.08 1.01 2/66 2617
/proc/meminfo: memFree=1826288/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=53940 CPUtime=1118.71
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 13133 0 0 0 111856 15 0 0 25 0 1 0 236147069 55234560 12868 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 13485 12868 77 170 0 13313 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 93128

[startup+1182.3 s]
/proc/loadavg: 1.15 1.09 1.02 2/66 2617
/proc/meminfo: memFree=1825200/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=54996 CPUtime=1178.7
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 13406 0 0 0 117854 16 0 0 25 0 1 0 236147069 56315904 13141 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 13749 13141 77 170 0 13577 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 94184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.11 1.09 1.02 2/66 2617
/proc/meminfo: memFree=1824240/2055920 swapFree=4176436/4192956
[pid=2613] ppid=2611 vsize=39188 CPUtime=3.26
/proc/2613/stat : 2613 (IUT_BMB_SIM) S 2611 2613 2008 0 -1 4194304 9857 0 0 0 239 87 0 0 25 0 1 0 236146742 40128512 9624 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/2613/statm: 9797 9624 106 274 0 9520 0
[pid=2615] ppid=2613 vsize=55920 CPUtime=1196.8
/proc/2615/stat : 2615 (minisat) R 2613 2613 2008 0 -1 4194304 13629 0 0 0 119664 16 0 0 25 0 1 0 236147069 57262080 13364 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/2615/statm: 13980 13364 77 170 0 13808 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 95108

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2613 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=398635
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=878866
# CPU time returned by wait4() is 3.2775
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.42
CPU time (s): 1200.06
CPU user time (s): 1199.03
CPU system time (s): 1.03
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 95108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.39864
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9857
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= 3
involuntary context switches= 9

runsolver used 1.3258 second user time and 3.05054 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-12 00:33:10
IDJOB=1797598
IDBENCH=70830
IDSOLVER=650
FILE ID=node47/1797598-1242081189
PBS_JOBID= 9277602
Free space on /tmp= 66224 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797598-1242081189/watcher-1797598-1242081189 -o /tmp/evaluation-result-1797598-1242081189/solver-1797598-1242081189 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797598-1242081189.cnf HOME

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=639156108

node47.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.212
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.212
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:       1920736 kB
Buffers:          4856 kB
Cached:          56736 kB
SwapCached:      10284 kB
Active:          38252 kB
Inactive:        35492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920736 kB
SwapTotal:     4192956 kB
SwapFree:      4176436 kB
Dirty:            6412 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            47476 kB
Committed_AS:   858900 kB
PageTables:       1448 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= 66220 MiB
End job on node47 at 2009-05-12 00:53:12