Trace number 1797593

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.11 1200.52

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 benchmark644.047
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_SIM version 1.0
3.19/3.29	This is MiniSat 2.0 beta
3.19/3.29	WARNING: for repeatability, setting FPU to use double precision
3.19/3.29	============================[ Problem Statistics ]=============================
3.19/3.29	|                                                                             |
3.19/3.29	|  Number of variables:  69487                                                |
3.19/3.29	|  Number of clauses:    225938                                               |
3.27/3.42	|  Parsing time:         0.11         s                                       |
3.27/3.43	============================[ Search Statistics ]==============================
3.27/3.43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.27/3.43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.27/3.43	===============================================================================
3.27/3.43	|         0 |   69487   215338   564335 |    71779        0    nan |  0.000 % |
3.27/3.83	|       100 |   69471   215257   564138 |    78957       85      6 |  0.024 % |
3.27/4.10	|       250 |   69467   215257   564138 |    86852      233      6 |  0.030 % |
6.17/6.26	|       476 |   69465   215257   564138 |    95538      457     66 |  0.033 % |
10.47/10.56	|       813 |   69457   215213   564027 |   105092      789    114 |  0.045 % |
13.17/13.23	|      1319 |   69454   215160   563897 |   115601     1290     93 |  0.047 % |
21.46/21.57	|      2078 |   69453   215150   563871 |   127161     2046     99 |  0.049 % |
28.76/28.84	|      3217 |   69446   215112   563774 |   139877     3183     85 |  0.059 % |
41.05/41.19	|      4927 |   69441   215087   563711 |   153865     4888     91 |  0.066 % |
74.34/74.42	|      7489 |   69434   215060   563639 |   169251     7443     83 |  0.076 % |
113.03/113.14	|     11334 |   69434   215055   563625 |   186177    11287     83 |  0.076 % |
173.31/173.42	|     17102 |   69427   215020   563536 |   204794    17049    104 |  0.086 % |
318.26/318.41	|     25752 |   69421   214987   563451 |   225274    25690     96 |  0.095 % |
498.20/498.40	|     38727 |   69412   214939   563335 |   247801    38661     95 |  0.108 % |
854.08/854.40	|     58188 |   69412   214939   563335 |   272581    58122     80 |  0.108 % |
1200.07/1200.51	c cannot read from file

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-1797593-1242080852/watcher-1797593-1242080852 -o /tmp/evaluation-result-1797593-1242080852/solver-1797593-1242080852 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797593-1242080852.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.06 1.01 1.00 3/64 13126
/proc/meminfo: memFree=1482352/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=3940 CPUtime=0
/proc/13126/stat : 13126 (IUT_BMB_SIM) R 13124 13126 12741 0 -1 4194304 135 0 0 0 0 0 0 0 20 0 1 0 236113622 4034560 118 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 1 0 0
/proc/13126/statm: 985 119 93 274 0 708 0

[startup+0.016364 s]
/proc/loadavg: 1.06 1.01 1.00 3/64 13126
/proc/meminfo: memFree=1482352/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=3940 CPUtime=0.01
/proc/13126/stat : 13126 (IUT_BMB_SIM) R 13124 13126 12741 0 -1 4194304 317 0 0 0 1 0 0 0 20 0 1 0 236113622 4034560 300 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/13126/statm: 985 301 93 274 0 708 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3940

[startup+0.101376 s]
/proc/loadavg: 1.06 1.01 1.00 3/64 13126
/proc/meminfo: memFree=1482352/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=13532 CPUtime=0.09
/proc/13126/stat : 13126 (IUT_BMB_SIM) R 13124 13126 12741 0 -1 4194304 3155 0 0 0 8 1 0 0 20 0 1 0 236113622 13856768 3138 1992294400 134512640 135635349 4294956224 18446744073709551615 134535645 0 0 4096 0 0 0 0 17 1 0 0
/proc/13126/statm: 3383 3141 93 274 0 3106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13532

[startup+0.301404 s]
/proc/loadavg: 1.06 1.01 1.00 3/64 13126
/proc/meminfo: memFree=1482352/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=16172 CPUtime=0.29
/proc/13126/stat : 13126 (IUT_BMB_SIM) R 13124 13126 12741 0 -1 4194304 3861 0 0 0 28 1 0 0 21 0 1 0 236113622 16560128 3844 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/13126/statm: 4043 3845 99 274 0 3766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16172

