Trace number 319999

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 RANDOM? (exit code) 1199.41 1200.03

General information on the benchmark

Nameindustrial/grieu/
vmpc_28.cnf
MD5SUM2679ca6fb11bcf9f950de09652ce7147
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.69013
Satisfiable
(Un)Satisfiability was proved
Number of variables784
Number of clauses108080
Sum of the clauses size283220
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 242420
Number of clauses of size 365604
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

24.04/24.21	c run March_dl for 5 seconds ... 
24.04/24.21	c Bin: Executing march_dl
24.04/24.21	c child exit by a signal
24.04/24.21	c march_dl returned code 137.
24.04/24.21	c run saps (UBCSAT implementation) for 2 seconds ... 
24.04/24.21	c Bin: Executing ubcsat2006
24.04/24.21	c child exited successfully
24.04/24.21	c ubcsat2006 returned code 0.
24.04/24.21	c satzilla computing base features
24.04/24.21	c satzilla doing unit-prop probe
24.04/24.21	c satzilla doing local search probe
24.04/24.21	c satzilla doing lobjois search-space size estimate
24.04/24.21	c satzilla's ranking:
24.04/24.21	c 1) kcnfs: 14.554070
24.04/24.21	c 2) minisat20+P: 45.921084
24.04/24.21	c 3) march_dl: 161.203534
24.04/24.21	c 4) kcnfs+P: 999.000000
24.04/24.21	c 5) march_dl+P: 999.000000
24.04/24.21	c 6) vallst+P: 999.000000
24.04/24.21	c 7) zchaff_rand+P: 999.000000
24.04/24.21	c 8) vallst: 999.000000
24.04/24.21	c 9) zchaff_rand: 999.000000
24.04/24.21	c 10) minisat20: 999.000000
24.04/24.21	c satzilla running kcnfs ... 
24.06/24.41	c Bin: Executing kcnfs
24.06/24.41	c child exited successfully
24.06/24.41	c kcnfs returned code 0.
24.06/24.41	c kcnfs returned code 0.
24.06/24.41	c satzilla running minisat20 with preprocessing ... 
25.54/25.71	This is MiniSat 2.0 beta
25.54/25.71	WARNING: for repeatability, setting FPU to use double precision
25.54/25.71	============================[ Problem Statistics ]=============================
25.54/25.71	|                                                                             |
25.54/25.71	|  Number of variables:  783                                                  |
25.54/25.71	|  Number of clauses:    88835                                                |
25.54/25.75	|  Parsing time:         0.04         s                                       |
25.54/25.76	============================[ Search Statistics ]==============================
25.54/25.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.54/25.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.54/25.76	===============================================================================
25.54/25.76	|         0 |     783    88835   244482 |    29611        0    nan |  0.000 % |
25.54/25.77	|       103 |     783    88835   244482 |    32572      103     48 |  0.000 % |
25.54/25.79	|       255 |     783    88835   244482 |    35830      255     69 |  0.000 % |
25.55/25.81	|       480 |     783    88835   244482 |    39413      480     92 |  0.000 % |
25.55/25.84	|       817 |     783    88835   244482 |    43354      817     88 |  0.000 % |
25.55/25.90	|      1323 |     783    88835   244482 |    47689     1323     95 |  0.000 % |
25.55/26.00	|      2083 |     783    88835   244482 |    52458     2083     96 |  0.000 % |
25.55/26.16	|      3226 |     783    88835   244482 |    57704     3226     90 |  0.000 % |
26.22/26.41	|      4935 |     783    88835   244482 |    63475     4935     93 |  0.000 % |
26.62/26.90	|      7498 |     783    88835   244482 |    69822     7498     89 |  0.000 % |
27.62/27.83	|     11343 |     783    88835   244482 |    76805    11343     83 |  0.000 % |
29.22/29.49	|     17111 |     783    88835   244482 |    84485    17111     82 |  0.000 % |
32.02/32.22	|     25761 |     783    88835   244482 |    92934    25761     84 |  0.000 % |
38.41/38.68	|     38735 |     783    88835   244482 |   102227    38735     80 |  0.000 % |
54.30/54.54	|     58197 |     783    88835   244482 |   112450    58197     82 |  0.000 % |
85.69/85.92	|     87391 |     783    88835   244482 |   123695    87391     81 |  0.000 % |
158.26/158.58	|    131180 |     783    88835   244482 |   136064    25620     78 |  0.000 % |
229.24/229.51	|    196865 |     783    88835   244482 |   149671    91305     80 |  0.000 % |
392.28/392.63	|    295391 |     783    88835   244482 |   164638    58216     73 |  0.000 % |
674.56/675.03	|    443182 |     783    88835   244482 |   181102    65371     92 |  0.000 % |
1057.72/1058.38	|    664867 |     783    88835   244482 |   199212   132705     77 |  0.000 % |
1199.37/1200.02	c Preprocessing...
1199.37/1200.02	c Inital problem has 784 variables, 65660 nary clauses (42420 binary clauses).
1199.37/1200.02	c Num non-binary clauses 65660, Average non-binary clause length 3.021
1199.37/1200.02	c Theory has no gaps
1199.37/1200.02	c Preprocessor runtime was 1.170 seconds.
1199.37/1200.02	c 
1199.37/1200.02	c Satisfiability of theory still undetermined.
1199.37/1200.02	c See file /tmp/HXWF44 for simplified theory.
1199.37/1200.02	c Bin: Executing minisat20
1199.37/1200.02	c child exit by a signal
1199.37/1200.02	c minisat20 returned code 137.
1199.37/1200.02	c minisat20 returned code 137.
1199.37/1200.02	c satzilla running march_dl ... 
1199.37/1200.02	c Bin: Executing march_dl
1199.37/1200.02	c march_dl returned code 1.
1199.37/1200.02	c march_dl returned code 1.
1199.37/1200.02	c satzilla running kcnfs with preprocessing ... 
1199.37/1200.02	c Bin: Executing kcnfs
1199.37/1200.02	c kcnfs returned code 1.
1199.37/1200.02	c kcnfs returned code 1.
1199.37/1200.02	c satzilla running march_dl with preprocessing ... 
1199.37/1200.02	c Bin: Executing march_dl
1199.37/1200.02	c march_dl returned code 1.
1199.37/1200.02	c march_dl returned code 1.
1199.37/1200.02	c satzilla running vallst with preprocessing ... 
1199.37/1200.02	c Bin: Executing vallst
1199.37/1200.02	c vallst returned code 1.
1199.37/1200.02	c vallst returned code 1.
1199.37/1200.02	c satzilla running zchaff_rand with preprocessing ... 
1199.37/1200.02	c Bin: Executing zchaff_rand
1199.37/1200.02	c zchaff_rand returned code 1.
1199.37/1200.02	c zchaff_rand returned code 1.
1199.37/1200.02	c satzilla running vallst ... 
1199.37/1200.02	c Bin: Executing vallst
1199.37/1200.02	c vallst returned code 1.
1199.37/1200.02	c vallst returned code 1.
1199.37/1200.02	c satzilla running zchaff_rand ... 
1199.37/1200.02	c Bin: Executing zchaff_rand
1199.37/1200.02	c zchaff_rand returned code 1.
1199.37/1200.02	c zchaff_rand returned code 1.
1199.37/1200.02	c satzilla running minisat20 ... 
1199.37/1200.02	c Bin: Executing minisat20
1199.37/1200.02	c minisat20 returned code 1.
1199.37/1200.02	c minisat20 returned code 1.
1199.37/1200.02	c ERROR: All Failed! 
1199.37/1200.02	c SATZILLA_TIME=1199.570000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-319999-1173039241 -o ROOT/results/node40/solver-319999-1173039241 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319999-1173039241/SATzilla2007_R /tmp/evaluation/319999-1173039241/instance-319999-1173039241.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.91 0.95 0.96 3/64 31984
/proc/meminfo: memFree=1508792/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=0
/proc/31984/stat : 31984 (SATzilla2007_R) D 31982 31984 30814 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 29878337 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/31984/statm: 360 110 95 260 0 84 0

