Trace number 314891

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? (TO) 1200.07 1200.51

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
Bench CategoryINDUST (industrial 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 variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

Solver Data (download as text)

10.79/10.95	c run March_dl for 5 seconds ... 
10.79/10.95	c Bin: Executing march_dl
10.79/10.95	c child exit by a signal
10.79/10.95	c march_dl returned code 137.
10.79/10.95	c run saps for 2 seconds ... 
10.79/10.95	c Bin: Executing ubcsat2006
10.79/10.95	c child exited successfully
10.79/10.95	c ubcsat2006 returned code 0.
10.79/10.95	c satzilla computing base features
10.79/10.95	c satzilla doing unit-prop probe
10.79/10.95	c satzilla doing local search probe
10.79/10.95	c satzilla doing lobjois search-space size estimate
10.79/10.95	c satzilla's ranking:
10.79/10.95	c 1) minisat20: 2.282062
10.79/10.95	c 2) eureka: 3.170555
10.79/10.95	c 3) zchaff_rand: 3.264294
10.79/10.95	c 4) vallst: 3.281102
10.79/10.95	c 5) kcnfs: 3.543775
10.79/10.95	c 6) march_dl: 4.192762
10.79/10.95	c 7) kcnfs+P: 999.000000
10.79/10.95	c 8) march_dl+P: 999.000000
10.79/10.95	c 9) vallst+P: 999.000000
10.79/10.95	c 10) zchaff_rand+P: 999.000000
10.79/10.95	c 11) rsat+P: 999.000000
10.79/10.95	c 12) eureka+P: 999.000000
10.79/10.95	c 13) minisat20+P: 999.000000
10.79/10.95	c 14) rsat: 999.000000
10.79/10.95	c satzilla running minisat20 ... 
10.79/10.95	This is MiniSat 2.0 beta
10.79/10.95	WARNING: for repeatability, setting FPU to use double precision
10.79/10.95	============================[ Problem Statistics ]=============================
10.79/10.95	|                                                                             |
10.79/10.95	|  Number of variables:  8920                                                 |
10.79/10.95	|  Number of clauses:    31884                                                |
10.79/10.97	|  Parsing time:         0.02         s                                       |
10.79/10.97	============================[ Search Statistics ]==============================
10.79/10.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.79/10.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.79/10.97	===============================================================================
10.79/10.97	|         0 |    8690    30972    81428 |    10324        0    nan |  0.000 % |
10.79/10.99	|       100 |    8687    30972    81428 |    11356       98     10 |  2.623 % |
10.84/11.02	|       250 |    8687    30972    81428 |    12492      248     27 |  2.624 % |
10.84/11.05	|       475 |    8684    30960    81400 |    13741      472     34 |  2.646 % |
10.84/11.12	|       812 |    8682    30948    81372 |    15115      808     36 |  2.668 % |
10.84/11.23	|      1319 |    8682    30948    81372 |    16626     1315     42 |  2.668 % |
10.84/11.45	|      2078 |    8680    30942    81358 |    18289     2073     52 |  2.691 % |
10.84/11.76	|      3217 |    8677    30936    81344 |    20118     3210     59 |  2.736 % |
11.97/12.19	|      4925 |    8670    30917    81302 |    22130     4915     71 |  2.803 % |
12.67/12.89	|      7488 |    8655    30865    81190 |    24343     7470     72 |  2.982 % |
13.77/13.91	|     11335 |    8648    30840    81134 |    26777    11314     79 |  3.049 % |
15.87/16.00	|     17102 |    8634    30793    81028 |    29455    17072     84 |  3.206 % |
20.78/20.97	|     25755 |    8624    30749    80926 |    32401    25716     87 |  3.319 % |
28.76/28.92	|     38729 |    8607    30713    80844 |    35641    21573     73 |  3.655 % |
39.85/40.09	|     58191 |    8589    30618    80624 |    39205    20250     79 |  3.801 % |
58.55/58.75	|     87384 |    8579    30570    80513 |    43125    25062     85 |  3.823 % |
88.84/89.02	|    131175 |    8552    30465    80264 |    47438    41582     71 |  4.126 % |
134.63/134.84	|    196860 |    8546    30437    80200 |    52182    40276    129 |  4.204 % |
213.60/213.86	|    295386 |    8538    30399    80112 |    57400    29096     73 |  4.283 % |
332.77/333.03	|    443175 |    8533    30372    80047 |    63140    56005     75 |  4.339 % |
528.22/528.60	|    664858 |    8527    30345    79987 |    69454    48763    105 |  4.406 % |
878.33/878.76	|    997383 |    8506    30264    79797 |    76400    58752     70 |  4.641 % |
1199.64/1200.11	c Bin: Executing minisat20
1199.64/1200.11	c child exit by a signal
1199.64/1200.11	c minisat20 returned code 137.
1199.64/1200.11	c minisat20 returned code 137.
1199.64/1200.11	c satzilla running eureka ... 
1199.64/1200.11	c Bin: Executing eureka
1199.64/1200.11	c eureka returned code 1.
1199.64/1200.11	c eureka returned code 1.
1199.64/1200.11	c satzilla running zchaff_rand ... 
1199.64/1200.11	c Bin: Executing zchaff_rand
1199.64/1200.11	c zchaff_rand returned code 1.
1199.64/1200.11	c zchaff_rand returned code 1.
1199.64/1200.11	c satzilla running vallst ... 
1199.64/1200.11	c Bin: Executing vallst
1199.64/1200.11	c vallst returned code 1.
1199.64/1200.11	c vallst returned code 1.
1199.64/1200.11	c satzilla running kcnfs ... 
1199.64/1200.11	c Bin: Executing kcnfs
1199.64/1200.11	c kcnfs returned code 1.
1199.64/1200.11	c kcnfs returned code 1.
1199.64/1200.11	c satzilla running march_dl ... 
1199.64/1200.11	c Bin: Executing march_dl
1199.64/1200.11	c march_dl returned code 1.
1199.64/1200.11	c march_dl returned code 1.
1199.64/1200.11	c satzilla running kcnfs with preprocessing ... 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-314891-1172644596 -o ROOT/results/node1/solver-314891-1172644596 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314891-1172644596/SATzilla2007_F /tmp/evaluation/314891-1172644596/instance-314891-1172644596.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.18 1.20 1.10 3/77 30003
/proc/meminfo: memFree=1764208/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=0
/proc/30003/stat : 30003 (SATzilla2007_F) R 30001 30003 29157 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30004] ppid=30003 vsize=1408 CPUtime=0
/proc/30004/stat : 30004 (march_dl) R 30003 30003 29157 0 -1 4194304 234 0 0 0 0 0 0 0 18 0 1 0 284414732 1441792 228 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30004/statm: 352 229 50 118 0 231 0

