Trace number 1797599

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 161.718 161.796

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.6871
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
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.03	This is MiniSat 2.0 beta
2.99/3.03	WARNING: for repeatability, setting FPU to use double precision
2.99/3.03	============================[ Problem Statistics ]=============================
2.99/3.03	|                                                                             |
2.99/3.03	|  Number of variables:  69097                                                |
2.99/3.03	|  Number of clauses:    224682                                               |
3.01/3.17	|  Parsing time:         0.12         s                                       |
3.01/3.18	============================[ Search Statistics ]==============================
3.01/3.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.01/3.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.01/3.18	===============================================================================
3.01/3.18	|         0 |   69097   214136   561189 |    71378        0    nan |  0.000 % |
3.67/3.71	|       100 |   69085   214136   561189 |    78516       91      6 |  0.017 % |
5.97/6.03	|       250 |   69085   214078   561046 |    86368      240    126 |  0.017 % |
8.96/9.09	|       475 |   69084   214073   561034 |    95005      464    151 |  0.019 % |
13.07/13.17	|       813 |   69084   214073   561034 |   104505      802    150 |  0.019 % |
21.36/21.41	|      1319 |   69084   214073   561034 |   114956     1308    126 |  0.019 % |
31.76/31.83	|      2079 |   69083   214068   561022 |   126451     2067    129 |  0.020 % |
53.65/53.77	|      3219 |   69074   214048   560974 |   139096     3204    118 |  0.059 % |
80.43/80.60	|      4928 |   69032   213888   560574 |   153006     4906    108 |  0.094 % |
121.32/121.49	|      7490 |   69030   213791   560331 |   168307     7463     96 |  0.097 % |
161.40/161.59	===============================================================================
161.40/161.59	restarts              : 10
161.40/161.59	conflicts             : 9673           (61 /sec)
161.40/161.59	decisions             : 23078          (1.66 % random) (146 /sec)
161.40/161.59	propagations          : 209645178      (1323134 /sec)
161.40/161.59	conflict literals     : 887884         (51.51 % deleted)
161.40/161.59	Memory used           : 19.49 MB
161.40/161.59	CPU time              : 158.446 s
161.40/161.59	
161.40/161.59	UNSATISFIABLE
161.40/161.59	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-1797599-1242081259/watcher-1797599-1242081259 -o /tmp/evaluation-result-1797599-1242081259/solver-1797599-1242081259 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797599-1242081259.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7643
/proc/meminfo: memFree=1130704/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=3928 CPUtime=0
/proc/7643/stat : 7643 (IUT_BMB_SIM) R 7641 7643 7351 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 236153470 4022272 176 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/7643/statm: 982 178 93 274 0 705 0

