Trace number 368862

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 4385.01 4386.42

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 benchmark822.56
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 (download as text)

10.77/10.86	c run March_dl for 5 seconds ... 
10.77/10.86	c Bin: Executing march_dl
10.77/10.86	c child exit by a signal
10.77/10.86	c march_dl returned code 137.
10.77/10.86	c run saps (UBCSAT implementation) for 2 seconds ... 
10.77/10.86	c Bin: Executing ubcsat2006
10.77/10.86	c child exited successfully
10.77/10.86	c ubcsat2006 returned code 0.
10.77/10.86	c satzilla computing base features
10.77/10.86	c satzilla doing unit-prop probe
10.77/10.86	c satzilla doing local search probe
10.77/10.86	c satzilla doing lobjois search-space size estimate
10.77/10.86	c satzilla's ranking:
10.77/10.86	c 1) minisat20: 0.300489
10.77/10.86	c 2) minisat20+P: 1.567122
10.77/10.86	c 3) vallst+P: 3.061442
10.77/10.86	c 4) zchaff_rand+P: 3.283289
10.77/10.86	c 5) march_dl: 3.592271
10.77/10.86	c 6) march_dl+P: 3.770578
10.77/10.86	c 7) kcnfs+P: 999.000000
10.77/10.86	c 8) kcnfs: 999.000000
10.77/10.86	c 9) vallst: 999.000000
10.77/10.86	c 10) zchaff_rand: 999.000000
10.77/10.86	c satzilla running minisat20 ... 
10.77/10.86	This is MiniSat 2.0 beta
10.77/10.86	WARNING: for repeatability, setting FPU to use double precision
10.77/10.86	============================[ Problem Statistics ]=============================
10.77/10.86	|                                                                             |
10.77/10.86	|  Number of variables:  450                                                  |
10.77/10.86	|  Number of clauses:    1426                                                 |
10.77/10.87	|  Parsing time:         0.00         s                                       |
10.77/10.87	============================[ Search Statistics ]==============================
10.77/10.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.77/10.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.77/10.87	===============================================================================
10.77/10.87	|         0 |     450     1426     3800 |      475        0    nan |  0.000 % |
10.77/10.87	|       101 |     450     1426     3800 |      522      101     20 |  0.000 % |
10.77/10.88	|       251 |     450     1426     3800 |      575      251     29 |  0.000 % |
10.77/10.89	|       476 |     450     1426     3800 |      632      476     31 |  0.000 % |
10.84/10.90	|       814 |     450     1426     3800 |      695      411     25 |  0.005 % |
10.84/10.93	|      1320 |     450     1426     3800 |      765      485     24 |  0.001 % |
10.84/10.97	|      2079 |     450     1426     3800 |      842      789     28 |  0.000 % |
10.97/11.02	|      3218 |     450     1426     3800 |      926      496     14 |  0.005 % |
11.07/11.12	|      4927 |     450     1426     3800 |     1018      581     20 |  0.000 % |
11.16/11.28	|      7491 |     450     1426     3800 |     1120      813     26 |  0.000 % |
11.46/11.52	|     11337 |     450     1426     3800 |     1232     1033     22 |  0.000 % |
11.86/11.92	|     17103 |     450     1426     3800 |     1356      741     20 |  0.000 % |
12.46/12.53	|     25752 |     450     1426     3800 |     1491     1398     29 |  0.000 % |
13.36/13.42	|     38726 |     450     1426     3800 |     1640     1596     30 |  0.000 % |
14.66/14.77	|     58189 |     450     1426     3800 |     1805     1595     27 |  0.000 % |
16.47/16.54	|     87381 |     450     1426     3800 |     1985     1540     20 |  0.000 % |
19.36/19.49	|    131170 |     450     1426     3800 |     2184     1744     33 |  0.000 % |
24.46/24.59	|    196854 |     450     1426     3800 |     2402     2279     32 |  0.000 % |
32.25/32.31	|    295382 |     450     1426     3800 |     2642     2325     33 |  0.000 % |
44.64/44.72	|    443173 |     450     1426     3800 |     2907     2205     30 |  0.000 % |
63.63/63.70	|    664856 |     450     1426     3800 |     3197     2902     35 |  0.000 % |
93.13/93.29	|    997381 |     450     1426     3800 |     3517     3295     29 |  0.000 % |
127.82/127.94	|   1496169 |     450     1426     3800 |     3869     2979     18 |  0.000 % |
201.79/201.90	|   2244352 |     450     1426     3800 |     4256     3643     34 |  0.000 % |
319.76/319.93	|   3366628 |     450     1426     3800 |     4681     3801     40 |  0.000 % |
496.92/497.19	|   5050041 |     450     1426     3800 |     5150     3646     30 |  0.005 % |
791.14/791.48	|   7575157 |     450     1426     3800 |     5665     4388     35 |  0.000 % |
1249.71/1250.19	|  11362832 |     450     1426     3800 |     6231     5769     38 |  0.005 % |
1941.14/1941.74	|  17044344 |     450     1426     3800 |     6854     4541     32 |  0.005 % |
2999.13/3000.26	|  25566613 |     449     1417     3782 |     7540     6910     39 |  0.227 % |
4384.96/4386.42	===============================================================================
4384.96/4386.42	restarts              : 30
4384.96/4386.42	conflicts             : 36773998       (8408 /sec)
4384.96/4386.42	decisions             : 43152632       (0.99 % random) (9866 /sec)
4384.96/4386.42	propagations          : 3449673486     (788695 /sec)
4384.96/4386.42	conflict literals     : 1541777408     (20.78 % deleted)
4384.96/4386.42	Memory used           : 6.50 MB
4384.96/4386.42	CPU time              : 4373.9 s
4384.96/4386.42	
4384.96/4386.42	c Bin: Executing minisat20
4384.96/4386.42	c child exited successfully
4384.96/4386.42	c minisat20 returned code 20.
4384.96/4386.42	s UNSATISFIABLE
4384.96/4386.42	c SATZILLA_TIME=4385.670000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node72/watcher-368862-1177291117 -o ROOT/results/node72/solver-368862-1177291117 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368862-1177291117/SATzilla2007_C /tmp/evaluation/368862-1177291117/instance-368862-1177291117.cnf 

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): 7500 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 6212
/proc/meminfo: memFree=1839456/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=0
/proc/6212/stat : 6212 (SATzilla2007_C) R 6210 6212 6156 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 205150156 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/6212/statm: 360 110 95 260 0 84 0
[pid=6213] ppid=6212 vsize=772 CPUtime=0
/proc/6213/stat : 6213 (march_dl) R 6212 6212 6156 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 205150156 790528 101 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6213/statm: 193 103 55 118 0 72 0

