Trace number 301094

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? (exit code) 1199.49 1199.81

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S1559029529-16.cnf
MD5SUM09f244b4fec25f85ec1e5cd86e26f850
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.23666
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses12000
Sum of the clauses size60000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 512000
Number of clauses of size over 50

Solver Data (download as text)

10.54/10.61	c run March_dl for 5 seconds ... 
10.54/10.61	c Bin: Executing march_dl
10.54/10.61	c child exit by a signal
10.54/10.61	c march_dl returned code 137.
10.54/10.61	c run saps for 2 seconds ... 
10.54/10.61	c Bin: Executing ubcsat2006
10.54/10.61	c child exited successfully
10.54/10.61	c ubcsat2006 returned code 0.
10.54/10.61	c satzilla computing base features
10.54/10.61	c satzilla doing unit-prop probe
10.54/10.61	c satzilla doing local search probe
10.54/10.61	c satzilla doing lobjois search-space size estimate
10.54/10.61	c satzilla's ranking:
10.54/10.61	c 1) march_dl: 4.328000
10.54/10.61	c 2) kcnfs: 5.195707
10.54/10.61	c 3) eureka: 5.200614
10.54/10.61	c 4) minisat20: 6.240375
10.54/10.61	c 5) vallst: 6.394315
10.54/10.61	c 6) zchaff_rand: 8.226676
10.54/10.61	c 7) kcnfs+P: 999.000000
10.54/10.61	c 8) march_dl+P: 999.000000
10.54/10.61	c 9) vallst+P: 999.000000
10.54/10.61	c 10) zchaff_rand+P: 999.000000
10.54/10.61	c 11) rsat+P: 999.000000
10.54/10.61	c 12) eureka+P: 999.000000
10.54/10.61	c 13) minisat20+P: 999.000000
10.54/10.61	c 14) rsat: 999.000000
10.54/10.61	c satzilla running march_dl ... 
1199.34/1199.75	c Bin: Executing march_dl
1199.34/1199.75	c child exit by a signal
1199.34/1199.75	c march_dl returned code 137.
1199.34/1199.75	c march_dl returned code 137.
1199.34/1199.75	c satzilla running kcnfs ... 
1199.34/1199.75	c Bin: Executing kcnfs
1199.34/1199.75	c kcnfs returned code 1.
1199.34/1199.75	c kcnfs returned code 1.
1199.34/1199.75	c satzilla running eureka ... 
1199.34/1199.75	c Bin: Executing eureka
1199.34/1199.75	c eureka returned code 1.
1199.34/1199.75	c eureka returned code 1.
1199.34/1199.75	c satzilla running minisat20 ... 
1199.34/1199.75	c Bin: Executing minisat20
1199.34/1199.75	c minisat20 returned code 1.
1199.34/1199.75	c minisat20 returned code 1.
1199.34/1199.75	c satzilla running vallst ... 
1199.34/1199.75	c Bin: Executing vallst
1199.34/1199.75	c vallst returned code 1.
1199.34/1199.75	c vallst returned code 1.
1199.34/1199.75	c satzilla running zchaff_rand ... 
1199.34/1199.75	c Bin: Executing zchaff_rand
1199.34/1199.75	c zchaff_rand returned code 1.
1199.34/1199.75	c zchaff_rand returned code 1.
1199.34/1199.75	c satzilla running kcnfs with preprocessing ... 
1199.44/1199.80	c Preprocessing...
1199.44/1199.80	c Inital problem has 600 variables, 12000 nary clauses (0 binary clauses).
1199.44/1199.80	c Num non-binary clauses 12000, Average non-binary clause length 5.000
1199.44/1199.80	c Theory has no gaps
1199.44/1199.80	c Preprocessor runtime was 0.030 seconds.
1199.44/1199.80	c 
1199.44/1199.80	c Satisfiability of theory still undetermined.
1199.44/1199.80	c See file /tmp/qlMYkb for simplified theory.
1199.44/1199.80	c Bin: Executing kcnfs
1199.44/1199.80	c kcnfs returned code 1.
1199.44/1199.80	c kcnfs returned code 1.
1199.44/1199.80	c satzilla running march_dl with preprocessing ... 
1199.44/1199.80	c Bin: Executing march_dl
1199.44/1199.80	c march_dl returned code 1.
1199.44/1199.80	c march_dl returned code 1.
1199.44/1199.80	c satzilla running vallst with preprocessing ... 
1199.44/1199.80	c Bin: Executing vallst
1199.44/1199.80	c vallst returned code 1.
1199.44/1199.80	c vallst returned code 1.
1199.44/1199.80	c satzilla running zchaff_rand with preprocessing ... 
1199.44/1199.80	c Bin: Executing zchaff_rand
1199.44/1199.80	c zchaff_rand returned code 1.
1199.44/1199.80	c zchaff_rand returned code 1.
1199.44/1199.80	c satzilla running rsat with preprocessing ... 
1199.44/1199.80	c Bin: Executing rsat
1199.44/1199.80	c rsat returned code 1.
1199.44/1199.80	c rsat returned code 1.
1199.44/1199.80	c satzilla running eureka with preprocessing ... 
1199.44/1199.80	c Bin: Executing eureka
1199.44/1199.80	c eureka returned code 1.
1199.44/1199.80	c eureka returned code 1.
1199.44/1199.80	c satzilla running minisat20 with preprocessing ... 
1199.44/1199.80	c Bin: Executing minisat20
1199.44/1199.80	c minisat20 returned code 1.
1199.44/1199.80	c minisat20 returned code 1.
1199.44/1199.80	c satzilla running rsat ... 
1199.44/1199.80	c Bin: Executing rsat
1199.44/1199.80	c rsat returned code 1.
1199.44/1199.80	c rsat returned code 1.
1199.44/1199.80	c ERROR: All Failed! 
1199.44/1199.80	c SATZILLA_TIME=1199.650000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-301094-1171951914 -o ROOT/results/node7/solver-301094-1171951914 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301094-1171951914/SATzilla2007_F /tmp/evaluation/301094-1171951914/instance-301094-1171951914.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.97 3/77 2075
/proc/meminfo: memFree=1663752/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=1512 CPUtime=0
/proc/2075/stat : 2075 (SATzilla2007_F) R 2073 2075 1039 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 215146134 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/2075/statm: 378 125 110 260 0 84 0
[pid=2076] ppid=2075 vsize=768 CPUtime=0
/proc/2076/stat : 2076 (march_dl) R 2075 2075 1039 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 215146134 786432 91 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2076/statm: 192 91 50 118 0 71 0

