Trace number 302283

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.56 1200.14

General information on the benchmark

Namerandom/LargeSize/5SAT/v900/
unif-k5-r20-v900-c18000-S1175862975-06.cnf
MD5SUM98a928e73ef4b410b81c1ce8d0720be9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark492.15
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
Number of clauses of size over 50

Solver Data (download as text)

10.63/10.66	c run March_dl for 5 seconds ... 
10.63/10.66	c Bin: Executing march_dl
10.63/10.66	c child exit by a signal
10.63/10.66	c march_dl returned code 137.
10.63/10.66	c run saps for 2 seconds ... 
10.63/10.66	c Bin: Executing ubcsat2006
10.63/10.66	c child exited successfully
10.63/10.66	c ubcsat2006 returned code 0.
10.63/10.66	c satzilla computing base features
10.63/10.66	c satzilla doing unit-prop probe
10.63/10.66	c satzilla doing local search probe
10.63/10.66	c satzilla doing lobjois search-space size estimate
10.63/10.66	c satzilla's ranking:
10.63/10.66	c 1) march_dl: 4.324449
10.63/10.66	c 2) eureka: 5.350618
10.63/10.66	c 3) kcnfs: 5.706606
10.63/10.66	c 4) minisat20: 7.367959
10.63/10.66	c 5) vallst: 7.471826
10.63/10.66	c 6) zchaff_rand: 9.473197
10.63/10.66	c 7) kcnfs+P: 999.000000
10.63/10.66	c 8) march_dl+P: 999.000000
10.63/10.66	c 9) vallst+P: 999.000000
10.63/10.66	c 10) zchaff_rand+P: 999.000000
10.63/10.66	c 11) rsat+P: 999.000000
10.63/10.66	c 12) eureka+P: 999.000000
10.63/10.66	c 13) minisat20+P: 999.000000
10.63/10.66	c 14) rsat: 999.000000
10.63/10.66	c satzilla running march_dl ... 
1199.35/1200.06	c Bin: Executing march_dl
1199.35/1200.06	c child exit by a signal
1199.35/1200.06	c march_dl returned code 137.
1199.35/1200.06	c march_dl returned code 137.
1199.35/1200.06	c satzilla running eureka ... 
1199.35/1200.06	c Bin: Executing eureka
1199.35/1200.06	c eureka returned code 1.
1199.35/1200.06	c eureka returned code 1.
1199.35/1200.06	c satzilla running kcnfs ... 
1199.35/1200.06	c Bin: Executing kcnfs
1199.35/1200.06	c kcnfs returned code 1.
1199.35/1200.06	c kcnfs returned code 1.
1199.35/1200.06	c satzilla running minisat20 ... 
1199.35/1200.06	c Bin: Executing minisat20
1199.35/1200.06	c minisat20 returned code 1.
1199.35/1200.06	c minisat20 returned code 1.
1199.35/1200.06	c satzilla running vallst ... 
1199.35/1200.06	c Bin: Executing vallst
1199.35/1200.06	c vallst returned code 1.
1199.35/1200.06	c vallst returned code 1.
1199.35/1200.06	c satzilla running zchaff_rand ... 
1199.35/1200.06	c Bin: Executing zchaff_rand
1199.35/1200.06	c zchaff_rand returned code 1.
1199.35/1200.06	c zchaff_rand returned code 1.
1199.35/1200.06	c satzilla running kcnfs with preprocessing ... 
1199.46/1200.13	c Preprocessing...
1199.46/1200.13	c Inital problem has 900 variables, 18000 nary clauses (0 binary clauses).
1199.46/1200.13	c Num non-binary clauses 18000, Average non-binary clause length 5.000
1199.46/1200.13	c Theory has no gaps
1199.46/1200.13	c Preprocessor runtime was 0.050 seconds.
1199.46/1200.13	c 
1199.46/1200.13	c Satisfiability of theory still undetermined.
1199.46/1200.13	c See file /tmp/geEASd for simplified theory.
1199.46/1200.13	c Bin: Executing kcnfs
1199.46/1200.13	c kcnfs returned code 1.
1199.46/1200.13	c kcnfs returned code 1.
1199.46/1200.13	c satzilla running march_dl with preprocessing ... 
1199.46/1200.13	c Bin: Executing march_dl
1199.46/1200.13	c march_dl returned code 1.
1199.46/1200.13	c march_dl returned code 1.
1199.46/1200.13	c satzilla running vallst with preprocessing ... 
1199.46/1200.13	c Bin: Executing vallst
1199.46/1200.13	c vallst returned code 1.
1199.46/1200.13	c vallst returned code 1.
1199.46/1200.13	c satzilla running zchaff_rand with preprocessing ... 
1199.46/1200.14	c Bin: Executing zchaff_rand
1199.46/1200.14	c zchaff_rand returned code 1.
1199.46/1200.14	c zchaff_rand returned code 1.
1199.46/1200.14	c satzilla running rsat with preprocessing ... 
1199.46/1200.14	c Bin: Executing rsat
1199.46/1200.14	c rsat returned code 1.
1199.46/1200.14	c rsat returned code 1.
1199.46/1200.14	c satzilla running eureka with preprocessing ... 
1199.46/1200.14	c Bin: Executing eureka
1199.46/1200.14	c eureka returned code 1.
1199.46/1200.14	c eureka returned code 1.
1199.46/1200.14	c satzilla running minisat20 with preprocessing ... 
1199.46/1200.14	c Bin: Executing minisat20
1199.46/1200.14	c minisat20 returned code 1.
1199.46/1200.14	c minisat20 returned code 1.
1199.46/1200.14	c satzilla running rsat ... 
1199.46/1200.14	c Bin: Executing rsat
1199.46/1200.14	c rsat returned code 1.
1199.46/1200.14	c rsat returned code 1.
1199.46/1200.14	c ERROR: All Failed! 
1199.46/1200.14	c SATZILLA_TIME=1199.730000

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/node6/watcher-302283-1172008164 -o ROOT/results/node6/solver-302283-1172008164 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302283-1172008164/SATzilla2007_F /tmp/evaluation/302283-1172008164/instance-302283-1172008164.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.98 3/77 2569
/proc/meminfo: memFree=1480256/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) R 2567 2569 1637 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 220771150 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=780 CPUtime=0
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1637 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 220771150 798720 101 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134781574 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 195 101 50 118 0 74 0

