Trace number 1797732

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 110.226 110.286

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.633
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
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
8.08/8.15	This is MiniSat 2.0 beta
8.08/8.15	WARNING: for repeatability, setting FPU to use double precision
8.08/8.15	============================[ Problem Statistics ]=============================
8.08/8.15	|                                                                             |
8.08/8.15	|  Number of variables:  159638                                               |
8.08/8.15	|  Number of clauses:    473593                                               |
8.13/8.43	|  Parsing time:         0.25         s                                       |
8.13/8.44	============================[ Search Statistics ]==============================
8.13/8.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.13/8.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.13/8.44	===============================================================================
8.13/8.44	|         0 |  159637   473593  1105050 |   157864        0    nan |  0.000 % |
8.13/8.56	|       100 |  159630   473593  1105050 |   173650       93     13 |  0.013 % |
8.67/8.74	|       251 |  159626   473593  1105050 |   191015      240     16 |  0.016 % |
9.27/9.34	|       476 |  159093   471091  1099524 |   210117      462     15 |  0.375 % |
9.47/9.59	|       813 |  159083   471091  1099524 |   231129      799     19 |  0.375 % |
10.37/10.43	|      1319 |  158820   469808  1096682 |   254242     1297     23 |  0.512 % |
10.97/11.01	|      2078 |  158817   469808  1096682 |   279666     2054     22 |  0.547 % |
12.27/12.38	|      3218 |  158743   469542  1096095 |   307632     3192     24 |  0.566 % |
13.97/14.00	|      4926 |  158733   469391  1095765 |   338396     4898     30 |  0.566 % |
15.17/15.21	|      7491 |  158504   469388  1095759 |   372235     7402     41 |  0.908 % |
17.07/17.18	|     11345 |  156676   460899  1076732 |   409459    11248     53 |  1.855 % |
20.16/20.20	|     17112 |  156611   460737  1076376 |   450405    17004     54 |  1.896 % |
23.57/23.67	|     25761 |  156594   460684  1076260 |   495445    25650     58 |  1.906 % |
28.76/28.82	|     38739 |  156372   460646  1076180 |   544990    38621     57 |  2.382 % |
39.05/39.19	|     58200 |  155808   457307  1068728 |   599489    57614     50 |  2.399 % |
53.15/53.20	|     87397 |  155683   457304  1068722 |   659438    86808     59 |  2.579 % |
82.63/82.71	|    131192 |  155303   455333  1064349 |   725382   124905     64 |  2.739 % |
109.52/109.67	===============================================================================
109.52/109.67	restarts              : 17
109.52/109.67	conflicts             : 161714         (1596 /sec)
109.52/109.67	decisions             : 721450         (1.47 % random) (7120 /sec)
109.52/109.67	propagations          : 175126618      (1728440 /sec)
109.52/109.67	conflict literals     : 10201924       (30.18 % deleted)
109.52/109.67	Memory used           : 78.60 MB
109.52/109.67	CPU time              : 101.321 s
109.52/109.67	
109.52/109.67	UNSATISFIABLE
109.52/109.68	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-1797732-1242089591/watcher-1797732-1242089591 -o /tmp/evaluation-result-1797732-1242089591/solver-1797732-1242089591 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797732-1242089591.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 22471
/proc/meminfo: memFree=1804032/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=6836 CPUtime=0
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 0 236988529 7000064 170 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 1709 171 90 274 0 1432 0

