Trace number 301586

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.6 1200.1

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S1022834397-10.cnf
MD5SUM5c979e79acb65e7cc18f31c8e35047ea
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.612
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data (download as text)

10.63/10.70	c run March_dl for 5 seconds ... 
10.63/10.70	c Bin: Executing march_dl
10.63/10.70	c child exit by a signal
10.63/10.70	c march_dl returned code 137.
10.63/10.70	c run saps for 2 seconds ... 
10.63/10.70	c Bin: Executing ubcsat2006
10.63/10.70	c child exited successfully
10.63/10.70	c ubcsat2006 returned code 0.
10.63/10.70	c satzilla computing base features
10.63/10.70	c satzilla doing unit-prop probe
10.63/10.70	c satzilla doing local search probe
10.63/10.70	c satzilla doing lobjois search-space size estimate
10.63/10.70	c satzilla's ranking:
10.63/10.70	c 1) march_dl: 4.298838
10.63/10.70	c 2) eureka: 5.393941
10.63/10.70	c 3) kcnfs: 5.819905
10.63/10.70	c 4) vallst: 7.554246
10.63/10.70	c 5) minisat20: 7.905377
10.63/10.70	c 6) zchaff_rand: 9.293226
10.63/10.70	c 7) kcnfs+P: 999.000000
10.63/10.70	c 8) march_dl+P: 999.000000
10.63/10.70	c 9) vallst+P: 999.000000
10.63/10.70	c 10) zchaff_rand+P: 999.000000
10.63/10.70	c 11) rsat+P: 999.000000
10.63/10.70	c 12) eureka+P: 999.000000
10.63/10.70	c 13) minisat20+P: 999.000000
10.63/10.70	c 14) rsat: 999.000000
10.63/10.70	c satzilla running march_dl ... 
1199.45/1200.01	c Bin: Executing march_dl
1199.45/1200.01	c child exit by a signal
1199.45/1200.01	c march_dl returned code 137.
1199.45/1200.01	c march_dl returned code 137.
1199.45/1200.01	c satzilla running eureka ... 
1199.45/1200.01	c Bin: Executing eureka
1199.45/1200.01	c eureka returned code 1.
1199.45/1200.01	c eureka returned code 1.
1199.45/1200.01	c satzilla running kcnfs ... 
1199.45/1200.01	c Bin: Executing kcnfs
1199.45/1200.01	c kcnfs returned code 1.
1199.45/1200.01	c kcnfs returned code 1.
1199.45/1200.01	c satzilla running vallst ... 
1199.45/1200.01	c Bin: Executing vallst
1199.45/1200.01	c vallst returned code 1.
1199.45/1200.01	c vallst returned code 1.
1199.45/1200.01	c satzilla running minisat20 ... 
1199.45/1200.01	c Bin: Executing minisat20
1199.45/1200.01	c minisat20 returned code 1.
1199.45/1200.01	c minisat20 returned code 1.
1199.45/1200.01	c satzilla running zchaff_rand ... 
1199.45/1200.01	c Bin: Executing zchaff_rand
1199.45/1200.01	c zchaff_rand returned code 1.
1199.45/1200.01	c zchaff_rand returned code 1.
1199.45/1200.01	c satzilla running kcnfs with preprocessing ... 
1199.56/1200.09	c Preprocessing...
1199.56/1200.09	c Inital problem has 1000 variables, 20000 nary clauses (0 binary clauses).
1199.56/1200.09	c Num non-binary clauses 20000, Average non-binary clause length 5.000
1199.56/1200.09	c Theory has no gaps
1199.56/1200.09	c Preprocessor runtime was 0.050 seconds.
1199.56/1200.09	c 
1199.56/1200.09	c Satisfiability of theory still undetermined.
1199.56/1200.09	c See file /tmp/ok84AB for simplified theory.
1199.56/1200.09	c Bin: Executing kcnfs
1199.56/1200.09	c kcnfs returned code 1.
1199.56/1200.09	c kcnfs returned code 1.
1199.56/1200.09	c satzilla running march_dl with preprocessing ... 
1199.56/1200.09	c Bin: Executing march_dl
1199.56/1200.09	c march_dl returned code 1.
1199.56/1200.09	c march_dl returned code 1.
1199.56/1200.09	c satzilla running vallst with preprocessing ... 
1199.56/1200.09	c Bin: Executing vallst
1199.56/1200.09	c vallst returned code 1.
1199.56/1200.09	c vallst returned code 1.
1199.56/1200.09	c satzilla running zchaff_rand with preprocessing ... 
1199.56/1200.09	c Bin: Executing zchaff_rand
1199.56/1200.09	c zchaff_rand returned code 1.
1199.56/1200.09	c zchaff_rand returned code 1.
1199.56/1200.09	c satzilla running rsat with preprocessing ... 
1199.56/1200.09	c Bin: Executing rsat
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c satzilla running eureka with preprocessing ... 
1199.56/1200.09	c Bin: Executing eureka
1199.56/1200.09	c eureka returned code 1.
1199.56/1200.09	c eureka returned code 1.
1199.56/1200.09	c satzilla running minisat20 with preprocessing ... 
1199.56/1200.09	c Bin: Executing minisat20
1199.56/1200.09	c minisat20 returned code 1.
1199.56/1200.09	c minisat20 returned code 1.
1199.56/1200.09	c satzilla running rsat ... 
1199.56/1200.09	c Bin: Executing rsat
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c rsat returned code 1.
1199.56/1200.09	c ERROR: All Failed! 
1199.56/1200.09	c SATZILLA_TIME=1199.750000

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/node11/watcher-301586-1171979341 -o ROOT/results/node11/solver-301586-1171979341 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301586-1171979341/SATzilla2007_F /tmp/evaluation/301586-1171979341/instance-301586-1171979341.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.99 3/77 29972
/proc/meminfo: memFree=1628424/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=1512 CPUtime=0
/proc/29972/stat : 29972 (SATzilla2007_F) R 29970 29972 29177 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 217888712 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/29972/statm: 378 125 110 260 0 84 0
[pid=29973] ppid=29972 vsize=796 CPUtime=0
/proc/29973/stat : 29973 (march_dl) R 29972 29972 29177 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 217888712 815104 105 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29973/statm: 199 105 50 118 0 78 0