[startup+0.106725 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 2569
/proc/meminfo: memFree=1480256/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220771150 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=2828 CPUtime=0.09
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1637 0 -1 4194304 1860 0 0 0 9 0 0 0 20 0 1 0 220771150 2895872 562 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 707 562 63 118 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4340

[startup+0.514804 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 2569
/proc/meminfo: memFree=1480256/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220771150 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=3776 CPUtime=0.5
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1637 0 -1 4194304 2520 0 0 0 50 0 0 0 24 0 1 0 220771150 3866624 604 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 944 604 67 118 0 823 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5288

[startup+1.33497 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 2571
/proc/meminfo: memFree=1477872/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220771150 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=3908 CPUtime=1.32
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1637 0 -1 4194304 2552 0 0 0 132 0 0 0 25 0 1 0 220771150 4001792 636 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 977 636 67 118 0 856 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5420

[startup+2.97129 s]
/proc/loadavg: 0.92 0.98 0.98 2/79 2571
/proc/meminfo: memFree=1459376/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220771150 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=24208 CPUtime=2.95
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1637 0 -1 4194304 8026 0 0 0 266 29 0 0 25 0 1 0 220771150 24788992 5747 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 6052 5747 72 118 0 5931 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 25720

[startup+6.25494 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 2572
/proc/meminfo: memFree=1478320/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=4.99
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 149 9430 0 0 0 0 469 30 16 0 1 0 220771150 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2572] ppid=2569 vsize=6188 CPUtime=1.23
/proc/2572/stat : 2572 (ubcsat2006) R 2569 2569 1637 0 -1 4194304 547 0 0 0 117 6 0 0 25 0 1 0 220771651 6336512 529 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2572/statm: 1547 529 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7700

[startup+12.7092 s]
/proc/loadavg: 0.93 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1475760/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=23004 CPUtime=2.03
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 7307 0 0 0 193 10 0 0 25 0 1 0 220772216 23556096 5223 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 5751 5223 72 118 0 5630 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26240

[startup+25.5257 s]
/proc/loadavg: 0.95 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1450736/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=30340 CPUtime=14.84
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 10990 0 0 0 1455 29 0 0 25 0 1 0 220772216 31068160 7229 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 7585 7229 74 118 0 7464 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33576

[startup+51.1558 s]
/proc/loadavg: 0.96 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1440624/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=41180 CPUtime=40.47
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 13216 0 0 0 4016 31 0 0 25 0 1 0 220772216 42168320 9455 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 10295 9455 74 118 0 10174 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 44416

[startup+102.408 s]
/proc/loadavg: 0.98 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1435312/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=46436 CPUtime=91.7
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 14540 0 0 0 9137 33 0 0 25 0 1 0 220772216 47550464 10779 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 11609 10779 74 118 0 11488 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 49672

[startup+162.482 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1432496/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=49068 CPUtime=151.74
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 15238 0 0 0 15141 33 0 0 25 0 1 0 220772216 50245632 11477 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 12267 11477 74 118 0 12146 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 52304

[startup+222.549 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1430960/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=50636 CPUtime=211.79
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 15625 0 0 0 21145 34 0 0 25 0 1 0 220772216 51851264 11864 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 12659 11864 74 118 0 12538 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 53872

[startup+282.615 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1429552/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=51952 CPUtime=271.84
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 15970 0 0 0 27148 36 0 0 25 0 1 0 220772216 53198848 12209 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 12988 12209 74 118 0 12867 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 55188

[startup+342.687 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1428400/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=53140 CPUtime=331.89
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 16259 0 0 0 33152 37 0 0 25 0 1 0 220772216 54415360 12498 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 13285 12498 74 118 0 13164 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 56376

[startup+402.762 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1427632/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=53932 CPUtime=391.94
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 16452 0 0 0 39156 38 0 0 25 0 1 0 220772216 55226368 12691 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526978 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 13483 12691 74 118 0 13362 0
Current children cumulated CPU time (s) 402.57
Current children cumulated vsize (KiB) 57168

[startup+462.835 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2573
/proc/meminfo: memFree=1426864/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=54724 CPUtime=451.98
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 16645 0 0 0 45160 38 0 0 25 0 1 0 220772216 56037376 12884 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 13681 12884 74 118 0 13560 0
Current children cumulated CPU time (s) 462.61

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

/proc/2573/statm: 14276 13482 74 118 0 14155 0
Current children cumulated CPU time (s) 702.78
Current children cumulated vsize (KiB) 60340

[startup+763.23 s]
/proc/loadavg: 0.99 0.98 0.98 2/85 2729
/proc/meminfo: memFree=1422592/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=57500 CPUtime=752.18
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17350 0 0 0 75176 42 0 0 25 0 1 0 220772216 58880000 13589 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 14375 13589 74 118 0 14254 0
Current children cumulated CPU time (s) 762.81
Current children cumulated vsize (KiB) 60736

[startup+823.321 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1423344/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=57896 CPUtime=812.22
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17449 0 0 0 81180 42 0 0 25 0 1 0 220772216 59285504 13688 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 14474 13688 74 118 0 14353 0
Current children cumulated CPU time (s) 822.85
Current children cumulated vsize (KiB) 61132

[startup+883.393 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1423024/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=58292 CPUtime=872.27
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17551 0 0 0 87184 43 0 0 25 0 1 0 220772216 59691008 13790 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 14573 13790 74 118 0 14452 0
Current children cumulated CPU time (s) 882.9
Current children cumulated vsize (KiB) 61528

[startup+943.461 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1422576/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=58688 CPUtime=932.31
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17650 0 0 0 93188 43 0 0 25 0 1 0 220772216 60096512 13889 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 14672 13889 74 118 0 14551 0
Current children cumulated CPU time (s) 942.94
Current children cumulated vsize (KiB) 61924

[startup+1003.53 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1422320/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=58952 CPUtime=992.36
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17724 0 0 0 99192 44 0 0 25 0 1 0 220772216 60366848 13963 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 14738 13963 74 118 0 14617 0
Current children cumulated CPU time (s) 1002.99
Current children cumulated vsize (KiB) 62188

[startup+1063.61 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1422128/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=59216 CPUtime=1052.42
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17804 0 0 0 105197 45 0 0 25 0 1 0 220772216 60637184 14043 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 14804 14043 74 118 0 14683 0
Current children cumulated CPU time (s) 1063.05
Current children cumulated vsize (KiB) 62452

[startup+1123.69 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421808/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=59612 CPUtime=1112.47
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17879 0 0 0 111202 45 0 0 25 0 1 0 220772216 61042688 14118 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 14903 14118 74 118 0 14782 0
Current children cumulated CPU time (s) 1123.1
Current children cumulated vsize (KiB) 62848

[startup+1183.77 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421424/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=60008 CPUtime=1172.53
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17977 0 0 0 117207 46 0 0 25 0 1 0 220772216 61448192 14216 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 15002 14216 74 118 0 14881 0
Current children cumulated CPU time (s) 1183.16
Current children cumulated vsize (KiB) 63244

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

[startup+1187.56 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421424/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=60008 CPUtime=1176.32
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17981 0 0 0 117586 46 0 0 25 0 1 0 220772216 61448192 14220 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 15002 14220 74 118 0 14881 0
Current children cumulated CPU time (s) 1186.95
Current children cumulated vsize (KiB) 63244

[startup+1194.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421360/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=60008 CPUtime=1182.88
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17988 0 0 0 118242 46 0 0 25 0 1 0 220772216 61448192 14227 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 15002 14227 74 118 0 14881 0
Current children cumulated CPU time (s) 1193.51
Current children cumulated vsize (KiB) 63244

[startup+1197.4 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421360/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=60008 CPUtime=1186.15
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17989 0 0 0 118569 46 0 0 25 0 1 0 220772216 61448192 14228 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 15002 14228 74 118 0 14881 0
Current children cumulated CPU time (s) 1196.78
Current children cumulated vsize (KiB) 63244

[startup+1199.04 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421360/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=60008 CPUtime=1187.8
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17990 0 0 0 118734 46 0 0 25 0 1 0 220772216 61448192 14229 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551444 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 15002 14229 74 118 0 14881 0
Current children cumulated CPU time (s) 1198.43
Current children cumulated vsize (KiB) 63244

[startup+1199.86 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421360/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3236 CPUtime=10.63
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1637 0 -1 4194304 1578 9983 0 0 337 12 672 42 25 0 1 0 220771150 3313664 616 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 809 616 169 260 0 515 0
[pid=2573] ppid=2569 vsize=60008 CPUtime=1188.62
/proc/2573/stat : 2573 (march_dl) R 2569 2569 1637 0 -1 4194304 17990 0 0 0 118816 46 0 0 25 0 1 0 220772216 61448192 14229 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2573/statm: 15002 14229 74 118 0 14881 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 63244

[startup+1200.07 s]
/proc/loadavg: 0.99 0.98 0.98 2/79 2771
/proc/meminfo: memFree=1421360/2055924 swapFree=4192812/4192956
[pid=2569] ppid=2567 vsize=3240 CPUtime=1199.46
/proc/2569/stat : 2569 (SATzilla2007_F) R 2567 2569 1637 0 -1 4194304 1652 27973 0 0 338 12 119507 89 16 0 1 0 220771150 3317760 619 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135065202 0 0 4096 0 0 0 0 17 0 0 0
/proc/2569/statm: 810 619 170 260 0 516 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 3240

Child status: 17
Real time (s): 1200.14
CPU time (s): 1199.56
CPU user time (s): 1198.53
CPU system time (s): 1.03184
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 63244

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

runsolver used 1.19382 second user time and 3.07053 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Feb 20 21:49:24 UTC 2007

IDJOB= 302283
IDBENCH= 20079
IDSOLVER= 136
FILE ID= node6/302283-1172008164

PBS_JOBID= 3849117

Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v900/unif-k5-r20-v900-c18000-S1175862975-06.cnf
COMMAND LINE= /tmp/evaluation/302283-1172008164/SATzilla2007_F /tmp/evaluation/302283-1172008164/instance-302283-1172008164.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-302283-1172008164 -o ROOT/results/node6/solver-302283-1172008164 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302283-1172008164/SATzilla2007_F /tmp/evaluation/302283-1172008164/instance-302283-1172008164.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  98a928e73ef4b410b81c1ce8d0720be9

RANDOM SEED= 475428361

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1480664 kB
Buffers:         61144 kB
Cached:         379156 kB
SwapCached:          0 kB
Active:         144240 kB
Inactive:       352752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1480664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10564 kB
Writeback:           0 kB
Mapped:          75608 kB
Slab:            63908 kB
Committed_AS:   827100 kB
PageTables:       1744 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= 66540 MiB

End job on node6 on Tue Feb 20 22:09:25 UTC 2007