Trace number 1797546

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 45.1661 45.1842

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6767
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.10/1.13	This is MiniSat 2.0 beta
1.10/1.13	WARNING: for repeatability, setting FPU to use double precision
1.10/1.13	============================[ Problem Statistics ]=============================
1.10/1.13	|                                                                             |
1.10/1.13	|  Number of variables:  7000                                                 |
1.10/1.13	|  Number of clauses:    67033                                                |
1.10/1.17	|  Parsing time:         0.03         s                                       |
1.10/1.17	============================[ Search Statistics ]==============================
1.10/1.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.10/1.17	===============================================================================
1.10/1.17	|         0 |    7000    67033   189444 |    22344        0    nan |  0.000 % |
1.11/1.20	|       100 |    7000    67033   189444 |    24578       99     32 |  0.658 % |
1.11/1.24	|       251 |    7000    67033   189444 |    27036      250     38 |  0.660 % |
1.11/1.30	|       477 |    7000    67033   189444 |    29740      476     37 |  0.658 % |
1.11/1.42	|       814 |    6954    66349   187733 |    32714      813     37 |  0.658 % |
1.11/1.54	|      1320 |    6954    66349   187733 |    35985     1319     40 |  0.658 % |
1.11/1.75	|      2079 |    6953    66339   187713 |    39584     2077     42 |  0.671 % |
1.11/2.09	|      3218 |    6953    66339   187713 |    43542     3216     51 |  0.672 % |
2.47/2.54	|      4927 |    6895    65403   185349 |    47897     4888     48 |  1.500 % |
3.07/3.14	|      7490 |    6895    65403   185349 |    52686     7451     53 |  1.500 % |
3.97/4.05	|     11334 |    6895    65403   185349 |    57955    11295     56 |  1.502 % |
5.67/5.73	|     17102 |    6895    65403   185349 |    63750    17063     59 |  1.501 % |
8.47/8.52	|     25751 |    6895    65403   185349 |    70126    25712     63 |  1.500 % |
13.27/13.34	|     38729 |    6895    65403   185349 |    77138    38690     64 |  1.503 % |
21.87/21.96	|     58194 |    6811    64250   182419 |    84852    56053     63 |  2.700 % |
40.36/40.42	|     87388 |    6606    60302   171984 |    93337    59508     70 |  5.630 % |
44.96/45.05	===============================================================================
44.96/45.05	restarts              : 16
44.96/45.05	conflicts             : 94308          (2151 /sec)
44.96/45.05	decisions             : 143630         (0.47 % random) (3276 /sec)
44.96/45.05	propagations          : 37760232       (861372 /sec)
44.96/45.05	conflict literals     : 6333117        (40.10 % deleted)
44.96/45.05	Memory used           : 28.30 MB
44.96/45.05	CPU time              : 43.8373 s
44.96/45.05	
44.96/45.05	UNSATISFIABLE
44.96/45.05	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-1797546-1242077923/watcher-1797546-1242077923 -o /tmp/evaluation-result-1797546-1242077923/solver-1797546-1242077923 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797546-1242077923.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 4139
/proc/meminfo: memFree=1089680/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=2080 CPUtime=0
/proc/4139/stat : 4139 (IUT_BMB_SIM) R 4137 4139 3885 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 235825520 2129920 175 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/4139/statm: 520 175 90 274 0 243 0

