Trace number 320328

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 969.84 970.126

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.3737
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

49.76/49.88	c run March_dl for 5 seconds ... 
49.76/49.88	c Bin: Executing march_dl
49.76/49.88	c child exit by a signal
49.76/49.88	c march_dl returned code 137.
49.76/49.88	c run saps (UBCSAT implementation) for 2 seconds ... 
49.76/49.88	c Bin: Executing ubcsat2006
49.76/49.88	c child exited successfully
49.76/49.88	c ubcsat2006 returned code 0.
49.76/49.88	c satzilla computing base features
49.76/49.88	c satzilla doing unit-prop probe
49.76/49.88	c satzilla doing local search probe
49.76/49.88	c satzilla doing lobjois search-space size estimate
49.76/49.88	c satzilla's ranking:
49.76/49.88	c 1) minisat20+P: -2.624000
49.76/49.88	c 2) zchaff_rand+P: 2.066077
49.76/49.88	c 3) minisat20: 2.255491
49.76/49.88	c 4) march_dl+P: 2.642375
49.76/49.88	c 5) march_dl: 3.743878
49.76/49.88	c 6) vallst+P: 3.816904
49.76/49.88	c 7) kcnfs+P: 999.000000
49.76/49.88	c 8) kcnfs: 999.000000
49.76/49.88	c 9) vallst: 999.000000
49.76/49.88	c 10) zchaff_rand: 999.000000
49.76/49.88	c satzilla running minisat20 with preprocessing ... 
107.75/107.89	This is MiniSat 2.0 beta
107.75/107.89	WARNING: for repeatability, setting FPU to use double precision
107.75/107.89	============================[ Problem Statistics ]=============================
107.75/107.89	|                                                                             |
107.83/107.92	|  Number of variables:  80458                                                |
107.83/107.92	|  Number of clauses:    247149                                               |
107.83/108.08	|  Parsing time:         0.16         s                                       |
107.83/108.09	============================[ Search Statistics ]==============================
107.83/108.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
107.83/108.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
107.83/108.09	===============================================================================
107.83/108.09	|         0 |   80458   247149   575176 |    82383        0    nan |  0.000 % |
107.83/108.14	|       100 |   80458   247149   575176 |    90621      100      6 |  0.000 % |
107.83/108.25	|       251 |   80458   247149   575176 |    99683      251      8 |  0.000 % |
107.83/108.42	|       476 |   80458   247149   575176 |   109651      476      9 |  0.000 % |
107.83/108.48	|       814 |   80458   247149   575176 |   120616      814     13 |  0.000 % |
107.83/108.62	|      1320 |   80458   247149   575176 |   132678     1320     19 |  0.000 % |
108.93/109.08	|      2080 |   80458   247149   575176 |   145946     2080     18 |  0.000 % |
109.23/109.38	|      3223 |   80458   247149   575176 |   160541     3223     22 |  0.000 % |
109.73/109.80	|      4931 |   80458   247149   575176 |   176595     4931     22 |  0.000 % |
110.93/111.02	|      7493 |   80458   247149   575176 |   194254     7493     26 |  0.000 % |
112.72/112.80	|     11338 |   80316   246780   574368 |   213680    11331     25 |  0.176 % |
114.53/114.62	|     17104 |   80316   246780   574368 |   235048    17097     29 |  0.176 % |
117.03/117.12	|     25753 |   80316   246780   574368 |   258553    25746     27 |  0.176 % |
123.32/123.49	|     38727 |   80316   246780   574368 |   284408    38720     25 |  0.176 % |
132.42/132.56	|     58190 |   80316   246780   574368 |   312849    58183     35 |  0.176 % |
148.31/148.41	|     87382 |   80316   246780   574368 |   344134    87375     35 |  0.176 % |
165.71/165.82	|    131172 |   80316   246780   574368 |   378547   131165     35 |  0.176 % |
207.60/207.75	|    196857 |   80316   246780   574368 |   416402   196850     34 |  0.176 % |
310.38/310.52	|    295384 |   80316   246780   574368 |   458042   295377     33 |  0.176 % |
512.81/513.04	|    443173 |   80291   246607   573998 |   503846   443163     37 |  0.208 % |
784.84/785.12	|    664856 |   80291   246607   573998 |   554231   185516     41 |  0.208 % |
969.68/970.09	===============================================================================
969.68/970.09	restarts              : 21
969.68/970.09	conflicts             : 813307         (944 /sec)
969.68/970.09	decisions             : 4143577        (1.55 % random) (4809 /sec)
969.68/970.09	propagations          : 850487625      (987108 /sec)
969.68/970.09	conflict literals     : 32247462       (44.30 % deleted)
969.68/970.09	Memory used           : 113.79 MB
969.68/970.09	CPU time              : 861.595 s
969.68/970.09	
969.78/970.11	c Preprocessing...
969.78/970.11	c Inital problem has 95863 variables, 94455 nary clauses (188908 binary clauses).
969.78/970.11	c Num non-binary clauses 94454, Average non-binary clause length 3.000
969.78/970.11	c Theory has no gaps
969.78/970.11	c Preprocessor runtime was 57.610 seconds.
969.78/970.11	c 
969.78/970.11	c Satisfiability of theory still undetermined.
969.78/970.11	c See file /tmp/gaviSd for simplified theory.
969.78/970.11	c Bin: Executing minisat20
969.78/970.11	c child exited successfully
969.78/970.11	c minisat20 returned code 20.
969.78/970.11	s UNSATISFIABLE
969.78/970.11	c SATZILLA_TIME=969.960000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node21/watcher-320328-1173044339 -o ROOT/results/node21/solver-320328-1173044339 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320328-1173044339/SATzilla2007_C /tmp/evaluation/320328-1173044339/instance-320328-1173044339.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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: 1.00 1.00 0.96 3/77 5255
/proc/meminfo: memFree=1446248/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=0
/proc/5255/stat : 5255 (SATzilla2007_C) R 5253 5255 5134 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 30404691 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/5255/statm: 360 110 95 260 0 84 0
[pid=5256] ppid=5255 vsize=5128 CPUtime=0
/proc/5256/stat : 5256 (march_dl) R 5255 5255 5134 0 -1 4194304 529 0 0 0 0 0 0 0 18 0 1 0 30404691 5251072 524 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5256/statm: 1282 526 49 118 0 1161 0

