Trace number 304005

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.88 1200.19

General information on the benchmark

Namerandom/LargeSize/7SAT/v220/
unif-k7-r85-v220-c18700-S232355738-04.cnf
MD5SUMa6e6a7977b07478d6ffb3f7c9e1941ba
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518700

Solver Data (download as text)

10.84/10.96	c run March_dl for 5 seconds ... 
10.84/10.96	c Bin: Executing march_dl
10.84/10.96	c child exit by a signal
10.84/10.96	c march_dl returned code 137.
10.84/10.96	c run saps for 2 seconds ... 
10.84/10.96	c Bin: Executing ubcsat2006
10.84/10.96	c child exited successfully
10.84/10.96	c ubcsat2006 returned code 0.
10.84/10.96	c satzilla computing base features
10.84/10.96	c satzilla doing unit-prop probe
10.84/10.96	c satzilla doing local search probe
10.84/10.96	c satzilla doing lobjois search-space size estimate
10.84/10.96	c satzilla's ranking:
10.84/10.96	c 1) minisat20: 3.729121
10.84/10.96	c 2) kcnfs: 3.777133
10.84/10.96	c 3) march_dl: 4.107363
10.84/10.96	c 4) eureka: 4.561639
10.84/10.96	c 5) vallst: 4.965942
10.84/10.96	c 6) zchaff_rand: 5.990504
10.84/10.96	c 7) kcnfs+P: 999.000000
10.84/10.96	c 8) march_dl+P: 999.000000
10.84/10.96	c 9) vallst+P: 999.000000
10.84/10.96	c 10) zchaff_rand+P: 999.000000
10.84/10.96	c 11) rsat+P: 999.000000
10.84/10.96	c 12) eureka+P: 999.000000
10.84/10.96	c 13) minisat20+P: 999.000000
10.84/10.96	c 14) rsat: 999.000000
10.84/10.96	c satzilla running minisat20 ... 
10.84/10.97	This is MiniSat 2.0 beta
10.84/10.97	WARNING: for repeatability, setting FPU to use double precision
10.84/10.97	============================[ Problem Statistics ]=============================
10.84/10.97	|                                                                             |
10.84/10.97	|  Number of variables:  220                                                  |
10.84/10.97	|  Number of clauses:    18700                                                |
10.94/10.99	|  Parsing time:         0.02         s                                       |
10.94/10.99	============================[ Search Statistics ]==============================
10.94/10.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.94/10.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.94/10.99	===============================================================================
10.94/10.99	|         0 |     220    18700   130900 |     6233        0    nan |  0.000 % |
10.94/11.00	|       100 |     220    18700   130900 |     6856      100     62 |  0.002 % |
10.94/11.01	|       252 |     220    18700   130900 |     7542      252     62 |  0.002 % |
10.94/11.04	|       478 |     220    18700   130900 |     8296      478     61 |  0.002 % |
10.94/11.06	|       816 |     220    18700   130900 |     9126      816     61 |  0.002 % |
10.94/11.11	|      1322 |     220    18700   130900 |    10038     1322     62 |  0.002 % |
10.94/11.17	|      2081 |     220    18700   130900 |    11042     2081     62 |  0.002 % |
10.94/11.27	|      3220 |     220    18700   130900 |    12147     3220     62 |  0.002 % |
11.34/11.45	|      4930 |     220    18700   130900 |    13361     4930     63 |  0.002 % |
11.65/11.77	|      7492 |     220    18700   130900 |    14697     7492     63 |  0.002 % |
12.26/12.37	|     11337 |     220    18700   130900 |    16167    11337     63 |  0.002 % |
13.39/13.51	|     17103 |     220    18700   130900 |    17784     8968     64 |  0.002 % |
15.13/15.22	|     25752 |     220    18700   130900 |    19562    17617     64 |  0.002 % |
18.09/18.14	|     38727 |     220    18700   130900 |    21519    10925     66 |  0.002 % |
22.60/22.75	|     58188 |     220    18700   130900 |    23671    19577     63 |  0.002 % |
30.40/30.51	|     87380 |     220    18700   130900 |    26038    11868     63 |  0.002 % |
43.70/43.77	|    131169 |     220    18700   130900 |    28641    13206     62 |  0.002 % |
64.30/64.41	|    196853 |     220    18700   130900 |    31506    13898     62 |  0.002 % |
98.62/98.71	|    295381 |     220    18700   130900 |    34656    17618     64 |  0.002 % |
154.46/154.64	|    443170 |     220    18700   130900 |    38122    32332     66 |  0.002 % |
246.07/246.20	|    664854 |     220    18700   130900 |    41934    26825     66 |  0.002 % |
386.04/386.25	|    997380 |     220    18700   130900 |    46128    14100     63 |  0.002 % |
610.64/610.92	|   1496169 |     220    18700   130900 |    50741    22290     63 |  0.002 % |
980.12/980.43	|   2244351 |     220    18700   130900 |    55815    31940     64 |  0.002 % |
1199.70/1200.08	c Bin: Executing minisat20
1199.70/1200.08	c child exit by a signal
1199.70/1200.08	c minisat20 returned code 137.
1199.70/1200.08	c minisat20 returned code 137.
1199.70/1200.08	c satzilla running kcnfs ... 
1199.70/1200.08	c Bin: Executing kcnfs
1199.70/1200.08	c kcnfs returned code 1.
1199.70/1200.08	c kcnfs returned code 1.
1199.70/1200.08	c satzilla running march_dl ... 
1199.70/1200.08	c Bin: Executing march_dl
1199.70/1200.08	c march_dl returned code 1.
1199.70/1200.08	c march_dl returned code 1.
1199.70/1200.08	c satzilla running eureka ... 
1199.70/1200.08	c Bin: Executing eureka
1199.70/1200.08	c eureka returned code 1.
1199.70/1200.08	c eureka returned code 1.
1199.70/1200.08	c satzilla running vallst ... 
1199.70/1200.08	c Bin: Executing vallst
1199.70/1200.08	c vallst returned code 1.
1199.70/1200.08	c vallst returned code 1.
1199.70/1200.08	c satzilla running zchaff_rand ... 
1199.70/1200.08	c Bin: Executing zchaff_rand
1199.70/1200.08	c zchaff_rand returned code 1.
1199.70/1200.08	c zchaff_rand returned code 1.
1199.70/1200.08	c satzilla running kcnfs with preprocessing ... 
1199.82/1200.18	c Preprocessing...
1199.82/1200.18	c Inital problem has 220 variables, 18700 nary clauses (0 binary clauses).
1199.82/1200.18	c Num non-binary clauses 18700, Average non-binary clause length 7.000
1199.82/1200.18	c Theory has no gaps
1199.82/1200.18	c Preprocessor runtime was 0.050 seconds.
1199.82/1200.18	c 
1199.82/1200.18	c Satisfiability of theory still undetermined.
1199.82/1200.18	c See file /tmp/8oBmMn for simplified theory.
1199.82/1200.18	c Bin: Executing kcnfs
1199.82/1200.18	c kcnfs returned code 1.
1199.82/1200.18	c kcnfs returned code 1.
1199.82/1200.18	c Satzilla Timed out!
1199.82/1200.18	s UNKNOWN
1199.82/1200.18	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/node34/watcher-304005-1172048909 -o ROOT/results/node34/solver-304005-1172048909 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304005-1172048909/SATzilla2007_F /tmp/evaluation/304005-1172048909/instance-304005-1172048909.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: 7.99 7.06 4.33 3/64 23303
/proc/meminfo: memFree=1437536/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=1512 CPUtime=0
/proc/23303/stat : 23303 (SATzilla2007_F) R 23301 23303 22288 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 198654696 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/23303/statm: 378 125 110 260 0 84 0
[pid=23304] ppid=23303 vsize=784 CPUtime=0
/proc/23304/stat : 23304 (march_dl) R 23303 23303 22288 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 198654697 802816 91 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23304/statm: 196 92 50 118 0 75 0

