Trace number 301791

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.95

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S811174248-16.cnf
MD5SUM501f8679d94954afbc271fea6b765cd5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark142.937
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.63/10.69	c run March_dl for 5 seconds ... 
10.63/10.69	c Bin: Executing march_dl
10.63/10.69	c child exit by a signal
10.63/10.69	c march_dl returned code 137.
10.63/10.69	c run saps for 2 seconds ... 
10.63/10.69	c Bin: Executing ubcsat2006
10.63/10.69	c child exited successfully
10.63/10.69	c ubcsat2006 returned code 0.
10.63/10.69	c satzilla computing base features
10.63/10.69	c satzilla doing unit-prop probe
10.63/10.69	c satzilla doing local search probe
10.63/10.69	c satzilla doing lobjois search-space size estimate
10.63/10.69	c satzilla's ranking:
10.63/10.69	c 1) march_dl: 4.356601
10.63/10.69	c 2) eureka: 5.723767
10.63/10.69	c 3) kcnfs: 6.374013
10.63/10.69	c 4) vallst: 8.274513
10.63/10.69	c 5) minisat20: 9.032394
10.63/10.69	c 6) zchaff_rand: 10.433322
10.63/10.69	c 7) kcnfs+P: 999.000000
10.63/10.69	c 8) march_dl+P: 999.000000
10.63/10.69	c 9) vallst+P: 999.000000
10.63/10.69	c 10) zchaff_rand+P: 999.000000
10.63/10.69	c 11) rsat+P: 999.000000
10.63/10.69	c 12) eureka+P: 999.000000
10.63/10.69	c 13) minisat20+P: 999.000000
10.63/10.69	c 14) rsat: 999.000000
10.63/10.69	c satzilla running march_dl ... 
1199.46/1199.83	c Bin: Executing march_dl
1199.46/1199.83	c child exit by a signal
1199.46/1199.83	c march_dl returned code 137.
1199.46/1199.83	c march_dl returned code 137.
1199.46/1199.83	c satzilla running eureka ... 
1199.46/1199.83	c Bin: Executing eureka
1199.46/1199.83	c eureka returned code 1.
1199.46/1199.83	c eureka returned code 1.
1199.46/1199.83	c satzilla running kcnfs ... 
1199.46/1199.83	c Bin: Executing kcnfs
1199.46/1199.83	c kcnfs returned code 1.
1199.46/1199.83	c kcnfs returned code 1.
1199.46/1199.83	c satzilla running vallst ... 
1199.46/1199.83	c Bin: Executing vallst
1199.46/1199.83	c vallst returned code 1.
1199.46/1199.83	c vallst returned code 1.
1199.46/1199.83	c satzilla running minisat20 ... 
1199.46/1199.83	c Bin: Executing minisat20
1199.46/1199.83	c minisat20 returned code 1.
1199.46/1199.83	c minisat20 returned code 1.
1199.46/1199.83	c satzilla running zchaff_rand ... 
1199.46/1199.83	c Bin: Executing zchaff_rand
1199.46/1199.83	c zchaff_rand returned code 1.
1199.46/1199.83	c zchaff_rand returned code 1.
1199.46/1199.83	c satzilla running kcnfs with preprocessing ... 
1199.57/1199.94	c Preprocessing...
1199.57/1199.94	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.57/1199.94	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.57/1199.94	c Theory has no gaps
1199.57/1199.94	c Preprocessor runtime was 0.060 seconds.
1199.57/1199.94	c 
1199.57/1199.94	c Satisfiability of theory still undetermined.
1199.57/1199.94	c See file /tmp/0obxhe for simplified theory.
1199.57/1199.94	c Bin: Executing kcnfs
1199.57/1199.94	c kcnfs returned code 1.
1199.57/1199.94	c kcnfs returned code 1.
1199.57/1199.94	c satzilla running march_dl with preprocessing ... 
1199.57/1199.94	c Bin: Executing march_dl
1199.57/1199.94	c march_dl returned code 1.
1199.57/1199.94	c march_dl returned code 1.
1199.57/1199.94	c satzilla running vallst with preprocessing ... 
1199.57/1199.94	c Bin: Executing vallst
1199.57/1199.94	c vallst returned code 1.
1199.57/1199.94	c vallst returned code 1.
1199.57/1199.94	c satzilla running zchaff_rand with preprocessing ... 
1199.57/1199.94	c Bin: Executing zchaff_rand
1199.57/1199.94	c zchaff_rand returned code 1.
1199.57/1199.94	c zchaff_rand returned code 1.
1199.57/1199.94	c satzilla running rsat with preprocessing ... 
1199.57/1199.94	c Bin: Executing rsat
1199.57/1199.94	c rsat returned code 1.
1199.57/1199.94	c rsat returned code 1.
1199.57/1199.94	c satzilla running eureka with preprocessing ... 
1199.57/1199.94	c Bin: Executing eureka
1199.57/1199.94	c eureka returned code 1.
1199.57/1199.94	c eureka returned code 1.
1199.57/1199.94	c satzilla running minisat20 with preprocessing ... 
1199.57/1199.94	c Bin: Executing minisat20
1199.57/1199.94	c minisat20 returned code 1.
1199.57/1199.94	c minisat20 returned code 1.
1199.57/1199.94	c satzilla running rsat ... 
1199.57/1199.94	c Bin: Executing rsat
1199.57/1199.94	c rsat returned code 1.
1199.57/1199.94	c rsat returned code 1.
1199.57/1199.94	c ERROR: All Failed! 
1199.57/1199.94	c SATZILLA_TIME=1199.780000

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/node17/watcher-301791-1171991709 -o ROOT/results/node17/solver-301791-1171991709 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301791-1171991709/SATzilla2007_F /tmp/evaluation/301791-1171991709/instance-301791-1171991709.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.99 0.98 0.99 3/77 5455
/proc/meminfo: memFree=1541872/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=1512 CPUtime=0
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219125203 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 378 125 110 260 0 84 0
[pid=5456] ppid=5455 vsize=812 CPUtime=0
/proc/5456/stat : 5456 (march_dl) R 5455 5455 4652 0 -1 4194304 114 0 0 0 0 0 0 0 19 0 1 0 219125203 831488 108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5456/statm: 203 108 50 118 0 82 0

