Trace number 303718

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 FULL? 1199.88 1200.36

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S1751213243-05.cnf
MD5SUM0186eda890cf4014d992450cade22d17
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data (download as text)

10.94/10.98	c run March_dl for 5 seconds ... 
10.94/10.98	c Bin: Executing march_dl
10.94/10.98	c child exit by a signal
10.94/10.98	c march_dl returned code 137.
10.94/10.98	c run saps for 2 seconds ... 
10.94/10.98	c Bin: Executing ubcsat2006
10.94/10.98	c child exited successfully
10.94/10.98	c ubcsat2006 returned code 0.
10.94/10.98	c satzilla computing base features
10.94/10.98	c satzilla doing unit-prop probe
10.94/10.98	c satzilla doing local search probe
10.94/10.98	c satzilla doing lobjois search-space size estimate
10.94/10.98	c satzilla's ranking:
10.94/10.98	c 1) minisat20: 3.556955
10.94/10.98	c 2) kcnfs: 3.732676
10.94/10.98	c 3) march_dl: 4.047732
10.94/10.98	c 4) eureka: 4.449516
10.94/10.98	c 5) vallst: 4.926540
10.94/10.98	c 6) zchaff_rand: 5.840334
10.94/10.98	c 7) kcnfs+P: 999.000000
10.94/10.98	c 8) march_dl+P: 999.000000
10.94/10.98	c 9) vallst+P: 999.000000
10.94/10.98	c 10) zchaff_rand+P: 999.000000
10.94/10.98	c 11) rsat+P: 999.000000
10.94/10.98	c 12) eureka+P: 999.000000
10.94/10.98	c 13) minisat20+P: 999.000000
10.94/10.98	c 14) rsat: 999.000000
10.94/10.98	c satzilla running minisat20 ... 
10.94/10.98	This is MiniSat 2.0 beta
10.94/10.98	WARNING: for repeatability, setting FPU to use double precision
10.94/10.98	============================[ Problem Statistics ]=============================
10.94/10.98	|                                                                             |
10.94/10.98	|  Number of variables:  200                                                  |
10.94/10.98	|  Number of clauses:    17000                                                |
10.94/11.00	|  Parsing time:         0.02         s                                       |
10.94/11.00	============================[ Search Statistics ]==============================
10.94/11.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.94/11.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.94/11.00	===============================================================================
10.94/11.00	|         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
10.94/11.01	|       101 |     200    17000   119000 |     6233      101     57 |  0.003 % |
10.94/11.03	|       251 |     200    17000   119000 |     6856      251     56 |  0.003 % |
10.94/11.05	|       476 |     200    17000   119000 |     7542      476     56 |  0.003 % |
10.94/11.08	|       813 |     200    17000   119000 |     8296      813     56 |  0.003 % |
10.94/11.12	|      1319 |     200    17000   119000 |     9126     1319     56 |  0.003 % |
10.94/11.19	|      2078 |     200    17000   119000 |    10038     2078     57 |  0.003 % |
11.23/11.30	|      3217 |     200    17000   119000 |    11042     3217     57 |  0.003 % |
11.33/11.46	|      4926 |     200    17000   119000 |    12147     4926     58 |  0.003 % |
11.64/11.75	|      7491 |     200    17000   119000 |    13361     7491     58 |  0.003 % |
12.25/12.31	|     11338 |     200    17000   119000 |    14697    11338     58 |  0.003 % |
13.18/13.28	|     17104 |     200    17000   119000 |    16167     9713     57 |  0.003 % |
14.61/14.75	|     25754 |     200    17000   119000 |    17784    10234     58 |  0.003 % |
17.18/17.29	|     38728 |     200    17000   119000 |    19562    14269     58 |  0.003 % |
21.48/21.54	|     58189 |     200    17000   119000 |    21519    14072     58 |  0.003 % |
28.65/28.72	|     87381 |     200    17000   119000 |    23671    10847     58 |  0.003 % |
39.62/39.73	|    131171 |     200    17000   119000 |    26038    18279     56 |  0.003 % |
57.85/58.03	|    196855 |     200    17000   119000 |    28641    12973     56 |  0.003 % |
87.45/87.62	|    295381 |     200    17000   119000 |    31506    28220     58 |  0.003 % |
134.90/135.10	|    443171 |     200    17000   119000 |    34656    23019     59 |  0.003 % |
214.60/214.84	|    664854 |     200    17000   119000 |    38122    24046     59 |  0.003 % |
341.74/342.04	|    997379 |     200    17000   119000 |    41934    29433     58 |  0.003 % |
548.70/549.05	|   1496168 |     200    17000   119000 |    46128    37443     60 |  0.003 % |
876.56/876.98	|   2244352 |     200    17000   119000 |    50741    34154     60 |  0.003 % |
1199.70/1200.27	c Bin: Executing minisat20
1199.70/1200.27	c child exit by a signal
1199.70/1200.27	c minisat20 returned code 137.
1199.70/1200.27	c minisat20 returned code 137.
1199.70/1200.27	c satzilla running kcnfs ... 
1199.70/1200.27	c Bin: Executing kcnfs
1199.70/1200.27	c kcnfs returned code 1.
1199.70/1200.27	c kcnfs returned code 1.
1199.70/1200.27	c satzilla running march_dl ... 
1199.70/1200.27	c Bin: Executing march_dl
1199.70/1200.27	c march_dl returned code 1.
1199.70/1200.27	c march_dl returned code 1.
1199.70/1200.27	c satzilla running eureka ... 
1199.70/1200.27	c Bin: Executing eureka
1199.70/1200.27	c eureka returned code 1.
1199.70/1200.27	c eureka returned code 1.
1199.70/1200.27	c satzilla running vallst ... 
1199.70/1200.27	c Bin: Executing vallst
1199.70/1200.27	c vallst returned code 1.
1199.70/1200.27	c vallst returned code 1.
1199.70/1200.27	c satzilla running zchaff_rand ... 
1199.70/1200.27	c Bin: Executing zchaff_rand
1199.70/1200.27	c zchaff_rand returned code 1.
1199.70/1200.27	c zchaff_rand returned code 1.
1199.70/1200.27	c satzilla running kcnfs with preprocessing ... 
1199.82/1200.36	c Preprocessing...
1199.82/1200.36	c Inital problem has 200 variables, 17000 nary clauses (0 binary clauses).
1199.82/1200.36	c Num non-binary clauses 17000, Average non-binary clause length 7.000
1199.82/1200.36	c Theory has no gaps
1199.82/1200.36	c Preprocessor runtime was 0.040 seconds.
1199.82/1200.36	c 
1199.82/1200.36	c Satisfiability of theory still undetermined.
1199.82/1200.36	c See file /tmp/on60OS for simplified theory.
1199.82/1200.36	c Bin: Executing kcnfs
1199.82/1200.36	c kcnfs returned code 1.
1199.82/1200.36	c kcnfs returned code 1.
1199.82/1200.36	c Satzilla Timed out!
1199.82/1200.36	s UNKNOWN
1199.82/1200.36	c SATZILLA_TIME=1200.040000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-303718-1172042096 -o ROOT/results/node71/solver-303718-1172042096 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303718-1172042096/SATzilla2007_F /tmp/evaluation/303718-1172042096/instance-303718-1172042096.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.93 0.99 0.99 3/64 16049
/proc/meminfo: memFree=1399504/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=1512 CPUtime=0
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 224167480 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16049/statm: 378 125 110 260 0 84 0
[pid=16050] ppid=16049 vsize=768 CPUtime=0
/proc/16050/stat : 16050 (march_dl) R 16049 16049 15721 0 -1 4194304 99 0 0 0 0 0 0 0 18 0 1 0 224167480 786432 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16050/statm: 192 93 50 118 0 71 0