[startup+0.10698 s]
/proc/loadavg: 7.99 7.06 4.33 3/64 23303
/proc/meminfo: memFree=1437536/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=1512 CPUtime=0
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 198654696 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23303/statm: 378 125 110 260 0 84 0
[pid=23304] ppid=23303 vsize=2548 CPUtime=0.09
/proc/23304/stat : 23304 (march_dl) R 23303 23303 22288 0 -1 4194304 1745 0 0 0 9 0 0 0 19 0 1 0 198654697 2609152 503 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23304/statm: 670 514 58 118 0 549 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4060

[startup+0.515011 s]
/proc/loadavg: 7.99 7.06 4.33 3/64 23303
/proc/meminfo: memFree=1437536/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=1512 CPUtime=0
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 198654696 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23303/statm: 378 125 110 260 0 84 0
[pid=23304] ppid=23303 vsize=5512 CPUtime=0.5
/proc/23304/stat : 23304 (march_dl) R 23303 23303 22288 0 -1 4194304 3648 0 0 0 49 1 0 0 23 0 1 0 198654697 5644288 797 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23304/statm: 1378 797 67 118 0 1257 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7024

[startup+1.34008 s]
/proc/loadavg: 7.43 6.96 4.31 2/66 23305
/proc/meminfo: memFree=1434448/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=1512 CPUtime=0
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 198654696 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23303/statm: 378 125 110 260 0 84 0
[pid=23304] ppid=23303 vsize=5512 CPUtime=1.33
/proc/23304/stat : 23304 (march_dl) R 23303 23303 22288 0 -1 4194304 3656 0 0 0 132 1 0 0 25 0 1 0 198654697 5644288 805 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23304/statm: 1378 805 67 118 0 1257 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7024