[startup+0.10774 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 5455
/proc/meminfo: memFree=1541872/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=1512 CPUtime=0
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219125203 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 378 125 110 260 0 84 0
[pid=5456] ppid=5455 vsize=3052 CPUtime=0.1
/proc/5456/stat : 5456 (march_dl) R 5455 5455 4652 0 -1 4194304 1478 0 0 0 10 0 0 0 20 0 1 0 219125203 3125248 587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5456/statm: 763 587 57 118 0 642 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4564

[startup+0.515783 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 5455
/proc/meminfo: memFree=1541872/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=1512 CPUtime=0
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219125203 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 378 125 110 260 0 84 0
[pid=5456] ppid=5455 vsize=4544 CPUtime=0.5
/proc/5456/stat : 5456 (march_dl) R 5455 5455 4652 0 -1 4194304 3203 0 0 0 50 0 0 0 23 0 1 0 219125203 4653056 733 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5456/statm: 1136 733 67 118 0 1015 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6056

[startup+1.33687 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5457
/proc/meminfo: memFree=1539104/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=1512 CPUtime=0
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219125203 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 378 125 110 260 0 84 0
[pid=5456] ppid=5455 vsize=4544 CPUtime=1.32
/proc/5456/stat : 5456 (march_dl) R 5455 5455 4652 0 -1 4194304 3213 0 0 0 132 0 0 0 25 0 1 0 219125203 4653056 743 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5456/statm: 1136 743 67 118 0 1015 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6056

[startup+2.98504 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5457
/proc/meminfo: memFree=1516128/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=1512 CPUtime=0
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 219125203 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 378 125 110 260 0 84 0
[pid=5456] ppid=5455 vsize=28236 CPUtime=2.97
/proc/5456/stat : 5456 (march_dl) R 5455 5455 4652 0 -1 4194304 9168 0 0 0 267 30 0 0 25 0 1 0 219125203 28913664 6427 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5456/statm: 7059 6427 72 118 0 6938 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 29748

[startup+6.26138 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5458
/proc/meminfo: memFree=1539680/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=1512 CPUtime=4.99
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 149 10266 0 0 0 0 463 36 16 0 1 0 219125203 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5455/statm: 378 125 110 260 0 84 0
[pid=5458] ppid=5455 vsize=6188 CPUtime=1.24
/proc/5458/stat : 5458 (ubcsat2006) R 5455 5455 4652 0 -1 4194304 617 0 0 0 117 7 0 0 25 0 1 0 219125704 6336512 599 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5458/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7181 s]
/proc/loadavg: 1.07 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1536864/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=4676 CPUtime=2.01
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 3248 0 0 0 200 1 0 0 25 0 1 0 219126272 4788224 778 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 1169 778 67 118 0 1048 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8076

[startup+25.5244 s]
/proc/loadavg: 1.12 1.02 1.00 2/79 5459
/proc/meminfo: memFree=1509984/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=33472 CPUtime=14.81
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 12539 0 0 0 1441 40 0 0 25 0 1 0 219126272 34275328 7643 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 8368 7643 74 118 0 8247 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36872

[startup+51.1551 s]
/proc/loadavg: 1.08 1.01 1.00 2/79 5459
/proc/meminfo: memFree=1495008/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=47396 CPUtime=40.43
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 16106 0 0 0 4000 43 0 0 25 0 1 0 219126272 48533504 11210 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 11849 11210 74 118 0 11728 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50796

[startup+102.413 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 5459
/proc/meminfo: memFree=1488608/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=53980 CPUtime=91.68
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 17756 0 0 0 9123 45 0 0 25 0 1 0 219126272 55275520 12860 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 13495 12860 74 118 0 13374 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 57380

[startup+162.488 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1484960/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=57268 CPUtime=151.74
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 18617 0 0 0 15127 47 0 0 25 0 1 0 219126272 58642432 13721 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 14317 13721 74 118 0 14196 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 60668

[startup+222.556 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1483040/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=59104 CPUtime=211.79
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 19078 0 0 0 21131 48 0 0 25 0 1 0 219126272 60522496 14182 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 14776 14182 74 118 0 14655 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 62504

[startup+282.628 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1481760/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=60408 CPUtime=271.85
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 19404 0 0 0 27136 49 0 0 25 0 1 0 219126272 61857792 14508 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 15102 14508 74 118 0 14981 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 63808

[startup+342.697 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1480096/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=61984 CPUtime=331.89
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 19820 0 0 0 33140 49 0 0 25 0 1 0 219126272 63471616 14924 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551674 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 15496 14924 74 118 0 15375 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 65384

[startup+402.772 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1479328/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=62644 CPUtime=391.95
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 20008 0 0 0 39145 50 0 0 25 0 1 0 219126272 64147456 15112 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 15661 15112 74 118 0 15540 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 66044

[startup+462.842 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1478496/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=63568 CPUtime=452.01
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 20214 0 0 0 45150 51 0 0 25 0 1 0 219126272 65093632 15318 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 15892 15318 74 118 0 15771 0
Current children cumulated CPU time (s) 462.67

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

/proc/5459/statm: 16634 16036 74 118 0 16513 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 69936

[startup+823.282 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1475104/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=66932 CPUtime=812.36
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21054 0 0 0 81181 55 0 0 25 0 1 0 219126272 68538368 16158 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528099 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 16733 16158 74 118 0 16612 0
Current children cumulated CPU time (s) 823.02
Current children cumulated vsize (KiB) 70332

[startup+883.356 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1474720/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=67460 CPUtime=872.41
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21173 0 0 0 87186 55 0 0 25 0 1 0 219126272 69079040 16277 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567020 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 16865 16277 74 118 0 16744 0
Current children cumulated CPU time (s) 883.07
Current children cumulated vsize (KiB) 70860

[startup+943.431 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1474336/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=67856 CPUtime=932.48
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21264 0 0 0 93192 56 0 0 25 0 1 0 219126272 69484544 16368 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 16964 16368 74 118 0 16843 0
Current children cumulated CPU time (s) 943.14
Current children cumulated vsize (KiB) 71256

[startup+1003.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1473824/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=68252 CPUtime=992.53
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21388 0 0 0 99197 56 0 0 25 0 1 0 219126272 69890048 16492 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134565302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17063 16492 74 118 0 16942 0
Current children cumulated CPU time (s) 1003.19
Current children cumulated vsize (KiB) 71652

[startup+1063.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1473440/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=68648 CPUtime=1052.6
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21487 0 0 0 105203 57 0 0 25 0 1 0 219126272 70295552 16591 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17162 16591 74 118 0 17041 0
Current children cumulated CPU time (s) 1063.26
Current children cumulated vsize (KiB) 72048

[startup+1123.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1473120/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=68912 CPUtime=1112.65
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21565 0 0 0 111207 58 0 0 25 0 1 0 219126272 70565888 16669 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17228 16669 74 118 0 17107 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 72312

[startup+1183.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472864/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=69308 CPUtime=1172.7
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21634 0 0 0 117212 58 0 0 25 0 1 0 219126272 70971392 16738 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17327 16738 74 118 0 17206 0
Current children cumulated CPU time (s) 1183.36
Current children cumulated vsize (KiB) 72708

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

[startup+1187.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472864/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=69308 CPUtime=1176.49
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21635 0 0 0 117591 58 0 0 25 0 1 0 219126272 70971392 16739 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17327 16739 74 118 0 17206 0
Current children cumulated CPU time (s) 1187.15
Current children cumulated vsize (KiB) 72708

[startup+1194.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472800/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=69308 CPUtime=1183.05
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21649 0 0 0 118247 58 0 0 25 0 1 0 219126272 70971392 16753 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17327 16753 74 118 0 17206 0
Current children cumulated CPU time (s) 1193.71
Current children cumulated vsize (KiB) 72708

[startup+1197.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472800/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=69308 CPUtime=1186.34
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21652 0 0 0 118575 59 0 0 25 0 1 0 219126272 70971392 16756 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17327 16756 74 118 0 17206 0
Current children cumulated CPU time (s) 1197
Current children cumulated vsize (KiB) 72708

[startup+1198.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472800/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=69308 CPUtime=1187.98
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21653 0 0 0 118739 59 0 0 25 0 1 0 219126272 70971392 16757 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17327 16757 74 118 0 17206 0
Current children cumulated CPU time (s) 1198.64
Current children cumulated vsize (KiB) 72708

[startup+1199.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472800/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=69308 CPUtime=1188.38
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21653 0 0 0 118779 59 0 0 25 0 1 0 219126272 70971392 16757 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17327 16757 74 118 0 17206 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 72708

[startup+1199.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472800/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=3400 CPUtime=10.66
/proc/5455/stat : 5455 (SATzilla2007_F) S 5453 5455 4652 0 -1 4194304 1869 10889 0 0 338 12 668 48 25 0 1 0 219125203 3481600 647 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5455/statm: 850 647 169 260 0 556 0
[pid=5459] ppid=5455 vsize=69308 CPUtime=1188.8
/proc/5459/stat : 5459 (march_dl) R 5455 5455 4652 0 -1 4194304 21653 0 0 0 118821 59 0 0 25 0 1 0 219126272 70971392 16757 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5459/statm: 17327 16757 74 118 0 17206 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 72708

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5459
/proc/meminfo: memFree=1472800/2055920 swapFree=4192812/4192956
[pid=5455] ppid=5453 vsize=6736 CPUtime=1199.57
/proc/5455/stat : 5455 (SATzilla2007_F) R 5453 5455 4652 0 -1 4194304 2816 32542 0 0 345 13 119491 108 18 0 1 0 219125203 6897664 1497 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135223325 0 0 4096 0 0 0 0 17 1 0 0
/proc/5455/statm: 1684 1497 176 260 0 1390 0
Current children cumulated CPU time (s) 1199.57
Current children cumulated vsize (KiB) 6736

Child status: 17
Real time (s): 1199.95
CPU time (s): 1199.62
CPU user time (s): 1198.39
CPU system time (s): 1.22981
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 72708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.39
system time used= 1.22981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35364
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= 25
involuntary context switches= 1147

runsolver used 1.16582 second user time and 3.09753 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Feb 20 17:15:10 UTC 2007

IDJOB= 301791
IDBENCH= 20067
IDSOLVER= 136
FILE ID= node17/301791-1171991709

PBS_JOBID= 3849063

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  501f8679d94954afbc271fea6b765cd5

RANDOM SEED= 49526847

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1542416 kB
Buffers:         54680 kB
Cached:         340944 kB
SwapCached:          0 kB
Active:         297848 kB
Inactive:       142280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10668 kB
Writeback:           0 kB
Mapped:          63404 kB
Slab:            59016 kB
Committed_AS:   796948 kB
PageTables:       1748 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= 66536 MiB

End job on node17 on Tue Feb 20 17:35:10 UTC 2007