[startup+0.0227969 s]
/proc/loadavg: 1.18 1.20 1.10 3/77 30003
/proc/meminfo: memFree=1764208/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=0
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30004] ppid=30003 vsize=1672 CPUtime=0.01
/proc/30004/stat : 30004 (march_dl) R 30003 30003 29157 0 -1 4194304 305 0 0 0 1 0 0 0 19 0 1 0 284414732 1712128 299 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30004/statm: 418 299 50 118 0 297 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3184

[startup+0.101806 s]
/proc/loadavg: 1.18 1.20 1.10 3/77 30003
/proc/meminfo: memFree=1764208/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=0
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30004] ppid=30003 vsize=3196 CPUtime=0.09
/proc/30004/stat : 30004 (march_dl) R 30003 30003 29157 0 -1 4194304 1243 0 0 0 9 0 0 0 19 0 1 0 284414732 3272704 618 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30004/statm: 799 618 55 118 0 678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4708

[startup+0.30183 s]
/proc/loadavg: 1.18 1.20 1.10 3/77 30003
/proc/meminfo: memFree=1764208/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=0
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30004] ppid=30003 vsize=7104 CPUtime=0.29
/proc/30004/stat : 30004 (march_dl) R 30003 30003 29157 0 -1 4194304 3469 0 0 0 28 1 0 0 20 0 1 0 284414732 7274496 1564 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559240 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30004/statm: 1776 1564 69 118 0 1655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8616

[startup+0.701876 s]
/proc/loadavg: 1.18 1.20 1.10 3/77 30003
/proc/meminfo: memFree=1764208/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=0
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30004] ppid=30003 vsize=11260 CPUtime=0.69
/proc/30004/stat : 30004 (march_dl) R 30003 30003 29157 0 -1 4194304 4750 0 0 0 67 2 0 0 24 0 1 0 284414732 11530240 2602 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30004/statm: 2815 2602 73 118 0 2694 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12772

[startup+1.50197 s]
/proc/loadavg: 1.18 1.20 1.10 2/79 30005
/proc/meminfo: memFree=1753696/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=0
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30004] ppid=30003 vsize=12100 CPUtime=1.49
/proc/30004/stat : 30004 (march_dl) R 30003 30003 29157 0 -1 4194304 4866 0 0 0 147 2 0 0 25 0 1 0 284414732 12390400 2676 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134513850 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30004/statm: 3025 2676 75 118 0 2904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13612

