Trace number 1785265

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_SAT 1.0UNSAT 2220.01 2221

General information on the benchmark

Namecrafted/Difficult/contest05/others/
linvrinv5.sat05-564.reshuffled-07.cnf
MD5SUM7b1cebbdf060989ddb5c4faf02370afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1704.33
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1426
Sum of the clauses size3800
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 3925
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  450                                                  |
0.00/0.02	c |  Number of clauses:    1426                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	c ===============================================================================
0.00/0.02	c |         0 |     207     1226     4488 |      408        0    nan |  0.000 % |
0.00/0.03	c |       102 |     207     1226     4488 |      449      102     15 |  0.000 % |
0.00/0.03	c |       252 |     207     1226     4488 |      494      252     21 |  0.001 % |
0.00/0.04	c |       477 |     207     1226     4488 |      543      477     21 |  0.000 % |
0.00/0.05	c |       814 |     207     1226     4488 |      598      528     18 |  0.000 % |
0.01/0.07	c |      1320 |     207     1226     4488 |      658      388     16 |  0.001 % |
0.01/0.10	c |      2079 |     207     1226     4488 |      723      460     16 |  0.000 % |
0.01/0.14	c |      3218 |     207     1226     4488 |      796      445     14 |  0.000 % |
0.01/0.21	c |      4928 |     207     1226     4488 |      876      471     15 |  0.000 % |
0.01/0.31	c |      7491 |     207     1226     4488 |      963      700     16 |  0.000 % |
0.01/0.46	c |     11337 |     207     1226     4488 |     1059      540     14 |  0.001 % |
0.01/0.72	c |     17104 |     207     1226     4488 |     1165      841     16 |  0.000 % |
1.09/1.15	c |     25753 |     207     1226     4488 |     1282      961     17 |  0.001 % |
1.69/1.77	c |     38727 |     207     1226     4488 |     1410     1164     20 |  0.000 % |
2.69/2.76	c |     58188 |     207     1226     4488 |     1551     1102     18 |  0.000 % |
4.19/4.24	c |     87381 |     207     1226     4488 |     1707      870     17 |  0.000 % |
6.38/6.47	c |    131171 |     207     1226     4488 |     1877     1098     17 |  0.001 % |
9.79/9.87	c |    196856 |     207     1226     4488 |     2065     1602     20 |  0.000 % |
15.08/15.18	c |    295383 |     207     1226     4488 |     2272     1514     19 |  0.000 % |
22.88/22.91	c |    443172 |     207     1226     4488 |     2499     1909     19 |  0.000 % |
34.87/34.98	c |    664857 |     207     1226     4488 |     2749     2235     22 |  0.000 % |
54.06/54.19	c |    997383 |     207     1226     4488 |     3024     2136     18 |  0.000 % |
83.65/83.72	c |   1496171 |     207     1226     4488 |     3326     1853     22 |  0.001 % |
128.73/128.84	c |   2244353 |     207     1226     4488 |     3659     2280     18 |  0.000 % |
194.62/194.80	c |   3366627 |     207     1226     4488 |     4025     1934     19 |  0.000 % |
304.55/304.74	c |   5050038 |     207     1226     4488 |     4427     3636     18 |  0.000 % |
478.18/478.48	c |   7575154 |     207     1226     4488 |     4870     3839     18 |  0.000 % |
748.44/748.84	c |  11362830 |     207     1226     4488 |     5357     4211     17 |  0.000 % |
1162.85/1163.47	c |  17044343 |     207     1226     4488 |     5893     3450     17 |  0.003 % |
1813.65/1814.60	c |  25566612 |     206     1205     4422 |     6482     4601     20 |  0.223 % |
2219.90/2221.00	c ===============================================================================
2219.90/2221.00	c restarts              : 30
2219.90/2221.00	c conflicts             : 30796453       (13872 /sec)
2219.90/2221.00	c decisions             : 35600775       (1.19 % random) (16037 /sec)
2219.90/2221.00	c propagations          : 1800635462     (811110 /sec)
2219.90/2221.00	c conflict literals     : 645254606      (41.47 % deleted)
2219.90/2221.00	c Memory used           : 4.75 MB
2219.90/2221.00	c CPU time              : 2219.96 s
2219.90/2221.00	
2219.99/2221.00	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-1785265-1241902847/watcher-1785265-1241902847 -o /tmp/evaluation-result-1785265-1241902847/solver-1785265-1241902847 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785265-1241902847.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.85 0.97 0.99 3/64 20275
/proc/meminfo: memFree=1675656/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0
/proc/20275/stat : 20275 (IUT_BMB_SAT) R 20273 20275 20238 0 -1 4194304 162 0 0 0 0 0 0 0 21 0 1 0 218317847 1449984 145 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/20275/statm: 354 145 99 274 0 77 0

