Trace number 302488

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.57 1199.87

General information on the benchmark

Namerandom/LargeSize/5SAT/v900/
unif-k5-r20-v900-c18000-S1509822356-13.cnf
MD5SUMd639aa5f27d6199159a1100595976bbc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark362.765
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.64/10.67	c run March_dl for 5 seconds ... 
10.64/10.67	c Bin: Executing march_dl
10.64/10.67	c child exit by a signal
10.64/10.67	c march_dl returned code 137.
10.64/10.67	c run saps for 2 seconds ... 
10.64/10.67	c Bin: Executing ubcsat2006
10.64/10.67	c child exited successfully
10.64/10.67	c ubcsat2006 returned code 0.
10.64/10.67	c satzilla computing base features
10.64/10.67	c satzilla doing unit-prop probe
10.64/10.67	c satzilla doing local search probe
10.64/10.67	c satzilla doing lobjois search-space size estimate
10.64/10.67	c satzilla's ranking:
10.64/10.67	c 1) march_dl: 4.276738
10.64/10.67	c 2) eureka: 5.245150
10.64/10.67	c 3) kcnfs: 5.719934
10.64/10.67	c 4) minisat20: 7.059363
10.64/10.67	c 5) vallst: 7.127184
10.64/10.67	c 6) zchaff_rand: 9.225027
10.64/10.67	c 7) kcnfs+P: 999.000000
10.64/10.67	c 8) march_dl+P: 999.000000
10.64/10.67	c 9) vallst+P: 999.000000
10.64/10.67	c 10) zchaff_rand+P: 999.000000
10.64/10.67	c 11) rsat+P: 999.000000
10.64/10.67	c 12) eureka+P: 999.000000
10.64/10.67	c 13) minisat20+P: 999.000000
10.64/10.67	c 14) rsat: 999.000000
10.64/10.67	c satzilla running march_dl ... 
1199.42/1199.78	c Bin: Executing march_dl
1199.42/1199.78	c child exit by a signal
1199.42/1199.78	c march_dl returned code 137.
1199.42/1199.78	c march_dl returned code 137.
1199.42/1199.78	c satzilla running eureka ... 
1199.42/1199.78	c Bin: Executing eureka
1199.42/1199.78	c eureka returned code 1.
1199.42/1199.78	c eureka returned code 1.
1199.42/1199.78	c satzilla running kcnfs ... 
1199.42/1199.78	c Bin: Executing kcnfs
1199.42/1199.78	c kcnfs returned code 1.
1199.42/1199.78	c kcnfs returned code 1.
1199.42/1199.78	c satzilla running minisat20 ... 
1199.42/1199.78	c Bin: Executing minisat20
1199.42/1199.78	c minisat20 returned code 1.
1199.42/1199.78	c minisat20 returned code 1.
1199.42/1199.78	c satzilla running vallst ... 
1199.42/1199.78	c Bin: Executing vallst
1199.42/1199.78	c vallst returned code 1.
1199.42/1199.78	c vallst returned code 1.
1199.42/1199.78	c satzilla running zchaff_rand ... 
1199.42/1199.78	c Bin: Executing zchaff_rand
1199.42/1199.78	c zchaff_rand returned code 1.
1199.42/1199.78	c zchaff_rand returned code 1.
1199.42/1199.78	c satzilla running kcnfs with preprocessing ... 
1199.53/1199.86	c Preprocessing...
1199.53/1199.86	c Inital problem has 900 variables, 18000 nary clauses (0 binary clauses).
1199.53/1199.86	c Num non-binary clauses 18000, Average non-binary clause length 5.000
1199.53/1199.86	c Theory has no gaps
1199.53/1199.86	c Preprocessor runtime was 0.040 seconds.
1199.53/1199.86	c 
1199.53/1199.86	c Satisfiability of theory still undetermined.
1199.53/1199.86	c See file /tmp/2e1tMp for simplified theory.
1199.53/1199.86	c Bin: Executing kcnfs
1199.53/1199.86	c kcnfs returned code 1.
1199.53/1199.86	c kcnfs returned code 1.
1199.53/1199.86	c satzilla running march_dl with preprocessing ... 
1199.53/1199.86	c Bin: Executing march_dl
1199.53/1199.86	c march_dl returned code 1.
1199.53/1199.86	c march_dl returned code 1.
1199.53/1199.86	c satzilla running vallst with preprocessing ... 
1199.53/1199.86	c Bin: Executing vallst
1199.53/1199.86	c vallst returned code 1.
1199.53/1199.86	c vallst returned code 1.
1199.53/1199.86	c satzilla running zchaff_rand with preprocessing ... 
1199.53/1199.86	c Bin: Executing zchaff_rand
1199.53/1199.86	c zchaff_rand returned code 1.
1199.53/1199.86	c zchaff_rand returned code 1.
1199.53/1199.86	c satzilla running rsat with preprocessing ... 
1199.53/1199.86	c Bin: Executing rsat
1199.53/1199.86	c rsat returned code 1.
1199.53/1199.86	c rsat returned code 1.
1199.53/1199.86	c satzilla running eureka with preprocessing ... 
1199.53/1199.86	c Bin: Executing eureka
1199.53/1199.86	c eureka returned code 1.
1199.53/1199.86	c eureka returned code 1.
1199.53/1199.86	c satzilla running minisat20 with preprocessing ... 
1199.53/1199.86	c Bin: Executing minisat20
1199.53/1199.86	c minisat20 returned code 1.
1199.53/1199.86	c minisat20 returned code 1.
1199.53/1199.86	c satzilla running rsat ... 
1199.53/1199.86	c Bin: Executing rsat
1199.53/1199.86	c rsat returned code 1.
1199.53/1199.86	c rsat returned code 1.
1199.53/1199.86	c ERROR: All Failed! 
1199.53/1199.86	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/node34/watcher-302488-1172012803 -o ROOT/results/node34/solver-302488-1172012803 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302488-1172012803/SATzilla2007_F /tmp/evaluation/302488-1172012803/instance-302488-1172012803.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.92 3/64 19261
/proc/meminfo: memFree=1512864/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=1512 CPUtime=0
/proc/19261/stat : 19261 (SATzilla2007_F) R 19259 19261 17927 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 195044174 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/19261/statm: 378 125 110 260 0 84 0
[pid=19262] ppid=19261 vsize=780 CPUtime=0
/proc/19262/stat : 19262 (march_dl) R 19261 19261 17927 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 195044174 798720 101 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19262/statm: 195 101 50 118 0 74 0

