Trace number 303308

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.85 1200.29

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S1805843968-06.cnf
MD5SUM85e8dc25867e23987be3fa77855240d8
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 variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data (download as text)

10.83/10.95	c run March_dl for 5 seconds ... 
10.83/10.95	c Bin: Executing march_dl
10.83/10.95	c child exit by a signal
10.83/10.95	c march_dl returned code 137.
10.83/10.95	c run saps for 2 seconds ... 
10.83/10.95	c Bin: Executing ubcsat2006
10.83/10.95	c child exited successfully
10.83/10.95	c ubcsat2006 returned code 0.
10.83/10.95	c satzilla computing base features
10.83/10.95	c satzilla doing unit-prop probe
10.83/10.95	c satzilla doing local search probe
10.83/10.95	c satzilla doing lobjois search-space size estimate
10.83/10.95	c satzilla's ranking:
10.83/10.95	c 1) minisat20: 3.559438
10.83/10.95	c 2) kcnfs: 3.624149
10.83/10.95	c 3) march_dl: 4.028419
10.83/10.95	c 4) eureka: 4.351347
10.83/10.95	c 5) vallst: 4.848505
10.83/10.95	c 6) zchaff_rand: 5.729306
10.83/10.95	c 7) kcnfs+P: 999.000000
10.83/10.95	c 8) march_dl+P: 999.000000
10.83/10.95	c 9) vallst+P: 999.000000
10.83/10.95	c 10) zchaff_rand+P: 999.000000
10.83/10.95	c 11) rsat+P: 999.000000
10.83/10.95	c 12) eureka+P: 999.000000
10.83/10.95	c 13) minisat20+P: 999.000000
10.83/10.95	c 14) rsat: 999.000000
10.83/10.95	c satzilla running minisat20 ... 
10.83/10.95	This is MiniSat 2.0 beta
10.83/10.95	WARNING: for repeatability, setting FPU to use double precision
10.83/10.95	============================[ Problem Statistics ]=============================
10.83/10.95	|                                                                             |
10.83/10.95	|  Number of variables:  180                                                  |
10.83/10.95	|  Number of clauses:    15300                                                |
10.92/10.96	|  Parsing time:         0.01         s                                       |
10.92/10.97	============================[ Search Statistics ]==============================
10.92/10.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.92/10.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.92/10.97	===============================================================================
10.92/10.97	|         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
10.92/10.98	|       100 |     180    15300   107100 |     5610      100     52 |  0.003 % |
10.92/10.99	|       250 |     180    15300   107100 |     6171      250     51 |  0.003 % |
10.92/11.01	|       475 |     180    15300   107100 |     6788      475     51 |  0.003 % |
10.92/11.03	|       812 |     180    15300   107100 |     7466      812     52 |  0.003 % |
10.92/11.08	|      1319 |     180    15300   107100 |     8213     1319     52 |  0.003 % |
10.92/11.14	|      2078 |     180    15300   107100 |     9034     2078     52 |  0.003 % |
10.92/11.23	|      3219 |     180    15300   107100 |     9938     3219     53 |  0.003 % |
11.33/11.41	|      4930 |     180    15300   107100 |    10932     4930     52 |  0.003 % |
11.64/11.70	|      7492 |     180    15300   107100 |    12025     7492     52 |  0.003 % |
12.14/12.23	|     11338 |     180    15300   107100 |    13228    11338     52 |  0.003 % |
13.07/13.11	|     17105 |     180    15300   107100 |    14550    10450     52 |  0.003 % |
14.50/14.55	|     25754 |     180    15300   107100 |    16005    11785     52 |  0.003 % |
16.87/16.95	|     38728 |     180    15300   107100 |    17606     8674     53 |  0.003 % |
20.76/20.90	|     58190 |     180    15300   107100 |    19367    10444     52 |  0.003 % |
27.31/27.45	|     87383 |     180    15300   107100 |    21303    10471     53 |  0.003 % |
37.86/37.94	|    131173 |     180    15300   107100 |    23434    11504     52 |  0.003 % |
54.66/54.79	|    196857 |     180    15300   107100 |    25777    17559     54 |  0.003 % |
82.74/82.84	|    295383 |     180    15300   107100 |    28355    19373     53 |  0.003 % |
126.29/126.39	|    443173 |     180    15300   107100 |    31191    22912     53 |  0.003 % |
195.76/195.92	|    664857 |     180    15300   107100 |    34310    21429     51 |  0.003 % |
308.69/308.94	|    997382 |     180    15300   107100 |    37741    27920     54 |  0.003 % |
488.54/488.76	|   1496171 |     180    15300   107100 |    41515    30809     54 |  0.003 % |
773.09/773.50	|   2244354 |     180    15300   107100 |    45666    14616     51 |  0.003 % |
1199.69/1200.20	c Bin: Executing minisat20
1199.69/1200.20	c child exit by a signal
1199.69/1200.20	c minisat20 returned code 137.
1199.69/1200.20	c minisat20 returned code 137.
1199.69/1200.20	c satzilla running kcnfs ... 
1199.69/1200.20	c Bin: Executing kcnfs
1199.69/1200.20	c kcnfs returned code 1.
1199.69/1200.20	c kcnfs returned code 1.
1199.69/1200.20	c satzilla running march_dl ... 
1199.69/1200.20	c Bin: Executing march_dl
1199.69/1200.20	c march_dl returned code 1.
1199.69/1200.20	c march_dl returned code 1.
1199.69/1200.20	c satzilla running eureka ... 
1199.69/1200.20	c Bin: Executing eureka
1199.69/1200.20	c eureka returned code 1.
1199.69/1200.20	c eureka returned code 1.
1199.69/1200.20	c satzilla running vallst ... 
1199.69/1200.20	c Bin: Executing vallst
1199.69/1200.20	c vallst returned code 1.
1199.69/1200.20	c vallst returned code 1.
1199.69/1200.20	c satzilla running zchaff_rand ... 
1199.69/1200.20	c Bin: Executing zchaff_rand
1199.69/1200.20	c zchaff_rand returned code 1.
1199.69/1200.20	c zchaff_rand returned code 1.
1199.69/1200.20	c satzilla running kcnfs with preprocessing ... 
1199.79/1200.28	c Preprocessing...
1199.79/1200.28	c Inital problem has 180 variables, 15300 nary clauses (0 binary clauses).
1199.79/1200.28	c Num non-binary clauses 15300, Average non-binary clause length 7.000
1199.79/1200.28	c Theory has no gaps
1199.79/1200.28	c Preprocessor runtime was 0.040 seconds.
1199.79/1200.28	c 
1199.79/1200.28	c Satisfiability of theory still undetermined.
1199.79/1200.28	c See file /tmp/1ySWZl for simplified theory.
1199.79/1200.28	c Bin: Executing kcnfs
1199.79/1200.28	c kcnfs returned code 1.
1199.79/1200.28	c kcnfs returned code 1.
1199.79/1200.28	c Satzilla Timed out!
1199.79/1200.28	s UNKNOWN
1199.79/1200.28	c SATZILLA_TIME=1200.010000

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/node26/watcher-303308-1172032216 -o ROOT/results/node26/solver-303308-1172032216 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303308-1172032216/SATzilla2007_F /tmp/evaluation/303308-1172032216/instance-303308-1172032216.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.98 0.99 3/77 19813
/proc/meminfo: memFree=1547320/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=1512 CPUtime=0
/proc/19813/stat : 19813 (SATzilla2007_F) R 19811 19813 19349 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 223175320 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/19813/statm: 378 125 110 260 0 84 0
[pid=19814] ppid=19813 vsize=768 CPUtime=0
/proc/19814/stat : 19814 (march_dl) R 19813 19813 19349 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 223175320 786432 87 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19814/statm: 192 88 50 118 0 71 0

