Trace number 1797460

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 38.5271 38.5656

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.5344
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
10.97/11.08	This is MiniSat 2.0 beta
10.97/11.08	WARNING: for repeatability, setting FPU to use double precision
10.97/11.08	============================[ Problem Statistics ]=============================
10.97/11.08	|                                                                             |
10.97/11.08	|  Number of variables:  156980                                               |
10.97/11.08	|  Number of clauses:    493058                                               |
11.05/11.34	|  Parsing time:         0.22         s                                       |
11.05/11.36	============================[ Search Statistics ]==============================
11.05/11.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.05/11.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.05/11.36	===============================================================================
11.05/11.36	|         0 |  156980   413688   977576 |   137896        0    nan |  0.000 % |
11.05/11.58	|       105 |  156202   413688   977576 |   151685       92     54 |  8.664 % |
11.05/11.78	|       257 |  155393   413688   977576 |   166854      238     58 | 15.310 % |
12.06/12.19	|       482 |  131617   260833   640415 |   183539      410     44 | 23.526 % |
12.76/12.82	|       819 |  119117   181092   464284 |   201893      717     47 | 24.162 % |
13.46/13.54	|      1327 |  105780   107598   283754 |   222082      864     47 | 32.616 % |
14.06/14.16	|      2086 |  105564   107546   283629 |   244291     1616     47 | 33.293 % |
15.76/15.82	|      3227 |  104666   101320   269560 |   268720     2741     41 | 33.331 % |
18.06/18.15	|      4936 |  104657   101258   269402 |   295592     4450     38 | 33.331 % |
21.76/21.87	|      7498 |  103985    97823   262013 |   325151     6991     34 | 33.759 % |
27.76/27.81	|     11343 |  103984    97819   262005 |   357666    10835     33 | 33.760 % |
37.64/37.76	===============================================================================
37.64/37.76	restarts              : 11
37.64/37.76	conflicts             : 15480          (582 /sec)
37.64/37.76	decisions             : 30883          (1.72 % random) (1161 /sec)
37.64/37.76	propagations          : 39624020       (1489180 /sec)
37.64/37.76	conflict literals     : 498214         (52.49 % deleted)
37.64/37.76	Memory used           : 30.44 MB
37.64/37.76	CPU time              : 26.608 s
37.64/37.76	
37.64/37.76	UNSATISFIABLE
37.64/37.76	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-1797460-1242071488/watcher-1797460-1242071488 -o /tmp/evaluation-result-1797460-1242071488/solver-1797460-1242071488 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797460-1242071488.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.15 1.69 1.82 3/65 12735
/proc/meminfo: memFree=1050072/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=9448 CPUtime=0
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 141 0 0 0 0 0 0 0 21 0 1 0 235182016 9674752 124 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 2362 125 90 274 0 2085 0

[startup+0.103814 s]
/proc/loadavg: 1.15 1.69 1.82 3/65 12735
/proc/meminfo: memFree=1050072/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=9448 CPUtime=0.09
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 1673 0 0 0 9 0 0 0 21 0 1 0 235182016 9674752 1656 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 2362 1656 90 274 0 2085 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9448

[startup+0.201823 s]
/proc/loadavg: 1.15 1.69 1.82 3/65 12735
/proc/meminfo: memFree=1050072/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=17084 CPUtime=0.19
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 4037 0 0 0 18 1 0 0 22 0 1 0 235182016 17494016 4020 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 4271 4020 90 274 0 3994 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17084

[startup+0.301835 s]
/proc/loadavg: 1.15 1.69 1.82 3/65 12735
/proc/meminfo: memFree=1050072/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=32464 CPUtime=0.28
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 7929 0 0 0 25 3 0 0 23 0 1 0 235182016 33243136 7912 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 8116 7912 97 274 0 7839 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32464

[startup+0.70188 s]
/proc/loadavg: 1.15 1.69 1.82 3/65 12735
/proc/meminfo: memFree=1050072/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=37348 CPUtime=0.69
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 9159 0 0 0 65 4 0 0 25 0 1 0 235182016 38244352 9142 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 9337 9142 97 274 0 9060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37348

[startup+1.50197 s]
/proc/loadavg: 1.14 1.68 1.82 2/66 12736
/proc/meminfo: memFree=1008976/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=46192 CPUtime=1.49
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 11375 0 0 0 144 5 0 0 25 0 1 0 235182016 47300608 11358 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 11548 11358 97 274 0 11271 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46192

[startup+3.10115 s]
/proc/loadavg: 1.14 1.68 1.82 2/66 12736
/proc/meminfo: memFree=997264/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=63616 CPUtime=3.08
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 15738 0 0 0 301 7 0 0 25 0 1 0 235182016 65142784 15721 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 15904 15721 97 274 0 15627 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63616

