Trace number 368745

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 4887.19 4889.02

General information on the benchmark

Namecrafted/spence/
hard/s101-100.cnf
MD5SUM639069f0c5abe5ef4537d4cf44ab69aa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.469
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of clauses212
Sum of the clauses size636
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3212
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.06/11.15	c run March_dl for 5 seconds ... 
11.06/11.15	c Bin: Executing march_dl
11.06/11.15	c child exit by a signal
11.06/11.15	c march_dl returned code 137.
11.06/11.15	c run saps (UBCSAT implementation) for 2 seconds ... 
11.06/11.15	c Bin: Executing ubcsat2006
11.06/11.15	c child exited successfully
11.06/11.15	c ubcsat2006 returned code 0.
11.06/11.15	c satzilla computing base features
11.06/11.15	c satzilla doing unit-prop probe
11.06/11.15	c satzilla doing local search probe
11.06/11.15	c satzilla doing lobjois search-space size estimate
11.06/11.15	c satzilla's ranking:
11.06/11.15	c 1) minisat20: -6.360303
11.06/11.15	c 2) vallst+P: -5.793323
11.06/11.15	c 3) minisat20+P: -3.740016
11.06/11.15	c 4) zchaff_rand+P: 1.227155
11.06/11.15	c 5) march_dl+P: 2.963107
11.06/11.15	c 6) march_dl: 3.292101
11.06/11.15	c 7) kcnfs+P: 999.000000
11.06/11.15	c 8) kcnfs: 999.000000
11.06/11.15	c 9) vallst: 999.000000
11.06/11.15	c 10) zchaff_rand: 999.000000
11.06/11.15	c satzilla running minisat20 ... 
11.06/11.15	This is MiniSat 2.0 beta
11.06/11.15	WARNING: for repeatability, setting FPU to use double precision
11.06/11.15	============================[ Problem Statistics ]=============================
11.06/11.15	|                                                                             |
11.06/11.15	|  Number of variables:  101                                                  |
11.06/11.15	|  Number of clauses:    212                                                  |
11.06/11.15	|  Parsing time:         0.00         s                                       |
11.06/11.15	============================[ Search Statistics ]==============================
11.06/11.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.06/11.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.06/11.15	===============================================================================
11.06/11.15	|         0 |     101      212      636 |       70        0    nan |  0.000 % |
11.06/11.15	|       100 |     101      212      636 |       77      100     16 |  0.010 % |
11.06/11.15	|       250 |     101      212      636 |       85       91     12 |  0.010 % |
11.06/11.16	|       476 |     101      212      636 |       94      104     11 |  0.010 % |
11.06/11.16	|       813 |     101      212      636 |      103       89     11 |  0.010 % |
11.06/11.17	|      1320 |     101      212      636 |      113       87     10 |  0.010 % |
11.06/11.18	|      2079 |     101      212      636 |      125      122     12 |  0.010 % |
11.06/11.19	|      3219 |     101      212      636 |      137      161     13 |  0.010 % |
11.12/11.21	|      4928 |     101      212      636 |      151      101      9 |  0.010 % |
11.12/11.25	|      7490 |     101      212      636 |      166      142     10 |  0.010 % |
11.12/11.30	|     11334 |     101      212      636 |      183      132     10 |  0.010 % |
11.12/11.38	|     17100 |     101      212      636 |      201      224     14 |  0.010 % |
11.12/11.49	|     25750 |     101      212      636 |      221      148     11 |  0.010 % |
11.12/11.67	|     38724 |     101      212      636 |      243      159     10 |  0.010 % |
11.12/11.94	|     58186 |     101      212      636 |      268      215     12 |  0.010 % |
12.25/12.38	|     87379 |     101      212      636 |      295      206     11 |  0.010 % |
12.86/12.99	|    131169 |     101      212      636 |      324      194     11 |  0.010 % |
13.85/13.98	|    196854 |     101      212      636 |      357      297     12 |  0.010 % |
15.45/15.51	|    295383 |     101      212      636 |      392      346     15 |  0.010 % |
17.75/17.87	|    443172 |     101      212      636 |      432      386     12 |  0.010 % |
21.65/21.73	|    664855 |     101      212      636 |      475      290     12 |  0.010 % |
27.45/27.56	|    997380 |     101      212      636 |      522      486     13 |  0.010 % |
36.25/36.32	|   1496169 |     101      212      636 |      575      341     11 |  0.010 % |
49.04/49.13	|   2244352 |     101      212      636 |      632      328      9 |  0.010 % |
69.53/69.69	|   3366626 |     101      212      636 |      696      384     11 |  0.010 % |
101.13/101.21	|   5050037 |     101      212      636 |      765      495     12 |  0.010 % |
150.71/150.84	|   7575153 |     101      212      636 |      842      737     15 |  0.010 % |
228.68/228.85	|  11362828 |     101      212      636 |      926      686     13 |  0.010 % |
350.74/350.99	|  17044340 |     101      212      636 |     1019      684     13 |  0.010 % |
534.27/534.51	|  25566609 |     101      212      636 |     1120      684     12 |  0.010 % |
824.07/824.48	|  38350012 |     101      212      636 |     1233      904     13 |  0.010 % |
1268.51/1269.01	|  57525118 |     101      212      636 |     1356      824     13 |  0.010 % |
1989.16/1990.01	|  86287776 |     101      212      636 |     1492     1012     14 |  0.020 % |
3114.07/3115.37	| 129431765 |     101      212      636 |     1641      953     15 |  0.039 % |
4856.76/4858.61	| 194147748 |      96      197      591 |     1805      909     11 |  4.970 % |
4887.14/4889.01	===============================================================================
4887.14/4889.01	restarts              : 35
4887.14/4889.01	conflicts             : 195261299      (40045 /sec)
4887.14/4889.01	decisions             : 234543381      (1.62 % random) (48101 /sec)
4887.14/4889.01	propagations          : 4898965391     (1004707 /sec)
4887.14/4889.01	conflict literals     : 3239224551     (14.97 % deleted)
4887.14/4889.01	Memory used           : 2.54 MB
4887.14/4889.01	CPU time              : 4876.01 s
4887.14/4889.01	
4887.14/4889.01	c Bin: Executing minisat20
4887.14/4889.01	c child exited successfully
4887.14/4889.01	c minisat20 returned code 20.
4887.14/4889.01	s UNSATISFIABLE
4887.14/4889.01	c SATZILLA_TIME=4887.920000

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/node66/watcher-368745-1177231090 -o ROOT/results/node66/solver-368745-1177231090 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368745-1177231090/SATzilla2007_C /tmp/evaluation/368745-1177231090/instance-368745-1177231090.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: 1.00 1.00 1.00 3/64 25864
/proc/meminfo: memFree=1631872/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=0
/proc/25864/stat : 25864 (SATzilla2007_C) R 25862 25864 25570 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 199098609 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/25864/statm: 360 110 95 260 0 84 0
[pid=25865] ppid=25864 vsize=632 CPUtime=0
/proc/25865/stat : 25865 (march_dl) R 25864 25864 25570 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 199098609 647168 105 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587204 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25865/statm: 158 105 73 118 0 37 0

