Trace number 1797592

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.08 1200.62

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
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 variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
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
2.99/3.08	This is MiniSat 2.0 beta
2.99/3.08	WARNING: for repeatability, setting FPU to use double precision
2.99/3.08	============================[ Problem Statistics ]=============================
2.99/3.08	|                                                                             |
2.99/3.09	|  Number of variables:  69503                                                |
2.99/3.09	|  Number of clauses:    225975                                               |
3.18/3.23	|  Parsing time:         0.12         s                                       |
3.18/3.23	============================[ Search Statistics ]==============================
3.18/3.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/3.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/3.23	===============================================================================
3.18/3.23	|         0 |   69503   215367   564400 |    71789        0    nan |  0.000 % |
3.18/3.30	|       100 |   69485   215367   564400 |    78967       83      4 |  0.037 % |
4.47/4.53	|       250 |   69485   215367   564400 |    86864      233     87 |  0.037 % |
5.38/5.47	|       475 |   69473   215202   563995 |    95551      452     71 |  0.043 % |
7.47/7.53	|       812 |   69470   215197   563983 |   105106      786     66 |  0.047 % |
13.47/13.58	|      1318 |   69469   215182   563943 |   115616     1284    104 |  0.049 % |
17.07/17.14	|      2077 |   69447   215069   563659 |   127178     2035     94 |  0.081 % |
24.46/24.53	|      3218 |   69438   215021   563540 |   139896     3172     90 |  0.094 % |
37.55/37.62	|      4926 |   69437   215021   563540 |   153886     4879     65 |  0.096 % |
59.95/60.04	|      7488 |   69434   215011   563515 |   169274     7438     89 |  0.099 % |
96.13/96.24	|     11333 |   69433   214996   563477 |   186202    11280     95 |  0.101 % |
190.79/190.96	|     17100 |   69432   214991   563463 |   204822    17045     81 |  0.102 % |
303.84/304.03	|     25750 |   69420   214933   563319 |   225304    25690     88 |  0.119 % |
512.96/513.25	|     38725 |   69414   214904   563250 |   247835    38644     93 |  0.128 % |
831.83/832.29	|     58186 |   69401   214830   563064 |   272618    56857     79 |  0.147 % |

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-1797592-1242080769/watcher-1797592-1242080769 -o /tmp/evaluation-result-1797592-1242080769/solver-1797592-1242080769 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797592-1242080769.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: 0.92 0.98 0.99 3/64 6151
/proc/meminfo: memFree=874680/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=3940 CPUtime=0
/proc/6151/stat : 6151 (IUT_BMB_SIM) R 6149 6151 5798 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 236110940 4034560 176 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/6151/statm: 985 177 93 274 0 708 0