[startup+6.30252 s]
/proc/loadavg: 1.14 1.68 1.82 2/66 12736
/proc/meminfo: memFree=965008/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=104140 CPUtime=6.28
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 25838 0 0 0 614 14 0 0 25 0 1 0 235182016 106639360 25821 1992294400 134512640 135635349 4294956224 18446744073709551615 135072743 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 26035 25821 97 274 0 25758 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 104140

[startup+12.7012 s]
/proc/loadavg: 1.12 1.65 1.81 2/67 12737
/proc/meminfo: memFree=886096/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=11.05
/proc/12735/stat : 12735 (IUT_BMB_SIM) S 12733 12735 12671 0 -1 4194304 32589 0 0 0 908 197 0 0 25 0 1 0 235182016 132272128 32119 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12735/statm: 32293 32119 105 274 0 32016 0
[pid=12737] ppid=12735 vsize=31008 CPUtime=1.61
/proc/12737/stat : 12737 (minisat) R 12735 12735 12671 0 -1 4194304 7036 0 0 0 157 4 0 0 25 0 1 0 235183123 31752192 6786 1992294400 134512640 135212939 4294956320 18446744073709551615 134526666 0 0 4096 3 0 0 0 17 1 0 0
/proc/12737/statm: 7752 6786 76 170 0 7580 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 160180

[startup+25.5017 s]
/proc/loadavg: 1.10 1.63 1.80 2/67 12737
/proc/meminfo: memFree=885968/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=11.05
/proc/12735/stat : 12735 (IUT_BMB_SIM) S 12733 12735 12671 0 -1 4194304 32589 0 0 0 908 197 0 0 25 0 1 0 235182016 132272128 32119 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12735/statm: 32293 32119 105 274 0 32016 0
[pid=12737] ppid=12735 vsize=31168 CPUtime=14.41
/proc/12737/stat : 12737 (minisat) R 12735 12735 12671 0 -1 4194304 7048 0 0 0 1436 5 0 0 25 0 1 0 235183123 31916032 6798 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/12737/statm: 7792 6798 77 170 0 7620 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 160340

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

[startup+25.6017 s]
/proc/loadavg: 1.10 1.63 1.80 2/67 12737
/proc/meminfo: memFree=885968/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=11.05
/proc/12735/stat : 12735 (IUT_BMB_SIM) S 12733 12735 12671 0 -1 4194304 32589 0 0 0 908 197 0 0 25 0 1 0 235182016 132272128 32119 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12735/statm: 32293 32119 105 274 0 32016 0
[pid=12737] ppid=12735 vsize=31168 CPUtime=14.51
/proc/12737/stat : 12737 (minisat) R 12735 12735 12671 0 -1 4194304 7048 0 0 0 1446 5 0 0 25 0 1 0 235183123 31916032 6798 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12737/statm: 7792 6798 77 170 0 7620 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 160340

[startup+32.0064 s]
/proc/loadavg: 1.08 1.61 1.79 2/67 12737
/proc/meminfo: memFree=885968/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=11.05
/proc/12735/stat : 12735 (IUT_BMB_SIM) S 12733 12735 12671 0 -1 4194304 32589 0 0 0 908 197 0 0 25 0 1 0 235182016 132272128 32119 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12735/statm: 32293 32119 105 274 0 32016 0
[pid=12737] ppid=12735 vsize=31168 CPUtime=20.9
/proc/12737/stat : 12737 (minisat) R 12735 12735 12671 0 -1 4194304 7051 0 0 0 2085 5 0 0 25 0 1 0 235183123 31916032 6801 1992294400 134512640 135212939 4294956320 18446744073709551615 134523832 0 0 4096 3 0 0 0 17 1 0 0
/proc/12737/statm: 7792 6801 77 170 0 7620 0
Current children cumulated CPU time (s) 31.95
Current children cumulated vsize (KiB) 160340

[startup+35.2018 s]
/proc/loadavg: 1.08 1.61 1.79 2/67 12737
/proc/meminfo: memFree=886096/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=11.05
/proc/12735/stat : 12735 (IUT_BMB_SIM) S 12733 12735 12671 0 -1 4194304 32589 0 0 0 908 197 0 0 25 0 1 0 235182016 132272128 32119 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12735/statm: 32293 32119 105 274 0 32016 0
[pid=12737] ppid=12735 vsize=31168 CPUtime=24.1
/proc/12737/stat : 12737 (minisat) R 12735 12735 12671 0 -1 4194304 7053 0 0 0 2405 5 0 0 25 0 1 0 235183123 31916032 6803 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12737/statm: 7792 6803 77 170 0 7620 0
Current children cumulated CPU time (s) 35.15
Current children cumulated vsize (KiB) 160340