[startup+0.106516 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19813
/proc/meminfo: memFree=1547320/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=1512 CPUtime=0
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223175320 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19813/statm: 378 125 110 260 0 84 0
[pid=19814] ppid=19813 vsize=2480 CPUtime=0.09
/proc/19814/stat : 19814 (march_dl) R 19813 19813 19349 0 -1 4194304 2020 0 0 0 9 0 0 0 19 0 1 0 223175320 2539520 505 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559284 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19814/statm: 620 505 65 118 0 499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3992

[startup+0.514587 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19813
/proc/meminfo: memFree=1547320/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=1512 CPUtime=0
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223175320 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19813/statm: 378 125 110 260 0 84 0
[pid=19814] ppid=19813 vsize=4660 CPUtime=0.5
/proc/19814/stat : 19814 (march_dl) R 19813 19813 19349 0 -1 4194304 2924 0 0 0 50 0 0 0 23 0 1 0 223175320 4771840 672 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19814/statm: 1165 672 67 118 0 1044 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6172

[startup+1.33473 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 19815
/proc/meminfo: memFree=1544680/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=1512 CPUtime=0
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223175320 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19813/statm: 378 125 110 260 0 84 0
[pid=19814] ppid=19813 vsize=4660 CPUtime=1.32
/proc/19814/stat : 19814 (march_dl) R 19813 19813 19349 0 -1 4194304 2953 0 0 0 132 0 0 0 25 0 1 0 223175320 4771840 701 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19814/statm: 1165 701 67 118 0 1044 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6172

[startup+2.97101 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 19815
/proc/meminfo: memFree=1544360/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=1512 CPUtime=0
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223175320 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19813/statm: 378 125 110 260 0 84 0
[pid=19814] ppid=19813 vsize=4924 CPUtime=2.95
/proc/19814/stat : 19814 (march_dl) R 19813 19813 19349 0 -1 4194304 3017 0 0 0 295 0 0 0 25 0 1 0 223175320 5042176 765 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19814/statm: 1231 765 67 118 0 1110 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 6436

[startup+6.25358 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 19816
/proc/meminfo: memFree=1545384/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=1512 CPUtime=4.99
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 149 3088 0 0 0 0 499 0 16 0 1 0 223175320 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19813/statm: 378 125 110 260 0 84 0
[pid=19816] ppid=19813 vsize=6188 CPUtime=1.24
/proc/19816/stat : 19816 (ubcsat2006) R 19813 19813 19349 0 -1 4194304 551 0 0 0 119 5 0 0 25 0 1 0 223175820 6336512 533 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19816/statm: 1547 533 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7067 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1540712/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=5776 CPUtime=1.74
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 1224 0 0 0 174 0 0 0 25 0 1 0 223176415 5914624 1217 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 1444 1217 58 118 0 1322 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9020

[startup+25.5209 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1538472/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=8028 CPUtime=14.55
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 1762 0 0 0 1454 1 0 0 25 0 1 0 223176415 8220672 1755 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 2007 1755 58 118 0 1885 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11272

[startup+51.1484 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1536616/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=9636 CPUtime=40.15
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 2184 0 0 0 4014 1 0 0 25 0 1 0 223176415 9867264 2177 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525352 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 2409 2177 58 118 0 2287 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12880

[startup+102.395 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1534632/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=11700 CPUtime=91.39
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 2683 0 0 0 9137 2 0 0 25 0 1 0 223176415 11980800 2676 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 2925 2676 58 118 0 2803 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 14944

[startup+162.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1533352/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=13088 CPUtime=151.44
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 2991 0 0 0 15141 3 0 0 25 0 1 0 223176415 13402112 2984 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 3272 2984 58 118 0 3150 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 16332

[startup+222.532 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1531816/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=14580 CPUtime=211.48
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 3363 0 0 0 21144 4 0 0 25 0 1 0 223176415 14929920 3356 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 3645 3356 58 118 0 3523 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 17824

[startup+282.603 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1531496/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=15016 CPUtime=271.53
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 3454 0 0 0 27148 5 0 0 25 0 1 0 223176415 15376384 3447 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 3754 3447 58 118 0 3632 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 18260

[startup+342.678 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1530344/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=16080 CPUtime=331.59
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 3740 0 0 0 33153 6 0 0 25 0 1 0 223176415 16465920 3733 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 4020 3733 58 118 0 3898 0
Current children cumulated CPU time (s) 342.51
Current children cumulated vsize (KiB) 19324

[startup+402.753 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1529960/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=16516 CPUtime=391.64
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 3819 0 0 0 39158 6 0 0 25 0 1 0 223176415 16912384 3812 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 4129 3812 58 118 0 4007 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 19760

[startup+462.822 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19817
/proc/meminfo: memFree=1529704/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=16788 CPUtime=451.69
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 3894 0 0 0 45162 7 0 0 25 0 1 0 223176415 17190912 3887 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528827 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 4197 3887 58 118 0 4075 0
Current children cumulated CPU time (s) 462.61

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

/proc/19817/statm: 4768 4410 58 118 0 4646 0
Current children cumulated CPU time (s) 762.84
Current children cumulated vsize (KiB) 22316

[startup+823.235 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19819
/proc/meminfo: memFree=1526696/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=19864 CPUtime=811.98
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4649 0 0 0 81187 11 0 0 25 0 1 0 223176415 20340736 4642 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 4966 4642 58 118 0 4844 0
Current children cumulated CPU time (s) 822.9
Current children cumulated vsize (KiB) 23108

[startup+883.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 19819
/proc/meminfo: memFree=1526504/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20064 CPUtime=872.02
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4684 0 0 0 87191 11 0 0 25 0 1 0 223176415 20545536 4677 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5016 4677 58 118 0 4894 0
Current children cumulated CPU time (s) 882.94
Current children cumulated vsize (KiB) 23308

[startup+943.375 s]
/proc/loadavg: 1.17 1.04 1.01 2/79 19819
/proc/meminfo: memFree=1526376/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20216 CPUtime=932.07
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4715 0 0 0 93196 11 0 0 25 0 1 0 223176415 20701184 4708 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5054 4708 58 118 0 4932 0
Current children cumulated CPU time (s) 942.99
Current children cumulated vsize (KiB) 23460

[startup+1003.44 s]
/proc/loadavg: 1.06 1.03 1.01 2/79 19819
/proc/meminfo: memFree=1526312/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20360 CPUtime=992.12
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4737 0 0 0 99200 12 0 0 25 0 1 0 223176415 20848640 4730 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5090 4730 58 118 0 4968 0
Current children cumulated CPU time (s) 1003.04
Current children cumulated vsize (KiB) 23604

[startup+1063.52 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 19819
/proc/meminfo: memFree=1526248/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20508 CPUtime=1052.17
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4764 0 0 0 105205 12 0 0 25 0 1 0 223176415 21000192 4757 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5127 4757 58 118 0 5005 0
Current children cumulated CPU time (s) 1063.09
Current children cumulated vsize (KiB) 23752

[startup+1123.58 s]
/proc/loadavg: 1.01 1.02 1.00 2/79 19819
/proc/meminfo: memFree=1525992/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20676 CPUtime=1112.22
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4815 0 0 0 111209 13 0 0 25 0 1 0 223176415 21172224 4808 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5169 4808 58 118 0 5047 0
Current children cumulated CPU time (s) 1123.14
Current children cumulated vsize (KiB) 23920

[startup+1183.65 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20816 CPUtime=1172.26
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4849 0 0 0 117213 13 0 0 25 0 1 0 223176415 21315584 4842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5204 4842 58 118 0 5082 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 24060

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

[startup+1187.44 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20816 CPUtime=1176.05
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4849 0 0 0 117592 13 0 0 25 0 1 0 223176415 21315584 4842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5204 4842 58 118 0 5082 0
Current children cumulated CPU time (s) 1186.97
Current children cumulated vsize (KiB) 24060

[startup+1194 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20816 CPUtime=1182.61
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4849 0 0 0 118248 13 0 0 25 0 1 0 223176415 21315584 4842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5204 4842 58 118 0 5082 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 24060

[startup+1197.28 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20816 CPUtime=1185.88
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4849 0 0 0 118575 13 0 0 25 0 1 0 223176415 21315584 4842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5204 4842 58 118 0 5082 0
Current children cumulated CPU time (s) 1196.8
Current children cumulated vsize (KiB) 24060

[startup+1198.93 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20816 CPUtime=1187.54
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4849 0 0 0 118740 14 0 0 25 0 1 0 223176415 21315584 4842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5204 4842 58 118 0 5082 0
Current children cumulated CPU time (s) 1198.46
Current children cumulated vsize (KiB) 24060

[startup+1199.74 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20816 CPUtime=1188.36
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4849 0 0 0 118822 14 0 0 25 0 1 0 223176415 21315584 4842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5204 4842 58 118 0 5082 0
Current children cumulated CPU time (s) 1199.28
Current children cumulated vsize (KiB) 24060

[startup+1200.16 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=3244 CPUtime=10.92
/proc/19813/stat : 19813 (SATzilla2007_F) S 19811 19813 19349 0 -1 4194304 1638 3645 0 0 373 8 703 8 25 0 1 0 223175320 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19813/statm: 811 634 169 260 0 517 0
[pid=19817] ppid=19813 vsize=20816 CPUtime=1188.77
/proc/19817/stat : 19817 (minisat20) R 19813 19813 19349 0 -1 4194304 4849 0 0 0 118863 14 0 0 25 0 1 0 223176415 21315584 4842 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19817/statm: 5204 4842 58 118 0 5082 0
Current children cumulated CPU time (s) 1199.69
Current children cumulated vsize (KiB) 24060

[startup+1200.26 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 19819
/proc/meminfo: memFree=1525864/2055920 swapFree=4157304/4192956
[pid=19813] ppid=19811 vsize=6052 CPUtime=1199.79
/proc/19813/stat : 19813 (SATzilla2007_F) R 19811 19813 19349 0 -1 4194304 2503 8494 0 0 378 8 119571 22 19 0 1 0 223175320 6197248 1320 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134592189 0 0 4096 0 0 0 0 17 0 0 0
/proc/19813/statm: 1513 1320 176 260 0 1219 0
Current children cumulated CPU time (s) 1199.79
Current children cumulated vsize (KiB) 6052

Child status: 1
Real time (s): 1200.29
CPU time (s): 1199.85
CPU user time (s): 1199.53
CPU system time (s): 0.312952
CPU usage (%): 99.9631
Max. virtual memory (cumulated for all children) (KiB): 24060

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

runsolver used 1.10083 second user time and 3.16352 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Wed Feb 21 04:30:17 UTC 2007

IDJOB= 303308
IDBENCH= 20104
IDSOLVER= 136
FILE ID= node26/303308-1172032216

PBS_JOBID= 3892700

Free space on /tmp= 66550 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v180/unif-k7-r85-v180-c15300-S1805843968-06.cnf
COMMAND LINE= /tmp/evaluation/303308-1172032216/SATzilla2007_F /tmp/evaluation/303308-1172032216/instance-303308-1172032216.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-303308-1172032216 -o ROOT/results/node26/solver-303308-1172032216 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303308-1172032216/SATzilla2007_F /tmp/evaluation/303308-1172032216/instance-303308-1172032216.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  85e8dc25867e23987be3fa77855240d8

RANDOM SEED= 449805931

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1547728 kB
Buffers:         40172 kB
Cached:         398540 kB
SwapCached:      15188 kB
Active:         379060 kB
Inactive:        84744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547728 kB
SwapTotal:     4192956 kB
SwapFree:      4157304 kB
Dirty:           10580 kB
Writeback:           0 kB
Mapped:          29492 kB
Slab:            29996 kB
Committed_AS:   651604 kB
PageTables:       1680 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= 66550 MiB

End job on node26 on Wed Feb 21 04:50:17 UTC 2007