Trace number 303431

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.36

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S3230925-04.cnf
MD5SUM7771e5453e656f0c9114162dd7fb7ab6
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/11.00	c run March_dl for 5 seconds ... 
10.94/11.00	c Bin: Executing march_dl
10.94/11.00	c child exit by a signal
10.94/11.00	c march_dl returned code 137.
10.94/11.00	c run saps for 2 seconds ... 
10.94/11.00	c Bin: Executing ubcsat2006
10.94/11.00	c child exited successfully
10.94/11.00	c ubcsat2006 returned code 0.
10.94/11.00	c satzilla computing base features
10.94/11.00	c satzilla doing unit-prop probe
10.94/11.00	c satzilla doing local search probe
10.94/11.00	c satzilla doing lobjois search-space size estimate
10.94/11.00	c satzilla's ranking:
10.94/11.00	c 1) minisat20: 3.483063
10.94/11.00	c 2) kcnfs: 3.598049
10.94/11.00	c 3) march_dl: 4.074188
10.94/11.00	c 4) eureka: 4.531726
10.94/11.00	c 5) vallst: 4.810683
10.94/11.00	c 6) zchaff_rand: 5.826826
10.94/11.00	c 7) kcnfs+P: 999.000000
10.94/11.00	c 8) march_dl+P: 999.000000
10.94/11.00	c 9) vallst+P: 999.000000
10.94/11.00	c 10) zchaff_rand+P: 999.000000
10.94/11.00	c 11) rsat+P: 999.000000
10.94/11.00	c 12) eureka+P: 999.000000
10.94/11.00	c 13) minisat20+P: 999.000000
10.94/11.00	c 14) rsat: 999.000000
10.94/11.00	c satzilla running minisat20 ... 
10.94/11.00	This is MiniSat 2.0 beta
10.94/11.00	WARNING: for repeatability, setting FPU to use double precision
10.94/11.00	============================[ Problem Statistics ]=============================
10.94/11.00	|                                                                             |
10.94/11.00	|  Number of variables:  200                                                  |
10.94/11.00	|  Number of clauses:    17000                                                |
10.94/11.02	|  Parsing time:         0.02         s                                       |
10.94/11.02	============================[ Search Statistics ]==============================
10.94/11.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.94/11.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.94/11.02	===============================================================================
10.94/11.02	|         0 |     200    17000   119000 |     5666        0    nan |  0.000 % |
10.94/11.04	|       100 |     200    17000   119000 |     6233      100     61 |  0.003 % |
10.94/11.05	|       250 |     200    17000   119000 |     6856      250     57 |  0.003 % |
10.98/11.07	|       475 |     200    17000   119000 |     7542      475     57 |  0.003 % |
10.98/11.10	|       813 |     200    17000   119000 |     8296      813     58 |  0.003 % |
10.98/11.14	|      1319 |     200    17000   119000 |     9126     1319     57 |  0.003 % |
10.98/11.20	|      2079 |     200    17000   119000 |    10038     2079     57 |  0.003 % |
11.24/11.31	|      3218 |     200    17000   119000 |    11042     3218     57 |  0.003 % |
11.44/11.48	|      4926 |     200    17000   119000 |    12147     4926     58 |  0.003 % |
11.64/11.78	|      7490 |     200    17000   119000 |    13361     7490     59 |  0.003 % |
12.26/12.33	|     11334 |     200    17000   119000 |    14697    11334     59 |  0.003 % |
13.19/13.32	|     17100 |     200    17000   119000 |    16167     9708     58 |  0.003 % |
14.83/14.87	|     25749 |     200    17000   119000 |    17784    10230     59 |  0.003 % |
17.39/17.48	|     38723 |     200    17000   119000 |    19562    14265     58 |  0.003 % |
21.69/21.79	|     58184 |     200    17000   119000 |    21519    14070     59 |  0.003 % |
28.86/28.93	|     87378 |     200    17000   119000 |    23671    10844     57 |  0.003 % |
40.32/40.43	|    131167 |     200    17000   119000 |    26038    18097     57 |  0.003 % |
59.80/59.92	|    196852 |     200    17000   119000 |    28641    12817     56 |  0.003 % |
90.84/90.99	|    295381 |     200    17000   119000 |    31506    13277     58 |  0.003 % |
138.46/138.56	|    443171 |     200    17000   119000 |    34656    27130     59 |  0.003 % |
217.87/218.04	|    664854 |     200    17000   119000 |    38122    28870     59 |  0.003 % |
346.25/346.42	|    997380 |     200    17000   119000 |    41934    34712     60 |  0.003 % |
546.03/546.30	|   1496169 |     200    17000   119000 |    46128    15950     59 |  0.003 % |
875.31/875.69	|   2244352 |     200    17000   119000 |    50741    44946     60 |  0.003 % |
1199.76/1200.26	c Bin: Executing minisat20
1199.76/1200.26	c child exit by a signal
1199.76/1200.26	c minisat20 returned code 137.
1199.76/1200.26	c minisat20 returned code 137.
1199.76/1200.26	c satzilla running kcnfs ... 
1199.76/1200.26	c Bin: Executing kcnfs
1199.76/1200.26	c kcnfs returned code 1.
1199.76/1200.26	c kcnfs returned code 1.
1199.76/1200.26	c satzilla running march_dl ... 
1199.76/1200.26	c Bin: Executing march_dl
1199.76/1200.26	c march_dl returned code 1.
1199.76/1200.26	c march_dl returned code 1.
1199.76/1200.26	c satzilla running eureka ... 
1199.76/1200.26	c Bin: Executing eureka
1199.76/1200.26	c eureka returned code 1.
1199.76/1200.26	c eureka returned code 1.
1199.76/1200.26	c satzilla running vallst ... 
1199.76/1200.26	c Bin: Executing vallst
1199.76/1200.26	c vallst returned code 1.
1199.76/1200.26	c vallst returned code 1.
1199.76/1200.26	c satzilla running zchaff_rand ... 
1199.76/1200.26	c Bin: Executing zchaff_rand
1199.76/1200.26	c zchaff_rand returned code 1.
1199.76/1200.26	c zchaff_rand returned code 1.
1199.76/1200.26	c satzilla running kcnfs with preprocessing ... 
1199.87/1200.35	c Preprocessing...
1199.87/1200.35	c Inital problem has 200 variables, 17000 nary clauses (0 binary clauses).
1199.87/1200.35	c Num non-binary clauses 17000, Average non-binary clause length 7.000
1199.87/1200.35	c Theory has no gaps
1199.87/1200.35	c Preprocessor runtime was 0.060 seconds.
1199.87/1200.35	c 
1199.87/1200.35	c Satisfiability of theory still undetermined.
1199.87/1200.35	c See file /tmp/UYGmDg for simplified theory.
1199.87/1200.35	c Bin: Executing kcnfs
1199.87/1200.35	c kcnfs returned code 1.
1199.87/1200.35	c kcnfs returned code 1.
1199.87/1200.35	c Satzilla Timed out!
1199.87/1200.35	s UNKNOWN
1199.87/1200.35	c SATZILLA_TIME=1200.090000

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/node60/watcher-303431-1172035104 -o ROOT/results/node60/solver-303431-1172035104 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303431-1172035104/SATzilla2007_F /tmp/evaluation/303431-1172035104/instance-303431-1172035104.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.92 0.97 0.99 3/64 340
/proc/meminfo: memFree=1662400/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=1512 CPUtime=0
/proc/340/stat : 340 (SATzilla2007_F) R 338 340 32053 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 223467324 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/340/statm: 378 125 110 260 0 84 0
[pid=341] ppid=340 vsize=768 CPUtime=0
/proc/341/stat : 341 (march_dl) R 340 340 32053 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 223467324 786432 90 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/341/statm: 192 90 50 118 0 71 0