[startup+0.0879091 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25864
/proc/meminfo: memFree=1631872/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=0
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199098609 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25864/statm: 360 110 95 260 0 84 0
[pid=25865] ppid=25864 vsize=632 CPUtime=0.08
/proc/25865/stat : 25865 (march_dl) R 25864 25864 25570 0 -1 4194304 116 0 0 0 8 0 0 0 19 0 1 0 199098609 647168 110 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134536697 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25865/statm: 158 110 73 118 0 37 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2072

[startup+0.10191 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25864
/proc/meminfo: memFree=1631872/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=0
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199098609 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25864/statm: 360 110 95 260 0 84 0
[pid=25865] ppid=25864 vsize=632 CPUtime=0.09
/proc/25865/stat : 25865 (march_dl) R 25864 25864 25570 0 -1 4194304 116 0 0 0 9 0 0 0 19 0 1 0 199098609 647168 110 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134571916 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25865/statm: 158 110 73 118 0 37 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2072

[startup+0.30195 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25864
/proc/meminfo: memFree=1631872/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=0
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199098609 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25864/statm: 360 110 95 260 0 84 0
[pid=25865] ppid=25864 vsize=632 CPUtime=0.29
/proc/25865/stat : 25865 (march_dl) R 25864 25864 25570 0 -1 4194304 118 0 0 0 29 0 0 0 21 0 1 0 199098609 647168 112 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25865/statm: 158 112 73 118 0 37 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2072

[startup+0.702029 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25864
/proc/meminfo: memFree=1631872/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=0
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199098609 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25864/statm: 360 110 95 260 0 84 0
[pid=25865] ppid=25864 vsize=768 CPUtime=0.69
/proc/25865/stat : 25865 (march_dl) R 25864 25864 25570 0 -1 4194304 120 0 0 0 69 0 0 0 24 0 1 0 199098609 786432 114 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134532941 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25865/statm: 192 114 73 118 0 71 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2208

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25866
/proc/meminfo: memFree=1631536/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=0
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199098609 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25864/statm: 360 110 95 260 0 84 0
[pid=25865] ppid=25864 vsize=768 CPUtime=1.49
/proc/25865/stat : 25865 (march_dl) R 25864 25864 25570 0 -1 4194304 121 0 0 0 149 0 0 0 25 0 1 0 199098609 786432 115 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25865/statm: 192 115 73 118 0 71 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2208

[startup+3.10251 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25866
/proc/meminfo: memFree=1631408/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=0
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199098609 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25864/statm: 360 110 95 260 0 84 0
[pid=25865] ppid=25864 vsize=768 CPUtime=3.09
/proc/25865/stat : 25865 (march_dl) R 25864 25864 25570 0 -1 4194304 123 0 0 0 309 0 0 0 25 0 1 0 199098609 786432 117 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134551333 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25865/statm: 192 117 73 118 0 71 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2208

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25867
/proc/meminfo: memFree=1631152/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1440 CPUtime=4.99
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 135 123 0 0 0 0 499 0 16 0 1 0 199098609 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25864/statm: 360 111 96 260 0 84 0
[pid=25867] ppid=25864 vsize=6188 CPUtime=1.28
/proc/25867/stat : 25867 (ubcsat2006) R 25864 25864 25570 0 -1 4194304 236 0 0 0 91 37 0 0 25 0 1 0 199099109 6336512 219 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25867/statm: 1547 219 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25868
/proc/meminfo: memFree=1631024/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=1680 CPUtime=1.53
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 100 0 0 0 153 0 0 0 25 0 1 0 199099724 1720320 94 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 420 94 58 118 0 298 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 3236

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25868
/proc/meminfo: memFree=1631088/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=1808 CPUtime=14.33
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 117 0 0 0 1433 0 0 0 25 0 1 0 199099724 1851392 111 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 452 111 58 118 0 330 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 3364

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25868
/proc/meminfo: memFree=1631088/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=1808 CPUtime=39.92
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 135 0 0 0 3992 0 0 0 25 0 1 0 199099724 1851392 129 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527600 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 452 129 58 118 0 330 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 3364

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25868
/proc/meminfo: memFree=1631088/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=1940 CPUtime=91.11
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 152 0 0 0 9111 0 0 0 25 0 1 0 199099724 1986560 146 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 485 146 58 118 0 363 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 3496

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25868
/proc/meminfo: memFree=1631024/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=1940 CPUtime=151.08
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 166 0 0 0 15108 0 0 0 25 0 1 0 199099724 1986560 160 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528576 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 485 160 58 118 0 363 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 3496

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25870
/proc/meminfo: memFree=1630896/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2072 CPUtime=211.06
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 171 0 0 0 21106 0 0 0 25 0 1 0 199099724 2121728 165 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 518 165 58 118 0 396 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 3628

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25870
/proc/meminfo: memFree=1630896/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2072 CPUtime=271.04
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 179 0 0 0 27104 0 0 0 25 0 1 0 199099724 2121728 173 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 518 173 58 118 0 396 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 3628

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25870
/proc/meminfo: memFree=1630832/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2072 CPUtime=331.02
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 183 0 0 0 33102 0 0 0 25 0 1 0 199099724 2121728 177 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525572 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 518 177 58 118 0 396 0

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


[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630320/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4529.45
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 327 0 0 0 452942 3 0 0 25 0 1 0 199099724 2662400 321 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 321 58 118 0 528 0
Current children cumulated CPU time (s) 4540.57
Current children cumulated vsize (KiB) 4156

[startup+4602.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4589.43
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 328 0 0 0 458940 3 0 0 25 0 1 0 199099724 2662400 322 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134532523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 322 58 118 0 528 0
Current children cumulated CPU time (s) 4600.55
Current children cumulated vsize (KiB) 4156

[startup+4662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4649.4
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 328 0 0 0 464937 3 0 0 25 0 1 0 199099724 2662400 322 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134519479 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 322 58 118 0 528 0
Current children cumulated CPU time (s) 4660.52
Current children cumulated vsize (KiB) 4156

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4709.39
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 328 0 0 0 470936 3 0 0 25 0 1 0 199099724 2662400 322 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134646448 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 322 58 118 0 528 0
Current children cumulated CPU time (s) 4720.51
Current children cumulated vsize (KiB) 4156

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630320/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4769.36
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 328 0 0 0 476933 3 0 0 25 0 1 0 199099724 2662400 322 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134536629 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 322 58 118 0 528 0
Current children cumulated CPU time (s) 4780.48
Current children cumulated vsize (KiB) 4156

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630320/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4829.34
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 328 0 0 0 482931 3 0 0 25 0 1 0 199099724 2662400 322 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 322 58 118 0 528 0
Current children cumulated CPU time (s) 4840.46
Current children cumulated vsize (KiB) 4156

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

[startup+4863.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630320/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4850.93
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 328 0 0 0 485090 3 0 0 25 0 1 0 199099724 2662400 322 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 322 58 118 0 528 0
Current children cumulated CPU time (s) 4862.05
Current children cumulated vsize (KiB) 4156

[startup+4876.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4863.73
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 329 0 0 0 486370 3 0 0 25 0 1 0 199099724 2662400 323 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 323 58 118 0 528 0
Current children cumulated CPU time (s) 4874.85
Current children cumulated vsize (KiB) 4156

[startup+4883.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4870.13
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 329 0 0 0 487010 3 0 0 25 0 1 0 199099724 2662400 323 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535710 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 323 58 118 0 528 0
Current children cumulated CPU time (s) 4881.25
Current children cumulated vsize (KiB) 4156

[startup+4886.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4873.32
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 329 0 0 0 487329 3 0 0 25 0 1 0 199099724 2662400 323 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 323 58 118 0 528 0
Current children cumulated CPU time (s) 4884.44
Current children cumulated vsize (KiB) 4156

[startup+4887.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4874.92
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 329 0 0 0 487489 3 0 0 25 0 1 0 199099724 2662400 323 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525630 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 323 58 118 0 528 0
Current children cumulated CPU time (s) 4886.04
Current children cumulated vsize (KiB) 4156

[startup+4888.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4875.72
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 329 0 0 0 487569 3 0 0 25 0 1 0 199099724 2662400 323 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535771 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 323 58 118 0 528 0
Current children cumulated CPU time (s) 4886.84
Current children cumulated vsize (KiB) 4156

[startup+4888.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4875.92
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 329 0 0 0 487589 3 0 0 25 0 1 0 199099724 2662400 323 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 323 58 118 0 528 0
Current children cumulated CPU time (s) 4887.04
Current children cumulated vsize (KiB) 4156

[startup+4889 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26070
/proc/meminfo: memFree=1630256/2055920 swapFree=4182980/4192956
[pid=25864] ppid=25862 vsize=1556 CPUtime=11.12
/proc/25864/stat : 25864 (SATzilla2007_C) S 25862 25864 25570 0 -1 4194304 518 365 0 0 264 58 700 90 25 0 1 0 199098609 1593344 224 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25864/statm: 389 224 157 260 0 113 0
[pid=25868] ppid=25864 vsize=2600 CPUtime=4876.02
/proc/25868/stat : 25868 (minisat20) R 25864 25864 25570 0 -1 4194304 329 0 0 0 487599 3 0 0 25 0 1 0 199099724 2662400 323 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525452 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25868/statm: 650 323 58 118 0 528 0
Current children cumulated CPU time (s) 4887.14
Current children cumulated vsize (KiB) 4156

Child status: 20
Real time (s): 4889.02
CPU time (s): 4887.19
CPU user time (s): 4885.66
CPU system time (s): 1.52777
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 7628

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

runsolver used 3.18152 second user time and 10.2984 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sun Apr 22 08:38:10 UTC 2007

IDJOB= 368745
IDBENCH= 20443
IDSOLVER= 179
FILE ID= node66/368745-1177231090

PBS_JOBID= 4650445

Free space on /tmp= 66401 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/hard/s101-100.cnf
COMMAND LINE= /tmp/evaluation/368745-1177231090/SATzilla2007_C /tmp/evaluation/368745-1177231090/instance-368745-1177231090.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-368745-1177231090 -o ROOT/results/node66/solver-368745-1177231090 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368745-1177231090/SATzilla2007_C /tmp/evaluation/368745-1177231090/instance-368745-1177231090.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  639069f0c5abe5ef4537d4cf44ab69aa

RANDOM SEED= 397038529

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.281
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.281
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:       1632280 kB
Buffers:         66328 kB
Cached:         285524 kB
SwapCached:       3856 kB
Active:         197956 kB
Inactive:       164976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632280 kB
SwapTotal:     4192956 kB
SwapFree:      4182980 kB
Dirty:            8356 kB
Writeback:           0 kB
Mapped:          15540 kB
Slab:            46756 kB
Committed_AS:  1764700 kB
PageTables:       1376 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= 66401 MiB

End job on node66 on Sun Apr 22 09:59:40 UTC 2007