[startup+0.107866 s]
/proc/loadavg: 0.92 0.98 0.97 3/77 2075
/proc/meminfo: memFree=1663752/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=1512 CPUtime=0
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215146134 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2075/statm: 378 125 110 260 0 84 0
[pid=2076] ppid=2075 vsize=2688 CPUtime=0.09
/proc/2076/stat : 2076 (march_dl) R 2075 2075 1039 0 -1 4194304 1606 0 0 0 9 0 0 0 19 0 1 0 215146134 2752512 436 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2076/statm: 672 436 67 118 0 551 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4200

[startup+0.515907 s]
/proc/loadavg: 0.92 0.98 0.97 3/77 2075
/proc/meminfo: memFree=1663752/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=1512 CPUtime=0
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215146134 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2075/statm: 378 125 110 260 0 84 0
[pid=2076] ppid=2075 vsize=2820 CPUtime=0.5
/proc/2076/stat : 2076 (march_dl) R 2075 2075 1039 0 -1 4194304 1619 0 0 0 50 0 0 0 24 0 1 0 215146134 2887680 449 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2076/statm: 705 449 67 118 0 584 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4332

[startup+1.33699 s]
/proc/loadavg: 0.92 0.98 0.97 2/79 2077
/proc/meminfo: memFree=1650616/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=1512 CPUtime=0
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215146134 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2075/statm: 378 125 110 260 0 84 0
[pid=2076] ppid=2075 vsize=14636 CPUtime=1.33
/proc/2076/stat : 2076 (march_dl) R 2075 2075 1039 0 -1 4194304 4613 0 0 0 120 13 0 0 25 0 1 0 215146134 14987264 3323 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2076/statm: 3659 3323 72 118 0 3538 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16148

[startup+2.98517 s]
/proc/loadavg: 0.92 0.98 0.97 2/79 2077
/proc/meminfo: memFree=1649144/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=1512 CPUtime=0
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215146134 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2075/statm: 378 125 110 260 0 84 0
[pid=2076] ppid=2075 vsize=15236 CPUtime=2.97
/proc/2076/stat : 2076 (march_dl) R 2075 2075 1039 0 -1 4194304 5909 0 0 0 278 19 0 0 25 0 1 0 215146134 15601664 3603 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2076/statm: 3809 3603 74 118 0 3688 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 16748

[startup+6.2616 s]
/proc/loadavg: 0.93 0.98 0.97 2/79 2078
/proc/meminfo: memFree=1662264/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=1512 CPUtime=5
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 149 5909 0 0 0 0 480 20 16 0 1 0 215146134 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2075/statm: 378 125 110 260 0 84 0
[pid=2078] ppid=2075 vsize=6188 CPUtime=1.25
/proc/2078/stat : 2078 (ubcsat2006) R 2075 2075 1039 0 -1 4194304 444 0 0 0 117 8 0 0 25 0 1 0 215146634 6336512 426 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2078/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7700