[startup+0.106938 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 340
/proc/meminfo: memFree=1662400/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=1512 CPUtime=0
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223467324 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/340/statm: 378 125 110 260 0 84 0
[pid=341] ppid=340 vsize=2840 CPUtime=0.1
/proc/341/stat : 341 (march_dl) R 340 340 32053 0 -1 4194304 2086 0 0 0 9 1 0 0 20 0 1 0 223467324 2908160 563 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/341/statm: 710 563 61 118 0 589 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4352

[startup+0.515009 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 340
/proc/meminfo: memFree=1662400/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=1512 CPUtime=0
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223467324 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/340/statm: 378 125 110 260 0 84 0
[pid=341] ppid=340 vsize=5012 CPUtime=0.5
/proc/341/stat : 341 (march_dl) R 340 340 32053 0 -1 4194304 3282 0 0 0 49 1 0 0 23 0 1 0 223467324 5132288 722 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583823 0 0 8392704 0 0 0 0 17 1 0 0
/proc/341/statm: 1253 722 67 118 0 1132 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6524

[startup+1.33516 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 342
/proc/meminfo: memFree=1659568/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=1512 CPUtime=0
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223467324 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/340/statm: 378 125 110 260 0 84 0
[pid=341] ppid=340 vsize=5012 CPUtime=1.32
/proc/341/stat : 341 (march_dl) R 340 340 32053 0 -1 4194304 3307 0 0 0 131 1 0 0 25 0 1 0 223467324 5132288 747 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583483 0 0 8392704 0 0 0 0 17 1 0 0
/proc/341/statm: 1253 747 67 118 0 1132 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6524

[startup+2.97645 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 342
/proc/meminfo: memFree=1659248/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=1512 CPUtime=0
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223467324 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/340/statm: 378 125 110 260 0 84 0
[pid=341] ppid=340 vsize=5276 CPUtime=2.96
/proc/341/stat : 341 (march_dl) R 340 340 32053 0 -1 4194304 3366 0 0 0 295 1 0 0 25 0 1 0 223467324 5402624 806 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/341/statm: 1319 806 67 118 0 1198 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6788

[startup+6.25304 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 343
/proc/meminfo: memFree=1660272/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=1512 CPUtime=4.99
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 149 3433 0 0 0 0 498 1 16 0 1 0 223467324 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/340/statm: 378 125 110 260 0 84 0
[pid=343] ppid=340 vsize=6188 CPUtime=1.24
/proc/343/stat : 343 (ubcsat2006) R 340 340 32053 0 -1 4194304 587 0 0 0 120 4 0 0 25 0 1 0 223467824 6336512 569 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/343/statm: 1547 569 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7162 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 344
/proc/meminfo: memFree=1655344/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=6324 CPUtime=1.69
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 1357 0 0 0 169 0 0 0 25 0 1 0 223468424 6475776 1350 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 1581 1350 58 118 0 1459 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9740

[startup+25.5225 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 344
/proc/meminfo: memFree=1652400/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=8856 CPUtime=14.5
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 1996 0 0 0 1449 1 0 0 25 0 1 0 223468424 9068544 1989 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 2214 1989 58 118 0 2092 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12272

[startup+51.1471 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 344
/proc/meminfo: memFree=1650672/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=10712 CPUtime=40.1
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 2479 0 0 0 4009 1 0 0 25 0 1 0 223468424 10969088 2472 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519436 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 2678 2472 58 118 0 2556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14128

[startup+102.387 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 344
/proc/meminfo: memFree=1648304/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=13056 CPUtime=91.33
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 3029 0 0 0 9131 2 0 0 25 0 1 0 223468424 13369344 3022 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 3264 3022 58 118 0 3142 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 16472

[startup+162.446 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 344
/proc/meminfo: memFree=1646512/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=14816 CPUtime=151.37
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 3466 0 0 0 15134 3 0 0 25 0 1 0 223468424 15171584 3459 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 3704 3459 58 118 0 3582 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 18232

[startup+222.503 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 344
/proc/meminfo: memFree=1644976/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=16280 CPUtime=211.4
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 3848 0 0 0 21137 3 0 0 25 0 1 0 223468424 16670720 3841 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 4070 3841 58 118 0 3948 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 19696

[startup+282.561 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 344
/proc/meminfo: memFree=1644336/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=17036 CPUtime=271.44
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 4016 0 0 0 27140 4 0 0 25 0 1 0 223468424 17444864 4009 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 4259 4009 58 118 0 4137 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 20452

[startup+342.619 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 344
/proc/meminfo: memFree=1643952/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=17484 CPUtime=331.47
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 4112 0 0 0 33143 4 0 0 25 0 1 0 223468424 17903616 4105 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 4371 4105 58 118 0 4249 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 20900

[startup+402.682 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 344
/proc/meminfo: memFree=1642288/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=19248 CPUtime=391.52
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 4510 0 0 0 39147 5 0 0 25 0 1 0 223468424 19709952 4503 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 4812 4503 58 118 0 4690 0
Current children cumulated CPU time (s) 402.5
Current children cumulated vsize (KiB) 22664

[startup+462.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1642160/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=19380 CPUtime=451.55
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 4544 0 0 0 45150 5 0 0 25 0 1 0 223468424 19845120 4537 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 4845 4537 58 118 0 4723 0
Current children cumulated CPU time (s) 462.53

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

/proc/344/statm: 5367 5044 58 118 0 5245 0
Current children cumulated CPU time (s) 702.66
Current children cumulated vsize (KiB) 24884

[startup+763.022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1639728/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=21880 CPUtime=751.73
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5135 0 0 0 75167 6 0 0 25 0 1 0 223468424 22405120 5128 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 5470 5128 58 118 0 5348 0
Current children cumulated CPU time (s) 762.71
Current children cumulated vsize (KiB) 25296

[startup+823.088 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1639600/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=22036 CPUtime=811.77
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5184 0 0 0 81171 6 0 0 25 0 1 0 223468424 22564864 5177 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 5509 5177 58 118 0 5387 0
Current children cumulated CPU time (s) 822.75
Current children cumulated vsize (KiB) 25452

[startup+883.149 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1638384/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=23236 CPUtime=871.81
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5470 0 0 0 87175 6 0 0 25 0 1 0 223468424 23793664 5463 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 5809 5463 58 118 0 5687 0
Current children cumulated CPU time (s) 882.79
Current children cumulated vsize (KiB) 26652

[startup+943.206 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637872/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=23796 CPUtime=931.84
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5607 0 0 0 93178 6 0 0 25 0 1 0 223468424 24367104 5600 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 5949 5600 58 118 0 5827 0
Current children cumulated CPU time (s) 942.82
Current children cumulated vsize (KiB) 27212

[startup+1003.26 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 344
/proc/meminfo: memFree=1637744/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=23928 CPUtime=991.88
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5642 0 0 0 99182 6 0 0 25 0 1 0 223468424 24502272 5635 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 5982 5635 58 118 0 5860 0
Current children cumulated CPU time (s) 1002.86
Current children cumulated vsize (KiB) 27344

[startup+1063.32 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 344
/proc/meminfo: memFree=1637488/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24232 CPUtime=1051.91
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5701 0 0 0 105185 6 0 0 25 0 1 0 223468424 24813568 5694 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6058 5694 58 118 0 5936 0
Current children cumulated CPU time (s) 1062.89
Current children cumulated vsize (KiB) 27648

[startup+1123.37 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637360/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24376 CPUtime=1111.94
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5735 0 0 0 111188 6 0 0 25 0 1 0 223468424 24961024 5728 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6094 5728 58 118 0 5972 0
Current children cumulated CPU time (s) 1122.92
Current children cumulated vsize (KiB) 27792

[startup+1183.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637360/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24376 CPUtime=1171.98
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5750 0 0 0 117192 6 0 0 25 0 1 0 223468424 24961024 5743 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6094 5743 58 118 0 5972 0
Current children cumulated CPU time (s) 1182.96
Current children cumulated vsize (KiB) 27792

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

[startup+1193.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637232/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24528 CPUtime=1182.33
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5774 0 0 0 118227 6 0 0 25 0 1 0 223468424 25116672 5767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6132 5767 58 118 0 6010 0
Current children cumulated CPU time (s) 1193.31
Current children cumulated vsize (KiB) 27944

[startup+1197.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637232/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24528 CPUtime=1185.61
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5774 0 0 0 118555 6 0 0 25 0 1 0 223468424 25116672 5767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6132 5767 58 118 0 6010 0
Current children cumulated CPU time (s) 1196.59
Current children cumulated vsize (KiB) 27944

[startup+1198.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637232/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24528 CPUtime=1187.25
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5774 0 0 0 118719 6 0 0 25 0 1 0 223468424 25116672 5767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6132 5767 58 118 0 6010 0
Current children cumulated CPU time (s) 1198.23
Current children cumulated vsize (KiB) 27944

[startup+1199.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637232/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24528 CPUtime=1188.07
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5774 0 0 0 118801 6 0 0 25 0 1 0 223468424 25116672 5767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6132 5767 58 118 0 6010 0
Current children cumulated CPU time (s) 1199.05
Current children cumulated vsize (KiB) 27944

[startup+1199.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637232/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=3416 CPUtime=10.98
/proc/340/stat : 340 (SATzilla2007_F) S 338 340 32053 0 -1 4194304 1789 4026 0 0 381 6 703 8 25 0 1 0 223467324 3497984 677 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/340/statm: 854 677 169 260 0 560 0
[pid=344] ppid=340 vsize=24528 CPUtime=1188.48
/proc/344/stat : 344 (minisat20) R 340 340 32053 0 -1 4194304 5774 0 0 0 118842 6 0 0 25 0 1 0 223468424 25116672 5767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/344/statm: 6132 5767 58 118 0 6010 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 27944

[startup+1200.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 344
/proc/meminfo: memFree=1637232/2055920 swapFree=4183464/4192956
[pid=340] ppid=338 vsize=6540 CPUtime=1199.87
/proc/340/stat : 340 (SATzilla2007_F) R 338 340 32053 0 -1 4194304 2748 9800 0 0 388 6 119578 15 18 0 1 0 223467324 6696960 1444 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134569135 0 0 4096 0 0 0 0 17 0 0 0
/proc/340/statm: 1635 1444 176 260 0 1341 0
Current children cumulated CPU time (s) 1199.87
Current children cumulated vsize (KiB) 6540

Child status: 1
Real time (s): 1200.36
CPU time (s): 1199.91
CPU user time (s): 1199.68
CPU system time (s): 0.232964
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 27944

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

runsolver used 0.874867 second user time and 2.43063 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 21 05:18:25 UTC 2007

IDJOB= 303431
IDBENCH= 20107
IDSOLVER= 136
FILE ID= node60/303431-1172035104

PBS_JOBID= 3892713

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-S3230925-04.cnf
COMMAND LINE= /tmp/evaluation/303431-1172035104/SATzilla2007_F /tmp/evaluation/303431-1172035104/instance-303431-1172035104.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-303431-1172035104 -o ROOT/results/node60/solver-303431-1172035104 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303431-1172035104/SATzilla2007_F /tmp/evaluation/303431-1172035104/instance-303431-1172035104.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  7771e5453e656f0c9114162dd7fb7ab6

RANDOM SEED= 26850996

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1662808 kB
Buffers:         35464 kB
Cached:         287496 kB
SwapCached:       3372 kB
Active:         185312 kB
Inactive:       147124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662808 kB
SwapTotal:     4192956 kB
SwapFree:      4183464 kB
Dirty:           10604 kB
Writeback:           0 kB
Mapped:          15440 kB
Slab:            46628 kB
Committed_AS:   748472 kB
PageTables:       1464 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 node60 on Wed Feb 21 05:38:25 UTC 2007