Trace number 302078

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.61 1199.99

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S422410882-13.cnf
MD5SUMae13b4e55eb5cded993f9cf7179ed478
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark514.092
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.64/10.67	c run March_dl for 5 seconds ... 
10.64/10.67	c Bin: Executing march_dl
10.64/10.67	c child exit by a signal
10.64/10.67	c march_dl returned code 137.
10.64/10.67	c run saps for 2 seconds ... 
10.64/10.67	c Bin: Executing ubcsat2006
10.64/10.67	c child exited successfully
10.64/10.67	c ubcsat2006 returned code 0.
10.64/10.67	c satzilla computing base features
10.64/10.67	c satzilla doing unit-prop probe
10.64/10.67	c satzilla doing local search probe
10.64/10.67	c satzilla doing lobjois search-space size estimate
10.64/10.67	c satzilla's ranking:
10.64/10.67	c 1) march_dl: 4.342821
10.64/10.67	c 2) eureka: 5.708020
10.64/10.67	c 3) kcnfs: 5.957498
10.64/10.67	c 4) vallst: 8.058008
10.64/10.67	c 5) minisat20: 8.688183
10.64/10.67	c 6) zchaff_rand: 10.643780
10.64/10.67	c 7) kcnfs+P: 999.000000
10.64/10.67	c 8) march_dl+P: 999.000000
10.64/10.67	c 9) vallst+P: 999.000000
10.64/10.67	c 10) zchaff_rand+P: 999.000000
10.64/10.67	c 11) rsat+P: 999.000000
10.64/10.67	c 12) eureka+P: 999.000000
10.64/10.67	c 13) minisat20+P: 999.000000
10.64/10.67	c 14) rsat: 999.000000
10.64/10.67	c satzilla running march_dl ... 
1199.38/1199.88	c Bin: Executing march_dl
1199.38/1199.88	c child exit by a signal
1199.38/1199.88	c march_dl returned code 137.
1199.38/1199.88	c march_dl returned code 137.
1199.38/1199.88	c satzilla running eureka ... 
1199.38/1199.88	c Bin: Executing eureka
1199.38/1199.88	c eureka returned code 1.
1199.38/1199.88	c eureka returned code 1.
1199.38/1199.88	c satzilla running kcnfs ... 
1199.38/1199.88	c Bin: Executing kcnfs
1199.38/1199.88	c kcnfs returned code 1.
1199.38/1199.88	c kcnfs returned code 1.
1199.38/1199.88	c satzilla running vallst ... 
1199.38/1199.88	c Bin: Executing vallst
1199.38/1199.88	c vallst returned code 1.
1199.38/1199.88	c vallst returned code 1.
1199.38/1199.88	c satzilla running minisat20 ... 
1199.38/1199.88	c Bin: Executing minisat20
1199.38/1199.88	c minisat20 returned code 1.
1199.38/1199.88	c minisat20 returned code 1.
1199.38/1199.88	c satzilla running zchaff_rand ... 
1199.38/1199.88	c Bin: Executing zchaff_rand
1199.38/1199.88	c zchaff_rand returned code 1.
1199.38/1199.88	c zchaff_rand returned code 1.
1199.38/1199.88	c satzilla running kcnfs with preprocessing ... 
1199.49/1199.99	c Preprocessing...
1199.49/1199.99	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.49/1199.99	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.49/1199.99	c Theory has no gaps
1199.49/1199.99	c Preprocessor runtime was 0.050 seconds.
1199.49/1199.99	c 
1199.49/1199.99	c Satisfiability of theory still undetermined.
1199.49/1199.99	c See file /tmp/vJbgGp for simplified theory.
1199.49/1199.99	c Bin: Executing kcnfs
1199.49/1199.99	c kcnfs returned code 1.
1199.49/1199.99	c kcnfs returned code 1.
1199.49/1199.99	c satzilla running march_dl with preprocessing ... 
1199.49/1199.99	c Bin: Executing march_dl
1199.49/1199.99	c march_dl returned code 1.
1199.49/1199.99	c march_dl returned code 1.
1199.49/1199.99	c satzilla running vallst with preprocessing ... 
1199.49/1199.99	c Bin: Executing vallst
1199.49/1199.99	c vallst returned code 1.
1199.49/1199.99	c vallst returned code 1.
1199.49/1199.99	c satzilla running zchaff_rand with preprocessing ... 
1199.49/1199.99	c Bin: Executing zchaff_rand
1199.49/1199.99	c zchaff_rand returned code 1.
1199.49/1199.99	c zchaff_rand returned code 1.
1199.49/1199.99	c satzilla running rsat with preprocessing ... 
1199.49/1199.99	c Bin: Executing rsat
1199.49/1199.99	c rsat returned code 1.
1199.49/1199.99	c rsat returned code 1.
1199.49/1199.99	c satzilla running eureka with preprocessing ... 
1199.49/1199.99	c Bin: Executing eureka
1199.49/1199.99	c eureka returned code 1.
1199.49/1199.99	c eureka returned code 1.
1199.49/1199.99	c satzilla running minisat20 with preprocessing ... 
1199.49/1199.99	c Bin: Executing minisat20
1199.49/1199.99	c minisat20 returned code 1.
1199.49/1199.99	c minisat20 returned code 1.
1199.49/1199.99	c satzilla running rsat ... 
1199.49/1199.99	c Bin: Executing rsat
1199.49/1199.99	c rsat returned code 1.
1199.49/1199.99	c rsat returned code 1.
1199.49/1199.99	c ERROR: All Failed! 
1199.49/1199.99	c SATZILLA_TIME=1199.760000

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/node10/watcher-302078-1172003746 -o ROOT/results/node10/solver-302078-1172003746 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302078-1172003746/SATzilla2007_F /tmp/evaluation/302078-1172003746/instance-302078-1172003746.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: 1.00 1.00 0.96 3/77 11107
/proc/meminfo: memFree=1477432/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=1512 CPUtime=0
/proc/11107/stat : 11107 (SATzilla2007_F) R 11105 11107 10646 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 220329585 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/11107/statm: 378 125 110 260 0 84 0
[pid=11108] ppid=11107 vsize=812 CPUtime=0
/proc/11108/stat : 11108 (march_dl) R 11107 11107 10646 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 220329585 831488 108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11108/statm: 203 108 50 118 0 82 0

