Trace number 314771

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.05 1200.51

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data (download as text)

10.67/10.77	c run March_dl for 5 seconds ... 
10.67/10.77	c Bin: Executing march_dl
10.67/10.77	c child exit by a signal
10.67/10.77	c march_dl returned code 137.
10.67/10.77	c run saps for 2 seconds ... 
10.67/10.77	c Bin: Executing ubcsat2006
10.67/10.77	c child exited successfully
10.67/10.77	c ubcsat2006 returned code 0.
10.67/10.77	c satzilla computing base features
10.67/10.77	c satzilla doing unit-prop probe
10.67/10.77	c satzilla doing local search probe
10.67/10.77	c satzilla doing lobjois search-space size estimate
10.67/10.77	c satzilla's ranking:
10.67/10.77	c 1) minisat20: 1.005728
10.67/10.77	c 2) vallst: 2.517974
10.67/10.77	c 3) eureka: 2.554809
10.67/10.77	c 4) zchaff_rand: 2.973729
10.67/10.77	c 5) march_dl: 3.116746
10.67/10.77	c 6) kcnfs: 4.167199
10.67/10.77	c 7) kcnfs+P: 999.000000
10.67/10.77	c 8) march_dl+P: 999.000000
10.67/10.77	c 9) vallst+P: 999.000000
10.67/10.77	c 10) zchaff_rand+P: 999.000000
10.67/10.77	c 11) rsat+P: 999.000000
10.67/10.77	c 12) eureka+P: 999.000000
10.67/10.77	c 13) minisat20+P: 999.000000
10.67/10.77	c 14) rsat: 999.000000
10.67/10.77	c satzilla running minisat20 ... 
10.67/10.77	This is MiniSat 2.0 beta
10.67/10.77	WARNING: for repeatability, setting FPU to use double precision
10.67/10.77	============================[ Problem Statistics ]=============================
10.67/10.77	|                                                                             |
10.67/10.77	|  Number of variables:  7502                                                 |
10.67/10.77	|  Number of clauses:    28770                                                |
10.67/10.79	|  Parsing time:         0.01         s                                       |
10.67/10.79	============================[ Search Statistics ]==============================
10.67/10.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.79	===============================================================================
10.67/10.79	|         0 |    6654    23237    63534 |     7745        0    nan |  0.000 % |
10.67/10.79	|       101 |    6654    23237    63534 |     8520      101      5 | 11.304 % |
10.74/10.81	|       251 |    6654    23237    63534 |     9372      251      8 | 11.304 % |
10.74/10.82	|       476 |    6654    23237    63534 |    10309      476      8 | 11.304 % |
10.74/10.83	|       814 |    6654    23237    63534 |    11340      814      9 | 11.304 % |
10.74/10.88	|      1320 |    6650    23224    63501 |    12474     1314     11 | 11.357 % |
10.86/10.98	|      2079 |    6650    23224    63501 |    13721     2073     16 | 11.357 % |
11.16/11.21	|      3218 |    6647    23214    63477 |    15094     3210     24 | 11.397 % |
11.36/11.47	|      4927 |    6647    23214    63477 |    16603     4919     25 | 11.397 % |
11.85/11.97	|      7491 |    6646    23211    63469 |    18263     7480     27 | 11.410 % |
13.25/13.38	|     11335 |    6644    23198    63441 |    20090    11322     34 | 11.437 % |
15.06/15.18	|     17101 |    6642    23192    63425 |    22099    17086     34 | 11.464 % |
18.25/18.36	|     25750 |    6629    23144    63311 |    24309    14166     28 | 11.637 % |
26.55/26.60	|     38724 |    6628    23138    63295 |    26740    13890     38 | 11.650 % |
38.54/38.65	|     58186 |    6619    23102    63206 |    29414    19085     49 | 11.770 % |
59.54/59.66	|     87378 |    6612    23078    63144 |    32355    16742     37 | 11.864 % |
97.13/97.28	|    131168 |    6609    23075    63136 |    35591    26192     51 | 11.903 % |
138.02/138.20	|    196852 |    6603    23045    63060 |    39150    33617     34 | 11.997 % |
212.20/212.39	|    295379 |    6592    23015    62980 |    43065    25272     44 | 12.143 % |
345.26/345.47	|    443168 |    6584    22981    62896 |    47371    24868     39 | 12.237 % |
548.05/548.38	|    664852 |    6569    22933    62770 |    52108    27294     39 | 12.437 % |
897.79/898.27	|    997377 |    6557    22886    62654 |    57319    34844     39 | 12.597 % |
1199.51/1200.05	c Bin: Executing minisat20
1199.51/1200.05	c child exit by a signal
1199.51/1200.05	c minisat20 returned code 137.
1199.51/1200.05	c minisat20 returned code 137.
1199.51/1200.05	c satzilla running vallst ... 
1199.51/1200.05	c Bin: Executing vallst
1199.51/1200.05	c vallst returned code 1.
1199.51/1200.05	c vallst returned code 1.
1199.51/1200.05	c satzilla running eureka ... 
1199.51/1200.05	c Bin: Executing eureka
1199.51/1200.05	c eureka returned code 1.
1199.51/1200.05	c eureka returned code 1.
1199.51/1200.05	c satzilla running zchaff_rand ... 
1199.51/1200.05	c Bin: Executing zchaff_rand
1199.51/1200.05	c zchaff_rand returned code 1.
1199.51/1200.05	c zchaff_rand returned code 1.
1199.51/1200.05	c satzilla running march_dl ... 
1199.51/1200.05	c Bin: Executing march_dl
1199.51/1200.05	c march_dl returned code 1.
1199.51/1200.05	c march_dl returned code 1.
1199.51/1200.05	c satzilla running kcnfs ... 
1199.51/1200.05	c Bin: Executing kcnfs
1199.51/1200.05	c kcnfs returned code 1.
1199.51/1200.05	c kcnfs returned code 1.
1199.51/1200.05	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/node19/watcher-314771-1172641942 -o ROOT/results/node19/solver-314771-1172641942 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314771-1172641942/SATzilla2007_F /tmp/evaluation/314771-1172641942/instance-314771-1172641942.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: 0.92 0.98 0.99 3/77 8757
/proc/meminfo: memFree=773792/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=0
/proc/8757/stat : 8757 (SATzilla2007_F) R 8755 8757 8165 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8758] ppid=8757 vsize=1344 CPUtime=0
/proc/8758/stat : 8758 (march_dl) R 8757 8757 8165 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 284148206 1376256 209 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8758/statm: 336 209 50 118 0 215 0

