Trace number 301914

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.62 1199.94

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S1861814752-08.cnf
MD5SUM1a8cd105958b0a3ba6c891f9e5628523
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark76.4764
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
Number of clauses of size over 50

Solver Data (download as text)

10.62/10.70	c run March_dl for 5 seconds ... 
10.62/10.70	c Bin: Executing march_dl
10.62/10.70	c child exit by a signal
10.62/10.70	c march_dl returned code 137.
10.62/10.70	c run saps for 2 seconds ... 
10.62/10.70	c Bin: Executing ubcsat2006
10.62/10.70	c child exited successfully
10.62/10.70	c ubcsat2006 returned code 0.
10.62/10.70	c satzilla computing base features
10.62/10.70	c satzilla doing unit-prop probe
10.62/10.70	c satzilla doing local search probe
10.62/10.70	c satzilla doing lobjois search-space size estimate
10.62/10.70	c satzilla's ranking:
10.62/10.70	c 1) march_dl: 4.490528
10.62/10.70	c 2) eureka: 5.384457
10.62/10.70	c 3) kcnfs: 5.858402
10.62/10.70	c 4) vallst: 7.689157
10.62/10.70	c 5) minisat20: 8.135133
10.62/10.70	c 6) zchaff_rand: 9.843947
10.62/10.70	c 7) kcnfs+P: 999.000000
10.62/10.70	c 8) march_dl+P: 999.000000
10.62/10.70	c 9) vallst+P: 999.000000
10.62/10.70	c 10) zchaff_rand+P: 999.000000
10.62/10.70	c 11) rsat+P: 999.000000
10.62/10.70	c 12) eureka+P: 999.000000
10.62/10.70	c 13) minisat20+P: 999.000000
10.62/10.70	c 14) rsat: 999.000000
10.62/10.70	c satzilla running march_dl ... 
1199.43/1199.84	c Bin: Executing march_dl
1199.43/1199.84	c child exit by a signal
1199.43/1199.84	c march_dl returned code 137.
1199.43/1199.84	c march_dl returned code 137.
1199.43/1199.84	c satzilla running eureka ... 
1199.43/1199.84	c Bin: Executing eureka
1199.43/1199.84	c eureka returned code 1.
1199.43/1199.84	c eureka returned code 1.
1199.43/1199.84	c satzilla running kcnfs ... 
1199.43/1199.84	c Bin: Executing kcnfs
1199.43/1199.84	c kcnfs returned code 1.
1199.43/1199.84	c kcnfs returned code 1.
1199.43/1199.84	c satzilla running vallst ... 
1199.43/1199.84	c Bin: Executing vallst
1199.43/1199.84	c vallst returned code 1.
1199.43/1199.84	c vallst returned code 1.
1199.43/1199.84	c satzilla running minisat20 ... 
1199.43/1199.84	c Bin: Executing minisat20
1199.43/1199.84	c minisat20 returned code 1.
1199.43/1199.84	c minisat20 returned code 1.
1199.43/1199.84	c satzilla running zchaff_rand ... 
1199.43/1199.84	c Bin: Executing zchaff_rand
1199.43/1199.84	c zchaff_rand returned code 1.
1199.43/1199.84	c zchaff_rand returned code 1.
1199.43/1199.84	c satzilla running kcnfs with preprocessing ... 
1199.55/1199.93	c Preprocessing...
1199.55/1199.93	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.55/1199.93	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.55/1199.93	c Theory has no gaps
1199.55/1199.93	c Preprocessor runtime was 0.050 seconds.
1199.55/1199.93	c 
1199.55/1199.93	c Satisfiability of theory still undetermined.
1199.55/1199.93	c See file /tmp/y40l3s for simplified theory.
1199.55/1199.93	c Bin: Executing kcnfs
1199.55/1199.93	c kcnfs returned code 1.
1199.55/1199.93	c kcnfs returned code 1.
1199.55/1199.93	c satzilla running march_dl with preprocessing ... 
1199.55/1199.93	c Bin: Executing march_dl
1199.55/1199.93	c march_dl returned code 1.
1199.55/1199.93	c march_dl returned code 1.
1199.55/1199.93	c satzilla running vallst with preprocessing ... 
1199.55/1199.93	c Bin: Executing vallst
1199.55/1199.93	c vallst returned code 1.
1199.55/1199.93	c vallst returned code 1.
1199.55/1199.93	c satzilla running zchaff_rand with preprocessing ... 
1199.55/1199.93	c Bin: Executing zchaff_rand
1199.55/1199.93	c zchaff_rand returned code 1.
1199.55/1199.93	c zchaff_rand returned code 1.
1199.55/1199.93	c satzilla running rsat with preprocessing ... 
1199.55/1199.93	c Bin: Executing rsat
1199.55/1199.93	c rsat returned code 1.
1199.55/1199.93	c rsat returned code 1.
1199.55/1199.93	c satzilla running eureka with preprocessing ... 
1199.55/1199.93	c Bin: Executing eureka
1199.55/1199.93	c eureka returned code 1.
1199.55/1199.93	c eureka returned code 1.
1199.55/1199.93	c satzilla running minisat20 with preprocessing ... 
1199.55/1199.93	c Bin: Executing minisat20
1199.55/1199.93	c minisat20 returned code 1.
1199.55/1199.93	c minisat20 returned code 1.
1199.55/1199.93	c satzilla running rsat ... 
1199.55/1199.93	c Bin: Executing rsat
1199.55/1199.93	c rsat returned code 1.
1199.55/1199.93	c rsat returned code 1.
1199.55/1199.93	c ERROR: All Failed! 
1199.55/1199.93	c SATZILLA_TIME=1199.770000

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/node4/watcher-301914-1171999451 -o ROOT/results/node4/solver-301914-1171999451 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301914-1171999451/SATzilla2007_F /tmp/evaluation/301914-1171999451/instance-301914-1171999451.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.40 0.83 0.94 3/77 9831
/proc/meminfo: memFree=1484840/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=1512 CPUtime=0
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219899976 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 378 125 110 260 0 84 0
[pid=9832] ppid=9831 vsize=812 CPUtime=0
/proc/9832/stat : 9832 (march_dl) R 9831 9831 9747 0 -1 4194304 114 0 0 0 0 0 0 0 20 0 1 0 219899976 831488 108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9832/statm: 203 108 50 118 0 82 0