[startup+0.701463 s]
/proc/loadavg: 1.06 1.01 1.00 3/64 13126
/proc/meminfo: memFree=1482352/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=20792 CPUtime=0.69
/proc/13126/stat : 13126 (IUT_BMB_SIM) R 13124 13126 12741 0 -1 4194304 5030 0 0 0 68 1 0 0 25 0 1 0 236113622 21291008 5013 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/13126/statm: 5198 5013 99 274 0 4921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20792

[startup+1.50158 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 13127
/proc/meminfo: memFree=1459112/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=33332 CPUtime=1.49
/proc/13126/stat : 13126 (IUT_BMB_SIM) R 13124 13126 12741 0 -1 4194304 8140 0 0 0 146 3 0 0 25 0 1 0 236113622 34131968 8123 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/13126/statm: 8333 8123 99 274 0 8056 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33332

[startup+3.10181 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 13127
/proc/meminfo: memFree=1443944/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.09
/proc/13126/stat : 13126 (IUT_BMB_SIM) R 13124 13126 12741 0 -1 4194304 9843 0 0 0 232 77 0 0 25 0 1 0 236113622 40095744 9611 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/13126/statm: 9789 9611 101 274 0 9512 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39156

[startup+6.30128 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 13128
/proc/meminfo: memFree=1425312/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=17284 CPUtime=3
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 4041 0 0 0 297 3 0 0 25 0 1 0 236113951 17698816 3737 1992294400 134512640 135212939 4294956320 18446744073709551615 134530427 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 4321 3737 77 170 0 4149 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 56440

[startup+12.7022 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 13128
/proc/meminfo: memFree=1424928/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=17548 CPUtime=9.4
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 4130 0 0 0 937 3 0 0 25 0 1 0 236113951 17969152 3826 1992294400 134512640 135212939 4294956320 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 4387 3826 77 170 0 4215 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56704

[startup+25.5011 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 13128
/proc/meminfo: memFree=1424544/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=18076 CPUtime=22.19
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 4243 0 0 0 2216 3 0 0 25 0 1 0 236113951 18509824 3939 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 4519 3939 77 170 0 4347 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57232

[startup+51.1019 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 13128
/proc/meminfo: memFree=1423200/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=19400 CPUtime=47.78
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 4591 0 0 0 4774 4 0 0 25 0 1 0 236113951 19865600 4287 1992294400 134512640 135212939 4294956320 18446744073709551615 134536392 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 4850 4287 77 170 0 4678 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 58556

[startup+102.305 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 13128
/proc/meminfo: memFree=1421728/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=20984 CPUtime=98.96
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 4962 0 0 0 9892 4 0 0 25 0 1 0 236113951 21487616 4658 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 5246 4658 77 170 0 5074 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 60140

[startup+162.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 13128
/proc/meminfo: memFree=1418528/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=24184 CPUtime=158.93
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 5773 0 0 0 15888 5 0 0 25 0 1 0 236113951 24764416 5469 1992294400 134512640 135212939 4294956320 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 6046 5469 77 170 0 5874 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 63340

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 13128
/proc/meminfo: memFree=1416352/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=26320 CPUtime=218.92
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 6297 0 0 0 21886 6 0 0 25 0 1 0 236113951 26951680 5993 1992294400 134512640 135212939 4294956320 18446744073709551615 134536630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 6580 5993 77 170 0 6408 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 65476

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 13128
/proc/meminfo: memFree=1415136/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=27508 CPUtime=278.9
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 6591 0 0 0 27884 6 0 0 25 0 1 0 236113951 28168192 6287 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 6877 6287 77 170 0 6705 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 66664

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 13128
/proc/meminfo: memFree=1413344/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=29260 CPUtime=338.89
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 7035 0 0 0 33882 7 0 0 25 0 1 0 236113951 29962240 6731 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 7315 6731 77 170 0 7143 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 68416

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13128
/proc/meminfo: memFree=1410912/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=31636 CPUtime=398.86
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 7637 0 0 0 39878 8 0 0 25 0 1 0 236113951 32395264 7333 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 7909 7333 77 170 0 7737 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 70792

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13128
/proc/meminfo: memFree=1409696/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=32956 CPUtime=458.84

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

[pid=13128] ppid=13126 vsize=33880 CPUtime=518.82
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 8176 0 0 0 51874 8 0 0 25 0 1 0 236113951 34693120 7872 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 8470 7872 77 170 0 8298 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 73036

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13128
/proc/meminfo: memFree=1407904/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=34620 CPUtime=578.8
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 8376 0 0 0 57871 9 0 0 25 0 1 0 236113951 35450880 8072 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 8655 8072 77 170 0 8483 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 73776

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13128
/proc/meminfo: memFree=1407264/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=35280 CPUtime=638.79
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 8536 0 0 0 63870 9 0 0 25 0 1 0 236113951 36126720 8232 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 8820 8232 77 170 0 8648 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 74436

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13128
/proc/meminfo: memFree=1406560/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=36076 CPUtime=698.77
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 8719 0 0 0 69867 10 0 0 25 0 1 0 236113951 36941824 8415 1992294400 134512640 135212939 4294956320 18446744073709551615 134536049 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 9019 8415 77 170 0 8847 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 75232

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13128
/proc/meminfo: memFree=1405856/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=36744 CPUtime=758.75
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 8892 0 0 0 75865 10 0 0 25 0 1 0 236113951 37625856 8588 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 9186 8588 77 170 0 9014 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 75900

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1405088/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=37536 CPUtime=818.72
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9098 0 0 0 81862 10 0 0 25 0 1 0 236113951 38436864 8794 1992294400 134512640 135212939 4294956320 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 9384 8794 77 170 0 9212 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 76692

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1404000/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=38600 CPUtime=878.7
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9356 0 0 0 87860 10 0 0 25 0 1 0 236113951 39526400 9052 1992294400 134512640 135212939 4294956320 18446744073709551615 134527326 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 9650 9052 77 170 0 9478 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 77756

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1403104/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=39644 CPUtime=938.69
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9595 0 0 0 93858 11 0 0 25 0 1 0 236113951 40595456 9291 1992294400 134512640 135212939 4294956320 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 9911 9291 77 170 0 9739 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 78800

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1402208/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=40460 CPUtime=998.66
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9810 0 0 0 99855 11 0 0 25 0 1 0 236113951 41431040 9506 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 10115 9506 77 170 0 9943 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 79616

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1401824/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=40752 CPUtime=1058.65
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9895 0 0 0 105854 11 0 0 25 0 1 0 236113951 41730048 9591 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 10188 9591 77 170 0 10016 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 79908

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1401888/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=40752 CPUtime=1118.62
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9895 0 0 0 111851 11 0 0 25 0 1 0 236113951 41730048 9591 1992294400 134512640 135212939 4294956320 18446744073709551615 134526814 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 10188 9591 77 170 0 10016 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 79908

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1401824/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=40752 CPUtime=1178.61
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9896 0 0 0 117850 11 0 0 25 0 1 0 236113951 41730048 9592 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 10188 9592 77 170 0 10016 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 79908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1401824/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=40752 CPUtime=1196.8
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9896 0 0 0 119669 11 0 0 25 0 1 0 236113951 41730048 9592 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 10188 9592 77 170 0 10016 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 79908

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13130
/proc/meminfo: memFree=1401824/2055920 swapFree=4145916/4192956
[pid=13126] ppid=13124 vsize=39156 CPUtime=3.27
/proc/13126/stat : 13126 (IUT_BMB_SIM) S 13124 13126 12741 0 -1 4194304 9849 0 0 0 237 90 0 0 25 0 1 0 236113622 40095744 9616 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/13126/statm: 9789 9616 106 274 0 9512 0
[pid=13128] ppid=13126 vsize=40752 CPUtime=1196.8
/proc/13128/stat : 13128 (minisat) R 13126 13126 12741 0 -1 4194304 9896 0 0 0 119669 11 0 0 25 0 1 0 236113951 41730048 9592 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13128/statm: 10188 9592 77 170 0 10016 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 79908

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.11
CPU user time (s): 1199.08
CPU system time (s): 1.03184
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 79908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.08
system time used= 1.03184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19829
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= 6
involuntary context switches= 3316

runsolver used 1.39779 second user time and 2.97855 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-12 00:27:32
IDJOB=1797593
IDBENCH=70822
IDSOLVER=650
FILE ID=node39/1797593-1242080852
PBS_JOBID= 9277647
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=390489862

node39.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.281
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.281
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:       1482832 kB
Buffers:         74716 kB
Cached:         382960 kB
SwapCached:      41104 kB
Active:         181116 kB
Inactive:       320080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482832 kB
SwapTotal:     4192956 kB
SwapFree:      4145916 kB
Dirty:            6240 kB
Writeback:           0 kB
Mapped:          14592 kB
Slab:            57912 kB
Committed_AS:   886208 kB
PageTables:       1388 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= 66332 MiB
End job on node39 at 2009-05-12 00:47:35