Trace number 302201

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.58 1199.96

General information on the benchmark

Namerandom/LargeSize/5SAT/v900/
unif-k5-r20-v900-c18000-S16540223-14.cnf
MD5SUM6104e3b216d8b12a00f9c23312ab9c34
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark299.403
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.61/10.70	c run March_dl for 5 seconds ... 
10.61/10.70	c Bin: Executing march_dl
10.61/10.70	c child exit by a signal
10.61/10.70	c march_dl returned code 137.
10.61/10.70	c run saps for 2 seconds ... 
10.61/10.70	c Bin: Executing ubcsat2006
10.61/10.70	c child exited successfully
10.61/10.70	c ubcsat2006 returned code 0.
10.61/10.70	c satzilla computing base features
10.61/10.70	c satzilla doing unit-prop probe
10.61/10.70	c satzilla doing local search probe
10.61/10.70	c satzilla doing lobjois search-space size estimate
10.61/10.70	c satzilla's ranking:
10.61/10.70	c 1) march_dl: 4.309289
10.61/10.70	c 2) eureka: 5.468229
10.61/10.70	c 3) kcnfs: 5.600381
10.61/10.70	c 4) vallst: 7.038925
10.61/10.70	c 5) minisat20: 7.430273
10.61/10.70	c 6) zchaff_rand: 9.594972
10.61/10.70	c 7) kcnfs+P: 999.000000
10.61/10.70	c 8) march_dl+P: 999.000000
10.61/10.70	c 9) vallst+P: 999.000000
10.61/10.70	c 10) zchaff_rand+P: 999.000000
10.61/10.70	c 11) rsat+P: 999.000000
10.61/10.70	c 12) eureka+P: 999.000000
10.61/10.70	c 13) minisat20+P: 999.000000
10.61/10.70	c 14) rsat: 999.000000
10.61/10.70	c satzilla running march_dl ... 
1199.44/1199.88	c Bin: Executing march_dl
1199.44/1199.88	c child exit by a signal
1199.44/1199.88	c march_dl returned code 137.
1199.44/1199.88	c march_dl returned code 137.
1199.44/1199.88	c satzilla running eureka ... 
1199.44/1199.88	c Bin: Executing eureka
1199.44/1199.88	c eureka returned code 1.
1199.44/1199.88	c eureka returned code 1.
1199.44/1199.88	c satzilla running kcnfs ... 
1199.44/1199.88	c Bin: Executing kcnfs
1199.44/1199.88	c kcnfs returned code 1.
1199.44/1199.88	c kcnfs returned code 1.
1199.44/1199.88	c satzilla running vallst ... 
1199.44/1199.88	c Bin: Executing vallst
1199.44/1199.88	c vallst returned code 1.
1199.44/1199.88	c vallst returned code 1.
1199.44/1199.88	c satzilla running minisat20 ... 
1199.44/1199.88	c Bin: Executing minisat20
1199.44/1199.88	c minisat20 returned code 1.
1199.44/1199.88	c minisat20 returned code 1.
1199.44/1199.88	c satzilla running zchaff_rand ... 
1199.44/1199.88	c Bin: Executing zchaff_rand
1199.44/1199.88	c zchaff_rand returned code 1.
1199.44/1199.88	c zchaff_rand returned code 1.
1199.44/1199.88	c satzilla running kcnfs with preprocessing ... 
1199.56/1199.96	c Preprocessing...
1199.56/1199.96	c Inital problem has 900 variables, 18000 nary clauses (0 binary clauses).
1199.56/1199.96	c Num non-binary clauses 18000, Average non-binary clause length 5.000
1199.56/1199.96	c Theory has no gaps
1199.56/1199.96	c Preprocessor runtime was 0.040 seconds.
1199.56/1199.96	c 
1199.56/1199.96	c Satisfiability of theory still undetermined.
1199.56/1199.96	c See file /tmp/8zJRre for simplified theory.
1199.56/1199.96	c Bin: Executing kcnfs
1199.56/1199.96	c kcnfs returned code 1.
1199.56/1199.96	c kcnfs returned code 1.
1199.56/1199.96	c satzilla running march_dl with preprocessing ... 
1199.56/1199.96	c Bin: Executing march_dl
1199.56/1199.96	c march_dl returned code 1.
1199.56/1199.96	c march_dl returned code 1.
1199.56/1199.96	c satzilla running vallst with preprocessing ... 
1199.56/1199.96	c Bin: Executing vallst
1199.56/1199.96	c vallst returned code 1.
1199.56/1199.96	c vallst returned code 1.
1199.56/1199.96	c satzilla running zchaff_rand with preprocessing ... 
1199.56/1199.96	c Bin: Executing zchaff_rand
1199.56/1199.96	c zchaff_rand returned code 1.
1199.56/1199.96	c zchaff_rand returned code 1.
1199.56/1199.96	c satzilla running rsat with preprocessing ... 
1199.56/1199.96	c Bin: Executing rsat
1199.56/1199.96	c rsat returned code 1.
1199.56/1199.96	c rsat returned code 1.
1199.56/1199.96	c satzilla running eureka with preprocessing ... 
1199.56/1199.96	c Bin: Executing eureka
1199.56/1199.96	c eureka returned code 1.
1199.56/1199.96	c eureka returned code 1.
1199.56/1199.96	c satzilla running minisat20 with preprocessing ... 
1199.56/1199.96	c Bin: Executing minisat20
1199.56/1199.96	c minisat20 returned code 1.
1199.56/1199.96	c minisat20 returned code 1.
1199.56/1199.96	c satzilla running rsat ... 
1199.56/1199.96	c Bin: Executing rsat
1199.56/1199.96	c rsat returned code 1.
1199.56/1199.96	c rsat returned code 1.
1199.56/1199.96	c ERROR: All Failed! 
1199.56/1199.96	c SATZILLA_TIME=1199.740000

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/node63/watcher-302201-1172006767 -o ROOT/results/node63/solver-302201-1172006767 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302201-1172006767/SATzilla2007_F /tmp/evaluation/302201-1172006767/instance-302201-1172006767.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 4528
/proc/meminfo: memFree=1664400/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=1512 CPUtime=0
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220634096 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 378 125 110 260 0 84 0
[pid=4529] ppid=4528 vsize=780 CPUtime=0
/proc/4529/stat : 4529 (march_dl) R 4528 4528 3820 0 -1 4194304 107 0 0 0 0 0 0 0 19 0 1 0 220634096 798720 101 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4529/statm: 195 101 50 118 0 74 0

