Trace number 303021

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.89 1200.25

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S1446471927-04.cnf
MD5SUM328eff5f4a59e23832259fb06180efee
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.95/10.99	c run March_dl for 5 seconds ... 
10.95/10.99	c Bin: Executing march_dl
10.95/10.99	c child exit by a signal
10.95/10.99	c march_dl returned code 137.
10.95/10.99	c run saps for 2 seconds ... 
10.95/10.99	c Bin: Executing ubcsat2006
10.95/10.99	c child exited successfully
10.95/10.99	c ubcsat2006 returned code 0.
10.95/10.99	c satzilla computing base features
10.95/10.99	c satzilla doing unit-prop probe
10.95/10.99	c satzilla doing local search probe
10.95/10.99	c satzilla doing lobjois search-space size estimate
10.95/10.99	c satzilla's ranking:
10.95/10.99	c 1) minisat20: 3.655345
10.95/10.99	c 2) kcnfs: 3.670699
10.95/10.99	c 3) march_dl: 3.995910
10.95/10.99	c 4) eureka: 4.263657
10.95/10.99	c 5) vallst: 4.836333
10.95/10.99	c 6) zchaff_rand: 5.780766
10.95/10.99	c 7) kcnfs+P: 999.000000
10.95/10.99	c 8) march_dl+P: 999.000000
10.95/10.99	c 9) vallst+P: 999.000000
10.95/10.99	c 10) zchaff_rand+P: 999.000000
10.95/10.99	c 11) rsat+P: 999.000000
10.95/10.99	c 12) eureka+P: 999.000000
10.95/10.99	c 13) minisat20+P: 999.000000
10.95/10.99	c 14) rsat: 999.000000
10.95/10.99	c satzilla running minisat20 ... 
10.95/10.99	This is MiniSat 2.0 beta
10.95/10.99	WARNING: for repeatability, setting FPU to use double precision
10.95/10.99	============================[ Problem Statistics ]=============================
10.95/10.99	|                                                                             |
10.95/10.99	|  Number of variables:  180                                                  |
10.95/10.99	|  Number of clauses:    15300                                                |
10.95/11.00	|  Parsing time:         0.01         s                                       |
10.95/11.00	============================[ Search Statistics ]==============================
10.95/11.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.95/11.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.95/11.00	===============================================================================
10.95/11.00	|         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
10.95/11.02	|       101 |     180    15300   107100 |     5610      101     55 |  0.003 % |
10.95/11.03	|       254 |     180    15300   107100 |     6171      254     53 |  0.003 % |
10.95/11.05	|       479 |     180    15300   107100 |     6788      479     54 |  0.003 % |
10.95/11.07	|       817 |     180    15300   107100 |     7466      817     53 |  0.003 % |
10.97/11.11	|      1323 |     180    15300   107100 |     8213     1323     53 |  0.003 % |
10.97/11.17	|      2082 |     180    15300   107100 |     9034     2082     52 |  0.003 % |
10.97/11.26	|      3222 |     180    15300   107100 |     9938     3222     52 |  0.003 % |
11.35/11.43	|      4930 |     180    15300   107100 |    10932     4930     52 |  0.003 % |
11.66/11.73	|      7492 |     180    15300   107100 |    12025     7492     52 |  0.003 % |
12.17/12.24	|     11337 |     180    15300   107100 |    13228    11337     53 |  0.003 % |
12.99/13.08	|     17104 |     180    15300   107100 |    14550    10448     53 |  0.003 % |
14.42/14.50	|     25754 |     180    15300   107100 |    16005    11780     55 |  0.003 % |
16.98/17.05	|     38729 |     180    15300   107100 |    17606     8666     52 |  0.003 % |
20.67/20.75	|     58191 |     180    15300   107100 |    19367    10437     54 |  0.003 % |
27.12/27.19	|     87385 |     180    15300   107100 |    21303    10451     54 |  0.003 % |
37.69/37.76	|    131175 |     180    15300   107100 |    23434    11464     53 |  0.003 % |
54.69/54.76	|    196861 |     180    15300   107100 |    25777    17721     54 |  0.003 % |
81.54/81.61	|    295387 |     180    15300   107100 |    28355    19447     53 |  0.003 % |
127.76/127.86	|    443179 |     180    15300   107100 |    31191    24018     52 |  0.003 % |
195.81/195.98	|    664863 |     180    15300   107100 |    34310    21207     54 |  0.003 % |
305.26/305.45	|    997388 |     180    15300   107100 |    37741    29126     53 |  0.003 % |
485.02/485.26	|   1496176 |     180    15300   107100 |    41515    32658     54 |  0.003 % |
780.78/781.05	|   2244359 |     180    15300   107100 |    45666    17271     52 |  0.003 % |
1199.70/1200.16	c Bin: Executing minisat20
1199.70/1200.16	c child exit by a signal
1199.70/1200.16	c minisat20 returned code 137.
1199.70/1200.16	c minisat20 returned code 137.
1199.70/1200.16	c satzilla running kcnfs ... 
1199.70/1200.16	c Bin: Executing kcnfs
1199.70/1200.16	c kcnfs returned code 1.
1199.70/1200.16	c kcnfs returned code 1.
1199.70/1200.16	c satzilla running march_dl ... 
1199.70/1200.16	c Bin: Executing march_dl
1199.70/1200.16	c march_dl returned code 1.
1199.70/1200.16	c march_dl returned code 1.
1199.70/1200.16	c satzilla running eureka ... 
1199.70/1200.16	c Bin: Executing eureka
1199.70/1200.16	c eureka returned code 1.
1199.70/1200.16	c eureka returned code 1.
1199.70/1200.16	c satzilla running vallst ... 
1199.70/1200.16	c Bin: Executing vallst
1199.70/1200.16	c vallst returned code 1.
1199.70/1200.16	c vallst returned code 1.
1199.70/1200.16	c satzilla running zchaff_rand ... 
1199.70/1200.16	c Bin: Executing zchaff_rand
1199.70/1200.16	c zchaff_rand returned code 1.
1199.70/1200.16	c zchaff_rand returned code 1.
1199.70/1200.16	c satzilla running kcnfs with preprocessing ... 
1199.81/1200.24	c Preprocessing...
1199.81/1200.24	c Inital problem has 180 variables, 15300 nary clauses (0 binary clauses).
1199.81/1200.24	c Num non-binary clauses 15300, Average non-binary clause length 7.000
1199.81/1200.24	c Theory has no gaps
1199.81/1200.24	c Preprocessor runtime was 0.030 seconds.
1199.81/1200.24	c 
1199.81/1200.24	c Satisfiability of theory still undetermined.
1199.81/1200.24	c See file /tmp/4M9qjP for simplified theory.
1199.81/1200.24	c Bin: Executing kcnfs
1199.81/1200.24	c kcnfs returned code 1.
1199.81/1200.24	c kcnfs returned code 1.
1199.81/1200.24	c Satzilla Timed out!
1199.81/1200.24	s UNKNOWN
1199.81/1200.24	c SATZILLA_TIME=1200.040000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-303021-1172025396 -o ROOT/results/node23/solver-303021-1172025396 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303021-1172025396/SATzilla2007_F /tmp/evaluation/303021-1172025396/instance-303021-1172025396.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 17551
/proc/meminfo: memFree=1538200/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=1512 CPUtime=0
/proc/17551/stat : 17551 (SATzilla2007_F) R 17549 17551 16444 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 222493511 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/17551/statm: 378 125 110 260 0 84 0
[pid=17552] ppid=17551 vsize=768 CPUtime=0
/proc/17552/stat : 17552 (march_dl) R 17551 17551 16444 0 -1 4194304 91 0 0 0 0 0 0 0 18 0 1 0 222493511 786432 85 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17552/statm: 192 85 50 118 0 71 0