[startup+0.107727 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 19261
/proc/meminfo: memFree=1512864/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=1512 CPUtime=0
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 195044174 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19261/statm: 378 125 110 260 0 84 0
[pid=19262] ppid=19261 vsize=2828 CPUtime=0.1
/proc/19262/stat : 19262 (march_dl) R 19261 19261 17927 0 -1 4194304 1862 0 0 0 9 1 0 0 19 0 1 0 195044174 2895872 564 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559272 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19262/statm: 707 564 65 118 0 586 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4340

[startup+0.516759 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 19261
/proc/meminfo: memFree=1512864/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=1512 CPUtime=0
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 195044174 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19261/statm: 378 125 110 260 0 84 0
[pid=19262] ppid=19261 vsize=3776 CPUtime=0.51
/proc/19262/stat : 19262 (march_dl) R 19261 19261 17927 0 -1 4194304 2519 0 0 0 50 1 0 0 23 0 1 0 195044174 3866624 606 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19262/statm: 944 606 67 118 0 823 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 5288

[startup+1.34483 s]
/proc/loadavg: 0.92 0.98 0.92 2/66 19263
/proc/meminfo: memFree=1510480/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=1512 CPUtime=0
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 195044174 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19261/statm: 378 125 110 260 0 84 0
[pid=19262] ppid=19261 vsize=3908 CPUtime=1.34
/proc/19262/stat : 19262 (march_dl) R 19261 19261 17927 0 -1 4194304 2567 0 0 0 133 1 0 0 25 0 1 0 195044174 4001792 654 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19262/statm: 977 654 67 118 0 856 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 5420

[startup+2.98396 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 19263
/proc/meminfo: memFree=1490512/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=1512 CPUtime=0
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 195044174 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19261/statm: 378 125 110 260 0 84 0
[pid=19262] ppid=19261 vsize=23788 CPUtime=2.97
/proc/19262/stat : 19262 (march_dl) R 19261 19261 17927 0 -1 4194304 8033 0 0 0 268 29 0 0 25 0 1 0 195044174 24358912 5642 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19262/statm: 5947 5642 72 118 0 5826 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 25300

[startup+6.26022 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 19264
/proc/meminfo: memFree=1511056/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=1512 CPUtime=4.99
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 149 9445 0 0 0 0 468 31 16 0 1 0 195044174 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19261/statm: 378 125 110 260 0 84 0
[pid=19264] ppid=19261 vsize=6188 CPUtime=1.25
/proc/19264/stat : 19264 (ubcsat2006) R 19261 19261 17927 0 -1 4194304 547 0 0 0 119 6 0 0 25 0 1 0 195044675 6336512 529 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19264/statm: 1547 529 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7167 s]
/proc/loadavg: 0.94 0.98 0.92 2/66 19265
/proc/meminfo: memFree=1490192/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=23012 CPUtime=2.03
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 7312 0 0 0 180 23 0 0 25 0 1 0 195045241 23564288 5231 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 5753 5231 72 118 0 5632 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26252

[startup+25.5218 s]
/proc/loadavg: 0.95 0.98 0.92 2/66 19265
/proc/meminfo: memFree=1481488/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=34788 CPUtime=14.84
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 11526 0 0 0 1454 30 0 0 25 0 1 0 195045241 35622912 7757 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 8697 7757 74 118 0 8576 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38028

[startup+51.1468 s]
/proc/loadavg: 0.96 0.98 0.92 2/66 19265
/proc/meminfo: memFree=1472976/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=41504 CPUtime=40.44
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 13312 0 0 0 4013 31 0 0 25 0 1 0 195045241 42500096 9543 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 10376 9543 74 118 0 10255 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44744

[startup+102.388 s]
/proc/loadavg: 0.98 0.98 0.92 2/66 19265
/proc/meminfo: memFree=1467600/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=46884 CPUtime=91.67
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 14674 0 0 0 9135 32 0 0 25 0 1 0 195045241 48009216 10905 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 11721 10905 74 118 0 11600 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 50124

[startup+162.446 s]
/proc/loadavg: 1.05 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1465168/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=49244 CPUtime=151.71
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 15281 0 0 0 15138 33 0 0 25 0 1 0 195045241 50425856 11512 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 12311 11512 74 118 0 12190 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 52484

[startup+222.503 s]
/proc/loadavg: 1.02 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1463056/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=51200 CPUtime=211.76
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 15785 0 0 0 21142 34 0 0 25 0 1 0 195045241 52428800 12016 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 12800 12016 74 118 0 12679 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 54440

[startup+282.56 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1461968/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=52248 CPUtime=271.8
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 16051 0 0 0 27146 34 0 0 25 0 1 0 195045241 53501952 12282 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564682 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 13062 12282 74 118 0 12941 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 55488

[startup+342.619 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1460752/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=53436 CPUtime=331.85
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 16364 0 0 0 33150 35 0 0 25 0 1 0 195045241 54718464 12595 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 13359 12595 74 118 0 13238 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 56676

[startup+402.681 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1459728/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=54360 CPUtime=391.89
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 16590 0 0 0 39154 35 0 0 25 0 1 0 195045241 55664640 12821 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 13590 12821 74 118 0 13469 0
Current children cumulated CPU time (s) 402.54
Current children cumulated vsize (KiB) 57600

[startup+462.739 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1459024/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=55152 CPUtime=451.94
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 16778 0 0 0 45158 36 0 0 25 0 1 0 195045241 56475648 13009 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 13788 13009 74 118 0 13667 0
Current children cumulated CPU time (s) 462.59

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

/proc/19265/statm: 14415 13634 74 118 0 14294 0
Current children cumulated CPU time (s) 762.81
Current children cumulated vsize (KiB) 60900

[startup+823.095 s]
/proc/loadavg: 1.05 1.01 0.93 2/66 19265
/proc/meminfo: memFree=1456144/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=57924 CPUtime=812.21
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17485 0 0 0 81184 37 0 0 25 0 1 0 195045241 59314176 13716 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14481 13716 74 118 0 14360 0
Current children cumulated CPU time (s) 822.86
Current children cumulated vsize (KiB) 61164

[startup+883.153 s]
/proc/loadavg: 1.02 1.01 0.93 2/66 19265
/proc/meminfo: memFree=1455696/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=58320 CPUtime=872.25
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17587 0 0 0 87188 37 0 0 25 0 1 0 195045241 59719680 13818 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14580 13818 74 118 0 14459 0
Current children cumulated CPU time (s) 882.9
Current children cumulated vsize (KiB) 61560

[startup+943.208 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1455440/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=58584 CPUtime=932.29
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17664 0 0 0 93192 37 0 0 25 0 1 0 195045241 59990016 13895 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14646 13895 74 118 0 14525 0
Current children cumulated CPU time (s) 942.94
Current children cumulated vsize (KiB) 61824

[startup+1003.27 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19265
/proc/meminfo: memFree=1455120/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=58848 CPUtime=992.35
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17728 0 0 0 99197 38 0 0 25 0 1 0 195045241 60260352 13959 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14712 13959 74 118 0 14591 0
Current children cumulated CPU time (s) 1003
Current children cumulated vsize (KiB) 62088

[startup+1063.33 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454736/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59244 CPUtime=1052.39
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17820 0 0 0 105201 38 0 0 25 0 1 0 195045241 60665856 14051 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14811 14051 74 118 0 14690 0
Current children cumulated CPU time (s) 1063.04
Current children cumulated vsize (KiB) 62484

[startup+1123.39 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454480/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59508 CPUtime=1112.44
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17884 0 0 0 111206 38 0 0 25 0 1 0 195045241 60936192 14115 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14877 14115 74 118 0 14756 0
Current children cumulated CPU time (s) 1123.09
Current children cumulated vsize (KiB) 62748

[startup+1183.44 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454160/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59772 CPUtime=1172.48
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17959 0 0 0 117210 38 0 0 25 0 1 0 195045241 61206528 14190 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14943 14190 74 118 0 14822 0
Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 63012

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

[startup+1187.23 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454096/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59904 CPUtime=1176.27
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17965 0 0 0 117589 38 0 0 25 0 1 0 195045241 61341696 14196 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14976 14196 74 118 0 14855 0
Current children cumulated CPU time (s) 1186.92
Current children cumulated vsize (KiB) 63144

[startup+1193.79 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454096/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59904 CPUtime=1182.82
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17972 0 0 0 118244 38 0 0 25 0 1 0 195045241 61341696 14203 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551585 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14976 14203 74 118 0 14855 0
Current children cumulated CPU time (s) 1193.47
Current children cumulated vsize (KiB) 63144

[startup+1197.06 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454096/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59904 CPUtime=1186.1
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17975 0 0 0 118572 38 0 0 25 0 1 0 195045241 61341696 14206 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14976 14206 74 118 0 14855 0
Current children cumulated CPU time (s) 1196.75
Current children cumulated vsize (KiB) 63144

[startup+1198.71 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454032/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59904 CPUtime=1187.74
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17978 0 0 0 118736 38 0 0 25 0 1 0 195045241 61341696 14209 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14976 14209 74 118 0 14855 0
Current children cumulated CPU time (s) 1198.39
Current children cumulated vsize (KiB) 63144

[startup+1199.53 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454032/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59904 CPUtime=1188.57
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17979 0 0 0 118819 38 0 0 25 0 1 0 195045241 61341696 14210 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528163 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14976 14210 74 118 0 14855 0
Current children cumulated CPU time (s) 1199.22
Current children cumulated vsize (KiB) 63144

[startup+1199.74 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454032/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=3240 CPUtime=10.65
/proc/19261/stat : 19261 (SATzilla2007_F) S 19259 19261 17927 0 -1 4194304 1579 9998 0 0 337 14 671 43 25 0 1 0 195044174 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 810 617 169 260 0 516 0
[pid=19265] ppid=19261 vsize=59904 CPUtime=1188.77
/proc/19265/stat : 19265 (march_dl) R 19261 19261 17927 0 -1 4194304 17979 0 0 0 118839 38 0 0 25 0 1 0 195045241 61341696 14210 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19265/statm: 14976 14210 74 118 0 14855 0
Current children cumulated CPU time (s) 1199.42
Current children cumulated vsize (KiB) 63144

[startup+1199.84 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 19267
/proc/meminfo: memFree=1454032/2055920 swapFree=4182748/4192956
[pid=19261] ppid=19259 vsize=5792 CPUtime=1199.53
/proc/19261/stat : 19261 (SATzilla2007_F) R 19259 19261 17927 0 -1 4194304 2357 27977 0 0 342 14 119515 82 18 0 1 0 195044174 5931008 1264 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134593664 0 0 4096 0 0 0 0 17 0 0 0
/proc/19261/statm: 1448 1264 176 260 0 1154 0
Current children cumulated CPU time (s) 1199.53
Current children cumulated vsize (KiB) 5792

Child status: 17
Real time (s): 1199.87
CPU time (s): 1199.57
CPU user time (s): 1198.6
CPU system time (s): 0.972852
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 63144

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

runsolver used 0.91686 second user time and 2.38364 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Tue Feb 20 23:06:44 UTC 2007

IDJOB= 302488
IDBENCH= 20084
IDSOLVER= 136
FILE ID= node34/302488-1172012803

PBS_JOBID= 3892655

Free space on /tmp= 66554 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  d639aa5f27d6199159a1100595976bbc

RANDOM SEED= 872020751

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:       1513336 kB
Buffers:         20304 kB
Cached:         464076 kB
SwapCached:       4880 kB
Active:          99184 kB
Inactive:       395896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513336 kB
SwapTotal:     4192956 kB
SwapFree:      4182748 kB
Dirty:           10544 kB
Writeback:           0 kB
Mapped:          15384 kB
Slab:            33568 kB
Committed_AS:   522784 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= 66554 MiB

End job on node34 on Tue Feb 20 23:26:44 UTC 2007