[startup+0.0792631 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4139
/proc/meminfo: memFree=1089680/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=4096 CPUtime=0.07
/proc/4139/stat : 4139 (IUT_BMB_SIM) R 4137 4139 3885 0 -1 4194304 840 0 0 0 7 0 0 0 18 0 1 0 235825520 4194304 823 1992294400 134512640 135635349 4294956224 18446744073709551615 134533087 0 0 4096 0 0 0 0 17 0 0 0
/proc/4139/statm: 1024 824 97 274 0 747 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4096

[startup+0.102265 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4139
/proc/meminfo: memFree=1089680/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=4360 CPUtime=0.09
/proc/4139/stat : 4139 (IUT_BMB_SIM) R 4137 4139 3885 0 -1 4194304 921 0 0 0 9 0 0 0 18 0 1 0 235825520 4464640 904 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4139/statm: 1090 904 97 274 0 813 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4360

[startup+0.301281 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4139
/proc/meminfo: memFree=1089680/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=7000 CPUtime=0.29
/proc/4139/stat : 4139 (IUT_BMB_SIM) R 4137 4139 3885 0 -1 4194304 1566 0 0 0 29 0 0 0 19 0 1 0 235825520 7168000 1549 1992294400 134512640 135635349 4294956224 18446744073709551615 134534306 0 0 4096 0 0 0 0 17 0 0 0
/proc/4139/statm: 1750 1549 97 274 0 1473 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7000

[startup+0.702315 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 4139
/proc/meminfo: memFree=1089680/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=13864 CPUtime=0.69
/proc/4139/stat : 4139 (IUT_BMB_SIM) R 4137 4139 3885 0 -1 4194304 3287 0 0 0 68 1 0 0 23 0 1 0 235825520 14196736 3270 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4139/statm: 3466 3270 97 274 0 3189 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13864

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4140
/proc/meminfo: memFree=1075592/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 14488

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1069888/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=7024 CPUtime=1.96
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 1853 0 0 0 195 1 0 0 25 0 1 0 235825633 7192576 1603 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 1756 1603 76 170 0 1584 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21512

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1066376/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=10360 CPUtime=5.16
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 2683 0 0 0 514 2 0 0 25 0 1 0 235825633 10608640 2433 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 2590 2433 76 170 0 2418 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24848

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1060424/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=15948 CPUtime=11.56
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 4094 0 0 0 1152 4 0 0 25 0 1 0 235825633 16330752 3844 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 3987 3844 76 170 0 3815 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30436

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1052936/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=23540 CPUtime=24.35
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 5939 0 0 0 2430 5 0 0 25 0 1 0 235825633 24104960 5689 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 5885 5689 76 170 0 5713 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38028

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

[startup+38.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1047368/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=28828 CPUtime=37.15
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 7270 0 0 0 3709 6 0 0 25 0 1 0 235825633 29519872 7020 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 7207 7020 76 170 0 7035 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 43316

[startup+41.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1047304/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=28828 CPUtime=40.34
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 7271 0 0 0 4028 6 0 0 25 0 1 0 235825633 29519872 7021 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 7207 7021 76 170 0 7035 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 43316

[startup+43.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1047304/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=28828 CPUtime=41.95
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 7278 0 0 0 4189 6 0 0 25 0 1 0 235825633 29519872 7028 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 7207 7028 76 170 0 7035 0
Current children cumulated CPU time (s) 43.06
Current children cumulated vsize (KiB) 43316

[startup+43.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1047240/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=28976 CPUtime=42.75
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 7289 0 0 0 4268 7 0 0 25 0 1 0 235825633 29671424 7039 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 7244 7039 76 170 0 7072 0
Current children cumulated CPU time (s) 43.86
Current children cumulated vsize (KiB) 43464

[startup+44.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1047240/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14488 CPUtime=1.11
/proc/4139/stat : 4139 (IUT_BMB_SIM) S 4137 4139 3885 0 -1 4194304 3464 0 0 0 87 24 0 0 25 0 1 0 235825520 14835712 3445 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4139/statm: 3622 3445 105 274 0 3345 0
[pid=4141] ppid=4139 vsize=28976 CPUtime=43.55
/proc/4141/stat : 4141 (minisat) R 4139 4139 3885 0 -1 4194304 7289 0 0 0 4348 7 0 0 25 0 1 0 235825633 29671424 7039 1992294400 134512640 135212939 4294956320 18446744073709551615 134524249 0 0 4096 3 0 0 0 17 0 0 0
/proc/4141/statm: 7244 7039 76 170 0 7072 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 43464

[startup+45.1051 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4141
/proc/meminfo: memFree=1047240/2055920 swapFree=4178016/4192956
[pid=4139] ppid=4137 vsize=14320 CPUtime=45.07
/proc/4139/stat : 4139 (IUT_BMB_SIM) R 4137 4139 3885 0 -1 4194304 6268 7300 0 0 92 25 4383 7 19 0 1 0 235825520 14663680 3404 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 0 0 0
/proc/4139/statm: 3580 3404 106 274 0 3303 0
Current children cumulated CPU time (s) 45.07
Current children cumulated vsize (KiB) 14320

Child status: 0
Real time (s): 45.1842
CPU time (s): 45.1661
CPU user time (s): 44.8332
CPU system time (s): 0.332949
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 43464

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

runsolver used 0.033994 second user time and 0.138978 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-11 23:38:43
IDJOB=1797546
IDBENCH=69594
IDSOLVER=650
FILE ID=node31/1797546-1242077923
PBS_JOBID= 9277589
Free space on /tmp= 66288 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797546-1242077923/watcher-1797546-1242077923 -o /tmp/evaluation-result-1797546-1242077923/solver-1797546-1242077923 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797546-1242077923.cnf HOME

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED=1861003471

node31.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:       1090224 kB
Buffers:         55896 kB
Cached:         810524 kB
SwapCached:       8604 kB
Active:          47772 kB
Inactive:       829868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090224 kB
SwapTotal:     4192956 kB
SwapFree:      4178016 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          14376 kB
Slab:            73864 kB
Committed_AS:   760480 kB
PageTables:       1488 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= 66288 MiB
End job on node31 at 2009-05-11 23:39:29