[startup+0.0532631 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20275
/proc/meminfo: memFree=1675656/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1416

[startup+0.101264 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20275
/proc/meminfo: memFree=1675656/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1416

[startup+0.301281 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20275
/proc/meminfo: memFree=1675656/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1416

[startup+0.701317 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 20275
/proc/meminfo: memFree=1675656/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1416

[startup+1.50139 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 20278
/proc/meminfo: memFree=1674544/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=2316 CPUtime=1.48
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 219 0 0 0 148 0 0 0 25 0 1 0 218317849 2371584 200 1992294400 134512640 135243223 4294956320 18446744073709551615 134564936 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 579 200 84 178 0 399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9088

[startup+3.10152 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 20278
/proc/meminfo: memFree=1674352/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=2316 CPUtime=3.08
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 235 0 0 0 308 0 0 0 25 0 1 0 218317849 2371584 216 1992294400 134512640 135243223 4294956320 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 579 216 84 178 0 399 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9088

[startup+6.3028 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 20278
/proc/meminfo: memFree=1674224/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=2316 CPUtime=6.27
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 249 0 0 0 627 0 0 0 25 0 1 0 218317849 2371584 230 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 579 230 84 178 0 399 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9088

[startup+12.7014 s]
/proc/loadavg: 0.87 0.97 0.99 2/67 20278
/proc/meminfo: memFree=1674040/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=2448 CPUtime=12.67
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 273 0 0 0 1267 0 0 0 25 0 1 0 218317849 2506752 254 1992294400 134512640 135243223 4294956320 18446744073709551615 134564999 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 612 254 84 178 0 432 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9220

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/67 20284
/proc/meminfo: memFree=1673848/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=2580 CPUtime=25.46
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 302 0 0 0 2546 0 0 0 25 0 1 0 218317849 2641920 283 1992294400 134512640 135243223 4294956320 18446744073709551615 134555944 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 645 283 84 178 0 465 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9352

[startup+51.1017 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 20284
/proc/meminfo: memFree=1673848/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=2712 CPUtime=51.05
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 335 0 0 0 5105 0 0 0 25 0 1 0 218317849 2777088 316 1992294400 134512640 135243223 4294956320 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 678 316 84 178 0 498 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9484

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 20284
/proc/meminfo: memFree=1673656/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=2972 CPUtime=102.24
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 391 0 0 0 10224 0 0 0 25 0 1 0 218317849 3043328 372 1992294400 134512640 135243223 4294956320 18446744073709551615 134559428 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 743 372 84 178 0 563 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9744

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 20284
/proc/meminfo: memFree=1673464/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=3108 CPUtime=162.21
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 420 0 0 0 16221 0 0 0 25 0 1 0 218317849 3182592 401 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 777 401 84 178 0 597 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 9880

[startup+222.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/67 20284
/proc/meminfo: memFree=1673336/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=3224 CPUtime=222.19
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 458 0 0 0 22219 0 0 0 25 0 1 0 218317849 3301376 439 1992294400 134512640 135243223 4294956320 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 806 439 84 178 0 626 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9996

[startup+282.302 s]
/proc/loadavg: 1.08 1.02 1.00 2/67 20284
/proc/meminfo: memFree=1673272/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=3344 CPUtime=282.16

################
# More data... #
################

/proc/20278/statm: 1181 821 84 178 0 1001 0
Current children cumulated CPU time (s) 1961.38
Current children cumulated vsize (KiB) 11496

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670968/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4724 CPUtime=2021.35
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 852 0 0 0 202134 1 0 0 25 0 1 0 218317849 4837376 833 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1181 833 84 178 0 1001 0
Current children cumulated CPU time (s) 2021.36
Current children cumulated vsize (KiB) 11496

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670968/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4724 CPUtime=2081.33
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 852 0 0 0 208132 1 0 0 25 0 1 0 218317849 4837376 833 1992294400 134512640 135243223 4294956320 18446744073709551615 134563800 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1181 833 84 178 0 1001 0
Current children cumulated CPU time (s) 2081.34
Current children cumulated vsize (KiB) 11496

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670904/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2141.3
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 868 0 0 0 214128 2 0 0 25 0 1 0 218317849 4972544 849 1992294400 134512640 135243223 4294956320 18446744073709551615 134555976 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 849 84 178 0 1034 0
Current children cumulated CPU time (s) 2141.31
Current children cumulated vsize (KiB) 11628

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2201.28
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 885 0 0 0 220126 2 0 0 25 0 1 0 218317849 4972544 866 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 866 84 178 0 1034 0
Current children cumulated CPU time (s) 2201.29
Current children cumulated vsize (KiB) 11628

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

[startup+2214.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2213.29
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 885 0 0 0 221327 2 0 0 25 0 1 0 218317849 4972544 866 1992294400 134512640 135243223 4294956320 18446744073709551615 134565920 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 866 84 178 0 1034 0
Current children cumulated CPU time (s) 2213.3
Current children cumulated vsize (KiB) 11628

[startup+2217.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2216.49
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 885 0 0 0 221647 2 0 0 25 0 1 0 218317849 4972544 866 1992294400 134512640 135243223 4294956320 18446744073709551615 134566225 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 866 84 178 0 1034 0
Current children cumulated CPU time (s) 2216.5
Current children cumulated vsize (KiB) 11628

[startup+2219.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2218.08
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 885 0 0 0 221806 2 0 0 25 0 1 0 218317849 4972544 866 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 866 84 178 0 1034 0
Current children cumulated CPU time (s) 2218.09
Current children cumulated vsize (KiB) 11628

[startup+2219.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2218.88
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 885 0 0 0 221886 2 0 0 25 0 1 0 218317849 4972544 866 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 866 84 178 0 1034 0
Current children cumulated CPU time (s) 2218.89
Current children cumulated vsize (KiB) 11628

[startup+2220.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2219.68
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 885 0 0 0 221966 2 0 0 25 0 1 0 218317849 4972544 866 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 866 84 178 0 1034 0
Current children cumulated CPU time (s) 2219.69
Current children cumulated vsize (KiB) 11628

[startup+2220.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=4856 CPUtime=2219.89
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194304 885 0 0 0 221987 2 0 0 25 0 1 0 218317849 4972544 866 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 1214 866 84 178 0 1034 0
Current children cumulated CPU time (s) 2219.9
Current children cumulated vsize (KiB) 11628

[startup+2221 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 20284
/proc/meminfo: memFree=1670840/2055920 swapFree=4151776/4192956
[pid=20275] ppid=20273 vsize=1416 CPUtime=0.01
/proc/20275/stat : 20275 (IUT_BMB_SAT) S 20273 20275 20238 0 -1 4194304 197 0 0 0 1 0 0 0 21 0 1 0 218317847 1449984 179 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20275/statm: 354 179 106 274 0 77 0
[pid=20277] ppid=20275 vsize=5356 CPUtime=0
/proc/20277/stat : 20277 (sh) S 20275 20275 20238 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218317849 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1339 232 193 169 0 50 0
[pid=20278] ppid=20277 vsize=0 CPUtime=2219.98
/proc/20278/stat : 20278 (minisat) R 20277 20275 20238 0 -1 4194308 896 0 0 0 221996 2 0 0 25 0 1 0 218317849 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/20278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2219.99
Current children cumulated vsize (KiB) 6772

Child status: 0
Real time (s): 2221
CPU time (s): 2220.01
CPU user time (s): 2219.98
CPU system time (s): 0.029995
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 11628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2219.98
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1433
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= 8
involuntary context switches= 7250

runsolver used 1.90571 second user time and 6.18006 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-09 23:00:47
IDJOB=1785265
IDBENCH=24735
IDSOLVER=638
FILE ID=node31/1785265-1241902847
PBS_JOBID= 9264792
Free space on /tmp= 66244 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/others/linvrinv5.sat05-564.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785265-1241902847/watcher-1785265-1241902847 -o /tmp/evaluation-result-1785265-1241902847/solver-1785265-1241902847 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785265-1241902847.cnf HOME

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

MD5SUM BENCH= 7b1cebbdf060989ddb5c4faf02370afb
RANDOM SEED=465316852

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:       1676072 kB
Buffers:         39744 kB
Cached:         262124 kB
SwapCached:      34800 kB
Active:         149752 kB
Inactive:       189328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676072 kB
SwapTotal:     4192956 kB
SwapFree:      4151776 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:          14184 kB
Slab:            26504 kB
Committed_AS:   696572 kB
PageTables:       1464 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= 66244 MiB
End job on node31 at 2009-05-09 23:37:48