[startup+0.100789 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 6212
/proc/meminfo: memFree=1839456/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=0
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205150156 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6212/statm: 360 110 95 260 0 84 0
[pid=6213] ppid=6212 vsize=1156 CPUtime=0.09
/proc/6213/stat : 6213 (march_dl) R 6212 6212 6156 0 -1 4194304 235 0 0 0 9 0 0 0 19 0 1 0 205150156 1183744 227 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527725 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6213/statm: 289 227 75 118 0 168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2596

[startup+0.202808 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 6212
/proc/meminfo: memFree=1839456/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=0
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205150156 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6212/statm: 360 110 95 260 0 84 0
[pid=6213] ppid=6212 vsize=1156 CPUtime=0.19
/proc/6213/stat : 6213 (march_dl) R 6212 6212 6156 0 -1 4194304 240 0 0 0 19 0 0 0 20 0 1 0 205150156 1183744 232 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6213/statm: 289 232 75 118 0 168 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2596

[startup+0.301809 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 6212
/proc/meminfo: memFree=1839456/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=0
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205150156 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6212/statm: 360 110 95 260 0 84 0
[pid=6213] ppid=6212 vsize=1156 CPUtime=0.29
/proc/6213/stat : 6213 (march_dl) R 6212 6212 6156 0 -1 4194304 241 0 0 0 29 0 0 0 21 0 1 0 205150156 1183744 233 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134553162 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6213/statm: 289 233 75 118 0 168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2596

[startup+0.701845 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 6212
/proc/meminfo: memFree=1839456/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=0
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205150156 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6212/statm: 360 110 95 260 0 84 0
[pid=6213] ppid=6212 vsize=1156 CPUtime=0.69
/proc/6213/stat : 6213 (march_dl) R 6212 6212 6156 0 -1 4194304 248 0 0 0 69 0 0 0 25 0 1 0 205150156 1183744 240 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527455 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6213/statm: 289 240 75 118 0 168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2596

[startup+1.50192 s]
/proc/loadavg: 0.78 0.95 0.98 2/79 6214
/proc/meminfo: memFree=1838736/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=0
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205150156 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6212/statm: 360 110 95 260 0 84 0
[pid=6213] ppid=6212 vsize=1288 CPUtime=1.49
/proc/6213/stat : 6213 (march_dl) R 6212 6212 6156 0 -1 4194304 253 0 0 0 149 0 0 0 25 0 1 0 205150156 1318912 245 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6213/statm: 322 245 75 118 0 201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2728

[startup+3.10106 s]
/proc/loadavg: 0.80 0.95 0.98 2/79 6214
/proc/meminfo: memFree=1838544/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=0
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 205150156 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6212/statm: 360 110 95 260 0 84 0
[pid=6213] ppid=6212 vsize=1288 CPUtime=3.09
/proc/6213/stat : 6213 (march_dl) R 6212 6212 6156 0 -1 4194304 257 0 0 0 309 0 0 0 25 0 1 0 205150156 1318912 249 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527629 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6213/statm: 322 249 75 118 0 201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2728

[startup+6.30136 s]
/proc/loadavg: 0.80 0.95 0.98 3/79 6215
/proc/meminfo: memFree=1838672/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1440 CPUtime=4.99
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 135 259 0 0 0 0 499 0 16 0 1 0 205150156 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6212/statm: 360 111 96 260 0 84 0
[pid=6215] ppid=6212 vsize=6188 CPUtime=1.29
/proc/6215/stat : 6215 (ubcsat2006) R 6212 6212 6156 0 -1 4194304 258 0 0 0 105 24 0 0 25 0 1 0 205150657 6336512 241 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6215/statm: 1547 241 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.83 0.95 0.98 2/79 6216
/proc/meminfo: memFree=1838352/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=2076 CPUtime=1.82
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 189 0 0 0 182 0 0 0 25 0 1 0 205151243 2125824 183 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 519 183 58 118 0 397 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3764

[startup+25.5021 s]
/proc/loadavg: 0.85 0.95 0.98 2/79 6216
/proc/meminfo: memFree=1837968/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=2456 CPUtime=14.62
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 284 0 0 0 1462 0 0 0 25 0 1 0 205151243 2514944 278 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 614 278 58 118 0 492 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 4144

[startup+51.1025 s]
/proc/loadavg: 0.90 0.96 0.98 2/79 6216
/proc/meminfo: memFree=1837712/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=2720 CPUtime=40.2
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 351 0 0 0 4020 0 0 0 25 0 1 0 205151243 2785280 345 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134529789 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 680 345 58 118 0 558 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 4408

[startup+102.302 s]
/proc/loadavg: 0.96 0.96 0.98 2/79 6216
/proc/meminfo: memFree=1837584/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=2844 CPUtime=91.39
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 394 0 0 0 9139 0 0 0 25 0 1 0 205151243 2912256 388 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 711 388 58 118 0 589 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 4532

[startup+162.303 s]
/proc/loadavg: 0.98 0.97 0.98 2/79 6216
/proc/meminfo: memFree=1837072/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=3372 CPUtime=151.37
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 525 0 0 0 15137 0 0 0 25 0 1 0 205151243 3452928 519 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 843 519 58 118 0 721 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 5060

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 6216
/proc/meminfo: memFree=1836816/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=3620 CPUtime=211.36
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 588 0 0 0 21135 1 0 0 25 0 1 0 205151243 3706880 582 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 905 582 58 118 0 783 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 5308

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 6216
/proc/meminfo: memFree=1836688/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=3744 CPUtime=271.34
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 606 0 0 0 27133 1 0 0 25 0 1 0 205151243 3833856 600 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 936 600 58 118 0 814 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 5432

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 6216
/proc/meminfo: memFree=1836432/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=3964 CPUtime=331.32
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 677 0 0 0 33131 1 0 0 25 0 1 0 205151243 4059136 671 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 991 671 58 118 0 869 0

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


[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=3990.12
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 398990 22 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4000.96
Current children cumulated vsize (KiB) 8340

[startup+4062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4050.12
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 404989 23 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4060.96
Current children cumulated vsize (KiB) 8340

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826128/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4110.09
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 410986 23 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4120.93
Current children cumulated vsize (KiB) 8340

[startup+4182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4170.09
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 416985 24 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4180.93
Current children cumulated vsize (KiB) 8340

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4230.06
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 422982 24 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4240.9
Current children cumulated vsize (KiB) 8340

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4290.05
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 428980 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525088 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4300.89
Current children cumulated vsize (KiB) 8340

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4350.03
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 434978 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4360.87
Current children cumulated vsize (KiB) 8340

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

[startup+4364.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4352.53
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 435228 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4363.37
Current children cumulated vsize (KiB) 8340

[startup+4377.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4365.33
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 436508 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4376.17
Current children cumulated vsize (KiB) 8340

[startup+4380.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4368.53
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 436828 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4379.37
Current children cumulated vsize (KiB) 8340

[startup+4384 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4371.73
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 437148 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527897 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4382.57
Current children cumulated vsize (KiB) 8340

[startup+4385.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4373.32
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 437307 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525876 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4384.16
Current children cumulated vsize (KiB) 8340

[startup+4386 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4373.72
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 437347 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4384.56
Current children cumulated vsize (KiB) 8340

[startup+4386.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6830
/proc/meminfo: memFree=1826064/2055920 swapFree=4157116/4192956
[pid=6212] ppid=6210 vsize=1688 CPUtime=10.84
/proc/6212/stat : 6212 (SATzilla2007_C) S 6210 6212 6156 0 -1 4194304 552 523 0 0 304 36 700 44 25 0 1 0 205150156 1728512 236 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6212/statm: 422 236 157 260 0 146 0
[pid=6216] ppid=6212 vsize=6652 CPUtime=4374.12
/proc/6216/stat : 6216 (minisat20) R 6212 6212 6156 0 -1 4194304 1345 0 0 0 437387 25 0 0 25 0 1 0 205151243 6811648 1339 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134529976 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6216/statm: 1663 1339 58 118 0 1541 0
Current children cumulated CPU time (s) 4384.96
Current children cumulated vsize (KiB) 8340

Child status: 20
Real time (s): 4386.42
CPU time (s): 4385.01
CPU user time (s): 4383.95
CPU system time (s): 1.06784
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 8432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4383.95
system time used= 1.06784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2437
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= 27
involuntary context switches= 46059

runsolver used 4.40933 second user time and 11.5532 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Apr 23 01:18:37 UTC 2007

IDJOB= 368862
IDBENCH= 24735
IDSOLVER= 179
FILE ID= node72/368862-1177291117

PBS_JOBID= 4650841

Free space on /tmp= 66400 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/linvrinv5.sat05-564.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368862-1177291117/SATzilla2007_C /tmp/evaluation/368862-1177291117/instance-368862-1177291117.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-368862-1177291117 -o ROOT/results/node72/solver-368862-1177291117 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368862-1177291117/SATzilla2007_C /tmp/evaluation/368862-1177291117/instance-368862-1177291117.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7b1cebbdf060989ddb5c4faf02370afb

RANDOM SEED= 826307263

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.222
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	: 5931.00
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.222
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:       1839928 kB
Buffers:         27924 kB
Cached:         108876 kB
SwapCached:      17016 kB
Active:          63712 kB
Inactive:        95812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839928 kB
SwapTotal:     4192956 kB
SwapFree:      4157116 kB
Dirty:            8560 kB
Writeback:           0 kB
Mapped:          29772 kB
Slab:            41972 kB
Committed_AS:  3259388 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB

End job on node72 on Mon Apr 23 02:31:44 UTC 2007