[startup+2.98321 s]
/proc/loadavg: 7.43 6.96 4.31 2/66 23305
/proc/meminfo: memFree=1434192/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=1512 CPUtime=0
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 198654696 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23303/statm: 378 125 110 260 0 84 0
[pid=23304] ppid=23303 vsize=5644 CPUtime=2.97
/proc/23304/stat : 23304 (march_dl) R 23303 23303 22288 0 -1 4194304 3720 0 0 0 296 1 0 0 25 0 1 0 198654697 5779456 869 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583506 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23304/statm: 1411 869 67 118 0 1290 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7156

[startup+6.25947 s]
/proc/loadavg: 6.92 6.86 4.29 2/66 23306
/proc/meminfo: memFree=1435472/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=1512 CPUtime=4.99
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 149 3778 0 0 0 0 498 1 16 0 1 0 198654696 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23303/statm: 378 125 110 260 0 84 0
[pid=23306] ppid=23303 vsize=6188 CPUtime=1.24
/proc/23306/stat : 23306 (ubcsat2006) R 23303 23303 22288 0 -1 4194304 622 0 0 0 121 3 0 0 25 0 1 0 198655197 6336512 604 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23306/statm: 1547 604 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.715 s]
/proc/loadavg: 6.44 6.76 4.27 2/66 23307
/proc/meminfo: memFree=1429968/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=6540 CPUtime=1.73
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 1447 0 0 0 173 0 0 0 25 0 1 0 198655793 6696960 1440 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 1635 1440 58 118 0 1513 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10136

[startup+25.519 s]
/proc/loadavg: 5.61 6.57 4.24 2/66 23307
/proc/meminfo: memFree=1426072/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=10044 CPUtime=14.53
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 2309 0 0 0 1451 2 0 0 25 0 1 0 198655793 10285056 2302 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 2511 2302 58 118 0 2389 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13640

[startup+51.1441 s]
/proc/loadavg: 3.79 6.04 4.13 2/66 23307
/proc/meminfo: memFree=1423960/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=12192 CPUtime=40.14
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 2833 0 0 0 4012 2 0 0 25 0 1 0 198655793 12484608 2826 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 3048 2826 58 118 0 2926 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15788

[startup+102.387 s]
/proc/loadavg: 2.21 5.26 3.96 2/66 23307
/proc/meminfo: memFree=1422040/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=14192 CPUtime=91.37
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 3332 0 0 0 9135 2 0 0 25 0 1 0 198655793 14532608 3325 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 3548 3325 58 118 0 3426 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 17788

[startup+162.444 s]
/proc/loadavg: 1.44 4.48 3.78 2/66 23307
/proc/meminfo: memFree=1419416/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=16852 CPUtime=151.41
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 3980 0 0 0 15138 3 0 0 25 0 1 0 198655793 17256448 3973 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 4213 3973 58 118 0 4091 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 20448

[startup+222.5 s]
/proc/loadavg: 1.16 3.85 3.60 2/66 23307
/proc/meminfo: memFree=1418712/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=17512 CPUtime=211.45
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 4152 0 0 0 21142 3 0 0 25 0 1 0 198655793 17932288 4145 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 4378 4145 58 118 0 4256 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 21108