[startup+3.10217 s]
/proc/loadavg: 1.17 1.19 1.09 2/79 30005
/proc/meminfo: memFree=1753248/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=0
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30004] ppid=30003 vsize=13792 CPUtime=3.08
/proc/30004/stat : 30004 (march_dl) R 30003 30003 29157 0 -1 4194304 5253 0 0 0 306 2 0 0 25 0 1 0 284414732 14123008 3063 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30004/statm: 3448 3063 75 118 0 3327 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15304

[startup+6.30153 s]
/proc/loadavg: 1.17 1.19 1.09 2/79 30006
/proc/meminfo: memFree=1760288/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=1512 CPUtime=5
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 149 5444 0 0 0 0 496 4 16 0 1 0 284414732 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 378 125 110 260 0 84 0
[pid=30006] ppid=30003 vsize=6188 CPUtime=1.2
/proc/30006/stat : 30006 (ubcsat2006) R 30003 30003 29157 0 -1 4194304 731 0 13 0 111 9 0 0 25 0 1 0 284415233 6336512 726 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30006/statm: 1547 726 156 64 0 1128 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 7700

[startup+12.7023 s]
/proc/loadavg: 1.14 1.19 1.09 2/79 30007
/proc/meminfo: memFree=1756712/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=5912 CPUtime=1.73
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 1264 0 0 0 173 0 0 0 25 0 1 0 284415827 6053888 1257 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 1478 1257 59 118 0 1356 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 9528

[startup+25.5018 s]
/proc/loadavg: 1.12 1.18 1.09 2/79 30007
/proc/meminfo: memFree=1745512/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=16332 CPUtime=14.52
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 3863 0 0 0 1450 2 0 0 25 0 1 0 284415827 16723968 3856 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535742 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 4083 3856 59 118 0 3961 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 19948

[startup+51.1018 s]
/proc/loadavg: 1.08 1.17 1.09 2/79 30007
/proc/meminfo: memFree=1743656/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=18048 CPUtime=40.11
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 4291 0 0 0 4008 3 0 0 25 0 1 0 284415827 18481152 4284 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 4512 4284 59 118 0 4390 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 21664

[startup+102.306 s]
/proc/loadavg: 1.03 1.14 1.08 2/79 30007
/proc/meminfo: memFree=1740200/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=21712 CPUtime=91.3
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 5183 0 0 0 9126 4 0 0 25 0 1 0 284415827 22233088 5176 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 5428 5176 59 118 0 5306 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 25328

[startup+162.302 s]
/proc/loadavg: 1.01 1.11 1.08 2/79 30007
/proc/meminfo: memFree=1730792/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=30980 CPUtime=151.29
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 7515 0 0 0 15121 8 0 0 25 0 1 0 284415827 31723520 7508 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 7745 7508 59 118 0 7623 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 34596

[startup+222.302 s]
/proc/loadavg: 1.00 1.08 1.07 2/79 30007
/proc/meminfo: memFree=1729768/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=32036 CPUtime=211.26
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 7771 0 0 0 21118 8 0 0 25 0 1 0 284415827 32804864 7764 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 8009 7764 59 118 0 7887 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 35652

[startup+282.302 s]
/proc/loadavg: 1.00 1.07 1.07 2/79 30007
/proc/meminfo: memFree=1729704/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=32036 CPUtime=271.25
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 7777 0 0 0 27116 9 0 0 25 0 1 0 284415827 32804864 7770 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 8009 7770 59 118 0 7887 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 35652

[startup+342.302 s]
/proc/loadavg: 1.00 1.05 1.06 2/79 30007
/proc/meminfo: memFree=1729640/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=32156 CPUtime=331.23
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 7782 0 0 0 33114 9 0 0 25 0 1 0 284415827 32927744 7775 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 8039 7775 59 118 0 7917 0

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