[startup+0.107098 s]
/proc/loadavg: 0.40 0.83 0.94 3/77 9831
/proc/meminfo: memFree=1484840/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=1512 CPUtime=0
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219899976 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 378 125 110 260 0 84 0
[pid=9832] ppid=9831 vsize=2924 CPUtime=0.09
/proc/9832/stat : 9832 (march_dl) R 9831 9831 9747 0 -1 4194304 1474 0 0 0 9 0 0 0 20 0 1 0 219899976 2994176 587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9832/statm: 731 587 57 118 0 610 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4436

[startup+0.515136 s]
/proc/loadavg: 0.40 0.83 0.94 3/77 9831
/proc/meminfo: memFree=1484840/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=1512 CPUtime=0
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219899976 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 378 125 110 260 0 84 0
[pid=9832] ppid=9831 vsize=4544 CPUtime=0.5
/proc/9832/stat : 9832 (march_dl) R 9831 9831 9747 0 -1 4194304 3211 0 0 0 50 0 0 0 24 0 1 0 219899976 4653056 748 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9832/statm: 1136 748 67 118 0 1015 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6056

[startup+1.33521 s]
/proc/loadavg: 0.40 0.83 0.94 2/79 9833
/proc/meminfo: memFree=1481944/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=1512 CPUtime=0
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219899976 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 378 125 110 260 0 84 0
[pid=9832] ppid=9831 vsize=4544 CPUtime=1.32
/proc/9832/stat : 9832 (march_dl) R 9831 9831 9747 0 -1 4194304 3219 0 0 0 132 0 0 0 25 0 1 0 219899976 4653056 756 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9832/statm: 1136 756 67 118 0 1015 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6056