[startup+0.070784 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 31984
/proc/meminfo: memFree=1508792/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=0
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 29878337 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101785 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 31984
/proc/meminfo: memFree=1508792/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=0
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 29878337 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301835 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 31984
/proc/meminfo: memFree=1508792/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=0
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 29878337 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701917 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 31984
/proc/meminfo: memFree=1508792/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=0
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 29878337 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50107 s]
/proc/loadavg: 0.92 0.95 0.96 2/66 31986
/proc/meminfo: memFree=1501352/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=0
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 29878337 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 360 110 95 260 0 84 0
[pid=31986] ppid=31984 vsize=10140 CPUtime=1.46
/proc/31986/stat : 31986 (march_dl) R 31984 31984 30814 0 -1 4194304 9564 0 0 0 128 18 0 0 25 0 1 0 29878340 10383360 1979 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31986/statm: 2535 1979 73 118 0 2414 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 11580

[startup+3.10141 s]
/proc/loadavg: 0.92 0.95 0.96 2/66 31986
/proc/meminfo: memFree=1500456/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=0
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 29878337 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 360 110 95 260 0 84 0
[pid=31986] ppid=31984 vsize=10140 CPUtime=3.06
/proc/31986/stat : 31986 (march_dl) R 31984 31984 30814 0 -1 4194304 9564 0 0 0 287 19 0 0 25 0 1 0 29878340 10383360 1979 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31986/statm: 2535 1979 73 118 0 2414 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11580

