Trace number 302406

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.67 1200.07

General information on the benchmark

Namerandom/LargeSize/5SAT/v900/
unif-k5-r20-v900-c18000-S1285628870-05.cnf
MD5SUMd0e29b4d909795f0b3931db4750cb61b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark315.806
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.73/10.77	c run March_dl for 5 seconds ... 
10.73/10.77	c Bin: Executing march_dl
10.73/10.77	c child exit by a signal
10.73/10.77	c march_dl returned code 137.
10.73/10.77	c run saps for 2 seconds ... 
10.73/10.77	c Bin: Executing ubcsat2006
10.73/10.77	c child exited successfully
10.73/10.77	c ubcsat2006 returned code 0.
10.73/10.77	c satzilla computing base features
10.73/10.77	c satzilla doing unit-prop probe
10.73/10.77	c satzilla doing local search probe
10.73/10.77	c satzilla doing lobjois search-space size estimate
10.73/10.77	c satzilla's ranking:
10.73/10.77	c 1) march_dl: 4.461173
10.73/10.77	c 2) eureka: 5.390362
10.73/10.77	c 3) kcnfs: 5.669131
10.73/10.77	c 4) vallst: 7.425472
10.73/10.77	c 5) minisat20: 7.527305
10.73/10.77	c 6) zchaff_rand: 9.504336
10.73/10.77	c 7) kcnfs+P: 999.000000
10.73/10.77	c 8) march_dl+P: 999.000000
10.73/10.77	c 9) vallst+P: 999.000000
10.73/10.77	c 10) zchaff_rand+P: 999.000000
10.73/10.77	c 11) rsat+P: 999.000000
10.73/10.77	c 12) eureka+P: 999.000000
10.73/10.77	c 13) minisat20+P: 999.000000
10.73/10.77	c 14) rsat: 999.000000
10.73/10.77	c satzilla running march_dl ... 
1199.48/1199.99	c Bin: Executing march_dl
1199.48/1199.99	c child exit by a signal
1199.48/1199.99	c march_dl returned code 137.
1199.48/1199.99	c march_dl returned code 137.
1199.48/1199.99	c satzilla running eureka ... 
1199.48/1199.99	c Bin: Executing eureka
1199.48/1199.99	c eureka returned code 1.
1199.48/1199.99	c eureka returned code 1.
1199.48/1199.99	c satzilla running kcnfs ... 
1199.48/1199.99	c Bin: Executing kcnfs
1199.48/1199.99	c kcnfs returned code 1.
1199.48/1199.99	c kcnfs returned code 1.
1199.48/1199.99	c satzilla running vallst ... 
1199.48/1199.99	c Bin: Executing vallst
1199.48/1199.99	c vallst returned code 1.
1199.48/1199.99	c vallst returned code 1.
1199.48/1199.99	c satzilla running minisat20 ... 
1199.48/1199.99	c Bin: Executing minisat20
1199.48/1199.99	c minisat20 returned code 1.
1199.48/1199.99	c minisat20 returned code 1.
1199.48/1199.99	c satzilla running zchaff_rand ... 
1199.48/1199.99	c Bin: Executing zchaff_rand
1199.48/1199.99	c zchaff_rand returned code 1.
1199.48/1199.99	c zchaff_rand returned code 1.
1199.48/1199.99	c satzilla running kcnfs with preprocessing ... 
1199.61/1200.06	c Preprocessing...
1199.61/1200.06	c Inital problem has 900 variables, 18000 nary clauses (0 binary clauses).
1199.61/1200.06	c Num non-binary clauses 18000, Average non-binary clause length 5.000
1199.61/1200.06	c Theory has no gaps
1199.61/1200.06	c Preprocessor runtime was 0.040 seconds.
1199.61/1200.06	c 
1199.61/1200.06	c Satisfiability of theory still undetermined.
1199.61/1200.06	c See file /tmp/TWs4Nj for simplified theory.
1199.61/1200.06	c Bin: Executing kcnfs
1199.61/1200.06	c kcnfs returned code 1.
1199.61/1200.06	c kcnfs returned code 1.
1199.61/1200.06	c satzilla running march_dl with preprocessing ... 
1199.61/1200.06	c Bin: Executing march_dl
1199.61/1200.06	c march_dl returned code 1.
1199.61/1200.06	c march_dl returned code 1.
1199.61/1200.06	c satzilla running vallst with preprocessing ... 
1199.61/1200.06	c Bin: Executing vallst
1199.61/1200.06	c vallst returned code 1.
1199.61/1200.06	c vallst returned code 1.
1199.61/1200.06	c satzilla running zchaff_rand with preprocessing ... 
1199.61/1200.06	c Bin: Executing zchaff_rand
1199.61/1200.06	c zchaff_rand returned code 1.
1199.61/1200.06	c zchaff_rand returned code 1.
1199.61/1200.06	c satzilla running rsat with preprocessing ... 
1199.61/1200.06	c Bin: Executing rsat
1199.61/1200.06	c rsat returned code 1.
1199.61/1200.06	c rsat returned code 1.
1199.61/1200.06	c satzilla running eureka with preprocessing ... 
1199.61/1200.06	c Bin: Executing eureka
1199.61/1200.06	c eureka returned code 1.
1199.61/1200.06	c eureka returned code 1.
1199.61/1200.06	c satzilla running minisat20 with preprocessing ... 
1199.61/1200.06	c Bin: Executing minisat20
1199.61/1200.06	c minisat20 returned code 1.
1199.61/1200.06	c minisat20 returned code 1.
1199.61/1200.06	c satzilla running rsat ... 
1199.61/1200.06	c Bin: Executing rsat
1199.61/1200.06	c rsat returned code 1.
1199.61/1200.06	c rsat returned code 1.
1199.61/1200.06	c ERROR: All Failed! 
1199.61/1200.06	c SATZILLA_TIME=1199.830000

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/node43/watcher-302406-1172010980 -o ROOT/results/node43/solver-302406-1172010980 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302406-1172010980/SATzilla2007_F /tmp/evaluation/302406-1172010980/instance-302406-1172010980.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: 1.01 1.02 1.00 3/64 31953
/proc/meminfo: memFree=1487216/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=1512 CPUtime=0
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221054102 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 378 125 110 260 0 84 0
[pid=31954] ppid=31953 vsize=780 CPUtime=0
/proc/31954/stat : 31954 (march_dl) R 31953 31953 30853 0 -1 4194304 107 0 0 0 0 0 0 0 19 0 1 0 221054102 798720 101 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31954/statm: 195 101 50 118 0 74 0