[startup+2.97137 s]
/proc/loadavg: 0.40 0.83 0.94 2/79 9833
/proc/meminfo: memFree=1458584/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=1512 CPUtime=0
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219899976 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 378 125 110 260 0 84 0
[pid=9832] ppid=9831 vsize=28320 CPUtime=2.96
/proc/9832/stat : 9832 (march_dl) R 9831 9831 9747 0 -1 4194304 9298 0 0 0 260 36 0 0 25 0 1 0 219899976 28999680 6469 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542310 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9832/statm: 7080 6469 72 118 0 6959 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 29832

[startup+6.24868 s]
/proc/loadavg: 0.45 0.83 0.94 2/79 9834
/proc/meminfo: memFree=1482456/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=1512 CPUtime=4.99
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 149 10450 0 0 0 0 462 37 16 0 1 0 219899976 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9831/statm: 378 125 110 260 0 84 0
[pid=9834] ppid=9831 vsize=6188 CPUtime=1.22
/proc/9834/stat : 9834 (ubcsat2006) R 9831 9831 9747 0 -1 4194304 617 0 0 0 116 6 0 0 25 0 1 0 219900477 6336512 599 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9834/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 7700

[startup+12.7103 s]
/proc/loadavg: 0.49 0.83 0.94 2/79 9835
/proc/meminfo: memFree=1479704/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=28680 CPUtime=1.99
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 9214 0 0 0 193 6 0 0 25 0 1 0 219901046 29368320 6553 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 7170 6553 72 118 0 7049 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 32072

[startup+25.5285 s]
/proc/loadavg: 0.60 0.84 0.94 2/79 9835
/proc/meminfo: memFree=1452952/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=32232 CPUtime=14.81
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 12464 0 0 0 1444 37 0 0 25 0 1 0 219901046 33005568 7656 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134587377 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 8058 7656 74 118 0 7937 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 35624

[startup+51.157 s]
/proc/loadavg: 0.74 0.85 0.94 2/79 9835
/proc/meminfo: memFree=1435928/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=49060 CPUtime=40.43
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 16529 0 0 0 4004 39 0 0 25 0 1 0 219901046 50237440 11721 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 12265 11721 74 118 0 12144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52452

[startup+102.411 s]
/proc/loadavg: 0.92 0.89 0.95 2/79 9835
/proc/meminfo: memFree=1431000/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=54060 CPUtime=91.66
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 17785 0 0 0 9126 40 0 0 25 0 1 0 219901046 55357440 12977 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 13515 12977 74 118 0 13394 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 57452

[startup+162.485 s]
/proc/loadavg: 0.97 0.91 0.95 2/79 9835
/proc/meminfo: memFree=1428248/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=56680 CPUtime=151.73
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 18459 0 0 0 15131 42 0 0 25 0 1 0 219901046 58040320 13651 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 14170 13651 74 118 0 14049 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 60072

[startup+222.554 s]
/proc/loadavg: 0.99 0.92 0.95 2/79 9835
/proc/meminfo: memFree=1425688/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=59232 CPUtime=211.78
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 19094 0 0 0 21135 43 0 0 25 0 1 0 219901046 60653568 14286 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 14808 14286 74 118 0 14687 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 62624

[startup+282.628 s]
/proc/loadavg: 0.99 0.93 0.95 2/79 9835
/proc/meminfo: memFree=1424088/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=60804 CPUtime=271.84
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 19481 0 0 0 27140 44 0 0 25 0 1 0 219901046 62263296 14673 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 15201 14673 74 118 0 15080 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 64196