[startup+36.802 s]
/proc/loadavg: 1.08 1.60 1.78 2/67 12737
/proc/meminfo: memFree=886160/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=11.05
/proc/12735/stat : 12735 (IUT_BMB_SIM) S 12733 12735 12671 0 -1 4194304 32589 0 0 0 908 197 0 0 25 0 1 0 235182016 132272128 32119 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12735/statm: 32293 32119 105 274 0 32016 0
[pid=12737] ppid=12735 vsize=31168 CPUtime=25.7
/proc/12737/stat : 12737 (minisat) R 12735 12735 12671 0 -1 4194304 7053 0 0 0 2565 5 0 0 25 0 1 0 235183123 31916032 6803 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/12737/statm: 7792 6803 77 170 0 7620 0
Current children cumulated CPU time (s) 36.75
Current children cumulated vsize (KiB) 160340

[startup+37.6011 s]
/proc/loadavg: 1.08 1.60 1.78 2/67 12737
/proc/meminfo: memFree=886160/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=11.05
/proc/12735/stat : 12735 (IUT_BMB_SIM) S 12733 12735 12671 0 -1 4194304 32589 0 0 0 908 197 0 0 25 0 1 0 235182016 132272128 32119 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/12735/statm: 32293 32119 105 274 0 32016 0
[pid=12737] ppid=12735 vsize=31168 CPUtime=26.49
/proc/12737/stat : 12737 (minisat) R 12735 12735 12671 0 -1 4194304 7053 0 0 0 2644 5 0 0 25 0 1 0 235183123 31916032 6803 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/12737/statm: 7792 6803 77 170 0 7620 0
Current children cumulated CPU time (s) 37.54
Current children cumulated vsize (KiB) 160340

[startup+38.0011 s]
/proc/loadavg: 1.08 1.60 1.78 2/67 12737
/proc/meminfo: memFree=886160/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=129172 CPUtime=37.95
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 45204 7064 0 0 930 199 2660 6 20 0 1 0 235182016 132272128 32120 1992294400 134512640 135635349 4294956224 18446744073709551615 134537945 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 32293 32120 106 274 0 32016 0
Current children cumulated CPU time (s) 37.95
Current children cumulated vsize (KiB) 129172

[startup+38.4012 s]
/proc/loadavg: 1.08 1.60 1.78 2/67 12737
/proc/meminfo: memFree=886160/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=118132 CPUtime=38.35
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 56025 7064 0 0 969 200 2660 6 24 0 1 0 235182016 120967168 29360 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 29533 29360 106 274 0 29256 0
Current children cumulated CPU time (s) 38.35
Current children cumulated vsize (KiB) 118132

[startup+38.5012 s]
/proc/loadavg: 1.08 1.60 1.78 2/66 12737
/proc/meminfo: memFree=935320/2055920 swapFree=4159924/4192956
[pid=12735] ppid=12733 vsize=106816 CPUtime=38.44
/proc/12735/stat : 12735 (IUT_BMB_SIM) R 12733 12735 12671 0 -1 4194304 56843 7064 0 0 978 200 2660 6 25 0 1 0 235182016 109379584 26531 1992294400 134512640 135635349 4294956224 18446744073709551615 135067759 0 0 4096 0 0 0 0 17 1 0 0
/proc/12735/statm: 26704 26531 106 274 0 26427 0
Current children cumulated CPU time (s) 38.44
Current children cumulated vsize (KiB) 106816

Child status: 0
Real time (s): 38.5656
CPU time (s): 38.5271
CPU user time (s): 36.4425
CPU system time (s): 2.08468
CPU usage (%): 99.9003
Max. virtual memory (cumulated for all children) (KiB): 160340

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

runsolver used 0.036994 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-11 21:51:29
IDJOB=1797460
IDBENCH=20343
IDSOLVER=650
FILE ID=node32/1797460-1242071488
PBS_JOBID= 9277596
Free space on /tmp= 66024 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797460-1242071488/watcher-1797460-1242071488 -o /tmp/evaluation-result-1797460-1242071488/solver-1797460-1242071488 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797460-1242071488.cnf HOME

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED=1548184422

node32.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.216
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.216
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:       1050552 kB
Buffers:         68472 kB
Cached:         847796 kB
SwapCached:      26620 kB
Active:         198536 kB
Inactive:       745688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1050552 kB
SwapTotal:     4192956 kB
SwapFree:      4159924 kB
Dirty:           14320 kB
Writeback:           0 kB
Mapped:          14200 kB
Slab:            46928 kB
Committed_AS:   836724 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= 66012 MiB
End job on node32 at 2009-05-11 21:52:07