[startup+6.30108 s]
/proc/loadavg: 0.93 0.95 0.96 2/66 31987
/proc/meminfo: memFree=1501480/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=1440 CPUtime=4.99
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 135 9564 0 0 0 0 480 19 16 0 1 0 29878337 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31984/statm: 360 111 96 260 0 84 0
[pid=31987] ppid=31984 vsize=10288 CPUtime=1.17
/proc/31987/stat : 31987 (ubcsat2006) R 31984 31984 30814 0 -1 4194304 1543 0 13 0 115 2 0 0 25 0 1 0 29878841 10534912 1539 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134552076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31987/statm: 2572 1539 156 64 0 2153 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 11728

[startup+12.7014 s]
/proc/loadavg: 0.93 0.96 0.96 2/65 31987
/proc/meminfo: memFree=1501296/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=7196 CPUtime=12.55
/proc/31984/stat : 31984 (SATzilla2007_R) R 31982 31984 30814 0 -1 4194304 3141 11113 0 13 539 1 692 23 25 0 1 0 29878337 7368704 1606 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134541360 0 0 4096 0 0 0 0 17 1 0 0
/proc/31984/statm: 1799 1606 124 260 0 1523 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 7196

[startup+25.5011 s]
/proc/loadavg: 0.95 0.96 0.96 2/65 31988
/proc/meminfo: memFree=1491056/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=18612 CPUtime=25.34
/proc/31984/stat : 31984 (SATzilla2007_R) R 31982 31984 30814 0 -1 4194304 8924 14663 0 13 1791 8 710 25 25 0 1 0 29878337 19058688 4215 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134595794 0 0 4096 0 0 0 0 17 1 0 0
/proc/31984/statm: 4653 4215 163 260 0 4377 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 18612

[startup+51.1014 s]
/proc/loadavg: 0.96 0.96 0.96 2/66 31989
/proc/meminfo: memFree=1465512/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=25440 CPUtime=25.35
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 6269 0 0 0 2531 4 0 0 25 0 1 0 29880908 26050560 6263 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 6360 6263 59 118 0 6238 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 42796

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.96 2/66 31989
/proc/meminfo: memFree=1448232/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=42756 CPUtime=76.54
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 10510 0 0 0 7645 9 0 0 25 0 1 0 29880908 43782144 10504 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 10689 10504 59 118 0 10567 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 60112

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1436648/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=54356 CPUtime=136.51
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 13389 0 0 0 13639 12 0 0 25 0 1 0 29880908 55660544 13383 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 13589 13383 59 118 0 13467 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 71712

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1436456/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=54520 CPUtime=196.49
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 13422 0 0 0 19637 12 0 0 25 0 1 0 29880908 55828480 13416 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 13630 13416 59 118 0 13508 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 71876

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1436072/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=54840 CPUtime=256.47
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 13499 0 0 0 25635 12 0 0 25 0 1 0 29880908 56156160 13493 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 13710 13493 59 118 0 13588 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 72196

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1429352/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=61604 CPUtime=316.44
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 15213 0 0 0 31631 13 0 0 25 0 1 0 29880908 63082496 15207 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 15401 15207 59 118 0 15279 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 78960

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1424488/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=66612 CPUtime=376.42
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 16397 0 0 0 37628 14 0 0 25 0 1 0 29880908 68210688 16391 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 16653 16391 59 118 0 16531 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 83968

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1424488/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1401000/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=91084 CPUtime=796.26
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 22291 0 0 0 79606 20 0 0 25 0 1 0 29880908 93270016 22285 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 22771 22285 59 118 0 22649 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 108440

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1400104/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=91904 CPUtime=856.23
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 22470 0 0 0 85603 20 0 0 25 0 1 0 29880908 94109696 22464 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 22976 22464 59 118 0 22854 0
Current children cumulated CPU time (s) 881.78
Current children cumulated vsize (KiB) 109260

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1396968/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=95288 CPUtime=916.21
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 23262 0 0 0 91600 21 0 0 25 0 1 0 29880908 97574912 23256 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 23822 23256 59 118 0 23700 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 112644

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1396648/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=95608 CPUtime=976.19
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 23349 0 0 0 97598 21 0 0 25 0 1 0 29880908 97902592 23343 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 23902 23343 59 118 0 23780 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 112964

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1395752/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=96676 CPUtime=1036.16
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 23559 0 0 0 103595 21 0 0 25 0 1 0 29880908 98996224 23553 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24169 23553 59 118 0 24047 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 114032

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1394600/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=97968 CPUtime=1096.13
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 23851 0 0 0 109592 21 0 0 25 0 1 0 29880908 100319232 23845 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24492 23845 59 118 0 24370 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 115324

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393896/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=98824 CPUtime=1156.12
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 24037 0 0 0 115590 22 0 0 25 0 1 0 29880908 101195776 24031 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24706 24031 59 118 0 24584 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 116180

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393768/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=98984 CPUtime=1164.12
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 24061 0 0 0 116390 22 0 0 25 0 1 0 29880908 101359616 24055 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24746 24055 59 118 0 24624 0
Current children cumulated CPU time (s) 1189.67
Current children cumulated vsize (KiB) 116340

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393512/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=99228 CPUtime=1170.52
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 24132 0 0 0 117030 22 0 0 25 0 1 0 29880908 101609472 24126 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24807 24126 59 118 0 24685 0
Current children cumulated CPU time (s) 1196.07
Current children cumulated vsize (KiB) 116584

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393384/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=99392 CPUtime=1172.11
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 24168 0 0 0 117189 22 0 0 25 0 1 0 29880908 101777408 24162 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24848 24162 59 118 0 24726 0
Current children cumulated CPU time (s) 1197.66
Current children cumulated vsize (KiB) 116748

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393320/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=99392 CPUtime=1172.91
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 24170 0 0 0 117269 22 0 0 25 0 1 0 29880908 101777408 24164 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24848 24164 59 118 0 24726 0
Current children cumulated CPU time (s) 1198.46
Current children cumulated vsize (KiB) 116748

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393320/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=99392 CPUtime=1173.31
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 24171 0 0 0 117309 22 0 0 25 0 1 0 29880908 101777408 24165 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24848 24165 59 118 0 24726 0
Current children cumulated CPU time (s) 1198.86
Current children cumulated vsize (KiB) 116748

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393320/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=99392 CPUtime=1173.71
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4194304 24172 0 0 0 117349 22 0 0 25 0 1 0 29880908 101777408 24166 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 24848 24166 59 118 0 24726 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 116748