[startup+522.302 s]
/proc/loadavg: 1.00 1.02 1.04 2/79 30009
/proc/meminfo: memFree=1725672/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=36156 CPUtime=511.18
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 8770 0 0 0 51107 11 0 0 25 0 1 0 284415827 37023744 8763 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 9039 8763 59 118 0 8917 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 39772

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.04 2/79 30009
/proc/meminfo: memFree=1723304/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=38400 CPUtime=571.17
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 9342 0 0 0 57105 12 0 0 25 0 1 0 284415827 39321600 9335 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 9600 9335 59 118 0 9478 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 42016

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.03 3/79 30009
/proc/meminfo: memFree=1719848/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=42016 CPUtime=631.15
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 10212 0 0 0 63102 13 0 0 25 0 1 0 284415827 43024384 10205 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 10504 10205 59 118 0 10382 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 45632

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.02 2/79 30009
/proc/meminfo: memFree=1712872/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=48880 CPUtime=691.14
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 11939 0 0 0 69098 16 0 0 25 0 1 0 284415827 50053120 11932 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12220 11932 59 118 0 12098 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 52496

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 30009
/proc/meminfo: memFree=1710184/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51388 CPUtime=751.13
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12590 0 0 0 75096 17 0 0 25 0 1 0 284415827 52621312 12583 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12847 12583 59 118 0 12725 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 55004

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 30009
/proc/meminfo: memFree=1710120/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51388 CPUtime=811.1
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12590 0 0 0 81093 17 0 0 25 0 1 0 284415827 52621312 12583 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12847 12583 59 118 0 12725 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 55004

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 30009
/proc/meminfo: memFree=1710120/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51388 CPUtime=871.09
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12590 0 0 0 87092 17 0 0 25 0 1 0 284415827 52621312 12583 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12847 12583 59 118 0 12725 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 55004

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30009
/proc/meminfo: memFree=1710056/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51388 CPUtime=931.08
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12595 0 0 0 93090 18 0 0 25 0 1 0 284415827 52621312 12588 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12847 12588 59 118 0 12725 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 55004

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30009
/proc/meminfo: memFree=1710056/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51388 CPUtime=991.05
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12596 0 0 0 99087 18 0 0 25 0 1 0 284415827 52621312 12589 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12847 12589 59 118 0 12725 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 55004

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30009
/proc/meminfo: memFree=1709992/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51388 CPUtime=1051.04
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12598 0 0 0 105085 19 0 0 25 0 1 0 284415827 52621312 12591 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525514 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12847 12591 59 118 0 12725 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 55004

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30009
/proc/meminfo: memFree=1709928/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51388 CPUtime=1111.03
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12600 0 0 0 111084 19 0 0 25 0 1 0 284415827 52621312 12593 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12847 12593 59 118 0 12725 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 55004

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30009
/proc/meminfo: memFree=1709864/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=3616 CPUtime=10.84
/proc/30003/stat : 30003 (SATzilla2007_F) S 30001 30003 29157 0 -1 4194304 2340 6181 0 13 356 5 699 24 25 0 1 0 284414732 3702784 718 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30003/statm: 904 718 170 260 0 610 0
[pid=30007] ppid=30003 vsize=51520 CPUtime=1171
/proc/30007/stat : 30007 (minisat20) R 30003 30003 29157 0 -1 4194304 12611 0 0 0 117081 19 0 0 25 0 1 0 284415827 52756480 12604 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30007/statm: 12880 12604 59 118 0 12758 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 55136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30009
/proc/meminfo: memFree=1753968/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=13292 CPUtime=1200.05
/proc/30003/stat : 30003 (SATzilla2007_F) R 30001 30003 29157 0 -1 4194304 3917 18792 0 13 391 9 119561 44 21 0 1 0 284414732 13611008 2235 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/30003/statm: 3323 2235 177 260 0 3029 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 13292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30009
/proc/meminfo: memFree=1753968/2055920 swapFree=4159316/4192956
[pid=30003] ppid=30001 vsize=13292 CPUtime=1200.05
/proc/30003/stat : 30003 (SATzilla2007_F) R 30001 30003 29157 0 -1 4194304 3917 18792 0 13 391 9 119561 44 21 0 1 0 284414732 13611008 2235 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/30003/statm: 3323 2235 177 260 0 3029 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 13292

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.53
CPU system time (s): 0.543917
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 55136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.53
system time used= 0.543917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22709
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55
involuntary context switches= 8283

runsolver used 1.2888 second user time and 3.08953 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Feb 28 06:36:37 UTC 2007

IDJOB= 314891
IDBENCH= 20402
IDSOLVER= 136
FILE ID= node1/314891-1172644596

PBS_JOBID= 3980927

Free space on /tmp= 66507 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= /tmp/evaluation/314891-1172644596/SATzilla2007_F /tmp/evaluation/314891-1172644596/instance-314891-1172644596.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-314891-1172644596 -o ROOT/results/node1/solver-314891-1172644596 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314891-1172644596/SATzilla2007_F /tmp/evaluation/314891-1172644596/instance-314891-1172644596.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  0acd143a4e60b38309663b5993b5ded9

RANDOM SEED= 654593297

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1764680 kB
Buffers:         21652 kB
Cached:         189840 kB
SwapCached:      13452 kB
Active:          54156 kB
Inactive:       180068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764680 kB
SwapTotal:     4192956 kB
SwapFree:      4159316 kB
Dirty:           10628 kB
Writeback:           0 kB
Mapped:          29732 kB
Slab:            42580 kB
Committed_AS:   890708 kB
PageTables:       1740 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= 66507 MiB

End job on node1 on Wed Feb 28 06:56:39 UTC 2007