[startup+0.106744 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 4528
/proc/meminfo: memFree=1664400/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=1512 CPUtime=0
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220634096 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 378 125 110 260 0 84 0
[pid=4529] ppid=4528 vsize=2828 CPUtime=0.09
/proc/4529/stat : 4529 (march_dl) R 4528 4528 3820 0 -1 4194304 1863 0 0 0 9 0 0 0 20 0 1 0 220634096 2895872 565 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4529/statm: 707 565 65 118 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4340

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

[startup+1.33587 s]
/proc/loadavg: 0.92 0.98 0.92 2/66 4530
/proc/meminfo: memFree=1662080/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=1512 CPUtime=0
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220634096 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 378 125 110 260 0 84 0
[pid=4529] ppid=4528 vsize=3908 CPUtime=1.33
/proc/4529/stat : 4529 (march_dl) R 4528 4528 3820 0 -1 4194304 2564 0 0 0 132 1 0 0 25 0 1 0 220634096 4001792 647 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4529/statm: 977 647 67 118 0 856 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5420

[startup+2.98205 s]
/proc/loadavg: 0.92 0.98 0.92 2/66 4530
/proc/meminfo: memFree=1643840/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=1512 CPUtime=0
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220634096 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 378 125 110 260 0 84 0
[pid=4529] ppid=4528 vsize=23860 CPUtime=2.97
/proc/4529/stat : 4529 (march_dl) R 4528 4528 3820 0 -1 4194304 7939 0 0 0 267 30 0 0 25 0 1 0 220634096 24432640 5658 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559697 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4529/statm: 5965 5658 72 118 0 5844 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 25372

[startup+6.2584 s]
/proc/loadavg: 1.01 1.00 0.93 2/66 4531
/proc/meminfo: memFree=1662592/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=1512 CPUtime=4.99
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 149 9323 0 0 0 0 468 31 16 0 1 0 220634096 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4528/statm: 378 125 110 260 0 84 0
[pid=4531] ppid=4528 vsize=6188 CPUtime=1.22
/proc/4531/stat : 4531 (ubcsat2006) R 4528 4528 3820 0 -1 4194304 547 0 0 0 116 6 0 0 25 0 1 0 220634597 6336512 529 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4531/statm: 1547 529 156 64 0 1128 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 7700

[startup+12.7141 s]
/proc/loadavg: 1.01 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1659968/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=22652 CPUtime=1.99
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 7233 0 0 0 189 10 0 0 25 0 1 0 220635166 23195648 5146 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 5663 5146 72 118 0 5542 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 25892

[startup+25.5194 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1634432/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=33800 CPUtime=14.8
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 11145 0 0 0 1449 31 0 0 25 0 1 0 220635166 34611200 7403 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 8450 7403 74 118 0 8329 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37040

[startup+51.1442 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1625088/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=41300 CPUtime=40.41
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 13155 0 0 0 4008 33 0 0 25 0 1 0 220635166 42291200 9413 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 10325 9413 74 118 0 10204 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 44540

[startup+102.388 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1620800/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=45628 CPUtime=91.64
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 14265 0 0 0 9130 34 0 0 25 0 1 0 220635166 46723072 10523 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 11407 10523 74 118 0 11286 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 48868

[startup+162.448 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1617984/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=48256 CPUtime=151.68
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 14938 0 0 0 15133 35 0 0 25 0 1 0 220635166 49414144 11196 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 12064 11196 74 118 0 11943 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 51496

[startup+222.507 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1616256/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=49952 CPUtime=211.72
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 15367 0 0 0 21137 35 0 0 25 0 1 0 220635166 51150848 11625 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 12488 11625 74 118 0 12367 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 53192

[startup+282.566 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1614976/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=51272 CPUtime=271.76
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 15677 0 0 0 27140 36 0 0 25 0 1 0 220635166 52502528 11935 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 12818 11935 74 118 0 12697 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 54512

[startup+342.623 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1613888/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=52328 CPUtime=331.8
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 15956 0 0 0 33144 36 0 0 25 0 1 0 220635166 53583872 12214 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 13082 12214 74 118 0 12961 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 55568

[startup+402.683 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1613120/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=52988 CPUtime=391.85
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 16138 0 0 0 39148 37 0 0 25 0 1 0 220635166 54259712 12396 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 13247 12396 74 118 0 13126 0
Current children cumulated CPU time (s) 402.5
Current children cumulated vsize (KiB) 56228

[startup+462.742 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1612224/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=53912 CPUtime=451.89
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 16357 0 0 0 45152 37 0 0 25 0 1 0 220635166 55205888 12615 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 13478 12615 74 118 0 13357 0
Current children cumulated CPU time (s) 462.54

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

/proc/4532/statm: 14006 13156 74 118 0 13885 0
Current children cumulated CPU time (s) 702.7
Current children cumulated vsize (KiB) 59264

[startup+763.037 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1609600/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=56420 CPUtime=752.1
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17002 0 0 0 75171 39 0 0 25 0 1 0 220635166 57774080 13260 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14105 13260 74 118 0 13984 0
Current children cumulated CPU time (s) 762.75
Current children cumulated vsize (KiB) 59660

[startup+823.098 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 4532
/proc/meminfo: memFree=1609152/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=56820 CPUtime=812.14
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17107 0 0 0 81175 39 0 0 25 0 1 0 220635166 58183680 13365 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14205 13365 74 118 0 14084 0
Current children cumulated CPU time (s) 822.79
Current children cumulated vsize (KiB) 60060

[startup+883.155 s]
/proc/loadavg: 1.05 1.01 0.94 2/66 4534
/proc/meminfo: memFree=1608704/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=57216 CPUtime=872.18
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17190 0 0 0 87179 39 0 0 25 0 1 0 220635166 58589184 13448 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14304 13448 74 118 0 14183 0
Current children cumulated CPU time (s) 882.83
Current children cumulated vsize (KiB) 60456

[startup+943.215 s]
/proc/loadavg: 1.02 1.01 0.94 2/66 4534
/proc/meminfo: memFree=1608448/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=57480 CPUtime=932.22
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17273 0 0 0 93183 39 0 0 25 0 1 0 220635166 58859520 13531 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14370 13531 74 118 0 14249 0
Current children cumulated CPU time (s) 942.87
Current children cumulated vsize (KiB) 60720

[startup+1003.28 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4534
/proc/meminfo: memFree=1608128/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=57744 CPUtime=992.27
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17349 0 0 0 99187 40 0 0 25 0 1 0 220635166 59129856 13607 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14436 13607 74 118 0 14315 0
Current children cumulated CPU time (s) 1002.92
Current children cumulated vsize (KiB) 60984

[startup+1063.34 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4534
/proc/meminfo: memFree=1607808/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58140 CPUtime=1052.31
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17428 0 0 0 105191 40 0 0 25 0 1 0 220635166 59535360 13686 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14535 13686 74 118 0 14414 0
Current children cumulated CPU time (s) 1062.96
Current children cumulated vsize (KiB) 61380

[startup+1123.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4534
/proc/meminfo: memFree=1607552/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58404 CPUtime=1112.35
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17494 0 0 0 111195 40 0 0 25 0 1 0 220635166 59805696 13752 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14601 13752 74 118 0 14480 0
Current children cumulated CPU time (s) 1123
Current children cumulated vsize (KiB) 61644

[startup+1183.46 s]
/proc/loadavg: 1.07 1.02 0.94 2/66 4534
/proc/meminfo: memFree=1607296/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58668 CPUtime=1172.39
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17564 0 0 0 117199 40 0 0 25 0 1 0 220635166 60076032 13822 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528338 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14667 13822 74 118 0 14546 0
Current children cumulated CPU time (s) 1183.04
Current children cumulated vsize (KiB) 61908

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

[startup+1187.25 s]
/proc/loadavg: 1.07 1.02 0.94 2/66 4534
/proc/meminfo: memFree=1607296/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58668 CPUtime=1176.18
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17568 0 0 0 117578 40 0 0 25 0 1 0 220635166 60076032 13826 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553155 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14667 13826 74 118 0 14546 0
Current children cumulated CPU time (s) 1186.83
Current children cumulated vsize (KiB) 61908

[startup+1193.8 s]
/proc/loadavg: 1.06 1.02 0.94 2/66 4534
/proc/meminfo: memFree=1607232/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58668 CPUtime=1182.74
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17577 0 0 0 118234 40 0 0 25 0 1 0 220635166 60076032 13835 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14667 13835 74 118 0 14546 0
Current children cumulated CPU time (s) 1193.39
Current children cumulated vsize (KiB) 61908

[startup+1197.08 s]
/proc/loadavg: 1.06 1.01 0.94 2/66 4534
/proc/meminfo: memFree=1607232/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58668 CPUtime=1186.02
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17579 0 0 0 118561 41 0 0 25 0 1 0 220635166 60076032 13837 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551515 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14667 13837 74 118 0 14546 0
Current children cumulated CPU time (s) 1196.67
Current children cumulated vsize (KiB) 61908

[startup+1198.72 s]
/proc/loadavg: 1.06 1.01 0.94 2/66 4534
/proc/meminfo: memFree=1607232/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58668 CPUtime=1187.66
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17582 0 0 0 118725 41 0 0 25 0 1 0 220635166 60076032 13840 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527892 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14667 13840 74 118 0 14546 0
Current children cumulated CPU time (s) 1198.31
Current children cumulated vsize (KiB) 61908

[startup+1199.54 s]
/proc/loadavg: 1.05 1.01 0.94 2/66 4534
/proc/meminfo: memFree=1607232/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=3240 CPUtime=10.65
/proc/4528/stat : 4528 (SATzilla2007_F) S 4526 4528 3820 0 -1 4194304 1579 9876 0 0 337 13 671 44 25 0 1 0 220634096 3317760 617 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4528/statm: 810 617 169 260 0 516 0
[pid=4532] ppid=4528 vsize=58668 CPUtime=1188.48
/proc/4532/stat : 4532 (march_dl) R 4528 4528 3820 0 -1 4194304 17584 0 0 0 118807 41 0 0 25 0 1 0 220635166 60076032 13842 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528117 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4532/statm: 14667 13842 74 118 0 14546 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 61908

[startup+1199.95 s]
/proc/loadavg: 1.05 1.01 0.94 2/66 4534
/proc/meminfo: memFree=1607232/2055920 swapFree=4177332/4192956
[pid=4528] ppid=4526 vsize=5800 CPUtime=1199.56
/proc/4528/stat : 4528 (SATzilla2007_F) R 4526 4528 3820 0 -1 4194304 2359 27461 0 0 344 14 119512 86 18 0 1 0 220634096 5939200 1268 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135097884 0 0 4096 0 0 0 0 17 0 0 0
/proc/4528/statm: 1450 1268 176 260 0 1156 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 5800

Child status: 17
Real time (s): 1199.96
CPU time (s): 1199.58
CPU user time (s): 1198.57
CPU system time (s): 1.00985
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 61908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.57
system time used= 1.00985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29826
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= 34
involuntary context switches= 3165

runsolver used 0.877866 second user time and 2.41363 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Tue Feb 20 21:26:07 UTC 2007

IDJOB= 302201
IDBENCH= 20077
IDSOLVER= 136
FILE ID= node63/302201-1172006767

PBS_JOBID= 3892637

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-S16540223-14.cnf
COMMAND LINE= /tmp/evaluation/302201-1172006767/SATzilla2007_F /tmp/evaluation/302201-1172006767/instance-302201-1172006767.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-302201-1172006767 -o ROOT/results/node63/solver-302201-1172006767 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302201-1172006767/SATzilla2007_F /tmp/evaluation/302201-1172006767/instance-302201-1172006767.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  6104e3b216d8b12a00f9c23312ab9c34

RANDOM SEED= 523238198

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1664872 kB
Buffers:         29908 kB
Cached:         301764 kB
SwapCached:       9892 kB
Active:         241180 kB
Inactive:       106228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664872 kB
SwapTotal:     4192956 kB
SwapFree:      4177332 kB
Dirty:           10544 kB
Writeback:           0 kB
Mapped:          15288 kB
Slab:            29588 kB
Committed_AS:   554348 kB
PageTables:       1460 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 node63 on Tue Feb 20 21:46:07 UTC 2007