Trace number 304210

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.91 1200.27

General information on the benchmark

Namerandom/LargeSize/7SAT/v220/
unif-k7-r85-v220-c18700-S1898939887-14.cnf
MD5SUM41d7eef42075731c66070da93dbe200d
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 variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

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.457146
10.94/10.98	c 2) kcnfs: 3.606737
10.94/10.98	c 3) march_dl: 4.083825
10.94/10.98	c 4) eureka: 4.519541
10.94/10.98	c 5) vallst: 4.872272
10.94/10.98	c 6) zchaff_rand: 5.905812
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:  220                                                  |
10.94/10.98	|  Number of clauses:    18700                                                |
10.94/11.00	|  Parsing time:         0.02         s                                       |
10.94/11.01	============================[ Search Statistics ]==============================
10.94/11.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.94/11.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.94/11.01	===============================================================================
10.94/11.01	|         0 |     220    18700   130900 |     6233        0    nan |  0.000 % |
10.94/11.02	|       100 |     220    18700   130900 |     6856      100     57 |  0.002 % |
10.94/11.03	|       250 |     220    18700   130900 |     7542      250     58 |  0.002 % |
10.94/11.06	|       476 |     220    18700   130900 |     8296      476     61 |  0.002 % |
10.96/11.09	|       813 |     220    18700   130900 |     9126      813     61 |  0.002 % |
10.96/11.13	|      1320 |     220    18700   130900 |    10038     1320     62 |  0.002 % |
10.96/11.20	|      2080 |     220    18700   130900 |    11042     2080     62 |  0.002 % |
11.24/11.31	|      3219 |     220    18700   130900 |    12147     3219     62 |  0.002 % |
11.44/11.51	|      4928 |     220    18700   130900 |    13361     4928     62 |  0.002 % |
11.75/11.85	|      7490 |     220    18700   130900 |    14697     7490     61 |  0.002 % |
12.36/12.44	|     11336 |     220    18700   130900 |    16167    11336     62 |  0.002 % |
13.49/13.61	|     17102 |     220    18700   130900 |    17784     8968     63 |  0.002 % |
15.24/15.37	|     25753 |     220    18700   130900 |    19562    17619     64 |  0.002 % |
18.21/18.30	|     38728 |     220    18700   130900 |    21519    10931     65 |  0.002 % |
23.23/23.34	|     58190 |     220    18700   130900 |    23671    19579     64 |  0.002 % |
31.43/31.55	|     87382 |     220    18700   130900 |    26038    12176     63 |  0.002 % |
45.45/45.55	|    131171 |     220    18700   130900 |    28641    13115     63 |  0.002 % |
67.18/67.25	|    196856 |     220    18700   130900 |    31506    28468     63 |  0.002 % |
102.93/103.03	|    295383 |     220    18700   130900 |    34656    30336     64 |  0.002 % |
155.91/156.06	|    443174 |     220    18700   130900 |    38122    23020     63 |  0.002 % |
243.71/243.86	|    664857 |     220    18700   130900 |    41934    17651     62 |  0.002 % |
384.49/384.69	|    997382 |     220    18700   130900 |    46128    34299     65 |  0.002 % |
608.68/608.98	|   1496170 |     220    18700   130900 |    50741    40863     65 |  0.002 % |
975.28/975.66	|   2244354 |     220    18700   130900 |    55815    46006     64 |  0.002 % |
1199.76/1200.16	c Bin: Executing minisat20
1199.76/1200.16	c child exit by a signal
1199.76/1200.16	c minisat20 returned code 137.
1199.76/1200.16	c minisat20 returned code 137.
1199.76/1200.16	c satzilla running kcnfs ... 
1199.76/1200.16	c Bin: Executing kcnfs
1199.76/1200.16	c kcnfs returned code 1.
1199.76/1200.16	c kcnfs returned code 1.
1199.76/1200.16	c satzilla running march_dl ... 
1199.76/1200.16	c Bin: Executing march_dl
1199.76/1200.16	c march_dl returned code 1.
1199.76/1200.16	c march_dl returned code 1.
1199.76/1200.16	c satzilla running eureka ... 
1199.76/1200.16	c Bin: Executing eureka
1199.76/1200.16	c eureka returned code 1.
1199.76/1200.16	c eureka returned code 1.
1199.76/1200.16	c satzilla running vallst ... 
1199.76/1200.16	c Bin: Executing vallst
1199.76/1200.16	c vallst returned code 1.
1199.76/1200.16	c vallst returned code 1.
1199.76/1200.16	c satzilla running zchaff_rand ... 
1199.76/1200.16	c Bin: Executing zchaff_rand
1199.76/1200.16	c zchaff_rand returned code 1.
1199.76/1200.16	c zchaff_rand returned code 1.
1199.76/1200.16	c satzilla running kcnfs with preprocessing ... 
1199.88/1200.26	c Preprocessing...
1199.88/1200.26	c Inital problem has 220 variables, 18700 nary clauses (0 binary clauses).
1199.88/1200.26	c Num non-binary clauses 18700, Average non-binary clause length 7.000
1199.88/1200.26	c Theory has no gaps
1199.88/1200.26	c Preprocessor runtime was 0.050 seconds.
1199.88/1200.26	c 
1199.88/1200.26	c Satisfiability of theory still undetermined.
1199.88/1200.26	c See file /tmp/O1x2rP for simplified theory.
1199.88/1200.26	c Bin: Executing kcnfs
1199.88/1200.26	c kcnfs returned code 1.
1199.88/1200.26	c kcnfs returned code 1.
1199.88/1200.26	c Satzilla Timed out!
1199.88/1200.26	s UNKNOWN
1199.88/1200.26	c SATZILLA_TIME=1200.080000

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/node63/watcher-304210-1172053754 -o ROOT/results/node63/solver-304210-1172053754 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304210-1172053754/SATzilla2007_F /tmp/evaluation/304210-1172053754/instance-304210-1172053754.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.99 0.97 0.99 3/64 9605
/proc/meminfo: memFree=1584224/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=1512 CPUtime=0
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225332820 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 378 125 110 260 0 84 0
[pid=9606] ppid=9605 vsize=784 CPUtime=0
/proc/9606/stat : 9606 (march_dl) R 9605 9605 8464 0 -1 4194304 96 0 0 0 0 0 0 0 19 0 1 0 225332820 802816 90 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9606/statm: 196 91 50 118 0 75 0