[startup+12.7202 s]
/proc/loadavg: 0.93 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1647800/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=15236 CPUtime=2.09
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 5157 0 0 0 191 18 0 0 25 0 1 0 215147195 15601664 3601 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 3809 3601 72 118 0 3688 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18128

[startup+25.5265 s]
/proc/loadavg: 0.95 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1640440/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=23696 CPUtime=14.89
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 7784 0 0 0 1470 19 0 0 25 0 1 0 215147195 24264704 5478 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 5924 5478 74 118 0 5803 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26588

[startup+51.1552 s]
/proc/loadavg: 0.96 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1635768/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=28168 CPUtime=40.52
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 8916 0 0 0 4032 20 0 0 25 0 1 0 215147195 28844032 6610 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 7042 6610 74 118 0 6921 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 31060

[startup+102.409 s]
/proc/loadavg: 0.98 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1633400/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=30544 CPUtime=91.76
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 9520 0 0 0 9155 21 0 0 25 0 1 0 215147195 31277056 7214 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 7636 7214 74 118 0 7515 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 33436

[startup+162.482 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1631672/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=32252 CPUtime=151.81
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 9942 0 0 0 15159 22 0 0 25 0 1 0 215147195 33026048 7636 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134576320 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 8063 7636 74 118 0 7942 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 35144

[startup+222.552 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1630328/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=33440 CPUtime=211.87
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 10270 0 0 0 21164 23 0 0 25 0 1 0 215147195 34242560 7964 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 8360 7964 74 118 0 8239 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 36332

[startup+282.62 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1629496/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=34232 CPUtime=271.92
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 10470 0 0 0 27168 24 0 0 25 0 1 0 215147195 35053568 8164 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134566764 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 8558 8164 74 118 0 8437 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 37124

[startup+342.686 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1628856/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=34892 CPUtime=331.97
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 10633 0 0 0 33172 25 0 0 25 0 1 0 215147195 35729408 8327 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551655 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 8723 8327 74 118 0 8602 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 37784

[startup+402.757 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1628216/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=35552 CPUtime=392.02
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 10774 0 0 0 39177 25 0 0 25 0 1 0 215147195 36405248 8468 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537794 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 8888 8468 74 118 0 8767 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 38444

[startup+462.826 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1627768/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=35948 CPUtime=452.08
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 10897 0 0 0 45182 26 0 0 25 0 1 0 215147195 36810752 8591 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 8987 8591 74 118 0 8866 0
Current children cumulated CPU time (s) 462.68

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

/proc/2080/statm: 9351 8959 74 118 0 9230 0
Current children cumulated CPU time (s) 702.91
Current children cumulated vsize (KiB) 40296

[startup+763.188 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1625976/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=37800 CPUtime=752.36
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11343 0 0 0 75208 28 0 0 25 0 1 0 215147195 38707200 9037 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528079 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9450 9037 74 118 0 9329 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 40692

[startup+823.259 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1625720/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=38064 CPUtime=812.42
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11406 0 0 0 81213 29 0 0 25 0 1 0 215147195 38977536 9100 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9516 9100 74 118 0 9395 0
Current children cumulated CPU time (s) 823.02
Current children cumulated vsize (KiB) 40956

[startup+883.332 s]
/proc/loadavg: 0.99 0.98 0.97 2/79 2080
/proc/meminfo: memFree=1625464/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=38328 CPUtime=872.48
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11466 0 0 0 87218 30 0 0 25 0 1 0 215147195 39247872 9160 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9582 9160 74 118 0 9461 0
Current children cumulated CPU time (s) 883.08
Current children cumulated vsize (KiB) 41220

[startup+943.404 s]
/proc/loadavg: 1.06 1.01 0.98 2/79 2080
/proc/meminfo: memFree=1625208/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=38592 CPUtime=932.53
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11537 0 0 0 93223 30 0 0 25 0 1 0 215147195 39518208 9231 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568111 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9648 9231 74 118 0 9527 0
Current children cumulated CPU time (s) 943.13
Current children cumulated vsize (KiB) 41484

[startup+1003.48 s]
/proc/loadavg: 1.02 1.01 0.98 2/79 2080
/proc/meminfo: memFree=1624952/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=38724 CPUtime=992.6
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11597 0 0 0 99229 31 0 0 25 0 1 0 215147195 39653376 9291 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9681 9291 74 118 0 9560 0
Current children cumulated CPU time (s) 1003.2
Current children cumulated vsize (KiB) 41616

[startup+1063.55 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624696/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=38988 CPUtime=1052.65
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11652 0 0 0 105234 31 0 0 25 0 1 0 215147195 39923712 9346 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568111 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9747 9346 74 118 0 9626 0
Current children cumulated CPU time (s) 1063.25
Current children cumulated vsize (KiB) 41880

[startup+1123.63 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624568/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=39252 CPUtime=1112.71
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11700 0 0 0 111239 32 0 0 25 0 1 0 215147195 40194048 9394 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9813 9394 74 118 0 9692 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 42144

[startup+1183.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624248/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=39516 CPUtime=1172.76
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11775 0 0 0 117244 32 0 0 25 0 1 0 215147195 40464384 9469 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9879 9469 74 118 0 9758 0
Current children cumulated CPU time (s) 1183.36
Current children cumulated vsize (KiB) 42408

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

[startup+1187.49 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624184/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=39516 CPUtime=1176.55
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11780 0 0 0 117623 32 0 0 25 0 1 0 215147195 40464384 9474 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9879 9474 74 118 0 9758 0
Current children cumulated CPU time (s) 1187.15
Current children cumulated vsize (KiB) 42408

[startup+1194.05 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624184/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=39516 CPUtime=1183.11
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11788 0 0 0 118279 32 0 0 25 0 1 0 215147195 40464384 9482 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9879 9482 74 118 0 9758 0
Current children cumulated CPU time (s) 1193.71
Current children cumulated vsize (KiB) 42408

[startup+1197.32 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624184/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=39516 CPUtime=1186.38
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11791 0 0 0 118606 32 0 0 25 0 1 0 215147195 40464384 9485 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9879 9485 74 118 0 9758 0
Current children cumulated CPU time (s) 1196.98
Current children cumulated vsize (KiB) 42408

[startup+1198.96 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624120/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=39516 CPUtime=1188.02
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11795 0 0 0 118770 32 0 0 25 0 1 0 215147195 40464384 9489 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9879 9489 74 118 0 9758 0
Current children cumulated CPU time (s) 1198.62
Current children cumulated vsize (KiB) 42408

[startup+1199.37 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 2080
/proc/meminfo: memFree=1624120/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=2892 CPUtime=10.6
/proc/2075/stat : 2075 (SATzilla2007_F) S 2073 2075 1039 0 -1 4194304 1191 6359 0 0 328 15 683 34 25 0 1 0 215146134 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2075/statm: 723 527 169 260 0 429 0
[pid=2080] ppid=2075 vsize=39516 CPUtime=1188.43
/proc/2080/stat : 2080 (march_dl) R 2075 2075 1039 0 -1 4194304 11795 0 0 0 118811 32 0 0 25 0 1 0 215147195 40464384 9489 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526950 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2080/statm: 9879 9489 74 118 0 9758 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 42408

[startup+1199.78 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 2080
/proc/meminfo: memFree=1660352/2055920 swapFree=4142368/4192956
[pid=2075] ppid=2073 vsize=4372 CPUtime=1199.44
/proc/2075/stat : 2075 (SATzilla2007_F) R 2073 2075 1039 0 -1 4194304 1715 18154 0 0 330 15 119532 67 16 0 1 0 215146134 4476928 915 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134591417 0 0 4096 0 0 0 0 17 1 0 0
/proc/2075/statm: 1093 915 176 260 0 799 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 4372

Child status: 17
Real time (s): 1199.81
CPU time (s): 1199.49
CPU user time (s): 1198.65
CPU system time (s): 0.837872
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 42408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.65
system time used= 0.837872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 2750

runsolver used 1.08783 second user time and 3.17752 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Feb 20 06:11:54 UTC 2007

IDJOB= 301094
IDBENCH= 20050
IDSOLVER= 136
FILE ID= node7/301094-1171951914

PBS_JOBID= 3848947

Free space on /tmp= 66538 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v600/unif-k5-r20-v600-c12000-S1559029529-16.cnf
COMMAND LINE= /tmp/evaluation/301094-1171951914/SATzilla2007_F /tmp/evaluation/301094-1171951914/instance-301094-1171951914.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-301094-1171951914 -o ROOT/results/node7/solver-301094-1171951914 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301094-1171951914/SATzilla2007_F /tmp/evaluation/301094-1171951914/instance-301094-1171951914.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  09f244b4fec25f85ec1e5cd86e26f850

RANDOM SEED= 91726546

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1664160 kB
Buffers:         51704 kB
Cached:         241164 kB
SwapCached:      16056 kB
Active:         229800 kB
Inactive:        93208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664160 kB
SwapTotal:     4192956 kB
SwapFree:      4142368 kB
Dirty:           10420 kB
Writeback:           0 kB
Mapped:          29784 kB
Slab:            54232 kB
Committed_AS:   795788 kB
PageTables:       1764 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66538 MiB

End job on node7 on Tue Feb 20 06:31:54 UTC 2007