[startup+342.695 s]
/proc/loadavg: 0.99 0.94 0.95 2/79 9835
/proc/meminfo: memFree=1422872/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=61992 CPUtime=331.89
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 19776 0 0 0 33144 45 0 0 25 0 1 0 219901046 63479808 14968 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 15498 14968 74 118 0 15377 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 65384

[startup+402.769 s]
/proc/loadavg: 0.99 0.95 0.95 2/79 9835
/proc/meminfo: memFree=1421528/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=63312 CPUtime=391.95
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 20112 0 0 0 39150 45 0 0 25 0 1 0 219901046 64831488 15304 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 15828 15304 74 118 0 15707 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 66704

[startup+462.836 s]
/proc/loadavg: 0.99 0.95 0.95 2/79 9835
/proc/meminfo: memFree=1420568/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=64236 CPUtime=452.01
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 20354 0 0 0 45155 46 0 0 25 0 1 0 219901046 65777664 15546 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 16059 15546 74 118 0 15938 0
Current children cumulated CPU time (s) 462.67

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

/proc/9835/statm: 16918 16395 74 118 0 16797 0
Current children cumulated CPU time (s) 762.93
Current children cumulated vsize (KiB) 71064

[startup+823.259 s]
/proc/loadavg: 1.03 1.01 0.96 2/79 9835
/proc/meminfo: memFree=1416536/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=68200 CPUtime=812.33
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21351 0 0 0 81184 49 0 0 25 0 1 0 219901046 69836800 16543 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17050 16543 74 118 0 16929 0
Current children cumulated CPU time (s) 822.99
Current children cumulated vsize (KiB) 71592

[startup+883.328 s]
/proc/loadavg: 1.01 1.00 0.96 2/79 9835
/proc/meminfo: memFree=1416024/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=68728 CPUtime=872.39
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21485 0 0 0 87189 50 0 0 25 0 1 0 219901046 70377472 16677 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17182 16677 74 118 0 17061 0
Current children cumulated CPU time (s) 883.05
Current children cumulated vsize (KiB) 72120