[startup+282.554 s]
/proc/loadavg: 1.06 3.33 3.43 2/66 23307
/proc/meminfo: memFree=1417176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=19088 CPUtime=271.5
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 4528 0 0 0 27146 4 0 0 25 0 1 0 198655793 19546112 4521 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 4772 4521 58 118 0 4650 0
Current children cumulated CPU time (s) 282.44
Current children cumulated vsize (KiB) 22684

[startup+342.612 s]
/proc/loadavg: 1.02 2.90 3.28 2/66 23307
/proc/meminfo: memFree=1416728/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=19516 CPUtime=331.54
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 4621 0 0 0 33150 4 0 0 25 0 1 0 198655793 19984384 4614 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 4879 4614 58 118 0 4757 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 23112

[startup+402.672 s]
/proc/loadavg: 1.00 2.55 3.13 2/66 23307
/proc/meminfo: memFree=1415384/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=20856 CPUtime=391.59
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 4955 0 0 0 39154 5 0 0 25 0 1 0 198655793 21356544 4948 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 5214 4948 58 118 0 5092 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 24452

[startup+462.731 s]
/proc/loadavg: 1.00 2.27 3.00 2/66 23307
/proc/meminfo: memFree=1414808/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=21544 CPUtime=451.63
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 5112 0 0 0 45158 5 0 0 25 0 1 0 198655793 22061056 5105 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 5386 5105 58 118 0 5264 0
Current children cumulated CPU time (s) 462.57

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

/proc/23307/statm: 6016 5721 58 118 0 5894 0
Current children cumulated CPU time (s) 702.74
Current children cumulated vsize (KiB) 27660

[startup+763.018 s]
/proc/loadavg: 1.00 1.45 2.43 2/66 23307
/proc/meminfo: memFree=1411864/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=24504 CPUtime=751.84
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 5842 0 0 0 75178 6 0 0 25 0 1 0 198655793 25092096 5835 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6126 5835 58 118 0 6004 0
Current children cumulated CPU time (s) 762.78
Current children cumulated vsize (KiB) 28100

[startup+823.077 s]
/proc/loadavg: 1.00 1.37 2.34 2/66 23307
/proc/meminfo: memFree=1411736/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=24640 CPUtime=811.9
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 5859 0 0 0 81183 7 0 0 25 0 1 0 198655793 25231360 5852 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6160 5852 58 118 0 6038 0
Current children cumulated CPU time (s) 822.84
Current children cumulated vsize (KiB) 28236

[startup+883.139 s]
/proc/loadavg: 1.00 1.30 2.25 2/66 23307
/proc/meminfo: memFree=1411608/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=24772 CPUtime=871.95
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 5887 0 0 0 87188 7 0 0 25 0 1 0 198655793 25366528 5880 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6193 5880 58 118 0 6071 0
Current children cumulated CPU time (s) 882.89
Current children cumulated vsize (KiB) 28368

[startup+943.199 s]
/proc/loadavg: 1.00 1.24 2.17 2/66 23309
/proc/meminfo: memFree=1411544/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=24772 CPUtime=931.99
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 5902 0 0 0 93192 7 0 0 25 0 1 0 198655793 25366528 5895 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6193 5895 58 118 0 6071 0
Current children cumulated CPU time (s) 942.93
Current children cumulated vsize (KiB) 28368

[startup+1003.26 s]
/proc/loadavg: 1.00 1.20 2.10 2/66 23309
/proc/meminfo: memFree=1410200/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=26100 CPUtime=992.03
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6224 0 0 0 99196 7 0 0 25 0 1 0 198655793 26726400 6217 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6525 6217 58 118 0 6403 0
Current children cumulated CPU time (s) 1002.97
Current children cumulated vsize (KiB) 29696

[startup+1063.31 s]
/proc/loadavg: 1.00 1.16 2.02 2/66 23309
/proc/meminfo: memFree=1409624/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=26760 CPUtime=1052.07
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6404 0 0 0 105200 7 0 0 25 0 1 0 198655793 27402240 6397 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6690 6397 58 118 0 6568 0
Current children cumulated CPU time (s) 1063.01
Current children cumulated vsize (KiB) 30356

[startup+1123.37 s]
/proc/loadavg: 1.00 1.13 1.96 2/66 23309
/proc/meminfo: memFree=1409368/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=27240 CPUtime=1112.12
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6491 0 0 0 111204 8 0 0 25 0 1 0 198655793 27893760 6484 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525514 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6810 6484 58 118 0 6688 0
Current children cumulated CPU time (s) 1123.06
Current children cumulated vsize (KiB) 30836