[startup+0.0191861 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8757
/proc/meminfo: memFree=773792/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=0
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8758] ppid=8757 vsize=1476 CPUtime=0.01
/proc/8758/stat : 8758 (march_dl) R 8757 8757 8165 0 -1 4194304 273 0 0 0 1 0 0 0 19 0 1 0 284148206 1511424 267 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8758/statm: 369 267 50 118 0 248 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2988

[startup+0.101194 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8757
/proc/meminfo: memFree=773792/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=0
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8758] ppid=8757 vsize=3376 CPUtime=0.09
/proc/8758/stat : 8758 (march_dl) R 8757 8757 8165 0 -1 4194304 1146 0 0 0 9 0 0 0 19 0 1 0 284148206 3457024 670 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134540871 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8758/statm: 844 670 55 118 0 723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4888

[startup+0.301215 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8757
/proc/meminfo: memFree=773792/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=0
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8758] ppid=8757 vsize=5964 CPUtime=0.29
/proc/8758/stat : 8758 (march_dl) R 8757 8757 8165 0 -1 4194304 3592 0 0 0 28 1 0 0 21 0 1 0 284148206 6107136 1312 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560196 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8758/statm: 1491 1312 69 118 0 1370 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7476

[startup+0.701259 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 8757
/proc/meminfo: memFree=773792/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=0
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8758] ppid=8757 vsize=10640 CPUtime=0.68
/proc/8758/stat : 8758 (march_dl) R 8757 8757 8165 0 -1 4194304 4784 0 0 0 67 1 0 0 25 0 1 0 284148206 10895360 2496 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8758/statm: 2660 2496 73 118 0 2539 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12152

[startup+1.50134 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 8759
/proc/meminfo: memFree=763920/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=0
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8758] ppid=8757 vsize=11544 CPUtime=1.49
/proc/8758/stat : 8758 (march_dl) R 8757 8757 8165 0 -1 4194304 4820 0 0 0 147 2 0 0 25 0 1 0 284148206 11821056 2532 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134513851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8758/statm: 2886 2532 75 118 0 2765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13056

[startup+3.10252 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 8759
/proc/meminfo: memFree=763472/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=0
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8758] ppid=8757 vsize=12840 CPUtime=3.09
/proc/8758/stat : 8758 (march_dl) R 8757 8757 8165 0 -1 4194304 5096 0 0 0 307 2 0 0 25 0 1 0 284148206 13148160 2808 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8758/statm: 3210 2808 75 118 0 3089 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14352