[startup+0.10824 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 16049
/proc/meminfo: memFree=1399504/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=1512 CPUtime=0
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 224167480 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16049/statm: 378 125 110 260 0 84 0
[pid=16050] ppid=16049 vsize=2840 CPUtime=0.09
/proc/16050/stat : 16050 (march_dl) R 16049 16049 15721 0 -1 4194304 2300 0 0 0 9 0 0 0 18 0 1 0 224167480 2908160 573 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16050/statm: 710 573 63 118 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4352

[startup+0.516327 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 16049
/proc/meminfo: memFree=1399504/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=1512 CPUtime=0
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 224167480 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16049/statm: 378 125 110 260 0 84 0
[pid=16050] ppid=16049 vsize=5012 CPUtime=0.51
/proc/16050/stat : 16050 (march_dl) R 16049 16049 15721 0 -1 4194304 3284 0 0 0 50 1 0 0 22 0 1 0 224167480 5132288 724 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16050/statm: 1253 724 67 118 0 1132 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6524

[startup+1.34151 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 16051
/proc/meminfo: memFree=1396680/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=1512 CPUtime=0
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 224167480 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16049/statm: 378 125 110 260 0 84 0
[pid=16050] ppid=16049 vsize=5012 CPUtime=1.33
/proc/16050/stat : 16050 (march_dl) R 16049 16049 15721 0 -1 4194304 3312 0 0 0 132 1 0 0 25 0 1 0 224167480 5132288 752 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16050/statm: 1253 752 67 118 0 1132 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6524

[startup+2.97986 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 16051
/proc/meminfo: memFree=1396296/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=1512 CPUtime=0
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 224167480 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16049/statm: 378 125 110 260 0 84 0
[pid=16050] ppid=16049 vsize=5276 CPUtime=2.97
/proc/16050/stat : 16050 (march_dl) R 16049 16049 15721 0 -1 4194304 3389 0 0 0 296 1 0 0 25 0 1 0 224167480 5402624 829 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16050/statm: 1319 829 67 118 0 1198 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 6788

[startup+6.26257 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 16052
/proc/meminfo: memFree=1397448/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=1512 CPUtime=4.99
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 149 3456 0 0 0 0 497 2 16 0 1 0 224167480 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 378 125 110 260 0 84 0
[pid=16052] ppid=16049 vsize=6188 CPUtime=1.24
/proc/16052/stat : 16052 (ubcsat2006) R 16049 16049 15721 0 -1 4194304 587 0 0 0 120 4 0 0 25 0 1 0 224167981 6336512 569 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16052/statm: 1547 569 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.722 s]
/proc/loadavg: 0.94 0.99 0.99 2/66 16053
/proc/meminfo: memFree=1392400/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=6308 CPUtime=1.73
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 1364 0 0 0 172 1 0 0 25 0 1 0 224168578 6459392 1357 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16053/statm: 1577 1357 58 118 0 1455 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9732

[startup+25.5338 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 16053
/proc/meminfo: memFree=1389528/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=8828 CPUtime=14.53
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 2007 0 0 0 1452 1 0 0 25 0 1 0 224168578 9039872 2000 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16053/statm: 2207 2000 58 118 0 2085 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12252

[startup+51.1783 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 16053
/proc/meminfo: memFree=1387480/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=10680 CPUtime=40.15
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 2472 0 0 0 4013 2 0 0 25 0 1 0 224168578 10936320 2465 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 2670 2465 58 118 0 2548 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14104

[startup+102.425 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 16053
/proc/meminfo: memFree=1385112/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=13288 CPUtime=91.38
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 3107 0 0 0 9135 3 0 0 25 0 1 0 224168578 13606912 3100 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 3322 3100 58 118 0 3200 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 16712

[startup+162.489 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 16053
/proc/meminfo: memFree=1383832/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=14492 CPUtime=151.41
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 3417 0 0 0 15138 3 0 0 25 0 1 0 224168578 14839808 3410 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 3623 3410 58 118 0 3501 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 17916

[startup+222.549 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 16053
/proc/meminfo: memFree=1382616/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=15704 CPUtime=211.45
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 3723 0 0 0 21141 4 0 0 25 0 1 0 224168578 16080896 3716 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525473 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 3926 3716 58 118 0 3804 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 19128

[startup+282.608 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1381848/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=16548 CPUtime=271.49
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 3912 0 0 0 27145 4 0 0 25 0 1 0 224168578 16945152 3905 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 4137 3905 58 118 0 4015 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 19972

[startup+342.667 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1381464/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=16832 CPUtime=331.52
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 3988 0 0 0 33148 4 0 0 25 0 1 0 224168578 17235968 3981 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 4208 3981 58 118 0 4086 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 20256

[startup+402.726 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1379736/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=18636 CPUtime=391.57
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 4419 0 0 0 39152 5 0 0 25 0 1 0 224168578 19083264 4412 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 4659 4412 58 118 0 4537 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 22060

[startup+462.785 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1379352/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=19068 CPUtime=451.6
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 4507 0 0 0 45155 5 0 0 25 0 1 0 224168578 19525632 4500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 4767 4500 58 118 0 4645 0
Current children cumulated CPU time (s) 462.54

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

/proc/16053/statm: 5382 5074 58 118 0 5260 0
Current children cumulated CPU time (s) 762.72
Current children cumulated vsize (KiB) 24952

[startup+823.145 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1376856/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=21660 CPUtime=811.82
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5118 0 0 0 81176 6 0 0 25 0 1 0 224168578 22179840 5111 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 5415 5111 58 118 0 5293 0
Current children cumulated CPU time (s) 822.76
Current children cumulated vsize (KiB) 25084

[startup+883.208 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1376728/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=21936 CPUtime=871.87
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5189 0 0 0 87180 7 0 0 25 0 1 0 224168578 22462464 5182 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 5484 5182 58 118 0 5362 0
Current children cumulated CPU time (s) 882.81
Current children cumulated vsize (KiB) 25360

[startup+943.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1375384/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=23140 CPUtime=931.91
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5487 0 0 0 93184 7 0 0 25 0 1 0 224168578 23695360 5480 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 5785 5480 58 118 0 5663 0
Current children cumulated CPU time (s) 942.85
Current children cumulated vsize (KiB) 26564

[startup+1003.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374936/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=23748 CPUtime=991.95
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5609 0 0 0 99188 7 0 0 25 0 1 0 224168578 24317952 5602 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 5937 5602 58 118 0 5815 0
Current children cumulated CPU time (s) 1002.89
Current children cumulated vsize (KiB) 27172

[startup+1063.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374744/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=23900 CPUtime=1051.98
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5640 0 0 0 105191 7 0 0 25 0 1 0 224168578 24473600 5633 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 5975 5633 58 118 0 5853 0
Current children cumulated CPU time (s) 1062.92
Current children cumulated vsize (KiB) 27324

[startup+1123.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374616/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=23900 CPUtime=1112.01
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5673 0 0 0 111194 7 0 0 25 0 1 0 224168578 24473600 5666 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 5975 5666 58 118 0 5853 0
Current children cumulated CPU time (s) 1122.95
Current children cumulated vsize (KiB) 27324

[startup+1183.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374296/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=24232 CPUtime=1172.06
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5741 0 0 0 117198 8 0 0 25 0 1 0 224168578 24813568 5734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 6058 5734 58 118 0 5936 0
Current children cumulated CPU time (s) 1183
Current children cumulated vsize (KiB) 27656

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

[startup+1193.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374360/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=24232 CPUtime=1182.4
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5741 0 0 0 118232 8 0 0 25 0 1 0 224168578 24813568 5734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 6058 5734 58 118 0 5936 0
Current children cumulated CPU time (s) 1193.34
Current children cumulated vsize (KiB) 27656

[startup+1197.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374360/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=24232 CPUtime=1185.68
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5741 0 0 0 118560 8 0 0 25 0 1 0 224168578 24813568 5734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 6058 5734 58 118 0 5936 0
Current children cumulated CPU time (s) 1196.62
Current children cumulated vsize (KiB) 27656

[startup+1198.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374360/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=24232 CPUtime=1187.32
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5741 0 0 0 118724 8 0 0 25 0 1 0 224168578 24813568 5734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 6058 5734 58 118 0 5936 0
Current children cumulated CPU time (s) 1198.26
Current children cumulated vsize (KiB) 27656

[startup+1199.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374360/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=24232 CPUtime=1188.14
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5741 0 0 0 118806 8 0 0 25 0 1 0 224168578 24813568 5734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 6058 5734 58 118 0 5936 0
Current children cumulated CPU time (s) 1199.08
Current children cumulated vsize (KiB) 27656

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374360/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=24232 CPUtime=1188.55
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5741 0 0 0 118847 8 0 0 25 0 1 0 224168578 24813568 5734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 6058 5734 58 118 0 5936 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 27656

[startup+1200.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374360/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=3424 CPUtime=10.94
/proc/16049/stat : 16049 (SATzilla2007_F) S 16047 16049 15721 0 -1 4194304 1792 4049 0 0 375 8 702 9 25 0 1 0 224167480 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16049/statm: 856 679 169 260 0 562 0
[pid=16053] ppid=16049 vsize=24232 CPUtime=1188.76
/proc/16053/stat : 16053 (minisat20) R 16049 16049 15721 0 -1 4194304 5741 0 0 0 118868 8 0 0 25 0 1 0 224168578 24813568 5734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16053/statm: 6058 5734 58 118 0 5936 0
Current children cumulated CPU time (s) 1199.7
Current children cumulated vsize (KiB) 27656

[startup+1200.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16053
/proc/meminfo: memFree=1374360/2055920 swapFree=4183908/4192956
[pid=16049] ppid=16047 vsize=4220 CPUtime=1199.82
/proc/16049/stat : 16049 (SATzilla2007_F) R 16047 16049 15721 0 -1 4194304 2148 9790 0 0 380 8 119576 18 18 0 1 0 224167480 4321280 857 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135128298 0 0 4096 0 0 0 0 17 0 0 0
/proc/16049/statm: 1055 857 170 260 0 761 0
Current children cumulated CPU time (s) 1199.82
Current children cumulated vsize (KiB) 4220

Child status: 1
Real time (s): 1200.36
CPU time (s): 1199.88
CPU user time (s): 1199.61
CPU system time (s): 0.270958
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 27656

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

runsolver used 0.806877 second user time and 2.53661 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Wed Feb 21 07:14:57 UTC 2007

IDJOB= 303718
IDBENCH= 20114
IDSOLVER= 136
FILE ID= node71/303718-1172042096

PBS_JOBID= 3892730

Free space on /tmp= 66551 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S1751213243-05.cnf
COMMAND LINE= /tmp/evaluation/303718-1172042096/SATzilla2007_F /tmp/evaluation/303718-1172042096/instance-303718-1172042096.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-303718-1172042096 -o ROOT/results/node71/solver-303718-1172042096 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303718-1172042096/SATzilla2007_F /tmp/evaluation/303718-1172042096/instance-303718-1172042096.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  0186eda890cf4014d992450cade22d17

RANDOM SEED= 50452031

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1399920 kB
Buffers:         25088 kB
Cached:         571672 kB
SwapCached:       2796 kB
Active:         103844 kB
Inactive:       502204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399920 kB
SwapTotal:     4192956 kB
SwapFree:      4183908 kB
Dirty:           10608 kB
Writeback:           0 kB
Mapped:          15224 kB
Slab:            35908 kB
Committed_AS:   719440 kB
PageTables:       1448 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= 66551 MiB

End job on node71 on Wed Feb 21 07:34:57 UTC 2007