[startup+0.0513 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22471
/proc/meminfo: memFree=1804032/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=6836 CPUtime=0.05
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 955 0 0 0 5 0 0 0 18 0 1 0 236988529 7000064 938 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 1709 939 90 274 0 1432 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6836

[startup+0.101308 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22471
/proc/meminfo: memFree=1804032/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=11808 CPUtime=0.09
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 2445 0 0 0 9 0 0 0 18 0 1 0 236988529 12091392 2428 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 2952 2429 90 274 0 2675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11808

[startup+0.301345 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22471
/proc/meminfo: memFree=1804032/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=29844 CPUtime=0.29
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 7288 0 0 0 27 2 0 0 19 0 1 0 236988529 30560256 7271 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 7461 7271 97 274 0 7184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29844

[startup+0.701419 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22471
/proc/meminfo: memFree=1804032/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=34728 CPUtime=0.7
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 8500 0 0 0 67 3 0 0 23 0 1 0 236988529 35561472 8483 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 8682 8483 97 274 0 8405 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 34728

[startup+1.50157 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 22472
/proc/meminfo: memFree=1766968/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=43704 CPUtime=1.49
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 10736 0 0 0 145 4 0 0 25 0 1 0 236988529 44752896 10719 1992294400 134512640 135635349 4294956224 18446744073709551615 134534302 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 10926 10719 97 274 0 10649 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43704

[startup+3.10186 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 22472
/proc/meminfo: memFree=1754808/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=60600 CPUtime=3.1
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 14966 0 0 0 303 7 0 0 25 0 1 0 236988529 62054400 14950 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 15150 14950 97 274 0 14873 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 60600

[startup+6.30146 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22472
/proc/meminfo: memFree=1703608/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=6.29
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 25570 0 0 0 582 47 0 0 25 0 1 0 236988529 102141952 24758 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 24937 24758 100 274 0 24660 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99748

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 22473
/proc/meminfo: memFree=1667120/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=8.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) S 22469 22471 22372 0 -1 4194304 25576 0 0 0 640 173 0 0 25 0 1 0 236988529 102141952 24763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22471/statm: 24937 24763 105 274 0 24660 0
[pid=22473] ppid=22471 vsize=34508 CPUtime=4.54
/proc/22473/stat : 22473 (minisat) R 22471 22471 22372 0 -1 4194304 7756 0 0 0 451 3 0 0 25 0 1 0 236989343 35336192 7498 1992294400 134512640 135212939 4294956320 18446744073709551615 134526842 0 0 4096 3 0 0 0 17 0 0 0
/proc/22473/statm: 8627 7498 77 170 0 8455 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 134256

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22473
/proc/meminfo: memFree=1659824/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=8.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) S 22469 22471 22372 0 -1 4194304 25576 0 0 0 640 173 0 0 25 0 1 0 236988529 102141952 24763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22471/statm: 24937 24763 105 274 0 24660 0
[pid=22473] ppid=22471 vsize=42208 CPUtime=17.33
/proc/22473/stat : 22473 (minisat) R 22471 22471 22372 0 -1 4194304 9660 0 0 0 1728 5 0 0 25 0 1 0 236989343 43220992 9402 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/22473/statm: 10552 9402 77 170 0 10380 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 141956

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22473
/proc/meminfo: memFree=1645168/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=8.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) S 22469 22471 22372 0 -1 4194304 25576 0 0 0 640 173 0 0 25 0 1 0 236988529 102141952 24763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22471/statm: 24937 24763 105 274 0 24660 0
[pid=22473] ppid=22471 vsize=56716 CPUtime=42.92
/proc/22473/stat : 22473 (minisat) R 22471 22471 22372 0 -1 4194304 13288 0 0 0 4283 9 0 0 25 0 1 0 236989343 58077184 13030 1992294400 134512640 135212939 4294956320 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/22473/statm: 14179 13030 77 170 0 14007 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 156464

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22473
/proc/meminfo: memFree=1622256/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=8.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) S 22469 22471 22372 0 -1 4194304 25576 0 0 0 640 173 0 0 25 0 1 0 236988529 102141952 24763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22471/statm: 24937 24763 105 274 0 24660 0
[pid=22473] ppid=22471 vsize=79664 CPUtime=94.1
/proc/22473/stat : 22473 (minisat) R 22471 22471 22372 0 -1 4194304 18931 0 0 0 9396 14 0 0 25 0 1 0 236989343 81575936 18673 1992294400 134512640 135212939 4294956320 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/22473/statm: 19916 18673 77 170 0 19744 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 179412

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

[startup+105.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22473
/proc/meminfo: memFree=1621680/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=8.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) S 22469 22471 22372 0 -1 4194304 25576 0 0 0 640 173 0 0 25 0 1 0 236988529 102141952 24763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22471/statm: 24937 24763 105 274 0 24660 0
[pid=22473] ppid=22471 vsize=80192 CPUtime=97.3
/proc/22473/stat : 22473 (minisat) R 22471 22471 22372 0 -1 4194304 19066 0 0 0 9715 15 0 0 25 0 1 0 236989343 82116608 18808 1992294400 134512640 135212939 4294956320 18446744073709551615 134526546 0 0 4096 3 0 0 0 17 0 0 0
/proc/22473/statm: 20048 18808 77 170 0 19876 0
Current children cumulated CPU time (s) 105.43
Current children cumulated vsize (KiB) 179940

[startup+108.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22473
/proc/meminfo: memFree=1621552/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=8.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) S 22469 22471 22372 0 -1 4194304 25576 0 0 0 640 173 0 0 25 0 1 0 236988529 102141952 24763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22471/statm: 24937 24763 105 274 0 24660 0
[pid=22473] ppid=22471 vsize=80480 CPUtime=100.49
/proc/22473/stat : 22473 (minisat) R 22471 22471 22372 0 -1 4194304 19124 0 0 0 10034 15 0 0 25 0 1 0 236989343 82411520 18866 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/22473/statm: 20120 18866 77 170 0 19948 0
Current children cumulated CPU time (s) 108.62
Current children cumulated vsize (KiB) 180228

[startup+109.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22473
/proc/meminfo: memFree=1621424/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=8.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) S 22469 22471 22372 0 -1 4194304 25576 0 0 0 640 173 0 0 25 0 1 0 236988529 102141952 24763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22471/statm: 24937 24763 105 274 0 24660 0
[pid=22473] ppid=22471 vsize=80480 CPUtime=101.29
/proc/22473/stat : 22473 (minisat) R 22471 22471 22372 0 -1 4194304 19144 0 0 0 10114 15 0 0 25 0 1 0 236989343 82411520 18886 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/22473/statm: 20120 18886 77 170 0 19948 0
Current children cumulated CPU time (s) 109.42
Current children cumulated vsize (KiB) 180228

[startup+109.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22473
/proc/meminfo: memFree=1696632/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=99748 CPUtime=109.83
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 43322 19158 0 0 659 176 10132 16 19 0 1 0 236988529 102141952 24764 1992294400 134512640 135635349 4294956224 18446744073709551615 134537922 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 24937 24764 106 274 0 24660 0
Current children cumulated CPU time (s) 109.83
Current children cumulated vsize (KiB) 99748

[startup+110.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22473
/proc/meminfo: memFree=1696632/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=92260 CPUtime=110.03
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 43322 19158 0 0 679 176 10132 16 22 0 1 0 236988529 94474240 22892 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 23065 22892 106 274 0 22788 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (KiB) 92260

[startup+110.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22473
/proc/meminfo: memFree=1696632/2055920 swapFree=4180356/4192956
[pid=22471] ppid=22469 vsize=82900 CPUtime=110.13
/proc/22471/stat : 22471 (IUT_BMB_SIM) R 22469 22471 22372 0 -1 4194304 43335 19158 0 0 689 176 10132 16 22 0 1 0 236988529 84889600 20552 1992294400 134512640 135635349 4294956224 18446744073709551615 135069130 0 0 4096 0 0 0 0 17 0 0 0
/proc/22471/statm: 20725 20552 106 274 0 20448 0
Current children cumulated CPU time (s) 110.13
Current children cumulated vsize (KiB) 82900

Child status: 0
Real time (s): 110.286
CPU time (s): 110.226
CPU user time (s): 108.287
CPU system time (s): 1.9397
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 180228

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

runsolver used 0.097985 second user time and 0.312952 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 02:53:12
IDJOB=1797732
IDBENCH=71717
IDSOLVER=650
FILE ID=node82/1797732-1242089591
PBS_JOBID= 9277701
Free space on /tmp= 66152 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE06/manol-pipe-g10id.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797732-1242089591/watcher-1797732-1242089591 -o /tmp/evaluation-result-1797732-1242089591/solver-1797732-1242089591 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797732-1242089591.cnf HOME

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=41411581

node82.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.259
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.259
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:       1804576 kB
Buffers:         36396 kB
Cached:         157280 kB
SwapCached:       6108 kB
Active:          43684 kB
Inactive:       158148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804576 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:           10336 kB
Writeback:           0 kB
Mapped:          13812 kB
Slab:            35644 kB
Committed_AS:   668304 kB
PageTables:       1384 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= 66140 MiB
End job on node82 at 2009-05-12 02:55:02