[startup+6.30187 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 8760
/proc/meminfo: memFree=771280/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=1512 CPUtime=4.99
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 149 5252 0 0 0 0 497 2 16 0 1 0 284148206 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8757/statm: 378 125 110 260 0 84 0
[pid=8760] ppid=8757 vsize=6188 CPUtime=1.29
/proc/8760/stat : 8760 (ubcsat2006) R 8757 8757 8165 0 -1 4194304 690 0 0 0 119 10 0 0 25 0 1 0 284148706 6336512 672 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8760/statm: 1547 672 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 8761
/proc/meminfo: memFree=767632/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=4852 CPUtime=1.91
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 968 0 0 0 191 0 0 0 25 0 1 0 284149283 4968448 961 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 1213 961 58 118 0 1091 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8976

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8761
/proc/meminfo: memFree=763920/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=8028 CPUtime=14.71
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 1788 0 0 0 1470 1 0 0 25 0 1 0 284149283 8220672 1781 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535771 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 2007 1781 58 118 0 1885 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12152

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8761
/proc/meminfo: memFree=760912/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=11104 CPUtime=40.3
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 2534 0 0 0 4028 2 0 0 25 0 1 0 284149283 11370496 2527 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 2776 2527 58 118 0 2654 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 15228

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8761
/proc/meminfo: memFree=760400/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=11648 CPUtime=91.49
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 2673 0 0 0 9147 2 0 0 25 0 1 0 284149283 11927552 2666 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 2912 2666 58 118 0 2790 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 15772

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8761
/proc/meminfo: memFree=758544/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=13460 CPUtime=151.47
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 3124 0 0 0 15144 3 0 0 25 0 1 0 284149283 13783040 3117 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 3365 3117 58 118 0 3243 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17584

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8761
/proc/meminfo: memFree=757520/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=14516 CPUtime=211.45
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 3381 0 0 0 21141 4 0 0 25 0 1 0 284149283 14864384 3374 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 3629 3374 58 118 0 3507 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 18640

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8761
/proc/meminfo: memFree=757008/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=15072 CPUtime=271.44
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 3501 0 0 0 27139 5 0 0 25 0 1 0 284149283 15433728 3494 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 3768 3494 58 118 0 3646 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 19196

[startup+342.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 8761
/proc/meminfo: memFree=756496/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=15480 CPUtime=331.41
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 3624 0 0 0 33136 5 0 0 25 0 1 0 284149283 15851520 3617 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 3870 3617 58 118 0 3748 0

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

[startup+522.302 s]
/proc/loadavg: 1.08 1.03 1.01 2/85 8787
/proc/meminfo: memFree=754016/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=16676 CPUtime=511.36
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 3912 0 0 0 51128 8 0 0 25 0 1 0 284149283 17076224 3905 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4169 3905 58 118 0 4047 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 20800

[startup+582.301 s]
/proc/loadavg: 1.06 1.03 1.01 2/85 8895
/proc/meminfo: memFree=753560/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=17072 CPUtime=571.28
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4037 0 0 0 57119 9 0 0 25 0 1 0 284149283 17481728 4030 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4268 4030 58 118 0 4146 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 21196

[startup+642.302 s]
/proc/loadavg: 1.13 1.05 1.01 2/79 8959
/proc/meminfo: memFree=753296/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=18284 CPUtime=631.23
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4334 0 0 0 63113 10 0 0 25 0 1 0 284149283 18722816 4327 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4571 4327 58 118 0 4449 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 22408

[startup+702.302 s]
/proc/loadavg: 1.12 1.06 1.01 2/79 8959
/proc/meminfo: memFree=753296/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=18284 CPUtime=691.21
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4336 0 0 0 69110 11 0 0 25 0 1 0 284149283 18722816 4329 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4571 4329 58 118 0 4449 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 22408

[startup+762.306 s]
/proc/loadavg: 1.11 1.06 1.01 2/79 8959
/proc/meminfo: memFree=752656/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=19212 CPUtime=751.19
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4541 0 0 0 75108 11 0 0 25 0 1 0 284149283 19673088 4534 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527508 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4803 4534 58 118 0 4681 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 23336

[startup+822.302 s]
/proc/loadavg: 1.10 1.06 1.01 2/79 8959
/proc/meminfo: memFree=752272/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=19476 CPUtime=811.17
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4631 0 0 0 81105 12 0 0 25 0 1 0 284149283 19943424 4624 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4869 4624 58 118 0 4747 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 23600

[startup+882.301 s]
/proc/loadavg: 1.12 1.08 1.01 2/79 8959
/proc/meminfo: memFree=752336/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=19476 CPUtime=871.15
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4632 0 0 0 87103 12 0 0 25 0 1 0 284149283 19943424 4625 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4869 4625 58 118 0 4747 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 23600

[startup+942.302 s]
/proc/loadavg: 1.16 1.11 1.02 2/79 8959
/proc/meminfo: memFree=752272/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=19476 CPUtime=931.14
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4636 0 0 0 93101 13 0 0 25 0 1 0 284149283 19943424 4629 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527437 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4869 4629 58 118 0 4747 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 23600

[startup+1002.3 s]
/proc/loadavg: 1.06 1.08 1.02 2/79 8959
/proc/meminfo: memFree=752400/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=19476 CPUtime=991.12
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4636 0 0 0 99099 13 0 0 25 0 1 0 284149283 19943424 4629 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4869 4629 58 118 0 4747 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 23600

[startup+1062.3 s]
/proc/loadavg: 1.02 1.07 1.01 2/79 8959
/proc/meminfo: memFree=752336/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=19476 CPUtime=1051.1
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4636 0 0 0 105096 14 0 0 25 0 1 0 284149283 19943424 4629 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4869 4629 58 118 0 4747 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 23600

[startup+1122.3 s]
/proc/loadavg: 1.00 1.05 1.01 2/79 8959
/proc/meminfo: memFree=752400/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=19476 CPUtime=1111.08
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 4637 0 0 0 111094 14 0 0 25 0 1 0 284149283 19943424 4630 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 4869 4630 58 118 0 4747 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 23600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/79 8959
/proc/meminfo: memFree=750480/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=4124 CPUtime=10.74
/proc/8757/stat : 8757 (SATzilla2007_F) S 8755 8757 8165 0 -1 4194304 2023 5948 0 0 346 7 700 21 25 0 1 0 284148206 4222976 838 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8757/statm: 1031 838 170 260 0 737 0
[pid=8761] ppid=8757 vsize=21456 CPUtime=1171.07
/proc/8761/stat : 8761 (minisat20) R 8757 8757 8165 0 -1 4194304 5111 0 0 0 117091 16 0 0 25 0 1 0 284149283 21970944 5104 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8761/statm: 5364 5104 58 118 0 5242 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 25580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.04 1.00 2/78 8959
/proc/meminfo: memFree=766232/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=8992 CPUtime=1200.03
/proc/8757/stat : 8757 (SATzilla2007_F) R 8755 8757 8165 0 -1 4194304 3556 11091 0 0 389 10 119566 38 22 0 1 0 284148206 9207808 1928 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134591417 0 0 4096 0 0 0 0 17 1 0 0
/proc/8757/statm: 2248 1928 177 260 0 1954 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 8992

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.04 1.00 2/78 8959
/proc/meminfo: memFree=766232/2055920 swapFree=4192812/4192956
[pid=8757] ppid=8755 vsize=8992 CPUtime=1200.03
/proc/8757/stat : 8757 (SATzilla2007_F) R 8755 8757 8165 0 -1 4194304 3556 11091 0 0 389 10 119566 38 22 0 1 0 284148206 9207808 1928 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134591417 0 0 4096 0 0 0 0 17 1 0 0
/proc/8757/statm: 2248 1928 177 260 0 1954 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 8992

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.55
CPU system time (s): 0.492925
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 25732

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

runsolver used 1.18582 second user time and 3.19051 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Feb 28 05:52:22 UTC 2007

IDJOB= 314771
IDBENCH= 20399
IDSOLVER= 136
FILE ID= node19/314771-1172641942

PBS_JOBID= 3980925

Free space on /tmp= 66500 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  d2f77e32530988f77dca5112174eee00

RANDOM SEED= 706665737

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:        774200 kB
Buffers:         65412 kB
Cached:        1091540 kB
SwapCached:          0 kB
Active:         482028 kB
Inactive:       718552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        774200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10580 kB
Writeback:           0 kB
Mapped:          62468 kB
Slab:            66636 kB
Committed_AS:  1077080 kB
PageTables:       1756 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 node19 on Wed Feb 28 06:12:24 UTC 2007