[startup+943.399 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1415640/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=69124 CPUtime=932.44
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21578 0 0 0 93194 50 0 0 25 0 1 0 219901046 70782976 16770 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17281 16770 74 118 0 17160 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 72516

[startup+1003.47 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1415256/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=69520 CPUtime=992.5
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21667 0 0 0 99199 51 0 0 25 0 1 0 219901046 71188480 16859 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17380 16859 74 118 0 17259 0
Current children cumulated CPU time (s) 1003.16
Current children cumulated vsize (KiB) 72912

[startup+1063.55 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1415000/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=69784 CPUtime=1052.56
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21739 0 0 0 105205 51 0 0 25 0 1 0 219901046 71458816 16931 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17446 16931 74 118 0 17325 0
Current children cumulated CPU time (s) 1063.22
Current children cumulated vsize (KiB) 73176

[startup+1123.62 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414616/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70048 CPUtime=1112.62
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21830 0 0 0 111210 52 0 0 25 0 1 0 219901046 71729152 17022 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17512 17022 74 118 0 17391 0
Current children cumulated CPU time (s) 1123.28
Current children cumulated vsize (KiB) 73440

[startup+1183.69 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414360/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70312 CPUtime=1172.67
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21904 0 0 0 117215 52 0 0 25 0 1 0 219901046 71999488 17096 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17578 17096 74 118 0 17457 0
Current children cumulated CPU time (s) 1183.33
Current children cumulated vsize (KiB) 73704

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

[startup+1187.49 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414360/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70444 CPUtime=1176.47
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21908 0 0 0 117595 52 0 0 25 0 1 0 219901046 72134656 17100 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17611 17100 74 118 0 17490 0
Current children cumulated CPU time (s) 1187.13
Current children cumulated vsize (KiB) 73836

[startup+1194.04 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414296/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70444 CPUtime=1183.03
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21915 0 0 0 118250 53 0 0 25 0 1 0 219901046 72134656 17107 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17611 17107 74 118 0 17490 0
Current children cumulated CPU time (s) 1193.69
Current children cumulated vsize (KiB) 73836

[startup+1197.33 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414296/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70444 CPUtime=1186.31
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21917 0 0 0 118578 53 0 0 25 0 1 0 219901046 72134656 17109 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17611 17109 74 118 0 17490 0
Current children cumulated CPU time (s) 1196.97
Current children cumulated vsize (KiB) 73836

[startup+1198.97 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414296/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70444 CPUtime=1187.95
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21918 0 0 0 118742 53 0 0 25 0 1 0 219901046 72134656 17110 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17611 17110 74 118 0 17490 0
Current children cumulated CPU time (s) 1198.61
Current children cumulated vsize (KiB) 73836

[startup+1199.38 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414296/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70444 CPUtime=1188.36
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21918 0 0 0 118783 53 0 0 25 0 1 0 219901046 72134656 17110 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17611 17110 74 118 0 17490 0
Current children cumulated CPU time (s) 1199.02
Current children cumulated vsize (KiB) 73836

[startup+1199.78 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414296/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=3392 CPUtime=10.66
/proc/9831/stat : 9831 (SATzilla2007_F) S 9829 9831 9747 0 -1 4194304 1868 11073 0 0 338 13 667 48 25 0 1 0 219899976 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9831/statm: 848 645 169 260 0 554 0
[pid=9835] ppid=9831 vsize=70444 CPUtime=1188.77
/proc/9835/stat : 9835 (march_dl) R 9831 9831 9747 0 -1 4194304 21918 0 0 0 118824 53 0 0 25 0 1 0 219901046 72134656 17110 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9835/statm: 17611 17110 74 118 0 17490 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 73836

[startup+1199.89 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9837
/proc/meminfo: memFree=1414296/2055920 swapFree=4192812/4192956
[pid=9831] ppid=9829 vsize=7132 CPUtime=1199.55
/proc/9831/stat : 9831 (SATzilla2007_F) R 9829 9831 9747 0 -1 4194304 2788 32991 0 0 343 14 119496 102 18 0 1 0 219899976 7303168 1474 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 0 0 0
/proc/9831/statm: 1783 1474 176 260 0 1489 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 7132

Child status: 17
Real time (s): 1199.94
CPU time (s): 1199.62
CPU user time (s): 1198.44
CPU system time (s): 1.17582
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 73836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.44
system time used= 1.17582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35807
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= 27
involuntary context switches= 24009

runsolver used 1.15182 second user time and 3.11353 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Feb 20 19:24:11 UTC 2007

IDJOB= 301914
IDBENCH= 20070
IDSOLVER= 136
FILE ID= node4/301914-1171999451

PBS_JOBID= 3849130

Free space on /tmp= 66539 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1100/unif-k5-r20-v1100-c22000-S1861814752-08.cnf
COMMAND LINE= /tmp/evaluation/301914-1171999451/SATzilla2007_F /tmp/evaluation/301914-1171999451/instance-301914-1171999451.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-301914-1171999451 -o ROOT/results/node4/solver-301914-1171999451 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301914-1171999451/SATzilla2007_F /tmp/evaluation/301914-1171999451/instance-301914-1171999451.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  1a8cd105958b0a3ba6c891f9e5628523

RANDOM SEED= 305470129

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1485312 kB
Buffers:         54056 kB
Cached:         380464 kB
SwapCached:          0 kB
Active:         164640 kB
Inactive:       329360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10896 kB
Writeback:           0 kB
Mapped:          78368 kB
Slab:            62164 kB
Committed_AS:   978664 kB
PageTables:       1768 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= 66539 MiB

End job on node4 on Tue Feb 20 19:44:12 UTC 2007