[startup+0.107367 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 11107
/proc/meminfo: memFree=1477432/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=1512 CPUtime=0
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220329585 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11107/statm: 378 125 110 260 0 84 0
[pid=11108] ppid=11107 vsize=3052 CPUtime=0.1
/proc/11108/stat : 11108 (march_dl) R 11107 11107 10646 0 -1 4194304 1478 0 0 0 10 0 0 0 20 0 1 0 220329585 3125248 587 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11108/statm: 763 587 232 118 0 642 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4564

[startup+0.517421 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 11107
/proc/meminfo: memFree=1477432/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=1512 CPUtime=0
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220329585 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11107/statm: 378 125 110 260 0 84 0
[pid=11108] ppid=11107 vsize=4540 CPUtime=0.51
/proc/11108/stat : 11108 (march_dl) R 11107 11107 10646 0 -1 4194304 3203 0 0 0 50 1 0 0 23 0 1 0 220329585 4648960 732 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583602 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11108/statm: 1135 732 67 118 0 1014 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6052

[startup+1.34553 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11109
/proc/meminfo: memFree=1474600/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=1512 CPUtime=0
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220329585 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11107/statm: 378 125 110 260 0 84 0
[pid=11108] ppid=11107 vsize=4540 CPUtime=1.34
/proc/11108/stat : 11108 (march_dl) R 11107 11107 10646 0 -1 4194304 3211 0 0 0 133 1 0 0 25 0 1 0 220329585 4648960 740 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11108/statm: 1135 740 67 118 0 1014 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 6052

[startup+2.98375 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11109
/proc/meminfo: memFree=1450536/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=1512 CPUtime=0
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220329585 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11107/statm: 378 125 110 260 0 84 0
[pid=11108] ppid=11107 vsize=31116 CPUtime=2.97
/proc/11108/stat : 11108 (march_dl) R 11107 11107 10646 0 -1 4194304 10319 0 0 0 261 36 0 0 25 0 1 0 220329585 31862784 7404 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11108/statm: 7779 7404 72 118 0 7658 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 32628

[startup+6.2602 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11110
/proc/meminfo: memFree=1475240/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=1512 CPUtime=4.99
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 149 10905 0 0 0 0 461 38 16 0 1 0 220329585 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11107/statm: 378 125 110 260 0 84 0
[pid=11110] ppid=11107 vsize=6188 CPUtime=1.25
/proc/11110/stat : 11110 (ubcsat2006) R 11107 11107 10646 0 -1 4194304 617 0 0 0 118 7 0 0 25 0 1 0 220330086 6336512 599 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11110/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7171 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11111
/proc/meminfo: memFree=1448552/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=29412 CPUtime=2.02
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 9373 0 0 0 177 25 0 0 25 0 1 0 220330653 30117888 6710 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 7353 6710 72 118 0 7232 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32804

[startup+25.5238 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11111
/proc/meminfo: memFree=1442984/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=37188 CPUtime=14.83
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 11403 0 0 0 1444 39 0 0 25 0 1 0 220330653 38080512 8168 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 9297 8168 74 118 0 9176 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40580

[startup+51.1543 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11111
/proc/meminfo: memFree=1429992/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=49072 CPUtime=40.44
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 14576 0 0 0 4004 40 0 0 25 0 1 0 220330653 50249728 11341 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 12268 11341 74 118 0 12147 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52464

[startup+102.414 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11111
/proc/meminfo: memFree=1423976/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=54992 CPUtime=91.69
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 16084 0 0 0 9127 42 0 0 25 0 1 0 220330653 56311808 12849 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 13748 12849 74 118 0 13627 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 58384

[startup+162.493 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11111
/proc/meminfo: memFree=1419752/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=59060 CPUtime=151.75
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 17113 0 0 0 15131 44 0 0 25 0 1 0 220330653 60477440 13878 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 14765 13878 74 118 0 14644 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 62452

[startup+222.567 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11111
/proc/meminfo: memFree=1417320/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=61432 CPUtime=211.8
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 17715 0 0 0 21135 45 0 0 25 0 1 0 220330653 62906368 14480 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 15358 14480 74 118 0 15237 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 64824

[startup+282.644 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11111
/proc/meminfo: memFree=1415976/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=62872 CPUtime=271.86
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 18066 0 0 0 27140 46 0 0 25 0 1 0 220330653 64380928 14831 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134576320 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 15718 14831 74 118 0 15597 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 66264

[startup+342.723 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1414632/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=64188 CPUtime=331.92
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 18412 0 0 0 33145 47 0 0 25 0 1 0 220330653 65728512 15177 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 16047 15177 74 118 0 15926 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 67580

[startup+402.803 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1413032/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=65640 CPUtime=391.99
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 18791 0 0 0 39151 48 0 0 25 0 1 0 220330653 67215360 15556 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 16410 15556 74 118 0 16289 0
Current children cumulated CPU time (s) 402.64
Current children cumulated vsize (KiB) 69032

[startup+462.879 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1411944/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=66828 CPUtime=452.05
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 19077 0 0 0 45156 49 0 0 25 0 1 0 220330653 68431872 15842 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 16707 15842 74 118 0 16586 0
Current children cumulated CPU time (s) 462.7

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

/proc/11111/statm: 17449 16582 74 118 0 17328 0
Current children cumulated CPU time (s) 702.93
Current children cumulated vsize (KiB) 73188

[startup+763.27 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1408104/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=70720 CPUtime=752.34
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20027 0 0 0 75182 52 0 0 25 0 1 0 220330653 72417280 16792 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 17680 16792 74 118 0 17559 0
Current children cumulated CPU time (s) 762.99
Current children cumulated vsize (KiB) 74112

[startup+823.351 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1407400/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=77392 CPUtime=812.4
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20193 0 0 0 81187 53 0 0 25 0 1 0 220330653 79249408 16958 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19348 16958 74 118 0 19227 0
Current children cumulated CPU time (s) 823.05
Current children cumulated vsize (KiB) 80784

[startup+883.425 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1406952/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=77788 CPUtime=872.46
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20304 0 0 0 87192 54 0 0 25 0 1 0 220330653 79654912 17069 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19447 17069 74 118 0 19326 0
Current children cumulated CPU time (s) 883.11
Current children cumulated vsize (KiB) 81180

[startup+943.501 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1406632/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=78184 CPUtime=932.51
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20394 0 0 0 93197 54 0 0 25 0 1 0 220330653 80060416 17159 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19546 17159 74 118 0 19425 0
Current children cumulated CPU time (s) 943.16
Current children cumulated vsize (KiB) 81576

[startup+1003.58 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1406120/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=78712 CPUtime=992.57
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20524 0 0 0 99202 55 0 0 25 0 1 0 220330653 80601088 17289 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19678 17289 74 118 0 19557 0
Current children cumulated CPU time (s) 1003.22
Current children cumulated vsize (KiB) 82104

[startup+1063.66 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1405672/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=79108 CPUtime=1052.63
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20620 0 0 0 105208 55 0 0 25 0 1 0 220330653 81006592 17385 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19777 17385 74 118 0 19656 0
Current children cumulated CPU time (s) 1063.28
Current children cumulated vsize (KiB) 82500

[startup+1123.73 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1405288/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=79504 CPUtime=1112.69
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20723 0 0 0 111213 56 0 0 25 0 1 0 220330653 81412096 17488 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19876 17488 74 118 0 19755 0
Current children cumulated CPU time (s) 1123.34
Current children cumulated vsize (KiB) 82896

[startup+1183.8 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1404904/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=79900 CPUtime=1172.73
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20817 0 0 0 117217 56 0 0 25 0 1 0 220330653 81817600 17582 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19975 17582 74 118 0 19854 0
Current children cumulated CPU time (s) 1183.38
Current children cumulated vsize (KiB) 83292

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

[startup+1187.59 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1404904/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=79900 CPUtime=1176.53
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20819 0 0 0 117596 57 0 0 25 0 1 0 220330653 81817600 17584 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551658 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19975 17584 74 118 0 19854 0
Current children cumulated CPU time (s) 1187.18
Current children cumulated vsize (KiB) 83292

[startup+1194.15 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1404840/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=79900 CPUtime=1183.09
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20833 0 0 0 118252 57 0 0 25 0 1 0 220330653 81817600 17598 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 19975 17598 74 118 0 19854 0
Current children cumulated CPU time (s) 1193.74
Current children cumulated vsize (KiB) 83292

[startup+1197.43 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1404776/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=80032 CPUtime=1186.37
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20841 0 0 0 118580 57 0 0 25 0 1 0 220330653 81952768 17606 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 20008 17606 74 118 0 19887 0
Current children cumulated CPU time (s) 1197.02
Current children cumulated vsize (KiB) 83424

[startup+1199.07 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1404776/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=80032 CPUtime=1188.01
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20842 0 0 0 118744 57 0 0 25 0 1 0 220330653 81952768 17607 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134575710 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 20008 17607 74 118 0 19887 0
Current children cumulated CPU time (s) 1198.66
Current children cumulated vsize (KiB) 83424

[startup+1199.48 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 11113
/proc/meminfo: memFree=1404776/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3392 CPUtime=10.65
/proc/11107/stat : 11107 (SATzilla2007_F) S 11105 11107 10646 0 -1 4194304 1868 11528 0 0 338 12 666 49 25 0 1 0 220329585 3473408 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11107/statm: 848 645 169 260 0 554 0
[pid=11111] ppid=11107 vsize=80032 CPUtime=1188.42
/proc/11111/stat : 11111 (march_dl) R 11107 11107 10646 0 -1 4194304 20842 0 0 0 118785 57 0 0 25 0 1 0 220330653 81952768 17607 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11111/statm: 20008 17607 74 118 0 19887 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 83424

[startup+1199.89 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 11113
/proc/meminfo: memFree=1474928/2055920 swapFree=4192812/4192956
[pid=11107] ppid=11105 vsize=3396 CPUtime=1199.49
/proc/11107/stat : 11107 (SATzilla2007_F) R 11105 11107 10646 0 -1 4194304 1972 32370 0 0 339 12 119491 107 19 0 1 0 220329585 3477504 661 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135169531 0 0 4096 0 0 0 0 17 1 0 0
/proc/11107/statm: 849 661 170 260 0 555 0
Current children cumulated CPU time (s) 1199.49
Current children cumulated vsize (KiB) 3396

Child status: 17
Real time (s): 1199.99
CPU time (s): 1199.61
CPU user time (s): 1198.39
CPU system time (s): 1.21481
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 83424

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

runsolver used 1.23281 second user time and 3.03154 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Feb 20 20:35:46 UTC 2007

IDJOB= 302078
IDBENCH= 20074
IDSOLVER= 136
FILE ID= node10/302078-1172003746

PBS_JOBID= 3849133

Free space on /tmp= 66538 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  ae13b4e55eb5cded993f9cf7179ed478

RANDOM SEED= 956330619

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1477840 kB
Buffers:         53916 kB
Cached:         407124 kB
SwapCached:          0 kB
Active:         285180 kB
Inactive:       220084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10716 kB
Writeback:           0 kB
Mapped:          63092 kB
Slab:            58256 kB
Committed_AS:  1271156 kB
PageTables:       1832 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= 66538 MiB

End job on node10 on Tue Feb 20 20:55:46 UTC 2007