[startup+1183.43 s]
/proc/loadavg: 1.00 1.10 1.89 2/66 23309
/proc/meminfo: memFree=1409176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=27380 CPUtime=1172.16
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6521 0 0 0 117208 8 0 0 25 0 1 0 198655793 28037120 6514 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6845 6514 58 118 0 6723 0
Current children cumulated CPU time (s) 1183.1
Current children cumulated vsize (KiB) 30976

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

[startup+1193.78 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 23309
/proc/meminfo: memFree=1409176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=27380 CPUtime=1182.51
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6522 0 0 0 118243 8 0 0 25 0 1 0 198655793 28037120 6515 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6845 6515 58 118 0 6723 0
Current children cumulated CPU time (s) 1193.45
Current children cumulated vsize (KiB) 30976

[startup+1197.05 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 23309
/proc/meminfo: memFree=1409176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=27380 CPUtime=1185.78
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6522 0 0 0 118570 8 0 0 25 0 1 0 198655793 28037120 6515 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6845 6515 58 118 0 6723 0
Current children cumulated CPU time (s) 1196.72
Current children cumulated vsize (KiB) 30976

[startup+1198.69 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 23309
/proc/meminfo: memFree=1409176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=27380 CPUtime=1187.42
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6522 0 0 0 118734 8 0 0 25 0 1 0 198655793 28037120 6515 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6845 6515 58 118 0 6723 0
Current children cumulated CPU time (s) 1198.36
Current children cumulated vsize (KiB) 30976

[startup+1199.52 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 23309
/proc/meminfo: memFree=1409176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=27380 CPUtime=1188.25
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6522 0 0 0 118817 8 0 0 25 0 1 0 198655793 28037120 6515 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6845 6515 58 118 0 6723 0
Current children cumulated CPU time (s) 1199.19
Current children cumulated vsize (KiB) 30976

[startup+1199.93 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 23309
/proc/meminfo: memFree=1409176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=3596 CPUtime=10.94
/proc/23303/stat : 23303 (SATzilla2007_F) S 23301 23303 22288 0 -1 4194304 1918 4406 0 0 377 6 704 7 25 0 1 0 198654696 3682304 721 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23303/statm: 899 721 169 260 0 605 0
[pid=23307] ppid=23303 vsize=27380 CPUtime=1188.66
/proc/23307/stat : 23307 (minisat20) R 23303 23303 22288 0 -1 4194304 6522 0 0 0 118858 8 0 0 25 0 1 0 198655793 28037120 6515 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23307/statm: 6845 6515 58 118 0 6723 0
Current children cumulated CPU time (s) 1199.6
Current children cumulated vsize (KiB) 30976

[startup+1200.13 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 23309
/proc/meminfo: memFree=1409176/2055920 swapFree=4182748/4192956
[pid=23303] ppid=23301 vsize=5024 CPUtime=1199.82
/proc/23303/stat : 23303 (SATzilla2007_F) R 23301 23303 22288 0 -1 4194304 2467 10928 0 0 382 7 119577 16 18 0 1 0 198654696 5144576 1071 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 0 0 0
/proc/23303/statm: 1256 1071 171 260 0 962 0
Current children cumulated CPU time (s) 1199.82
Current children cumulated vsize (KiB) 5024

Child status: 1
Real time (s): 1200.19
CPU time (s): 1199.88
CPU user time (s): 1199.64
CPU system time (s): 0.238963
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 30976

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

runsolver used 0.91886 second user time and 2.40163 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 21 09:08:29 UTC 2007

IDJOB= 304005
IDBENCH= 20121
IDSOLVER= 136
FILE ID= node34/304005-1172048909

PBS_JOBID= 3892735

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  a6e6a7977b07478d6ffb3f7c9e1941ba

RANDOM SEED= 121785315

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:       1437944 kB
Buffers:         28560 kB
Cached:         530280 kB
SwapCached:       4880 kB
Active:         154216 kB
Inactive:       415456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437944 kB
SwapTotal:     4192956 kB
SwapFree:      4182748 kB
Dirty:           10672 kB
Writeback:           0 kB
Mapped:          15528 kB
Slab:            34332 kB
Committed_AS:   534608 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66553 MiB

End job on node34 on Wed Feb 21 09:28:29 UTC 2007