Trace number 370120

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 CRAFTEDUNSAT 1035.76 1036.23

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark558.566
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.16/11.20	c run March_dl for 5 seconds ... 
11.16/11.20	c Bin: Executing march_dl
11.16/11.20	c child exit by a signal
11.16/11.20	c march_dl returned code 137.
11.16/11.20	c run saps (UBCSAT implementation) for 2 seconds ... 
11.16/11.20	c Bin: Executing ubcsat2006
11.16/11.20	c child exited successfully
11.16/11.20	c ubcsat2006 returned code 0.
11.16/11.20	c satzilla computing base features
11.16/11.20	c satzilla doing unit-prop probe
11.16/11.20	c satzilla doing local search probe
11.16/11.20	c satzilla doing lobjois search-space size estimate
11.16/11.20	c satzilla's ranking:
11.16/11.20	c 1) vallst+P: 0.527844
11.16/11.20	c 2) minisat20: 1.040725
11.16/11.20	c 3) march_dl+P: 1.674467
11.16/11.20	c 4) minisat20+P: 1.799056
11.16/11.20	c 5) march_dl: 2.423688
11.16/11.20	c 6) zchaff_rand+P: 2.934281
11.16/11.20	c 7) kcnfs+P: 999.000000
11.16/11.20	c 8) kcnfs: 999.000000
11.16/11.20	c 9) vallst: 999.000000
11.16/11.20	c 10) zchaff_rand: 999.000000
11.16/11.20	c satzilla running vallst with preprocessing ... 
11.16/11.21	
11.16/11.21	Warning: empty clause or empty negated equivalence (-<->{}) added (axs #670).
11.16/11.21	
11.16/11.21	c Preprocessing...
11.16/11.21	c Inital problem has 169 variables, 560 nary clauses (2 binary clauses).
11.16/11.21	c Num non-binary clauses 560, Average non-binary clause length 3.000
11.16/11.21	c Theory has no gaps
11.16/11.21	c Preprocessor runtime was 0.000 seconds.
11.16/11.21	c 
11.16/11.21	c Satisfiability of theory still undetermined.
11.16/11.21	c See file /tmp/7iqEW2 for simplified theory.
11.16/11.21	c Bin: Executing vallst
11.16/11.21	c child exited successfully
11.16/11.21	c vallst returned code 0.
11.16/11.21	c vallst returned code 0.
11.16/11.21	c satzilla running minisat20 ... 
11.16/11.21	This is MiniSat 2.0 beta
11.16/11.21	WARNING: for repeatability, setting FPU to use double precision
11.16/11.21	============================[ Problem Statistics ]=============================
11.16/11.21	|                                                                             |
11.16/11.21	|  Number of variables:  169                                                  |
11.16/11.21	|  Number of clauses:    562                                                  |
11.16/11.21	|  Parsing time:         0.00         s                                       |
11.16/11.21	============================[ Search Statistics ]==============================
11.16/11.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.16/11.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.16/11.21	===============================================================================
11.16/11.21	|         0 |     169      562     1684 |      187        0    nan |  0.000 % |
11.16/11.22	|       101 |     169      562     1684 |      206      101      5 |  0.004 % |
11.16/11.22	|       252 |     169      562     1684 |      226      252     13 |  0.004 % |
11.16/11.22	|       477 |     169      562     1684 |      249      202      6 |  0.018 % |
11.16/11.23	|       814 |     169      562     1684 |      274      213      5 |  0.018 % |
11.16/11.24	|      1321 |     169      562     1684 |      301      224      4 |  0.018 % |
11.16/11.26	|      2080 |     169      562     1684 |      331      263      6 |  0.018 % |
11.16/11.30	|      3221 |     169      562     1684 |      365      371     13 |  0.018 % |
11.17/11.35	|      4929 |     169      562     1684 |      401      389     14 |  0.018 % |
11.17/11.42	|      7491 |     169      562     1684 |      441      369     12 |  0.018 % |
11.17/11.54	|     11336 |     169      562     1684 |      485      414     14 |  0.004 % |
11.17/11.72	|     17103 |     169      562     1684 |      534      449     13 |  0.004 % |
11.95/12.00	|     25752 |     169      562     1684 |      587      323      6 |  0.018 % |
12.35/12.44	|     38726 |     169      562     1684 |      646      561     14 |  0.018 % |
13.05/13.13	|     58188 |     169      562     1684 |      711      629     16 |  0.004 % |
14.05/14.15	|     87382 |     169      562     1684 |      782      784     19 |  0.004 % |
15.65/15.77	|    131172 |     169      562     1684 |      860      681     15 |  0.004 % |
18.25/18.34	|    196856 |     169      562     1684 |      946      784     17 |  0.018 % |
22.34/22.40	|    295385 |     169      562     1684 |     1041      815     17 |  0.018 % |
28.54/28.68	|    443175 |     169      562     1684 |     1145     1061     20 |  0.018 % |
38.64/38.78	|    664858 |     169      562     1684 |     1260      670     11 |  0.018 % |
54.13/54.28	|    997384 |     169      562     1684 |     1386     1202     22 |  0.004 % |
78.32/78.42	|   1496172 |     169      562     1684 |     1524     1020     18 |  0.018 % |
116.71/116.88	|   2244355 |     169      562     1684 |     1677      901     18 |  0.018 % |
176.69/176.84	|   3366629 |     169      562     1684 |     1845     1772     27 |  0.018 % |
270.46/270.68	|   5050042 |     169      562     1684 |     2029     1898     25 |  0.004 % |
415.82/416.00	|   7575158 |     169      562     1684 |     2232     1174     20 |  0.035 % |
643.55/643.80	|  11362835 |     168      556     1666 |     2455     1705     23 |  0.609 % |
995.72/996.27	|  17044347 |     163      526     1576 |     2701     1346     19 |  3.571 % |
1035.71/1036.22	===============================================================================
1035.71/1036.22	restarts              : 29
1035.71/1036.22	conflicts             : 17717461       (17293 /sec)
1035.71/1036.22	decisions             : 18562286       (1.06 % random) (18118 /sec)
1035.71/1036.22	propagations          : 804043723      (784803 /sec)
1035.71/1036.22	conflict literals     : 555982169      (14.33 % deleted)
1035.71/1036.22	Memory used           : 2.88 MB
1035.71/1036.22	CPU time              : 1024.52 s
1035.71/1036.22	
1035.71/1036.22	c Bin: Executing minisat20
1035.71/1036.22	c child exited successfully
1035.71/1036.22	c minisat20 returned code 20.
1035.71/1036.22	s UNSATISFIABLE
1035.71/1036.22	c SATZILLA_TIME=1035.900000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-370120-1177552010 -o ROOT/results/node22/solver-370120-1177552010 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/370120-1177552010/SATzilla2007_C /tmp/evaluation/370120-1177552010/instance-370120-1177552010.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.80 0.93 0.91 3/77 7323
/proc/meminfo: memFree=1674424/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=0
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 203118707 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7323/statm: 360 110 95 260 0 84 0
[pid=7324] ppid=7323 vsize=640 CPUtime=0
/proc/7324/stat : 7324 (march_dl) R 7323 7323 6355 0 -1 4194304 103 0 0 0 0 0 0 0 19 0 1 0 203118707 655360 95 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7324/statm: 160 97 66 118 0 39 0

[startup+0.097995 s]
/proc/loadavg: 0.80 0.93 0.91 3/77 7323
/proc/meminfo: memFree=1674424/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=0
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 203118707 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7323/statm: 360 110 95 260 0 84 0
[pid=7324] ppid=7323 vsize=772 CPUtime=0.09
/proc/7324/stat : 7324 (march_dl) R 7323 7323 6355 0 -1 4194304 141 0 0 0 9 0 0 0 19 0 1 0 203118707 790528 133 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7324/statm: 193 133 75 118 0 72 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2212

[startup+0.101994 s]
/proc/loadavg: 0.80 0.93 0.91 3/77 7323
/proc/meminfo: memFree=1674424/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=0
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 203118707 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7323/statm: 360 110 95 260 0 84 0
[pid=7324] ppid=7323 vsize=772 CPUtime=0.1
/proc/7324/stat : 7324 (march_dl) R 7323 7323 6355 0 -1 4194304 141 0 0 0 10 0 0 0 19 0 1 0 203118707 790528 133 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134587716 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7324/statm: 193 133 75 118 0 72 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2212

[startup+0.302025 s]
/proc/loadavg: 0.80 0.93 0.91 3/77 7323
/proc/meminfo: memFree=1674424/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=0
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 203118707 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7323/statm: 360 110 95 260 0 84 0
[pid=7324] ppid=7323 vsize=772 CPUtime=0.3
/proc/7324/stat : 7324 (march_dl) R 7323 7323 6355 0 -1 4194304 143 0 0 0 30 0 0 0 21 0 1 0 203118707 790528 135 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134537922 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7324/statm: 193 135 75 118 0 72 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2212

[startup+0.701085 s]
/proc/loadavg: 0.80 0.93 0.91 3/77 7323
/proc/meminfo: memFree=1674424/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=0
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 203118707 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7323/statm: 360 110 95 260 0 84 0
[pid=7324] ppid=7323 vsize=772 CPUtime=0.69
/proc/7324/stat : 7324 (march_dl) R 7323 7323 6355 0 -1 4194304 143 0 0 0 69 0 0 0 25 0 1 0 203118707 790528 135 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7324/statm: 193 135 75 118 0 72 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2212

[startup+1.50121 s]
/proc/loadavg: 0.80 0.93 0.91 2/79 7325
/proc/meminfo: memFree=1674024/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=0
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 203118707 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7323/statm: 360 110 95 260 0 84 0
[pid=7324] ppid=7323 vsize=772 CPUtime=1.49
/proc/7324/stat : 7324 (march_dl) R 7323 7323 6355 0 -1 4194304 144 0 0 0 149 0 0 0 25 0 1 0 203118707 790528 136 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134564835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7324/statm: 193 136 75 118 0 72 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2212

[startup+3.10245 s]
/proc/loadavg: 0.80 0.93 0.91 2/79 7325
/proc/meminfo: memFree=1673832/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=0
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 203118707 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7323/statm: 360 110 95 260 0 84 0
[pid=7324] ppid=7323 vsize=772 CPUtime=3.1
/proc/7324/stat : 7324 (march_dl) R 7323 7323 6355 0 -1 4194304 144 0 0 0 310 0 0 0 25 0 1 0 203118707 790528 136 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7324/statm: 193 136 75 118 0 72 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2212

[startup+6.30194 s]
/proc/loadavg: 0.82 0.93 0.91 2/79 7326
/proc/meminfo: memFree=1673640/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1440 CPUtime=4.99
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 134 144 0 0 0 0 499 0 16 0 1 0 203118707 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 360 111 96 260 0 84 0
[pid=7326] ppid=7323 vsize=6188 CPUtime=1.29
/proc/7326/stat : 7326 (ubcsat2006) R 7323 7323 6355 0 -1 4194304 243 0 0 0 96 33 0 0 25 0 1 0 203119207 6336512 226 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7326/statm: 1547 226 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.83 0.93 0.91 2/79 7328
/proc/meminfo: memFree=1673384/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=1808 CPUtime=1.48
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 121 0 0 0 148 0 0 0 25 0 1 0 203119829 1851392 115 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 452 115 58 118 0 330 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 3500

[startup+25.5019 s]
/proc/loadavg: 0.87 0.93 0.91 2/79 7328
/proc/meminfo: memFree=1673256/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=1936 CPUtime=14.27
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 158 0 0 0 1427 0 0 0 25 0 1 0 203119829 1982464 152 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 484 152 58 118 0 362 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 3628

[startup+51.1017 s]
/proc/loadavg: 0.91 0.94 0.91 2/79 7328
/proc/meminfo: memFree=1673192/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2060 CPUtime=39.86
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 192 0 0 0 3986 0 0 0 25 0 1 0 203119829 2109440 186 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 515 186 58 118 0 393 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 3752

[startup+102.306 s]
/proc/loadavg: 0.96 0.94 0.91 2/79 7328
/proc/meminfo: memFree=1673128/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2188 CPUtime=91.05
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 227 0 0 0 9105 0 0 0 25 0 1 0 203119829 2240512 221 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525876 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 547 221 58 118 0 425 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 3880

[startup+162.302 s]
/proc/loadavg: 0.98 0.95 0.91 2/79 7328
/proc/meminfo: memFree=1673000/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2316 CPUtime=151.02
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 252 0 0 0 15102 0 0 0 25 0 1 0 203119829 2371584 246 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527842 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 579 246 58 118 0 457 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 4008

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.91 2/79 7328
/proc/meminfo: memFree=1672872/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2440 CPUtime=211
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 278 0 0 0 21100 0 0 0 25 0 1 0 203119829 2498560 272 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 610 272 58 118 0 488 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 4132

[startup+282.303 s]
/proc/loadavg: 0.99 0.96 0.91 2/79 7328
/proc/meminfo: memFree=1672808/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2440 CPUtime=271
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 293 0 0 0 27099 1 0 0 25 0 1 0 203119829 2498560 287 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 610 287 58 118 0 488 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 4132

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 7328
/proc/meminfo: memFree=1672744/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2572 CPUtime=330.97
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 308 0 0 0 33096 1 0 0 25 0 1 0 203119829 2633728 302 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 643 302 58 118 0 521 0

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


[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 7328
/proc/meminfo: memFree=1672424/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=690.86
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 364 0 0 0 69084 2 0 0 25 0 1 0 203119829 2875392 358 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 358 58 118 0 580 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 4500

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 7328
/proc/meminfo: memFree=1672424/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=750.85
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 370 0 0 0 75083 2 0 0 25 0 1 0 203119829 2875392 364 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 364 58 118 0 580 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 4500

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 7328
/proc/meminfo: memFree=1672360/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=810.83
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 373 0 0 0 81080 3 0 0 25 0 1 0 203119829 2875392 367 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 367 58 118 0 580 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 4500

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/85 7492
/proc/meminfo: memFree=1671088/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=870.73
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 375 0 0 0 87070 3 0 0 25 0 1 0 203119829 2875392 369 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528476 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 369 58 118 0 580 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 4500

[startup+942.301 s]
/proc/loadavg: 1.11 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625384/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=930.66
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 378 0 0 0 93062 4 0 0 25 0 1 0 203119829 2875392 372 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134519691 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 372 58 118 0 580 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 4500

[startup+1002.3 s]
/proc/loadavg: 1.04 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=990.64
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 388 0 0 0 99060 4 0 0 25 0 1 0 203119829 2875392 382 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 382 58 118 0 580 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 4500

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

[startup+1011.1 s]
/proc/loadavg: 1.03 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=999.44
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 389 0 0 0 99940 4 0 0 25 0 1 0 203119829 2875392 383 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527615 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 383 58 118 0 580 0
Current children cumulated CPU time (s) 1010.61
Current children cumulated vsize (KiB) 4500

[startup+1023.9 s]
/proc/loadavg: 1.03 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2808 CPUtime=1012.24
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 389 0 0 0 101220 4 0 0 25 0 1 0 203119829 2875392 383 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 702 383 58 118 0 580 0
Current children cumulated CPU time (s) 1023.41
Current children cumulated vsize (KiB) 4500

[startup+1030.3 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2944 CPUtime=1018.63
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 391 0 0 0 101859 4 0 0 25 0 1 0 203119829 3014656 385 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 736 385 58 118 0 614 0
Current children cumulated CPU time (s) 1029.8
Current children cumulated vsize (KiB) 4636

[startup+1033.5 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2944 CPUtime=1021.83
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 391 0 0 0 102179 4 0 0 25 0 1 0 203119829 3014656 385 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134527856 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 736 385 58 118 0 614 0
Current children cumulated CPU time (s) 1033
Current children cumulated vsize (KiB) 4636

[startup+1035.11 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2944 CPUtime=1023.44
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 391 0 0 0 102340 4 0 0 25 0 1 0 203119829 3014656 385 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 736 385 58 118 0 614 0
Current children cumulated CPU time (s) 1034.61
Current children cumulated vsize (KiB) 4636

[startup+1035.9 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2944 CPUtime=1024.23
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 392 0 0 0 102419 4 0 0 25 0 1 0 203119829 3014656 386 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 736 386 58 118 0 614 0
Current children cumulated CPU time (s) 1035.4
Current children cumulated vsize (KiB) 4636

[startup+1036.1 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2944 CPUtime=1024.44
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 392 0 0 0 102440 4 0 0 25 0 1 0 203119829 3014656 386 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 736 386 58 118 0 614 0
Current children cumulated CPU time (s) 1035.61
Current children cumulated vsize (KiB) 4636

[startup+1036.21 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 8014
/proc/meminfo: memFree=1625512/2055920 swapFree=4163588/4192956
[pid=7323] ppid=7321 vsize=1692 CPUtime=11.17
/proc/7323/stat : 7323 (SATzilla2007_C) S 7321 7323 6355 0 -1 4194304 567 572 0 1 290 56 701 70 24 0 1 0 203118707 1732608 265 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7323/statm: 423 265 165 260 0 147 0
[pid=7328] ppid=7323 vsize=2944 CPUtime=1024.54
/proc/7328/stat : 7328 (minisat20) R 7323 7323 6355 0 -1 4194304 392 0 0 0 102450 4 0 0 25 0 1 0 203119829 3014656 386 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134535736 0 0 8392704 3 0 0 0 17 1 0 0
/proc/7328/statm: 736 386 58 118 0 614 0
Current children cumulated CPU time (s) 1035.71
Current children cumulated vsize (KiB) 4636

Child status: 20
Real time (s): 1036.23
CPU time (s): 1035.76
CPU user time (s): 1034.43
CPU system time (s): 1.3288
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1034.43
system time used= 1.3288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1549
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35
involuntary context switches= 22080

runsolver used 0.831873 second user time and 2.48262 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Thu Apr 26 01:46:50 UTC 2007

IDJOB= 370120
IDBENCH= 24600
IDSOLVER= 179
FILE ID= node22/370120-1177552010

PBS_JOBID= 4696430

Free space on /tmp= 66491 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/370120-1177552010/SATzilla2007_C /tmp/evaluation/370120-1177552010/instance-370120-1177552010.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-370120-1177552010 -o ROOT/results/node22/solver-370120-1177552010 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/370120-1177552010/SATzilla2007_C /tmp/evaluation/370120-1177552010/instance-370120-1177552010.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ab810788a5ff5edde690e75706c8dd18

RANDOM SEED= 128504749

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1674768 kB
Buffers:         39120 kB
Cached:         226212 kB
SwapCached:       7892 kB
Active:         202808 kB
Inactive:       123468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674768 kB
SwapTotal:     4192956 kB
SwapFree:      4163588 kB
Dirty:            8448 kB
Writeback:           0 kB
Mapped:          67316 kB
Slab:            40424 kB
Committed_AS:  2010152 kB
PageTables:       1764 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= 66500 MiB

End job on node22 on Thu Apr 26 02:04:07 UTC 2007