[startup+0.0388569 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6151
/proc/meminfo: memFree=874680/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=3940 CPUtime=0.03
/proc/6151/stat : 6151 (IUT_BMB_SIM) R 6149 6151 5798 0 -1 4194304 754 0 0 0 3 0 0 0 18 0 1 0 236110940 4034560 737 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/6151/statm: 985 738 93 274 0 708 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3940

[startup+0.102863 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6151
/proc/meminfo: memFree=874680/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=13664 CPUtime=0.1
/proc/6151/stat : 6151 (IUT_BMB_SIM) R 6149 6151 5798 0 -1 4194304 3231 0 0 0 9 1 0 0 18 0 1 0 236110940 13991936 3214 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6151/statm: 3416 3214 99 274 0 3139 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13664

[startup+0.301883 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6151
/proc/meminfo: memFree=874680/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=16436 CPUtime=0.29
/proc/6151/stat : 6151 (IUT_BMB_SIM) R 6149 6151 5798 0 -1 4194304 3934 0 0 0 28 1 0 0 19 0 1 0 236110940 16830464 3917 1992294400 134512640 135635349 4294956224 18446744073709551615 135088841 0 0 4096 0 0 0 0 17 0 0 0
/proc/6151/statm: 4109 3918 99 274 0 3832 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16436

[startup+0.702922 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 6151
/proc/meminfo: memFree=874680/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=21452 CPUtime=0.69
/proc/6151/stat : 6151 (IUT_BMB_SIM) R 6149 6151 5798 0 -1 4194304 5171 0 0 0 68 1 0 0 23 0 1 0 236110940 21966848 5154 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6151/statm: 5363 5154 99 274 0 5086 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21452

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 6152
/proc/meminfo: memFree=850488/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=35312 CPUtime=1.49
/proc/6151/stat : 6151 (IUT_BMB_SIM) R 6149 6151 5798 0 -1 4194304 8645 0 0 0 146 3 0 0 25 0 1 0 236110940 36159488 8628 1992294400 134512640 135635349 4294956224 18446744073709551615 134530686 0 0 4096 0 0 0 0 17 0 0 0
/proc/6151/statm: 8828 8628 99 274 0 8551 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35312

[startup+3.10118 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 6152
/proc/meminfo: memFree=835832/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 39164

[startup+6.30148 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 6153
/proc/meminfo: memFree=817648/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=17288 CPUtime=3.2
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 4018 0 0 0 318 2 0 0 25 0 1 0 236111248 17702912 3753 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 4322 3753 77 170 0 4150 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 56452

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 6153
/proc/meminfo: memFree=817200/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=17684 CPUtime=9.6
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 4106 0 0 0 958 2 0 0 25 0 1 0 236111248 18108416 3841 1992294400 134512640 135212939 4294956320 18446744073709551615 134537422 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 4421 3841 77 170 0 4249 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56848

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 6153
/proc/meminfo: memFree=816560/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=18344 CPUtime=22.39
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 4294 0 0 0 2237 2 0 0 25 0 1 0 236111248 18784256 4029 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 4586 4029 77 170 0 4414 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57508

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 6153
/proc/meminfo: memFree=815472/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=19400 CPUtime=47.98
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 4556 0 0 0 4795 3 0 0 25 0 1 0 236111248 19865600 4291 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 4850 4291 77 170 0 4678 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 58564

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 6153
/proc/meminfo: memFree=812784/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=22200 CPUtime=99.16
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 5239 0 0 0 9912 4 0 0 25 0 1 0 236111248 22732800 4974 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 5550 4974 77 170 0 5378 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 61364

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=811824/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=23036 CPUtime=159.12
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 5455 0 0 0 15908 4 0 0 25 0 1 0 236111248 23588864 5190 1992294400 134512640 135212939 4294956320 18446744073709551615 134536656 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 5759 5190 77 170 0 5587 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 62200

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=809968/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=24964 CPUtime=219.1
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 5935 0 0 0 21905 5 0 0 25 0 1 0 236111248 25563136 5670 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 6241 5670 77 170 0 6069 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 64128

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=808240/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=26704 CPUtime=279.08
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 6353 0 0 0 27902 6 0 0 25 0 1 0 236111248 27344896 6088 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 6676 6088 77 170 0 6504 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 65868

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=805872/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=29112 CPUtime=339.05
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 6967 0 0 0 33899 6 0 0 25 0 1 0 236111248 29810688 6702 1992294400 134512640 135212939 4294956320 18446744073709551615 134536571 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 7278 6702 77 170 0 7106 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 68276

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=804720/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=30304 CPUtime=399.03
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 7257 0 0 0 39897 6 0 0 25 0 1 0 236111248 31031296 6992 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 7576 6992 77 170 0 7404 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 69468

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=802416/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=32684 CPUtime=459.01

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

/proc/6153/statm: 8303 7740 77 170 0 8131 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 72376

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=801008/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=34084 CPUtime=578.96
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 8198 0 0 0 57888 8 0 0 25 0 1 0 236111248 34902016 7933 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 8521 7933 77 170 0 8349 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 73248

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=799920/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=35140 CPUtime=638.94
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 8459 0 0 0 63886 8 0 0 25 0 1 0 236111248 35983360 8194 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 8785 8194 77 170 0 8613 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 74304

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=799152/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=35800 CPUtime=698.91
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 8619 0 0 0 69883 8 0 0 25 0 1 0 236111248 36659200 8354 1992294400 134512640 135212939 4294956320 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 8950 8354 77 170 0 8778 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 74964

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 6153
/proc/meminfo: memFree=798256/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=36632 CPUtime=758.89
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 8845 0 0 0 75881 8 0 0 25 0 1 0 236111248 37511168 8580 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 9158 8580 77 170 0 8986 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 75796

[startup+822.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 6153
/proc/meminfo: memFree=797616/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=37424 CPUtime=818.87
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 9017 0 0 0 81879 8 0 0 25 0 1 0 236111248 38322176 8752 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 9356 8752 77 170 0 9184 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 76588

[startup+882.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 6155
/proc/meminfo: memFree=796400/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=38376 CPUtime=878.84
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 9267 0 0 0 87875 9 0 0 25 0 1 0 236111248 39297024 9002 1992294400 134512640 135212939 4294956320 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 9594 9002 77 170 0 9422 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 77540

[startup+942.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 6155
/proc/meminfo: memFree=795952/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=39044 CPUtime=938.82
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 9403 0 0 0 93873 9 0 0 25 0 1 0 236111248 39981056 9138 1992294400 134512640 135212939 4294956320 18446744073709551615 134526898 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 9761 9138 77 170 0 9589 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 78208

[startup+1002.3 s]
/proc/loadavg: 1.17 1.06 1.01 2/66 6155
/proc/meminfo: memFree=795184/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=39836 CPUtime=998.8
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 9607 0 0 0 99870 10 0 0 25 0 1 0 236111248 40792064 9342 1992294400 134512640 135212939 4294956320 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 9959 9342 77 170 0 9787 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 79000

[startup+1062.3 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 6155
/proc/meminfo: memFree=794608/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=40496 CPUtime=1058.77
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 9774 0 0 0 105867 10 0 0 25 0 1 0 236111248 41467904 9509 1992294400 134512640 135212939 4294956320 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 10124 9509 77 170 0 9952 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 79660

[startup+1122.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/66 6155
/proc/meminfo: memFree=793776/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=41300 CPUtime=1118.74
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 9979 0 0 0 111864 10 0 0 25 0 1 0 236111248 42291200 9714 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 10325 9714 77 170 0 10153 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 80464

[startup+1182.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 6155
/proc/meminfo: memFree=793072/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=41984 CPUtime=1178.71
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 10166 0 0 0 117861 10 0 0 25 0 1 0 236111248 42991616 9901 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 10496 9901 77 170 0 10324 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 81148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 6155
/proc/meminfo: memFree=792688/2055920 swapFree=4181340/4192956
[pid=6151] ppid=6149 vsize=39164 CPUtime=3.07
/proc/6151/stat : 6151 (IUT_BMB_SIM) S 6149 6151 5798 0 -1 4194304 9851 0 0 0 223 84 0 0 25 0 1 0 236110940 40103936 9618 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6151/statm: 9791 9618 106 274 0 9514 0
[pid=6153] ppid=6151 vsize=42380 CPUtime=1197.01
/proc/6153/stat : 6153 (minisat) R 6151 6151 5798 0 -1 4194304 10245 0 0 0 119691 10 0 0 25 0 1 0 236111248 43397120 9980 1992294400 134512640 135212939 4294956320 18446744073709551615 134536289 0 0 4096 3 0 0 0 17 0 0 0
/proc/6153/statm: 10595 9980 77 170 0 10423 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 81544

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 6151 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=235660
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=854870
# CPU time returned by wait4() is 3.09053
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.62
CPU time (s): 1200.08
CPU user time (s): 1199.14
CPU system time (s): 0.94
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 81544

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

runsolver used 1.03484 second user time and 3.34349 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-12 00:26:09
IDJOB=1797592
IDBENCH=70821
IDSOLVER=650
FILE ID=node12/1797592-1242080769
PBS_JOBID= 9277661
Free space on /tmp= 66092 MiB

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

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=363802943

node12.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.213
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.213
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:        875160 kB
Buffers:         75348 kB
Cached:        1018220 kB
SwapCached:       5448 kB
Active:         179088 kB
Inactive:       922404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        875160 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:            6244 kB
Writeback:           0 kB
Mapped:          13616 kB
Slab:            65332 kB
Committed_AS:   938608 kB
PageTables:       1404 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= 66088 MiB
End job on node12 at 2009-05-12 00:46:12