[startup+0.107978 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29972
/proc/meminfo: memFree=1628424/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=1512 CPUtime=0
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 217888712 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29972/statm: 378 125 110 260 0 84 0
[pid=29973] ppid=29972 vsize=2020 CPUtime=0.09
/proc/29973/stat : 29973 (march_dl) R 29972 29972 29177 0 -1 4194304 1697 0 0 0 9 0 0 0 19 0 1 0 217888712 2068480 373 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29973/statm: 505 373 61 118 0 384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3532

[startup+0.520026 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29972
/proc/meminfo: memFree=1628424/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=1512 CPUtime=0
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 217888712 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29972/statm: 378 125 110 260 0 84 0
[pid=29973] ppid=29972 vsize=27592 CPUtime=0.5
/proc/29973/stat : 29973 (march_dl) R 29972 29972 29177 0 -1 4194304 8674 0 0 0 46 4 0 0 24 0 1 0 217888712 28254208 6305 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29973/statm: 6898 6305 72 118 0 6777 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 29104

[startup+1.34612 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 29974
/proc/meminfo: memFree=1603256/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=1512 CPUtime=0
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 217888712 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29972/statm: 378 125 110 260 0 84 0
[pid=29973] ppid=29972 vsize=27600 CPUtime=1.33
/proc/29973/stat : 29973 (march_dl) R 29972 29972 29177 0 -1 4194304 8678 0 0 0 100 33 0 0 25 0 1 0 217888712 28262400 6309 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29973/statm: 6900 6309 72 118 0 6779 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 29112

[startup+2.98232 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 29974
/proc/meminfo: memFree=1600824/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=1512 CPUtime=0
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 217888712 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29972/statm: 378 125 110 260 0 84 0
[pid=29973] ppid=29972 vsize=29588 CPUtime=2.97
/proc/29973/stat : 29973 (march_dl) R 29972 29972 29177 0 -1 4194304 9768 0 0 0 262 35 0 0 25 0 1 0 217888712 30298112 7021 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559723 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29973/statm: 7397 7021 72 118 0 7276 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 31100

[startup+6.2587 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 29975
/proc/meminfo: memFree=1626296/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=1512 CPUtime=5
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 149 10122 0 0 0 0 464 36 16 0 1 0 217888712 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29972/statm: 378 125 110 260 0 84 0
[pid=29975] ppid=29972 vsize=6188 CPUtime=1.22
/proc/29975/stat : 29975 (ubcsat2006) R 29972 29972 29177 0 -1 4194304 583 0 0 0 116 6 0 0 25 0 1 0 217889214 6336512 565 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29975/statm: 1547 565 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7700

[startup+12.7155 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1598520/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=29344 CPUtime=2
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 9572 0 0 0 165 35 0 0 25 0 1 0 217889782 30048256 6966 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559797 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 7336 6966 72 118 0 7215 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 32756

[startup+25.524 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1594872/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=35152 CPUtime=14.8
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 10866 0 0 0 1445 35 0 0 25 0 1 0 217889782 35995648 7959 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 8788 7959 74 118 0 8667 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38564

[startup+51.155 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1581816/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=48368 CPUtime=40.42
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 14064 0 0 0 4005 37 0 0 25 0 1 0 217889782 49528832 11157 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 12092 11157 74 118 0 11971 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51780

[startup+102.411 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1575416/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=54668 CPUtime=91.66
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 15669 0 0 0 9127 39 0 0 25 0 1 0 217889782 55980032 12762 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 13667 12762 74 118 0 13546 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 58080

[startup+162.489 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1571768/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=58096 CPUtime=151.73
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 16536 0 0 0 15132 41 0 0 25 0 1 0 217889782 59490304 13629 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 14524 13629 74 118 0 14403 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 61508

[startup+222.563 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1569336/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=60456 CPUtime=211.78
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 17134 0 0 0 21136 42 0 0 25 0 1 0 217889782 61906944 14227 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 15114 14227 74 118 0 14993 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 63868

[startup+282.636 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1567736/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=62152 CPUtime=271.84
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 17571 0 0 0 27141 43 0 0 25 0 1 0 217889782 63643648 14664 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 15538 14664 74 118 0 15417 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 65564

[startup+342.708 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29976
/proc/meminfo: memFree=1565944/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=63864 CPUtime=331.88
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 18017 0 0 0 33145 43 0 0 25 0 1 0 217889782 65396736 15110 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 15966 15110 74 118 0 15845 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 67276

[startup+402.785 s]
/proc/loadavg: 1.11 1.03 1.01 2/79 29976
/proc/meminfo: memFree=1564856/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=64920 CPUtime=391.94
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 18272 0 0 0 39150 44 0 0 25 0 1 0 217889782 66478080 15365 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 16230 15365 74 118 0 16109 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 68332

[startup+462.858 s]
/proc/loadavg: 1.04 1.02 1.00 2/79 29976
/proc/meminfo: memFree=1563896/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=65844 CPUtime=452
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 18517 0 0 0 45155 45 0 0 25 0 1 0 217889782 67424256 15610 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551448 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 16461 15610 74 118 0 16340 0
Current children cumulated CPU time (s) 462.66

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

/proc/29976/statm: 17253 16400 74 118 0 17132 0
Current children cumulated CPU time (s) 702.88
Current children cumulated vsize (KiB) 72424

[startup+763.241 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 30090
/proc/meminfo: memFree=1558728/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=69540 CPUtime=752.24
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 19450 0 0 0 75175 49 0 0 25 0 1 0 217889782 71208960 16543 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 17385 16543 74 118 0 17264 0
Current children cumulated CPU time (s) 762.9
Current children cumulated vsize (KiB) 72952

[startup+823.341 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1559096/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=70332 CPUtime=812.26
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 19636 0 0 0 81177 49 0 0 25 0 1 0 217889782 72019968 16729 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 17583 16729 74 118 0 17462 0
Current children cumulated CPU time (s) 822.92
Current children cumulated vsize (KiB) 73744

[startup+883.415 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1558840/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=70728 CPUtime=872.32
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 19743 0 0 0 87182 50 0 0 25 0 1 0 217889782 72425472 16836 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 17682 16836 74 118 0 17561 0
Current children cumulated CPU time (s) 882.98
Current children cumulated vsize (KiB) 74140

[startup+943.486 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1558328/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=71256 CPUtime=932.38
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 19872 0 0 0 93187 51 0 0 25 0 1 0 217889782 72966144 16965 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134565975 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 17814 16965 74 118 0 17693 0
Current children cumulated CPU time (s) 943.04
Current children cumulated vsize (KiB) 74668

[startup+1003.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1557816/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=71652 CPUtime=992.43
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 19992 0 0 0 99191 52 0 0 25 0 1 0 217889782 73371648 17085 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 17913 17085 74 118 0 17792 0
Current children cumulated CPU time (s) 1003.09
Current children cumulated vsize (KiB) 75064

[startup+1063.63 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 30174
/proc/meminfo: memFree=1557368/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=72180 CPUtime=1052.48
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20101 0 0 0 105196 52 0 0 25 0 1 0 217889782 73912320 17194 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18045 17194 74 118 0 17924 0
Current children cumulated CPU time (s) 1063.14
Current children cumulated vsize (KiB) 75592

[startup+1123.71 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 30174
/proc/meminfo: memFree=1556984/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=72444 CPUtime=1112.54
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20196 0 0 0 111201 53 0 0 25 0 1 0 217889782 74182656 17289 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18111 17289 74 118 0 17990 0
Current children cumulated CPU time (s) 1123.2
Current children cumulated vsize (KiB) 75856

[startup+1183.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1556728/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=72972 CPUtime=1172.6
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20298 0 0 0 117206 54 0 0 25 0 1 0 217889782 74723328 17391 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18243 17391 74 118 0 18122 0
Current children cumulated CPU time (s) 1183.26
Current children cumulated vsize (KiB) 76384

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

[startup+1187.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1556664/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=72972 CPUtime=1176.39
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20310 0 0 0 117585 54 0 0 25 0 1 0 217889782 74723328 17403 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18243 17403 74 118 0 18122 0
Current children cumulated CPU time (s) 1187.05
Current children cumulated vsize (KiB) 76384

[startup+1194.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1556536/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=73104 CPUtime=1182.94
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20335 0 0 0 118240 54 0 0 25 0 1 0 217889782 74858496 17428 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134564400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18276 17428 74 118 0 18155 0
Current children cumulated CPU time (s) 1193.6
Current children cumulated vsize (KiB) 76516

[startup+1197.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1556536/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=73104 CPUtime=1186.22
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20343 0 0 0 118568 54 0 0 25 0 1 0 217889782 74858496 17436 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18276 17436 74 118 0 18155 0
Current children cumulated CPU time (s) 1196.88
Current children cumulated vsize (KiB) 76516

[startup+1199.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1556472/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=73104 CPUtime=1187.87
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20349 0 0 0 118733 54 0 0 25 0 1 0 217889782 74858496 17442 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18276 17442 74 118 0 18155 0
Current children cumulated CPU time (s) 1198.53
Current children cumulated vsize (KiB) 76516

[startup+1199.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1556472/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=3412 CPUtime=10.66
/proc/29972/stat : 29972 (SATzilla2007_F) S 29970 29972 29177 0 -1 4194304 1700 10711 0 0 340 12 667 47 25 0 1 0 217888712 3493888 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29972/statm: 853 661 169 260 0 559 0
[pid=29976] ppid=29972 vsize=73104 CPUtime=1188.69
/proc/29976/stat : 29976 (march_dl) R 29972 29972 29177 0 -1 4194304 20349 0 0 0 118815 54 0 0 25 0 1 0 217889782 74858496 17442 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29976/statm: 18276 17442 74 118 0 18155 0
Current children cumulated CPU time (s) 1199.35
Current children cumulated vsize (KiB) 76516

[startup+1200.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30174
/proc/meminfo: memFree=1556472/2055920 swapFree=4192812/4192956
[pid=29972] ppid=29970 vsize=6276 CPUtime=1199.56
/proc/29972/stat : 29972 (SATzilla2007_F) R 29970 29972 29177 0 -1 4194304 2558 31060 0 0 347 13 119494 102 18 0 1 0 217888712 6426624 1380 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135223325 0 0 4096 0 0 0 0 17 0 0 0
/proc/29972/statm: 1569 1380 176 260 0 1275 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 6276

Child status: 17
Real time (s): 1200.1
CPU time (s): 1199.6
CPU user time (s): 1198.43
CPU system time (s): 1.16382
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 76516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.43
system time used= 1.16382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 25599

runsolver used 1.20082 second user time and 3.06553 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Feb 20 13:49:02 UTC 2007

IDJOB= 301586
IDBENCH= 20062
IDSOLVER= 136
FILE ID= node11/301586-1171979341

PBS_JOBID= 3849062

Free space on /tmp= 66535 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S1022834397-10.cnf
COMMAND LINE= /tmp/evaluation/301586-1171979341/SATzilla2007_F /tmp/evaluation/301586-1171979341/instance-301586-1171979341.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-301586-1171979341 -o ROOT/results/node11/solver-301586-1171979341 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301586-1171979341/SATzilla2007_F /tmp/evaluation/301586-1171979341/instance-301586-1171979341.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  5c979e79acb65e7cc18f31c8e35047ea

RANDOM SEED= 258453708

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1628832 kB
Buffers:         54804 kB
Cached:         257316 kB
SwapCached:          0 kB
Active:         166068 kB
Inactive:       189104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10608 kB
Writeback:           0 kB
Mapped:          61896 kB
Slab:            57404 kB
Committed_AS:   704204 kB
PageTables:       1756 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= 66535 MiB

End job on node11 on Tue Feb 20 14:09:02 UTC 2007