Trace number 303636

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.83 1200.26

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S938354044-16.cnf
MD5SUM90b34cbcd18a30548d336749c40e7348
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.83/10.92	c run March_dl for 5 seconds ... 
10.83/10.92	c Bin: Executing march_dl
10.83/10.92	c child exit by a signal
10.83/10.92	c march_dl returned code 137.
10.83/10.92	c run saps for 2 seconds ... 
10.83/10.92	c Bin: Executing ubcsat2006
10.83/10.92	c child exited successfully
10.83/10.92	c ubcsat2006 returned code 0.
10.83/10.92	c satzilla computing base features
10.83/10.92	c satzilla doing unit-prop probe
10.83/10.92	c satzilla doing local search probe
10.83/10.92	c satzilla doing lobjois search-space size estimate
10.83/10.92	c satzilla's ranking:
10.83/10.92	c 1) minisat20: 3.666575
10.83/10.92	c 2) kcnfs: 3.719980
10.83/10.92	c 3) march_dl: 4.086646
10.83/10.92	c 4) eureka: 4.513686
10.83/10.92	c 5) vallst: 4.872374
10.83/10.92	c 6) zchaff_rand: 5.803045
10.83/10.92	c 7) kcnfs+P: 999.000000
10.83/10.92	c 8) march_dl+P: 999.000000
10.83/10.92	c 9) vallst+P: 999.000000
10.83/10.92	c 10) zchaff_rand+P: 999.000000
10.83/10.92	c 11) rsat+P: 999.000000
10.83/10.92	c 12) eureka+P: 999.000000
10.83/10.92	c 13) minisat20+P: 999.000000
10.83/10.92	c 14) rsat: 999.000000
10.83/10.92	c satzilla running minisat20 ... 
10.83/10.92	This is MiniSat 2.0 beta
10.83/10.92	WARNING: for repeatability, setting FPU to use double precision
10.83/10.92	============================[ Problem Statistics ]=============================
10.83/10.92	|                                                                             |
10.83/10.93	|  Number of variables:  200                                                  |
10.83/10.93	|  Number of clauses:    17000                                                |
10.83/10.94	|  Parsing time:         0.02         s                                       |
10.83/10.94	============================[ Search Statistics ]==============================
10.83/10.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.83/10.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.83/10.94	===============================================================================
10.83/10.94	|         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
10.83/10.96	|       101 |     200    17000   119000 |     6233      101     58 |  0.003 % |
10.90/10.97	|       251 |     200    17000   119000 |     6856      251     57 |  0.003 % |
10.90/10.99	|       476 |     200    17000   119000 |     7542      476     58 |  0.003 % |
10.90/11.02	|       813 |     200    17000   119000 |     8296      813     57 |  0.003 % |
10.90/11.06	|      1320 |     200    17000   119000 |     9126     1320     57 |  0.003 % |
10.90/11.13	|      2080 |     200    17000   119000 |    10038     2080     57 |  0.003 % |
10.90/11.23	|      3219 |     200    17000   119000 |    11042     3219     58 |  0.003 % |
11.34/11.40	|      4930 |     200    17000   119000 |    12147     4930     58 |  0.003 % |
11.64/11.73	|      7492 |     200    17000   119000 |    13361     7492     58 |  0.003 % |
12.15/12.27	|     11336 |     200    17000   119000 |    14697    11336     58 |  0.003 % |
13.07/13.19	|     17102 |     200    17000   119000 |    16167     9708     58 |  0.003 % |
14.61/14.73	|     25751 |     200    17000   119000 |    17784    10227     59 |  0.003 % |
17.17/17.31	|     38725 |     200    17000   119000 |    19562    14259     58 |  0.003 % |
21.68/21.77	|     58189 |     200    17000   119000 |    21519    14072     59 |  0.003 % |
29.78/29.87	|     87381 |     200    17000   119000 |    23671    10847     58 |  0.003 % |
41.05/41.17	|    131173 |     200    17000   119000 |    26038    18173     59 |  0.003 % |
60.21/60.29	|    196857 |     200    17000   119000 |    28641    13182     57 |  0.003 % |
90.13/90.20	|    295383 |     200    17000   119000 |    31506    12973     56 |  0.003 % |
137.46/137.64	|    443172 |     200    17000   119000 |    34656    27694     59 |  0.003 % |
214.20/214.33	|    664855 |     200    17000   119000 |    38122    30076     60 |  0.003 % |
338.78/339.00	|    997380 |     200    17000   119000 |    41934    33951     60 |  0.003 % |
543.07/543.34	|   1496168 |     200    17000   119000 |    46128    15083     55 |  0.003 % |
871.54/871.94	|   2244352 |     200    17000   119000 |    50741    43326     59 |  0.003 % |
1199.70/1200.16	c Bin: Executing minisat20
1199.70/1200.16	c child exit by a signal
1199.70/1200.16	c minisat20 returned code 137.
1199.70/1200.16	c minisat20 returned code 137.
1199.70/1200.16	c satzilla running kcnfs ... 
1199.70/1200.16	c Bin: Executing kcnfs
1199.70/1200.16	c kcnfs returned code 1.
1199.70/1200.16	c kcnfs returned code 1.
1199.70/1200.16	c satzilla running march_dl ... 
1199.70/1200.16	c Bin: Executing march_dl
1199.70/1200.16	c march_dl returned code 1.
1199.70/1200.16	c march_dl returned code 1.
1199.70/1200.16	c satzilla running eureka ... 
1199.70/1200.16	c Bin: Executing eureka
1199.70/1200.16	c eureka returned code 1.
1199.70/1200.16	c eureka returned code 1.
1199.70/1200.16	c satzilla running vallst ... 
1199.70/1200.16	c Bin: Executing vallst
1199.70/1200.16	c vallst returned code 1.
1199.70/1200.16	c vallst returned code 1.
1199.70/1200.16	c satzilla running zchaff_rand ... 
1199.70/1200.16	c Bin: Executing zchaff_rand
1199.70/1200.16	c zchaff_rand returned code 1.
1199.70/1200.16	c zchaff_rand returned code 1.
1199.70/1200.16	c satzilla running kcnfs with preprocessing ... 
1199.81/1200.25	c Preprocessing...
1199.81/1200.25	c Inital problem has 200 variables, 17000 nary clauses (0 binary clauses).
1199.81/1200.25	c Num non-binary clauses 17000, Average non-binary clause length 7.000
1199.81/1200.25	c Theory has no gaps
1199.81/1200.25	c Preprocessor runtime was 0.050 seconds.
1199.81/1200.25	c 
1199.81/1200.25	c Satisfiability of theory still undetermined.
1199.81/1200.25	c See file /tmp/0K0A5G for simplified theory.
1199.81/1200.25	c Bin: Executing kcnfs
1199.81/1200.25	c kcnfs returned code 1.
1199.81/1200.25	c kcnfs returned code 1.
1199.81/1200.25	c Satzilla Timed out!
1199.81/1200.25	s UNKNOWN
1199.81/1200.25	c SATZILLA_TIME=1200.000000

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/node65/watcher-303636-1172040049 -o ROOT/results/node65/solver-303636-1172040049 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303636-1172040049/SATzilla2007_F /tmp/evaluation/303636-1172040049/instance-303636-1172040049.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: 1.00 1.00 1.00 3/64 14418
/proc/meminfo: memFree=1719256/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=1512 CPUtime=0
/proc/14418/stat : 14418 (SATzilla2007_F) R 14416 14418 13243 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 223962509 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/14418/statm: 378 125 110 260 0 84 0
[pid=14419] ppid=14418 vsize=768 CPUtime=0
/proc/14419/stat : 14419 (march_dl) R 14418 14418 13243 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 223962509 786432 90 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134777896 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14419/statm: 192 90 50 118 0 71 0