[startup+0.106842 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 9605
/proc/meminfo: memFree=1584224/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=1512 CPUtime=0
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225332820 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 378 125 110 260 0 84 0
[pid=9606] ppid=9605 vsize=2944 CPUtime=0.09
/proc/9606/stat : 9606 (march_dl) R 9605 9605 8464 0 -1 4194304 1616 0 0 0 9 0 0 0 20 0 1 0 225332820 3014656 601 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543115 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9606/statm: 736 601 57 118 0 615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4456

[startup+0.514885 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 9605
/proc/meminfo: memFree=1584224/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=1512 CPUtime=0
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225332820 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 378 125 110 260 0 84 0
[pid=9606] ppid=9605 vsize=5512 CPUtime=0.5
/proc/9606/stat : 9606 (march_dl) R 9605 9605 8464 0 -1 4194304 3649 0 0 0 50 0 0 0 23 0 1 0 225332820 5644288 798 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9606/statm: 1378 798 67 118 0 1257 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7024

[startup+1.33497 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9607
/proc/meminfo: memFree=1581136/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=1512 CPUtime=0
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225332820 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 378 125 110 260 0 84 0
[pid=9606] ppid=9605 vsize=5512 CPUtime=1.32
/proc/9606/stat : 9606 (march_dl) R 9605 9605 8464 0 -1 4194304 3655 0 0 0 132 0 0 0 25 0 1 0 225332820 5644288 804 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583483 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9606/statm: 1378 804 67 118 0 1257 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7024

[startup+2.97115 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9607
/proc/meminfo: memFree=1580880/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=1512 CPUtime=0
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225332820 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 378 125 110 260 0 84 0
[pid=9606] ppid=9605 vsize=5644 CPUtime=2.95
/proc/9606/stat : 9606 (march_dl) R 9605 9605 8464 0 -1 4194304 3705 0 0 0 295 0 0 0 25 0 1 0 225332820 5779456 854 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9606/statm: 1411 854 67 118 0 1290 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 7156

[startup+6.2595 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9608
/proc/meminfo: memFree=1581968/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=1512 CPUtime=4.99
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 149 3766 0 0 0 0 498 1 16 0 1 0 225332820 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9605/statm: 378 125 110 260 0 84 0
[pid=9608] ppid=9605 vsize=6188 CPUtime=1.25
/proc/9608/stat : 9608 (ubcsat2006) R 9605 9605 8464 0 -1 4194304 622 0 0 0 122 3 0 0 25 0 1 0 225333320 6336512 604 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9608/statm: 1547 604 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7132 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1576848/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=6496 CPUtime=1.71
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 1403 0 0 0 171 0 0 0 25 0 1 0 225333918 6651904 1396 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134650029 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 1624 1396 58 118 0 1502 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10088

[startup+25.5265 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1572624/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=10156 CPUtime=14.52
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 2327 0 0 0 1450 2 0 0 25 0 1 0 225333918 10399744 2320 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 2539 2320 58 118 0 2417 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13748

[startup+51.1503 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1570640/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=12172 CPUtime=40.13
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 2817 0 0 0 4011 2 0 0 25 0 1 0 225333918 12464128 2810 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 3043 2810 58 118 0 2921 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15764

[startup+102.396 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1568976/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=13904 CPUtime=91.36
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 3239 0 0 0 9134 2 0 0 25 0 1 0 225333918 14237696 3232 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 3476 3232 58 118 0 3354 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 17496

[startup+162.459 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1566352/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=16412 CPUtime=151.41
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 3884 0 0 0 15138 3 0 0 25 0 1 0 225333918 16805888 3877 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 4103 3877 58 118 0 3981 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 20004

[startup+222.517 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1565392/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=17440 CPUtime=211.45
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 4135 0 0 0 21142 3 0 0 25 0 1 0 225333918 17858560 4128 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 4360 4128 58 118 0 4238 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 21032

[startup+282.575 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1563728/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=19148 CPUtime=271.48
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 4526 0 0 0 27145 3 0 0 25 0 1 0 225333918 19607552 4519 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 4787 4519 58 118 0 4665 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 22740

[startup+342.631 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1563408/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=19456 CPUtime=331.52
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 4616 0 0 0 33149 3 0 0 25 0 1 0 225333918 19922944 4609 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525506 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 4864 4609 58 118 0 4742 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 23048

[startup+402.691 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1562128/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=20784 CPUtime=391.57
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 4932 0 0 0 39153 4 0 0 25 0 1 0 225333918 21282816 4925 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 5196 4925 58 118 0 5074 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 24376

[startup+462.745 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9609
/proc/meminfo: memFree=1561552/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=21320 CPUtime=451.61
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 5087 0 0 0 45157 4 0 0 25 0 1 0 225333918 21831680 5080 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 5330 5080 58 118 0 5208 0
Current children cumulated CPU time (s) 462.57

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

/proc/9609/statm: 6134 5823 58 118 0 6012 0
Current children cumulated CPU time (s) 762.77
Current children cumulated vsize (KiB) 28128

[startup+823.098 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1558416/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=24536 CPUtime=811.85
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 5844 0 0 0 81180 5 0 0 25 0 1 0 225333918 25124864 5837 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6134 5837 58 118 0 6012 0
Current children cumulated CPU time (s) 822.81
Current children cumulated vsize (KiB) 28128

[startup+883.152 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1558224/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=24800 CPUtime=871.89
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 5906 0 0 0 87184 5 0 0 25 0 1 0 225333918 25395200 5899 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6200 5899 58 118 0 6078 0
Current children cumulated CPU time (s) 882.85
Current children cumulated vsize (KiB) 28392

[startup+943.206 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1558032/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=24944 CPUtime=931.93
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 5942 0 0 0 93187 6 0 0 25 0 1 0 225333918 25542656 5935 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6236 5935 58 118 0 6114 0
Current children cumulated CPU time (s) 942.89
Current children cumulated vsize (KiB) 28536

[startup+1003.26 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1556752/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=26628 CPUtime=991.97
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6334 0 0 0 99191 6 0 0 25 0 1 0 225333918 27267072 6327 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519461 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6657 6327 58 118 0 6535 0
Current children cumulated CPU time (s) 1002.93
Current children cumulated vsize (KiB) 30220

[startup+1063.33 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1556112/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=26924 CPUtime=1052.02
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6405 0 0 0 105196 6 0 0 25 0 1 0 225333918 27570176 6398 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6731 6398 58 118 0 6609 0
Current children cumulated CPU time (s) 1062.98
Current children cumulated vsize (KiB) 30516

[startup+1123.39 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555920/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27256 CPUtime=1112.06
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6481 0 0 0 111200 6 0 0 25 0 1 0 225333918 27910144 6474 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6814 6474 58 118 0 6692 0
Current children cumulated CPU time (s) 1123.02
Current children cumulated vsize (KiB) 30848

[startup+1183.44 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27392 CPUtime=1172.1
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6518 0 0 0 117204 6 0 0 25 0 1 0 225333918 28049408 6511 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6848 6511 58 118 0 6726 0
Current children cumulated CPU time (s) 1183.06
Current children cumulated vsize (KiB) 30984

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

[startup+1193.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27392 CPUtime=1182.45
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6518 0 0 0 118239 6 0 0 25 0 1 0 225333918 28049408 6511 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6848 6511 58 118 0 6726 0
Current children cumulated CPU time (s) 1193.41
Current children cumulated vsize (KiB) 30984

[startup+1197.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27392 CPUtime=1185.73
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6518 0 0 0 118567 6 0 0 25 0 1 0 225333918 28049408 6511 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6848 6511 58 118 0 6726 0
Current children cumulated CPU time (s) 1196.69
Current children cumulated vsize (KiB) 30984

[startup+1198.72 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27392 CPUtime=1187.37
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6519 0 0 0 118731 6 0 0 25 0 1 0 225333918 28049408 6512 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6848 6512 58 118 0 6726 0
Current children cumulated CPU time (s) 1198.33
Current children cumulated vsize (KiB) 30984

[startup+1199.54 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27392 CPUtime=1188.19
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6519 0 0 0 118813 6 0 0 25 0 1 0 225333918 28049408 6512 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6848 6512 58 118 0 6726 0
Current children cumulated CPU time (s) 1199.15
Current children cumulated vsize (KiB) 30984

[startup+1199.95 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27392 CPUtime=1188.6
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6519 0 0 0 118854 6 0 0 25 0 1 0 225333918 28049408 6512 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6848 6512 58 118 0 6726 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 30984

[startup+1200.15 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=3592 CPUtime=10.96
/proc/9605/stat : 9605 (SATzilla2007_F) S 9603 9605 8464 0 -1 4194304 1917 4394 0 0 378 7 704 7 25 0 1 0 225332820 3678208 720 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9605/statm: 898 720 169 260 0 604 0
[pid=9609] ppid=9605 vsize=27392 CPUtime=1188.8
/proc/9609/stat : 9609 (minisat20) R 9605 9605 8464 0 -1 4194304 6538 0 0 0 118874 6 0 0 25 0 1 0 225333918 28049408 6531 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9609/statm: 6848 6531 58 118 0 6726 0
Current children cumulated CPU time (s) 1199.76
Current children cumulated vsize (KiB) 30984

[startup+1200.25 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 9611
/proc/meminfo: memFree=1555792/2055920 swapFree=4177356/4192956
[pid=9605] ppid=9603 vsize=7028 CPUtime=1199.88
/proc/9605/stat : 9605 (SATzilla2007_F) R 9603 9605 8464 0 -1 4194304 2964 10932 0 0 387 7 119580 14 18 0 1 0 225332820 7196672 1565 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135276098 0 0 4096 0 0 0 0 17 0 0 0
/proc/9605/statm: 1757 1565 176 260 0 1463 0
Current children cumulated CPU time (s) 1199.88
Current children cumulated vsize (KiB) 7028

Child status: 1
Real time (s): 1200.27
CPU time (s): 1199.91
CPU user time (s): 1199.68
CPU system time (s): 0.225965
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 30984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.68
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13901
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= 25
involuntary context switches= 2990

runsolver used 0.876866 second user time and 2.40363 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Feb 21 10:29:14 UTC 2007

IDJOB= 304210
IDBENCH= 20126
IDSOLVER= 136
FILE ID= node63/304210-1172053754

PBS_JOBID= 3892745

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v220/unif-k7-r85-v220-c18700-S1898939887-14.cnf
COMMAND LINE= /tmp/evaluation/304210-1172053754/SATzilla2007_F /tmp/evaluation/304210-1172053754/instance-304210-1172053754.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-304210-1172053754 -o ROOT/results/node63/solver-304210-1172053754 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304210-1172053754/SATzilla2007_F /tmp/evaluation/304210-1172053754/instance-304210-1172053754.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  41d7eef42075731c66070da93dbe200d

RANDOM SEED= 236742986

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.214
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.214
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:       1584632 kB
Buffers:         35648 kB
Cached:         375036 kB
SwapCached:      10100 kB
Active:         311720 kB
Inactive:       115032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584632 kB
SwapTotal:     4192956 kB
SwapFree:      4177356 kB
Dirty:           10664 kB
Writeback:           0 kB
Mapped:          15516 kB
Slab:            30576 kB
Committed_AS:   581192 kB
PageTables:       1460 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= 66553 MiB

End job on node63 on Wed Feb 21 10:49:15 UTC 2007