[startup+0.107341 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17551
/proc/meminfo: memFree=1538200/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=1512 CPUtime=0
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222493511 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17551/statm: 378 125 110 260 0 84 0
[pid=17552] ppid=17551 vsize=2480 CPUtime=0.1
/proc/17552/stat : 17552 (march_dl) R 17551 17551 16444 0 -1 4194304 2028 0 0 0 9 1 0 0 20 0 1 0 222493511 2539520 505 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17552/statm: 620 505 65 118 0 499 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3992

[startup+0.515387 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17551
/proc/meminfo: memFree=1538200/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=1512 CPUtime=0
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222493511 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17551/statm: 378 125 110 260 0 84 0
[pid=17552] ppid=17551 vsize=4660 CPUtime=0.5
/proc/17552/stat : 17552 (march_dl) R 17551 17551 16444 0 -1 4194304 2932 0 0 0 49 1 0 0 23 0 1 0 222493511 4771840 672 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17552/statm: 1165 672 67 118 0 1044 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6172

[startup+1.33748 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 17553
/proc/meminfo: memFree=1535560/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=1512 CPUtime=0
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222493511 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17551/statm: 378 125 110 260 0 84 0
[pid=17552] ppid=17551 vsize=4660 CPUtime=1.32
/proc/17552/stat : 17552 (march_dl) R 17551 17551 16444 0 -1 4194304 2957 0 0 0 131 1 0 0 25 0 1 0 222493511 4771840 697 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17552/statm: 1165 697 67 118 0 1044 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6172

[startup+2.98367 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 17553
/proc/meminfo: memFree=1535176/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=1512 CPUtime=0
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222493511 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17551/statm: 378 125 110 260 0 84 0
[pid=17552] ppid=17551 vsize=4924 CPUtime=2.97
/proc/17552/stat : 17552 (march_dl) R 17551 17551 16444 0 -1 4194304 3032 0 0 0 296 1 0 0 25 0 1 0 222493511 5042176 772 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17552/statm: 1231 772 67 118 0 1110 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 6436

[startup+6.26004 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 17554
/proc/meminfo: memFree=1536264/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=1512 CPUtime=4.99
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 149 3103 0 0 0 0 497 2 16 0 1 0 222493511 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17551/statm: 378 125 110 260 0 84 0
[pid=17554] ppid=17551 vsize=6188 CPUtime=1.24
/proc/17554/stat : 17554 (ubcsat2006) R 17551 17551 16444 0 -1 4194304 551 0 0 0 121 3 0 0 25 0 1 0 222494012 6336512 533 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17554/statm: 1547 533 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7188 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 17555
/proc/meminfo: memFree=1531592/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=5792 CPUtime=1.71
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 1229 0 0 0 171 0 0 0 25 0 1 0 222494610 5931008 1222 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 1448 1222 58 118 0 1326 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9036

[startup+25.5242 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 17555
/proc/meminfo: memFree=1529160/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=8056 CPUtime=14.51
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 1798 0 0 0 1451 0 0 0 25 0 1 0 222494610 8249344 1791 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 2014 1791 58 118 0 1892 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11300

[startup+51.1511 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 17555
/proc/meminfo: memFree=1527752/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=9508 CPUtime=40.13
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 2164 0 0 0 4012 1 0 0 25 0 1 0 222494610 9736192 2157 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529228 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 2377 2157 58 118 0 2255 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 12752

[startup+102.405 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 17555
/proc/meminfo: memFree=1525768/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=11700 CPUtime=91.37
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 2666 0 0 0 9135 2 0 0 25 0 1 0 222494610 11980800 2659 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 2925 2659 58 118 0 2803 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 14944

[startup+162.481 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 17555
/proc/meminfo: memFree=1524296/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=13056 CPUtime=151.43
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 3021 0 0 0 15140 3 0 0 25 0 1 0 222494610 13369344 3014 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 3264 3014 58 118 0 3142 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 16300

[startup+222.552 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 17555
/proc/meminfo: memFree=1523016/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=14436 CPUtime=211.48
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 3327 0 0 0 21144 4 0 0 25 0 1 0 222494610 14782464 3320 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 3609 3320 58 118 0 3487 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 17680

[startup+282.62 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 17557
/proc/meminfo: memFree=1522760/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=14724 CPUtime=271.54
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 3416 0 0 0 27149 5 0 0 25 0 1 0 222494610 15077376 3409 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529772 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 3681 3409 58 118 0 3559 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 17968

[startup+342.693 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 17557
/proc/meminfo: memFree=1521352/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=16216 CPUtime=331.59
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 3773 0 0 0 33153 6 0 0 25 0 1 0 222494610 16605184 3766 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 4054 3766 58 118 0 3932 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 19460

[startup+402.77 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 17557
/proc/meminfo: memFree=1520840/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=16800 CPUtime=391.65
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 3908 0 0 0 39159 6 0 0 25 0 1 0 222494610 17203200 3901 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 4200 3901 58 118 0 4078 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 20044

[startup+462.841 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 17557
/proc/meminfo: memFree=1520712/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=16972 CPUtime=451.7
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 3938 0 0 0 45163 7 0 0 25 0 1 0 222494610 17379328 3931 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 4243 3931 58 118 0 4121 0
Current children cumulated CPU time (s) 462.67

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

/proc/17555/statm: 4643 4338 58 118 0 4521 0
Current children cumulated CPU time (s) 702.89
Current children cumulated vsize (KiB) 21816

[startup+763.203 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1518536/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=19124 CPUtime=751.98
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4463 0 0 0 75188 10 0 0 25 0 1 0 222494610 19582976 4456 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 4781 4456 58 118 0 4659 0
Current children cumulated CPU time (s) 762.95
Current children cumulated vsize (KiB) 22368

[startup+823.273 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1517512/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=20172 CPUtime=812.03
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4726 0 0 0 81193 10 0 0 25 0 1 0 222494610 20656128 4719 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5043 4719 58 118 0 4921 0
Current children cumulated CPU time (s) 823
Current children cumulated vsize (KiB) 23416

[startup+883.344 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1517384/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=20348 CPUtime=872.09
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4763 0 0 0 87198 11 0 0 25 0 1 0 222494610 20836352 4756 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5087 4756 58 118 0 4965 0
Current children cumulated CPU time (s) 883.06
Current children cumulated vsize (KiB) 23592

[startup+943.413 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1517192/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=20512 CPUtime=932.13
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4809 0 0 0 93202 11 0 0 25 0 1 0 222494610 21004288 4802 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5128 4802 58 118 0 5006 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 23756

[startup+1003.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1517000/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=20680 CPUtime=992.19
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4856 0 0 0 99207 12 0 0 25 0 1 0 222494610 21176320 4849 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5170 4849 58 118 0 5048 0
Current children cumulated CPU time (s) 1003.16
Current children cumulated vsize (KiB) 23924

[startup+1063.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516872/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=20856 CPUtime=1052.24
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4884 0 0 0 105212 12 0 0 25 0 1 0 222494610 21356544 4877 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5214 4877 58 118 0 5092 0
Current children cumulated CPU time (s) 1063.21
Current children cumulated vsize (KiB) 24100

[startup+1123.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516872/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=20856 CPUtime=1112.29
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4885 0 0 0 111216 13 0 0 25 0 1 0 222494610 21356544 4878 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5214 4878 58 118 0 5092 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 24100

[startup+1183.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516552/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=21140 CPUtime=1172.34
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4956 0 0 0 117221 13 0 0 25 0 1 0 222494610 21647360 4949 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529772 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5285 4949 58 118 0 5163 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 24384

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

[startup+1187.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516552/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=21140 CPUtime=1176.13
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4956 0 0 0 117600 13 0 0 25 0 1 0 222494610 21647360 4949 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5285 4949 58 118 0 5163 0
Current children cumulated CPU time (s) 1187.1
Current children cumulated vsize (KiB) 24384

[startup+1194.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516552/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=21140 CPUtime=1182.68
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4956 0 0 0 118255 13 0 0 25 0 1 0 222494610 21647360 4949 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5285 4949 58 118 0 5163 0
Current children cumulated CPU time (s) 1193.65
Current children cumulated vsize (KiB) 24384

[startup+1197.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516552/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=21140 CPUtime=1185.96
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4956 0 0 0 118583 13 0 0 25 0 1 0 222494610 21647360 4949 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525886 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5285 4949 58 118 0 5163 0
Current children cumulated CPU time (s) 1196.93
Current children cumulated vsize (KiB) 24384

[startup+1198.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516552/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=21140 CPUtime=1187.6
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4956 0 0 0 118747 13 0 0 25 0 1 0 222494610 21647360 4949 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5285 4949 58 118 0 5163 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 24384

[startup+1199.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516552/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3244 CPUtime=10.97
/proc/17551/stat : 17551 (SATzilla2007_F) S 17549 17551 16444 0 -1 4194304 1639 3660 0 0 379 7 702 9 25 0 1 0 222493511 3321856 634 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17551/statm: 811 634 169 260 0 517 0
[pid=17555] ppid=17551 vsize=21140 CPUtime=1188.42
/proc/17555/stat : 17555 (minisat20) R 17551 17551 16444 0 -1 4194304 4956 0 0 0 118829 13 0 0 25 0 1 0 222494610 21647360 4949 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17555/statm: 5285 4949 58 118 0 5163 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 24384

[startup+1200.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17557
/proc/meminfo: memFree=1516552/2055920 swapFree=4144960/4192956
[pid=17551] ppid=17549 vsize=3776 CPUtime=1199.81
/proc/17551/stat : 17551 (SATzilla2007_F) R 17549 17551 16444 0 -1 4194304 1922 8616 0 0 381 7 119570 23 16 0 1 0 222493511 3866624 740 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135296266 0 0 4096 0 0 0 0 17 0 0 0
/proc/17551/statm: 944 740 170 260 0 650 0
Current children cumulated CPU time (s) 1199.81
Current children cumulated vsize (KiB) 3776

Child status: 1
Real time (s): 1200.25
CPU time (s): 1199.89
CPU user time (s): 1199.57
CPU system time (s): 0.315951
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 24384

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

runsolver used 1.16982 second user time and 3.09453 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Wed Feb 21 02:36:36 UTC 2007

IDJOB= 303021
IDBENCH= 20097
IDSOLVER= 136
FILE ID= node23/303021-1172025396

PBS_JOBID= 3892684

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  328eff5f4a59e23832259fb06180efee

RANDOM SEED= 511253550

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.216
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.216
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:       1538608 kB
Buffers:         37396 kB
Cached:         390696 kB
SwapCached:      14928 kB
Active:          99596 kB
Inactive:       351224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538608 kB
SwapTotal:     4192956 kB
SwapFree:      4144960 kB
Dirty:           10548 kB
Writeback:           0 kB
Mapped:          29788 kB
Slab:            52112 kB
Committed_AS:   692812 kB
PageTables:       1696 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 node23 on Wed Feb 21 02:56:37 UTC 2007