[startup+0.102725 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 5255
/proc/meminfo: memFree=1446248/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=0
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 30404691 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5255/statm: 360 110 95 260 0 84 0
[pid=5256] ppid=5255 vsize=9820 CPUtime=0.09
/proc/5256/stat : 5256 (march_dl) R 5255 5255 5134 0 -1 4194304 2085 0 0 0 9 0 0 0 20 0 1 0 30404691 10055680 2080 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5256/statm: 2455 2080 50 118 0 2334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11260

[startup+0.201735 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 5255
/proc/meminfo: memFree=1446248/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=0
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 30404691 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5255/statm: 360 110 95 260 0 84 0
[pid=5256] ppid=5255 vsize=11140 CPUtime=0.19
/proc/5256/stat : 5256 (march_dl) R 5255 5255 5134 0 -1 4194304 2471 0 0 0 19 0 0 0 21 0 1 0 30404691 11407360 2466 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5256/statm: 2785 2466 50 118 0 2664 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12580

[startup+0.301745 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 5255
/proc/meminfo: memFree=1446248/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=0
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 30404691 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5255/statm: 360 110 95 260 0 84 0
[pid=5256] ppid=5255 vsize=12328 CPUtime=0.29
/proc/5256/stat : 5256 (march_dl) R 5255 5255 5134 0 -1 4194304 2860 0 0 0 28 1 0 0 22 0 1 0 30404691 12623872 2855 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5256/statm: 3082 2855 50 118 0 2961 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13768

[startup+0.701789 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 5255
/proc/meminfo: memFree=1446248/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=0
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 30404691 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5255/statm: 360 110 95 260 0 84 0
[pid=5256] ppid=5255 vsize=31020 CPUtime=0.68
/proc/5256/stat : 5256 (march_dl) R 5255 5255 5134 0 -1 4194304 7477 0 0 0 66 2 0 0 25 0 1 0 30404691 31764480 6498 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5256/statm: 7755 6501 55 118 0 7634 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32460

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5257
/proc/meminfo: memFree=1424408/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=0
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 30404691 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5255/statm: 360 110 95 260 0 84 0
[pid=5256] ppid=5255 vsize=28248 CPUtime=1.49
/proc/5256/stat : 5256 (march_dl) R 5255 5255 5134 0 -1 4194304 16230 0 0 0 143 6 0 0 25 0 1 0 30404691 28925952 5741 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5256/statm: 7062 5741 57 118 0 6941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29688

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5257
/proc/meminfo: memFree=1395416/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=0
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 30404691 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5255/statm: 360 110 95 260 0 84 0
[pid=5256] ppid=5255 vsize=66732 CPUtime=3.08
/proc/5256/stat : 5256 (march_dl) R 5255 5255 5134 0 -1 4194304 34608 0 0 0 294 14 0 0 25 0 1 0 30404691 68333568 15158 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559547 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5256/statm: 16683 15158 65 118 0 16562 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 68172

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5258
/proc/meminfo: memFree=1427224/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=1440 CPUtime=5
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 135 40031 0 0 0 0 481 19 16 0 1 0 30404691 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5255/statm: 360 111 96 260 0 84 0
[pid=5258] ppid=5255 vsize=26688 CPUtime=1.28
/proc/5258/stat : 5258 (ubcsat2006) R 5255 5255 5134 0 -1 4194304 4810 0 0 0 126 2 0 0 25 0 1 0 30405192 27328512 4793 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134553133 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5258/statm: 6672 4793 156 64 0 6253 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28128

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5258
/proc/meminfo: memFree=1418272/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=31060 CPUtime=12.67
/proc/5255/stat : 5255 (SATzilla2007_C) R 5253 5255 5134 0 -1 4194304 7089 44847 0 0 526 3 716 22 25 0 1 0 30404691 31805440 7058 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/5255/statm: 7765 7058 121 260 0 7489 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31060

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5258
/proc/meminfo: memFree=1417696/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=31060 CPUtime=25.47
/proc/5255/stat : 5255 (SATzilla2007_C) R 5253 5255 5134 0 -1 4194304 7254 44847 0 0 1804 5 716 22 25 0 1 0 30404691 31805440 7223 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/5255/statm: 7765 7223 121 260 0 7489 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31060

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5258
/proc/meminfo: memFree=1378336/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=144732 CPUtime=51.06
/proc/5255/stat : 5255 (SATzilla2007_C) R 5253 5255 5134 0 -1 4194304 30877 44847 0 0 4348 20 716 22 25 0 1 0 30404691 148205568 17352 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134570932 0 0 4096 0 0 0 0 17 1 0 0
/proc/5255/statm: 36183 17352 163 260 0 35907 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 144732

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 5258
/proc/meminfo: memFree=1365856/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=150968 CPUtime=102.25
/proc/5255/stat : 5255 (SATzilla2007_C) R 5253 5255 5134 0 -1 4194304 83280 44847 0 0 9229 258 716 22 25 0 1 0 30404691 154591232 20204 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/5255/statm: 37742 20204 165 260 0 37466 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 150968

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1325208/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=39976 CPUtime=54.39
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 9630 0 0 0 5431 8 0 0 25 0 1 0 30415479 40935424 9616 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 9994 9616 59 118 0 9872 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 119624

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1309400/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=55988 CPUtime=114.37
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 13537 0 0 0 11425 12 0 0 25 0 1 0 30415479 57331712 13523 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 13997 13523 59 118 0 13875 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 135636

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1299416/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=65796 CPUtime=174.35
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 16031 0 0 0 17419 16 0 0 25 0 1 0 30415479 67375104 16017 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525088 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 16449 16017 59 118 0 16327 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 145444

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1289624/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=75832 CPUtime=234.33
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 18456 0 0 0 23415 18 0 0 25 0 1 0 30415479 77651968 18442 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 18958 18442 59 118 0 18836 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 155480

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1279832/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=85492 CPUtime=294.31
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 20924 0 0 0 29409 22 0 0 25 0 1 0 30415479 87543808 20910 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 21373 20910 59 118 0 21251 0

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


[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249688/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116352 CPUtime=534.25
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28419 0 0 0 53392 33 0 0 25 0 1 0 30415479 119144448 28405 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29088 28405 59 118 0 28966 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 196000

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249688/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116352 CPUtime=594.23
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28419 0 0 0 59390 33 0 0 25 0 1 0 30415479 119144448 28405 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29088 28405 59 118 0 28966 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 196000

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249688/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116352 CPUtime=654.22
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28420 0 0 0 65388 34 0 0 25 0 1 0 30415479 119144448 28406 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29088 28406 59 118 0 28966 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 196000

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249560/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=714.19
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28448 0 0 0 71385 34 0 0 25 0 1 0 30415479 119316480 28434 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28434 59 118 0 29008 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 196168

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249560/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=774.18
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28452 0 0 0 77384 34 0 0 25 0 1 0 30415479 119316480 28438 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28438 59 118 0 29008 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 196168

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=834.16
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 83381 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134655038 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 196168

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

[startup+947.206 s]
/proc/loadavg: 1.00 1.00 0.96 3/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=839.06
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 83871 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 946.89
Current children cumulated vsize (KiB) 196168

[startup+960.001 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=851.85
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 85150 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 959.68
Current children cumulated vsize (KiB) 196168

[startup+966.401 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=858.25
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 85790 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 966.08
Current children cumulated vsize (KiB) 196168

[startup+968.001 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=859.85
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 85950 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 967.68
Current children cumulated vsize (KiB) 196168

[startup+968.801 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=860.65
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 86030 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 968.48
Current children cumulated vsize (KiB) 196168

[startup+969.601 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=861.45
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 86110 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 969.28
Current children cumulated vsize (KiB) 196168

[startup+970.001 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=116520 CPUtime=861.85
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194304 28474 0 0 0 86150 35 0 0 25 0 1 0 30415479 119316480 28460 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 29130 28460 59 118 0 29008 0
Current children cumulated CPU time (s) 969.68
Current children cumulated vsize (KiB) 196168

[startup+970.101 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 5259
/proc/meminfo: memFree=1249496/2055920 swapFree=4192956/4192956
[pid=5255] ppid=5253 vsize=79648 CPUtime=107.83
/proc/5255/stat : 5255 (SATzilla2007_C) S 5253 5255 5134 0 -1 4194304 88430 44847 0 0 9756 289 716 22 25 0 1 0 30404691 81559552 18335 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5255/statm: 19912 18335 165 260 0 19636 0
[pid=5259] ppid=5255 vsize=0 CPUtime=861.95
/proc/5259/stat : 5259 (minisat20) R 5255 5255 5134 0 -1 4194308 28482 0 0 0 86159 36 0 0 25 0 1 0 30415479 0 0 18446744073709551615 0 0 0 0 0 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5259/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 969.78
Current children cumulated vsize (KiB) 79648

Child status: 20
Real time (s): 970.126
CPU time (s): 969.84
CPU user time (s): 966.323
CPU system time (s): 3.51647
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 196168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 966.323
system time used= 3.51647
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161769
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= 28
involuntary context switches= 11081

runsolver used 1.02384 second user time and 2.50862 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Mar  4 21:38:59 UTC 2007

IDJOB= 320328
IDBENCH= 20500
IDSOLVER= 135
FILE ID= node21/320328-1173044339

PBS_JOBID= 4012512

Free space on /tmp= 66523 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c6nidw_i.cnf
COMMAND LINE= /tmp/evaluation/320328-1173044339/SATzilla2007_C /tmp/evaluation/320328-1173044339/instance-320328-1173044339.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-320328-1173044339 -o ROOT/results/node21/solver-320328-1173044339 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320328-1173044339/SATzilla2007_C /tmp/evaluation/320328-1173044339/instance-320328-1173044339.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  15c4413e436aecbd4fcb1d7037e18abf

RANDOM SEED= 80250406

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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:       1446656 kB
Buffers:         40424 kB
Cached:         450400 kB
SwapCached:          0 kB
Active:         229448 kB
Inactive:       325356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446656 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           13028 kB
Writeback:           0 kB
Mapped:          82940 kB
Slab:            39952 kB
Committed_AS:   208048 kB
PageTables:       1768 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= 66523 MiB

End job on node21 on Sun Mar  4 21:55:10 UTC 2007