[startup+0.028152 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7643
/proc/meminfo: memFree=1130704/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=3928 CPUtime=0.02
/proc/7643/stat : 7643 (IUT_BMB_SIM) R 7641 7643 7351 0 -1 4194304 581 0 0 0 2 0 0 0 18 0 1 0 236153470 4022272 564 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/7643/statm: 982 565 93 274 0 705 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3928

[startup+0.101159 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7643
/proc/meminfo: memFree=1130704/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=13592 CPUtime=0.09
/proc/7643/stat : 7643 (IUT_BMB_SIM) R 7641 7643 7351 0 -1 4194304 3210 0 0 0 8 1 0 0 18 0 1 0 236153470 13918208 3193 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/7643/statm: 3398 3193 99 274 0 3121 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13592

[startup+0.301182 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7643
/proc/meminfo: memFree=1130704/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=16364 CPUtime=0.29
/proc/7643/stat : 7643 (IUT_BMB_SIM) R 7641 7643 7351 0 -1 4194304 3923 0 0 0 28 1 0 0 19 0 1 0 236153470 16756736 3907 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7643/statm: 4091 3907 99 274 0 3814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16364

[startup+0.701227 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7643
/proc/meminfo: memFree=1130704/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=21380 CPUtime=0.69
/proc/7643/stat : 7643 (IUT_BMB_SIM) R 7641 7643 7351 0 -1 4194304 5165 0 0 0 67 2 0 0 23 0 1 0 236153470 21893120 5148 1992294400 134512640 135635349 4294956224 18446744073709551615 134546926 0 0 4096 0 0 0 0 17 0 0 0
/proc/7643/statm: 5345 5149 99 274 0 5068 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21380

[startup+1.50132 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7644
/proc/meminfo: memFree=1106440/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=35768 CPUtime=1.49
/proc/7643/stat : 7643 (IUT_BMB_SIM) R 7641 7643 7351 0 -1 4194304 8762 0 0 0 146 3 0 0 25 0 1 0 236153470 36626432 8745 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7643/statm: 8942 8745 99 274 0 8665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35768

[startup+3.10151 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7644
/proc/meminfo: memFree=1091912/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 38940

[startup+6.30186 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7645
/proc/meminfo: memFree=1073920/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=16360 CPUtime=3.26
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4008 0 0 0 324 2 0 0 25 0 1 0 236153773 16752640 3719 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4090 3719 76 170 0 3918 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 55300

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7645
/proc/meminfo: memFree=1073480/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=16756 CPUtime=9.65
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4099 0 0 0 963 2 0 0 25 0 1 0 236153773 17158144 3810 1992294400 134512640 135212939 4294956320 18446744073709551615 134536543 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4189 3810 76 170 0 4017 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 55696

[startup+25.501 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 7645
/proc/meminfo: memFree=1073160/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=17284 CPUtime=22.45
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4224 0 0 0 2242 3 0 0 25 0 1 0 236153773 17698816 3935 1992294400 134512640 135212939 4294956320 18446744073709551615 134537414 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4321 3935 77 170 0 4149 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 56224

[startup+51.1019 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 7645
/proc/meminfo: memFree=1072392/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=17976 CPUtime=48.04
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4412 0 0 0 4801 3 0 0 25 0 1 0 236153773 18407424 4123 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4494 4123 77 170 0 4322 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 56916

[startup+102.306 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 7645
/proc/meminfo: memFree=1071176/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19164 CPUtime=99.22
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4711 0 0 0 9919 3 0 0 25 0 1 0 236153773 19623936 4422 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4791 4422 77 170 0 4619 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 58104

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

[startup+127.902 s]
/proc/loadavg: 1.12 1.04 1.01 2/66 7645
/proc/meminfo: memFree=1070664/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19692 CPUtime=124.8
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4835 0 0 0 12477 3 0 0 25 0 1 0 236153773 20164608 4546 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4923 4546 77 170 0 4751 0
Current children cumulated CPU time (s) 127.81
Current children cumulated vsize (KiB) 58632

[startup+140.701 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 7645
/proc/meminfo: memFree=1070408/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19956 CPUtime=137.61
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4896 0 0 0 13757 4 0 0 25 0 1 0 236153773 20434944 4607 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4989 4607 77 170 0 4817 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 58896

[startup+153.502 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 7645
/proc/meminfo: memFree=1070344/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19956 CPUtime=150.39
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4896 0 0 0 15035 4 0 0 25 0 1 0 236153773 20434944 4607 1992294400 134512640 135212939 4294956320 18446744073709551615 134536238 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4989 4607 77 170 0 4817 0
Current children cumulated CPU time (s) 153.4
Current children cumulated vsize (KiB) 58896

[startup+156.702 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 7645
/proc/meminfo: memFree=1070344/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19956 CPUtime=153.59
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4896 0 0 0 15355 4 0 0 25 0 1 0 236153773 20434944 4607 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4989 4607 77 170 0 4817 0
Current children cumulated CPU time (s) 156.6
Current children cumulated vsize (KiB) 58896

[startup+159.901 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 7645
/proc/meminfo: memFree=1070344/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19956 CPUtime=156.79
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4896 0 0 0 15675 4 0 0 25 0 1 0 236153773 20434944 4607 1992294400 134512640 135212939 4294956320 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4989 4607 77 170 0 4817 0
Current children cumulated CPU time (s) 159.8
Current children cumulated vsize (KiB) 58896

[startup+160.702 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 7645
/proc/meminfo: memFree=1070344/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19956 CPUtime=157.59
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4896 0 0 0 15755 4 0 0 25 0 1 0 236153773 20434944 4607 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4989 4607 77 170 0 4817 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 58896

[startup+161.502 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 7645
/proc/meminfo: memFree=1070344/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=38940 CPUtime=3.01
/proc/7643/stat : 7643 (IUT_BMB_SIM) S 7641 7643 7351 0 -1 4194304 9796 0 0 0 222 79 0 0 25 0 1 0 236153470 39874560 9562 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7643/statm: 9735 9562 106 274 0 9458 0
[pid=7645] ppid=7643 vsize=19956 CPUtime=158.39
/proc/7645/stat : 7645 (minisat) R 7643 7643 7351 0 -1 4194304 4896 0 0 0 15835 4 0 0 25 0 1 0 236153773 20434944 4607 1992294400 134512640 135212939 4294956320 18446744073709551615 134537422 0 0 4096 3 0 0 0 17 0 0 0
/proc/7645/statm: 4989 4607 77 170 0 4817 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 58896

[startup+161.706 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 7645
/proc/meminfo: memFree=1088336/2055920 swapFree=4191900/4192956
[pid=7643] ppid=7641 vsize=35700 CPUtime=161.61
/proc/7643/stat : 7643 (IUT_BMB_SIM) R 7641 7643 7351 0 -1 4194304 15606 4907 0 0 233 80 15844 4 19 0 1 0 236153470 36556800 8753 1992294400 134512640 135635349 4294956224 18446744073709551615 134537909 0 0 4096 0 0 0 0 17 0 0 0
/proc/7643/statm: 8925 8753 107 274 0 8648 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 35700

Child status: 0
Real time (s): 161.796
CPU time (s): 161.718
CPU user time (s): 160.861
CPU system time (s): 0.857869
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 58896

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

runsolver used 0.158975 second user time and 0.439933 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 00:34:19
IDJOB=1797599
IDBENCH=70831
IDSOLVER=650
FILE ID=node62/1797599-1242081259
PBS_JOBID= 9277611
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED=1353640992

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1131184 kB
Buffers:         63780 kB
Cached:         778268 kB
SwapCached:        268 kB
Active:          37684 kB
Inactive:       819220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1131184 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6212 kB
Writeback:           0 kB
Mapped:          23368 kB
Slab:            53660 kB
Committed_AS:   612992 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node62 at 2009-05-12 00:37:01