[startup+0.107094 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 31953
/proc/meminfo: memFree=1487216/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=1512 CPUtime=0
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221054102 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 378 125 110 260 0 84 0
[pid=31954] ppid=31953 vsize=2828 CPUtime=0.09
/proc/31954/stat : 31954 (march_dl) R 31953 31953 30853 0 -1 4194304 1855 0 0 0 9 0 0 0 20 0 1 0 221054102 2895872 565 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31954/statm: 707 565 65 118 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4340

[startup+0.515159 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 31953
/proc/meminfo: memFree=1487216/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=1512 CPUtime=0
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221054102 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 378 125 110 260 0 84 0
[pid=31954] ppid=31953 vsize=3776 CPUtime=0.5
/proc/31954/stat : 31954 (march_dl) R 31953 31953 30853 0 -1 4194304 2514 0 0 0 50 0 0 0 23 0 1 0 221054102 3866624 605 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31954/statm: 944 605 67 118 0 823 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5288

[startup+1.3353 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 31955
/proc/meminfo: memFree=1484832/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=1512 CPUtime=0
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221054102 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 378 125 110 260 0 84 0
[pid=31954] ppid=31953 vsize=3908 CPUtime=1.32
/proc/31954/stat : 31954 (march_dl) R 31953 31953 30853 0 -1 4194304 2547 0 0 0 132 0 0 0 25 0 1 0 221054102 4001792 638 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134584257 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31954/statm: 977 638 67 118 0 856 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5420

[startup+2.97657 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 31955
/proc/meminfo: memFree=1466272/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=1512 CPUtime=0
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 221054102 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 378 125 110 260 0 84 0
[pid=31954] ppid=31953 vsize=24208 CPUtime=2.97
/proc/31954/stat : 31954 (march_dl) R 31953 31953 30853 0 -1 4194304 8019 0 0 0 271 26 0 0 25 0 1 0 221054102 24788992 5747 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31954/statm: 6052 5747 72 118 0 5931 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 25720

[startup+6.25312 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 31956
/proc/meminfo: memFree=1485344/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=1512 CPUtime=4.99
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 149 9425 0 0 0 0 472 27 16 0 1 0 221054102 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31953/statm: 378 125 110 260 0 84 0
[pid=31956] ppid=31953 vsize=6188 CPUtime=1.24
/proc/31956/stat : 31956 (ubcsat2006) R 31953 31953 30853 0 -1 4194304 547 0 0 0 117 7 0 0 25 0 1 0 221054603 6336512 529 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31956/statm: 1547 529 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7152 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31957
/proc/meminfo: memFree=1482784/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=23004 CPUtime=1.93
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 7300 0 0 0 182 11 0 0 25 0 1 0 221055179 23556096 5223 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 5751 5223 72 118 0 5630 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26244

[startup+25.5223 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 31957
/proc/meminfo: memFree=1456672/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=34316 CPUtime=14.73
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 11325 0 0 0 1442 31 0 0 25 0 1 0 221055179 35139584 7568 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134531250 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 8579 7568 74 118 0 8458 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37556

[startup+51.1446 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 31957
/proc/meminfo: memFree=1446368/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=42472 CPUtime=40.34
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 13569 0 0 0 4001 33 0 0 25 0 1 0 221055179 43491328 9812 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 10618 9812 74 118 0 10497 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45712

[startup+102.418 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 31957
/proc/meminfo: memFree=1442272/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=46540 CPUtime=91.6
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 14566 0 0 0 9126 34 0 0 25 0 1 0 221055179 47656960 10809 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 11635 10809 74 118 0 11514 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 49780

[startup+162.481 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31957
/proc/meminfo: memFree=1439456/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=49164 CPUtime=151.64
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 15249 0 0 0 15129 35 0 0 25 0 1 0 221055179 50343936 11492 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 12291 11492 74 118 0 12170 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 52404

[startup+222.542 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1437664/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=51000 CPUtime=211.68
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 15713 0 0 0 21133 35 0 0 25 0 1 0 221055179 52224000 11956 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 12750 11956 74 118 0 12629 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 54240

[startup+282.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1436448/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=52312 CPUtime=271.72
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 16026 0 0 0 27136 36 0 0 25 0 1 0 221055179 53567488 12269 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565173 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 13078 12269 74 118 0 12957 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 55552

[startup+342.663 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1435232/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=53368 CPUtime=331.76
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 16303 0 0 0 33140 36 0 0 25 0 1 0 221055179 54648832 12546 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 13342 12546 74 118 0 13221 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 56608

[startup+402.731 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1434400/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=54292 CPUtime=391.82
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 16520 0 0 0 39145 37 0 0 25 0 1 0 221055179 55595008 12763 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 13573 12763 74 118 0 13452 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 57532

[startup+462.791 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1433696/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=54952 CPUtime=451.86
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 16689 0 0 0 45149 37 0 0 25 0 1 0 221055179 56270848 12932 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 13738 12932 74 118 0 13617 0
Current children cumulated CPU time (s) 462.6

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

/proc/31957/statm: 14266 13488 74 118 0 14145 0
Current children cumulated CPU time (s) 702.76
Current children cumulated vsize (KiB) 60304

[startup+763.089 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1431008/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=57592 CPUtime=752.06
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 17372 0 0 0 75168 38 0 0 25 0 1 0 221055179 58974208 13615 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551539 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 14398 13615 74 118 0 14277 0
Current children cumulated CPU time (s) 762.8
Current children cumulated vsize (KiB) 60832

[startup+823.159 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1430496/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=57988 CPUtime=812.11
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 17479 0 0 0 81173 38 0 0 25 0 1 0 221055179 59379712 13722 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 14497 13722 74 118 0 14376 0
Current children cumulated CPU time (s) 822.85
Current children cumulated vsize (KiB) 61228

[startup+883.223 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1430112/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=58384 CPUtime=872.15
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 17568 0 0 0 87177 38 0 0 25 0 1 0 221055179 59785216 13811 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 14596 13811 74 118 0 14475 0
Current children cumulated CPU time (s) 882.89
Current children cumulated vsize (KiB) 61624

[startup+943.281 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1429664/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=58780 CPUtime=932.19
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 17665 0 0 0 93181 38 0 0 25 0 1 0 221055179 60190720 13908 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 14695 13908 74 118 0 14574 0
Current children cumulated CPU time (s) 942.93
Current children cumulated vsize (KiB) 62020

[startup+1003.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1429280/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=59176 CPUtime=992.23
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 17759 0 0 0 99184 39 0 0 25 0 1 0 221055179 60596224 14002 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532790 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 14794 14002 74 118 0 14673 0
Current children cumulated CPU time (s) 1002.97
Current children cumulated vsize (KiB) 62416

[startup+1063.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1429024/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=59440 CPUtime=1052.27
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 17830 0 0 0 105188 39 0 0 25 0 1 0 221055179 60866560 14073 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 14860 14073 74 118 0 14739 0
Current children cumulated CPU time (s) 1063.01
Current children cumulated vsize (KiB) 62680

[startup+1123.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428640/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=59704 CPUtime=1112.31
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 17914 0 0 0 111192 39 0 0 25 0 1 0 221055179 61136896 14157 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 14926 14157 74 118 0 14805 0
Current children cumulated CPU time (s) 1123.05
Current children cumulated vsize (KiB) 62944

[startup+1183.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428448/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=60100 CPUtime=1172.35
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 18009 0 0 0 117196 39 0 0 25 0 1 0 221055179 61542400 14252 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 15025 14252 74 118 0 14904 0
Current children cumulated CPU time (s) 1183.09
Current children cumulated vsize (KiB) 63340

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

[startup+1187.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428448/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=60100 CPUtime=1176.14
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 18016 0 0 0 117575 39 0 0 25 0 1 0 221055179 61542400 14259 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 15025 14259 74 118 0 14904 0
Current children cumulated CPU time (s) 1186.88
Current children cumulated vsize (KiB) 63340

[startup+1193.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428384/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=60232 CPUtime=1182.7
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 18023 0 0 0 118231 39 0 0 25 0 1 0 221055179 61677568 14266 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 15058 14266 74 118 0 14937 0
Current children cumulated CPU time (s) 1193.44
Current children cumulated vsize (KiB) 63472

[startup+1197.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428384/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=60232 CPUtime=1185.98
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 18025 0 0 0 118559 39 0 0 25 0 1 0 221055179 61677568 14268 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 15058 14268 74 118 0 14937 0
Current children cumulated CPU time (s) 1196.72
Current children cumulated vsize (KiB) 63472

[startup+1198.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428384/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=60232 CPUtime=1187.62
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 18026 0 0 0 118723 39 0 0 25 0 1 0 221055179 61677568 14269 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 15058 14269 74 118 0 14937 0
Current children cumulated CPU time (s) 1198.36
Current children cumulated vsize (KiB) 63472

[startup+1199.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428384/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3240 CPUtime=10.74
/proc/31953/stat : 31953 (SATzilla2007_F) S 31951 31953 30853 0 -1 4194304 1579 9978 0 0 346 14 675 39 25 0 1 0 221054102 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31953/statm: 810 617 169 260 0 516 0
[pid=31957] ppid=31953 vsize=60232 CPUtime=1188.44
/proc/31957/stat : 31957 (march_dl) R 31953 31953 30853 0 -1 4194304 18026 0 0 0 118805 39 0 0 25 0 1 0 221055179 61677568 14269 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31957/statm: 15058 14269 74 118 0 14937 0
Current children cumulated CPU time (s) 1199.18
Current children cumulated vsize (KiB) 63472

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31959
/proc/meminfo: memFree=1428384/2055920 swapFree=4183404/4192956
[pid=31953] ppid=31951 vsize=3772 CPUtime=1199.61
/proc/31953/stat : 31953 (SATzilla2007_F) R 31951 31953 30853 0 -1 4194304 1831 28004 0 0 349 15 119517 80 16 0 1 0 221054102 3862528 736 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135296140 0 0 4096 0 0 0 0 17 0 0 0
/proc/31953/statm: 943 736 170 260 0 649 0
Current children cumulated CPU time (s) 1199.61
Current children cumulated vsize (KiB) 3772

Child status: 17
Real time (s): 1200.07
CPU time (s): 1199.67
CPU user time (s): 1198.71
CPU system time (s): 0.961853
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 63472

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

runsolver used 1.20582 second user time and 2.47662 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Feb 20 22:36:21 UTC 2007

IDJOB= 302406
IDBENCH= 20082
IDSOLVER= 136
FILE ID= node43/302406-1172010980

PBS_JOBID= 3892635

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  d0e29b4d909795f0b3931db4750cb61b

RANDOM SEED= 85998870

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1487624 kB
Buffers:         32608 kB
Cached:         451160 kB
SwapCached:       3384 kB
Active:          54324 kB
Inactive:       439416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487624 kB
SwapTotal:     4192956 kB
SwapFree:      4183404 kB
Dirty:           10540 kB
Writeback:           0 kB
Mapped:          15936 kB
Slab:            60592 kB
Committed_AS:   588916 kB
PageTables:       1396 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= 66553 MiB

End job on node43 on Tue Feb 20 22:56:21 UTC 2007