Trace number 1797595

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.0UNSAT 86.4619 86.6356

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7969
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
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.95/3.15	This is MiniSat 2.0 beta
2.95/3.15	WARNING: for repeatability, setting FPU to use double precision
2.95/3.15	============================[ Problem Statistics ]=============================
2.95/3.15	|                                                                             |
2.95/3.16	|  Number of variables:  68953                                                |
2.95/3.16	|  Number of clauses:    224225                                               |
3.03/3.29	|  Parsing time:         0.12         s                                       |
3.03/3.29	============================[ Search Statistics ]==============================
3.03/3.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.03/3.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.03/3.29	===============================================================================
3.03/3.29	|         0 |   68953   213707   560072 |    71235        0    nan |  0.000 % |
3.33/3.58	|       101 |   68945   213707   560072 |    78359       93      5 |  0.012 % |
4.93/5.11	|       251 |   68945   213707   560072 |    86195      243     85 |  0.012 % |
6.63/6.80	|       476 |   68945   213669   559980 |    94814      468     89 |  0.012 % |
14.42/14.62	|       813 |   68945   213669   559980 |   104296      805    113 |  0.012 % |
21.13/21.33	|      1320 |   68919   213524   559618 |   114725     1308    114 |  0.049 % |
33.33/33.54	|      2079 |   68909   213482   559513 |   126198     2066    106 |  0.064 % |
53.01/53.26	|      3219 |   68909   213482   559513 |   138818     3206     95 |  0.064 % |
76.50/76.77	|      4928 |   68704   212612   557306 |   152699     3832     85 |  0.361 % |
86.20/86.43	===============================================================================
86.20/86.43	restarts              : 9
86.20/86.43	conflicts             : 5545           (67 /sec)
86.20/86.43	decisions             : 20359          (1.72 % random) (245 /sec)
86.20/86.43	propagations          : 110965194      (1333438 /sec)
86.20/86.43	conflict literals     : 418955         (57.66 % deleted)
86.20/86.43	Memory used           : 17.60 MB
86.20/86.43	CPU time              : 83.2173 s
86.20/86.43	
86.20/86.43	UNSATISFIABLE
86.20/86.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797595-1242081111/watcher-1797595-1242081111 -o /tmp/evaluation-result-1797595-1242081111/solver-1797595-1242081111 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797595-1242081111.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/65 19305
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=3920 CPUtime=0
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 236141296 4014080 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 980 174 93 274 0 703 0