[startup+1200 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 31991
/proc/meminfo: memFree=1393320/2055920 swapFree=4192952/4192956
[pid=31984] ppid=31982 vsize=17356 CPUtime=25.55
/proc/31984/stat : 31984 (SATzilla2007_R) S 31982 31984 30814 0 -1 4194304 8934 14663 0 13 1811 9 710 25 25 0 1 0 29878337 17772544 4155 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31984/statm: 4339 4155 164 260 0 4063 0
[pid=31989] ppid=31984 vsize=0 CPUtime=1173.82
/proc/31989/stat : 31989 (minisat20) R 31984 31984 30814 0 -1 4195332 24172 0 0 0 117360 22 0 0 25 0 1 0 29880908 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/31989/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.37
Current children cumulated vsize (KiB) 17356

Child status: 17
Real time (s): 1200.03
CPU time (s): 1199.41
CPU user time (s): 1198.82
CPU system time (s): 0.58691
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 116748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.82
system time used= 0.58691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47782
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64
involuntary context switches= 3218

runsolver used 1.00785 second user time and 2.38964 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Mar  4 20:14:01 UTC 2007

IDJOB= 319999
IDBENCH= 20492
IDSOLVER= 134
FILE ID= node40/319999-1173039241

PBS_JOBID= 4012457

Free space on /tmp= 66555 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/grieu/vmpc_28.cnf
COMMAND LINE= /tmp/evaluation/319999-1173039241/SATzilla2007_R /tmp/evaluation/319999-1173039241/instance-319999-1173039241.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-319999-1173039241 -o ROOT/results/node40/solver-319999-1173039241 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319999-1173039241/SATzilla2007_R /tmp/evaluation/319999-1173039241/instance-319999-1173039241.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  2679ca6fb11bcf9f950de09652ce7147

RANDOM SEED= 31798652

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.259
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.259
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:       1509200 kB
Buffers:         33264 kB
Cached:         420360 kB
SwapCached:          4 kB
Active:          50008 kB
Inactive:       421332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509200 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            9844 kB
Writeback:           0 kB
Mapped:          27952 kB
Slab:            61412 kB
Committed_AS:    92664 kB
PageTables:       1416 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= 66555 MiB

End job on node40 on Sun Mar  4 20:34:01 UTC 2007