[startup+0.10684 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14418
/proc/meminfo: memFree=1719256/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=1512 CPUtime=0
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223962509 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14418/statm: 378 125 110 260 0 84 0
[pid=14419] ppid=14418 vsize=2840 CPUtime=0.09
/proc/14419/stat : 14419 (march_dl) R 14418 14418 13243 0 -1 4194304 2086 0 0 0 9 0 0 0 19 0 1 0 223962509 2908160 563 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14419/statm: 710 563 61 118 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4352

[startup+0.514906 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14418
/proc/meminfo: memFree=1719256/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=1512 CPUtime=0
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223962509 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14418/statm: 378 125 110 260 0 84 0
[pid=14419] ppid=14418 vsize=5012 CPUtime=0.51
/proc/14419/stat : 14419 (march_dl) R 14418 14418 13243 0 -1 4194304 3284 0 0 0 50 1 0 0 23 0 1 0 223962509 5132288 724 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14419/statm: 1253 724 67 118 0 1132 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6524

[startup+1.33504 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14420
/proc/meminfo: memFree=1716488/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=1512 CPUtime=0
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223962509 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14418/statm: 378 125 110 260 0 84 0
[pid=14419] ppid=14418 vsize=5012 CPUtime=1.33
/proc/14419/stat : 14419 (march_dl) R 14418 14418 13243 0 -1 4194304 3303 0 0 0 132 1 0 0 25 0 1 0 223962509 5132288 743 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14419/statm: 1253 743 67 118 0 1132 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6524

[startup+2.97131 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14420
/proc/meminfo: memFree=1716168/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=1512 CPUtime=0
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223962509 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14418/statm: 378 125 110 260 0 84 0
[pid=14419] ppid=14418 vsize=5276 CPUtime=2.96
/proc/14419/stat : 14419 (march_dl) R 14418 14418 13243 0 -1 4194304 3372 0 0 0 295 1 0 0 25 0 1 0 223962509 5402624 812 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14419/statm: 1319 812 67 118 0 1198 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6788

[startup+6.25585 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14421
/proc/meminfo: memFree=1717192/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=1512 CPUtime=4.99
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 149 3439 0 0 0 0 498 1 16 0 1 0 223962509 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14418/statm: 378 125 110 260 0 84 0
[pid=14421] ppid=14418 vsize=6188 CPUtime=1.25
/proc/14421/stat : 14421 (ubcsat2006) R 14418 14418 13243 0 -1 4194304 587 0 0 0 121 4 0 0 25 0 1 0 223963010 6336512 569 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14421/statm: 1547 569 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7109 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1712272/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=6320 CPUtime=1.77
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 1381 0 0 0 177 0 0 0 25 0 1 0 223963602 6471680 1374 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 1580 1374 58 118 0 1458 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9744

[startup+25.524 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1709200/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=9004 CPUtime=14.58
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 2036 0 0 0 1457 1 0 0 25 0 1 0 223963602 9220096 2029 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 2251 2029 58 118 0 2129 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12428

[startup+51.1482 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1707536/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=10720 CPUtime=40.19
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 2465 0 0 0 4018 1 0 0 25 0 1 0 223963602 10977280 2458 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 2680 2458 58 118 0 2558 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14144

[startup+102.392 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1705424/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=13140 CPUtime=91.41
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 3067 0 0 0 9140 1 0 0 25 0 1 0 223963602 13455360 3060 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 3285 3060 58 118 0 3163 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 16564

[startup+162.457 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 14422
/proc/meminfo: memFree=1703248/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=15048 CPUtime=151.46
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 3521 0 0 0 15144 2 0 0 25 0 1 0 223963602 15409152 3514 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 3762 3514 58 118 0 3640 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 18472

[startup+222.516 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 14422
/proc/meminfo: memFree=1702224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=16128 CPUtime=211.49
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 3797 0 0 0 21147 2 0 0 25 0 1 0 223963602 16515072 3790 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 4032 3790 58 118 0 3910 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 19552

[startup+282.564 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1701712/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=16700 CPUtime=271.53
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 3936 0 0 0 27150 3 0 0 25 0 1 0 223963602 17100800 3929 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 4175 3929 58 118 0 4053 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 20124

[startup+342.622 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1700880/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=18108 CPUtime=331.56
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 4250 0 0 0 33153 3 0 0 25 0 1 0 223963602 18542592 4243 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 4527 4243 58 118 0 4405 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 21532

[startup+402.683 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1699856/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=18676 CPUtime=391.61
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 4387 0 0 0 39157 4 0 0 25 0 1 0 223963602 19124224 4380 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 4669 4380 58 118 0 4547 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 22100

[startup+462.738 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1699728/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=18844 CPUtime=451.64
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 4430 0 0 0 45160 4 0 0 25 0 1 0 223963602 19296256 4423 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 4711 4423 58 118 0 4589 0
Current children cumulated CPU time (s) 462.54

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

/proc/14422/statm: 5409 5073 58 118 0 5287 0
Current children cumulated CPU time (s) 762.73
Current children cumulated vsize (KiB) 25060

[startup+823.093 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1696976/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=21636 CPUtime=811.87
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5105 0 0 0 81182 5 0 0 25 0 1 0 223963602 22155264 5098 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 5409 5098 58 118 0 5287 0
Current children cumulated CPU time (s) 822.77
Current children cumulated vsize (KiB) 25060

[startup+883.151 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1695760/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=22824 CPUtime=871.91
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5406 0 0 0 87185 6 0 0 25 0 1 0 223963602 23371776 5399 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 5706 5399 58 118 0 5584 0
Current children cumulated CPU time (s) 882.81
Current children cumulated vsize (KiB) 26248

[startup+943.204 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694864/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=23760 CPUtime=931.94
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5629 0 0 0 93188 6 0 0 25 0 1 0 223963602 24330240 5622 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 5940 5622 58 118 0 5818 0
Current children cumulated CPU time (s) 942.84
Current children cumulated vsize (KiB) 27184

[startup+1003.26 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694416/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24204 CPUtime=991.98
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5724 0 0 0 99192 6 0 0 25 0 1 0 223963602 24784896 5717 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6051 5717 58 118 0 5929 0
Current children cumulated CPU time (s) 1002.88
Current children cumulated vsize (KiB) 27628

[startup+1063.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694416/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24204 CPUtime=1052.02
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5725 0 0 0 105196 6 0 0 25 0 1 0 223963602 24784896 5718 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6051 5718 58 118 0 5929 0
Current children cumulated CPU time (s) 1062.92
Current children cumulated vsize (KiB) 27628

[startup+1123.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694352/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24368 CPUtime=1112.06
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5754 0 0 0 111199 7 0 0 25 0 1 0 223963602 24952832 5747 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6092 5747 58 118 0 5970 0
Current children cumulated CPU time (s) 1122.96
Current children cumulated vsize (KiB) 27792

[startup+1183.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24512 CPUtime=1172.1
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5783 0 0 0 117203 7 0 0 25 0 1 0 223963602 25100288 5776 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6128 5776 58 118 0 6006 0
Current children cumulated CPU time (s) 1183
Current children cumulated vsize (KiB) 27936

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

[startup+1193.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24512 CPUtime=1182.45
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5783 0 0 0 118238 7 0 0 25 0 1 0 223963602 25100288 5776 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6128 5776 58 118 0 6006 0
Current children cumulated CPU time (s) 1193.35
Current children cumulated vsize (KiB) 27936

[startup+1197.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24512 CPUtime=1185.72
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5787 0 0 0 118565 7 0 0 25 0 1 0 223963602 25100288 5780 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6128 5780 58 118 0 6006 0
Current children cumulated CPU time (s) 1196.62
Current children cumulated vsize (KiB) 27936

[startup+1198.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24512 CPUtime=1187.37
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5787 0 0 0 118730 7 0 0 25 0 1 0 223963602 25100288 5780 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6128 5780 58 118 0 6006 0
Current children cumulated CPU time (s) 1198.27
Current children cumulated vsize (KiB) 27936

[startup+1199.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24512 CPUtime=1188.19
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5787 0 0 0 118812 7 0 0 25 0 1 0 223963602 25100288 5780 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6128 5780 58 118 0 6006 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 27936

[startup+1199.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24512 CPUtime=1188.59
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5787 0 0 0 118852 7 0 0 25 0 1 0 223963602 25100288 5780 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6128 5780 58 118 0 6006 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 27936

[startup+1200.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=3424 CPUtime=10.9
/proc/14418/stat : 14418 (SATzilla2007_F) S 14416 14418 13243 0 -1 4194304 1791 4032 0 0 374 6 703 7 25 0 1 0 223962509 3506176 679 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14418/statm: 856 679 169 260 0 562 0
[pid=14422] ppid=14418 vsize=24512 CPUtime=1188.8
/proc/14422/stat : 14422 (minisat20) R 14418 14418 13243 0 -1 4194304 5787 0 0 0 118873 7 0 0 25 0 1 0 223963602 25100288 5780 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14422/statm: 6128 5780 58 118 0 6006 0
Current children cumulated CPU time (s) 1199.7
Current children cumulated vsize (KiB) 27936

[startup+1200.25 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14422
/proc/meminfo: memFree=1694224/2055920 swapFree=4181012/4192956
[pid=14418] ppid=14416 vsize=6540 CPUtime=1199.81
/proc/14418/stat : 14418 (SATzilla2007_F) R 14416 14418 13243 0 -1 4194304 2740 9819 0 0 382 7 119577 15 18 0 1 0 223962509 6696960 1444 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135276097 0 0 4096 0 0 0 0 17 0 0 0
/proc/14418/statm: 1635 1444 176 260 0 1341 0
Current children cumulated CPU time (s) 1199.81
Current children cumulated vsize (KiB) 6540

Child status: 1
Real time (s): 1200.26
CPU time (s): 1199.83
CPU user time (s): 1199.61
CPU system time (s): 0.224965
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 27936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12564
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= 26
involuntary context switches= 1563

runsolver used 0.896863 second user time and 2.45063 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Feb 21 06:40:50 UTC 2007

IDJOB= 303636
IDBENCH= 20112
IDSOLVER= 136
FILE ID= node65/303636-1172040049

PBS_JOBID= 3892701

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  90b34cbcd18a30548d336749c40e7348

RANDOM SEED= 710211453

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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:       1719728 kB
Buffers:         35076 kB
Cached:         247288 kB
SwapCached:       6296 kB
Active:         157736 kB
Inactive:       137592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719728 kB
SwapTotal:     4192956 kB
SwapFree:      4181012 kB
Dirty:           10608 kB
Writeback:           0 kB
Mapped:          15368 kB
Slab:            26904 kB
Committed_AS:   576076 kB
PageTables:       1456 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= 66552 MiB

End job on node65 on Wed Feb 21 07:00:50 UTC 2007