[startup+0.0988849 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19305
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=13448 CPUtime=0.09
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 3199 0 0 0 8 1 0 0 18 0 1 0 236141296 13770752 3182 1992294400 134512640 135635349 4294956224 18446744073709551615 134695170 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 3395 3183 99 274 0 3118 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13448

[startup+0.101884 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19305
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=13580 CPUtime=0.09
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 3212 0 0 0 8 1 0 0 18 0 1 0 236141296 13905920 3195 1992294400 134512640 135635349 4294956224 18446744073709551615 134528582 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 3395 3196 99 274 0 3118 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13580

[startup+0.301907 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19305
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=16484 CPUtime=0.29
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 3926 0 0 0 28 1 0 0 19 0 1 0 236141296 16879616 3909 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 4121 3909 99 274 0 3844 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16484

[startup+0.701952 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19305
/proc/meminfo: memFree=1365664/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=21368 CPUtime=0.69
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 5168 0 0 0 67 2 0 0 23 0 1 0 236141296 21880832 5151 1992294400 134512640 135635349 4294956224 18446744073709551615 134621854 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 5342 5151 99 274 0 5065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21368

[startup+1.50104 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19306
/proc/meminfo: memFree=1341400/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=35756 CPUtime=1.49
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 8773 0 0 0 145 4 0 0 25 0 1 0 236141296 36614144 8756 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 8939 8756 99 274 0 8662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35756

[startup+3.10122 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19306
/proc/meminfo: memFree=1326872/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=2.95
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 9773 0 0 0 218 77 0 0 20 0 1 0 236141296 39809024 9541 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 9719 9541 101 274 0 9442 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 38876

[startup+6.30158 s]
/proc/loadavg: 1.09 1.02 1.01 2/67 19307
/proc/meminfo: memFree=1308752/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=16496 CPUtime=3.13
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4021 0 0 0 312 1 0 0 25 0 1 0 236141611 16891904 3732 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4124 3732 76 170 0 3952 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 55372

[startup+12.7023 s]
/proc/loadavg: 1.08 1.02 1.00 2/67 19307
/proc/meminfo: memFree=1308432/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=16760 CPUtime=9.53
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4084 0 0 0 952 1 0 0 25 0 1 0 236141611 17162240 3795 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4190 3795 76 170 0 4018 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 55636

[startup+25.5017 s]
/proc/loadavg: 1.06 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1308112/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=17228 CPUtime=22.33
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4210 0 0 0 2231 2 0 0 25 0 1 0 236141611 17641472 3921 1992294400 134512640 135212939 4294956320 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4307 3921 76 170 0 4135 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 56104

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307600/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=17756 CPUtime=47.91
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4340 0 0 0 4789 2 0 0 25 0 1 0 236141611 18182144 4051 1992294400 134512640 135212939 4294956320 18446744073709551615 134526658 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4439 4051 76 170 0 4267 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 56632

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

[startup+63.903 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307408/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=18020 CPUtime=60.71
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4407 0 0 0 6069 2 0 0 25 0 1 0 236141611 18452480 4118 1992294400 134512640 135212939 4294956320 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4505 4118 76 170 0 4333 0
Current children cumulated CPU time (s) 63.71
Current children cumulated vsize (KiB) 56896

[startup+76.7014 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307344/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=18020 CPUtime=73.5
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4427 0 0 0 7348 2 0 0 25 0 1 0 236141611 18452480 4138 1992294400 134512640 135212939 4294956320 18446744073709551615 134536349 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4505 4138 76 170 0 4333 0
Current children cumulated CPU time (s) 76.5
Current children cumulated vsize (KiB) 56896

[startup+83.1011 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307280/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=18020 CPUtime=79.9
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4428 0 0 0 7988 2 0 0 25 0 1 0 236141611 18452480 4139 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4505 4139 77 170 0 4333 0
Current children cumulated CPU time (s) 82.9
Current children cumulated vsize (KiB) 56896

[startup+84.7053 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307280/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=18020 CPUtime=81.5
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4428 0 0 0 8148 2 0 0 25 0 1 0 236141611 18452480 4139 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4505 4139 77 170 0 4333 0
Current children cumulated CPU time (s) 84.5
Current children cumulated vsize (KiB) 56896

[startup+85.5014 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307280/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=18020 CPUtime=82.3
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4428 0 0 0 8228 2 0 0 25 0 1 0 236141611 18452480 4139 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4505 4139 77 170 0 4333 0
Current children cumulated CPU time (s) 85.3
Current children cumulated vsize (KiB) 56896

[startup+86.3015 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307280/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=3
/proc/19305/stat : 19305 (IUT_BMB_SIM) S 19303 19305 18902 0 -1 4194304 9779 0 0 0 219 81 0 0 21 0 1 0 236141296 39809024 9546 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/19305/statm: 9719 9546 106 274 0 9442 0
[pid=19307] ppid=19305 vsize=18020 CPUtime=83.1
/proc/19307/stat : 19307 (minisat) R 19305 19305 18902 0 -1 4194304 4428 0 0 0 8308 2 0 0 25 0 1 0 236141611 18452480 4139 1992294400 134512640 135212939 4294956320 18446744073709551615 134538867 0 0 4096 3 0 0 0 17 0 0 0
/proc/19307/statm: 4505 4139 77 170 0 4333 0
Current children cumulated CPU time (s) 86.1
Current children cumulated vsize (KiB) 56896

[startup+86.5015 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307280/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=38876 CPUtime=86.3
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 15305 4439 0 0 225 82 8321 2 19 0 1 0 236141296 39809024 9547 1992294400 134512640 135635349 4294956224 18446744073709551615 134533446 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 9719 9547 107 274 0 9442 0
Current children cumulated CPU time (s) 86.3
Current children cumulated vsize (KiB) 38876

[startup+86.6015 s]
/proc/loadavg: 1.02 1.01 1.00 2/67 19307
/proc/meminfo: memFree=1307280/2055920 swapFree=4180448/4192956
[pid=19305] ppid=19303 vsize=31584 CPUtime=86.4
/proc/19305/stat : 19305 (IUT_BMB_SIM) R 19303 19305 18902 0 -1 4194304 16135 4439 0 0 234 83 8321 2 19 0 1 0 236141296 32342016 7724 1992294400 134512640 135635349 4294956224 18446744073709551615 134537171 0 0 4096 0 0 0 0 17 0 0 0
/proc/19305/statm: 7896 7724 107 274 0 7619 0
Current children cumulated CPU time (s) 86.4
Current children cumulated vsize (KiB) 31584

Child status: 0
Real time (s): 86.6356
CPU time (s): 86.4619
CPU user time (s): 85.596
CPU system time (s): 0.865868
CPU usage (%): 99.7995
Max. virtual memory (cumulated for all children) (KiB): 56896

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

runsolver used 0.122981 second user time and 0.200969 second system time

The end

Launcher Data

Begin job on node76 at 2009-05-12 00:31:52
IDJOB=1797595
IDBENCH=70825
IDSOLVER=650
FILE ID=node76/1797595-1242081111
PBS_JOBID= 9277652
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED=810021752

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1366144 kB
Buffers:         68248 kB
Cached:         561320 kB
SwapCached:       7184 kB
Active:         220572 kB
Inactive:       418664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366144 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            6208 kB
Writeback:           0 kB
Mapped:          13688 kB
Slab:            36496 kB
Committed_AS:   782832 kB
PageTables:       1436 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= 66384 MiB
End job on node76 at 2009-05-12 00:33:18