Trace number 301012

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.51 1199.8

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S811866391-08.cnf
MD5SUMe2bcd99348dd1a340f87926981c0a2e4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.7367
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses12000
Sum of the clauses size60000
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 512000
Number of clauses of size over 50

Solver Data (download as text)

10.54/10.63	c run March_dl for 5 seconds ... 
10.54/10.63	c Bin: Executing march_dl
10.54/10.63	c child exit by a signal
10.54/10.63	c march_dl returned code 137.
10.54/10.63	c run saps for 2 seconds ... 
10.54/10.63	c Bin: Executing ubcsat2006
10.54/10.63	c child exited successfully
10.54/10.63	c ubcsat2006 returned code 0.
10.54/10.63	c satzilla computing base features
10.54/10.63	c satzilla doing unit-prop probe
10.54/10.63	c satzilla doing local search probe
10.54/10.63	c satzilla doing lobjois search-space size estimate
10.54/10.63	c satzilla's ranking:
10.54/10.63	c 1) march_dl: 4.258523
10.54/10.63	c 2) kcnfs: 5.104138
10.54/10.63	c 3) eureka: 5.194581
10.54/10.63	c 4) minisat20: 6.236186
10.54/10.63	c 5) vallst: 6.323370
10.54/10.63	c 6) zchaff_rand: 7.952797
10.54/10.63	c 7) kcnfs+P: 999.000000
10.54/10.63	c 8) march_dl+P: 999.000000
10.54/10.63	c 9) vallst+P: 999.000000
10.54/10.63	c 10) zchaff_rand+P: 999.000000
10.54/10.63	c 11) rsat+P: 999.000000
10.54/10.63	c 12) eureka+P: 999.000000
10.54/10.63	c 13) minisat20+P: 999.000000
10.54/10.63	c 14) rsat: 999.000000
10.54/10.63	c satzilla running march_dl ... 
1199.34/1199.74	c Bin: Executing march_dl
1199.34/1199.74	c child exit by a signal
1199.34/1199.74	c march_dl returned code 137.
1199.34/1199.74	c march_dl returned code 137.
1199.34/1199.74	c satzilla running kcnfs ... 
1199.34/1199.74	c Bin: Executing kcnfs
1199.34/1199.74	c kcnfs returned code 1.
1199.34/1199.74	c kcnfs returned code 1.
1199.34/1199.74	c satzilla running eureka ... 
1199.34/1199.74	c Bin: Executing eureka
1199.34/1199.74	c eureka returned code 1.
1199.34/1199.74	c eureka returned code 1.
1199.34/1199.74	c satzilla running minisat20 ... 
1199.34/1199.74	c Bin: Executing minisat20
1199.34/1199.74	c minisat20 returned code 1.
1199.34/1199.74	c minisat20 returned code 1.
1199.34/1199.74	c satzilla running vallst ... 
1199.34/1199.74	c Bin: Executing vallst
1199.34/1199.74	c vallst returned code 1.
1199.34/1199.74	c vallst returned code 1.
1199.34/1199.74	c satzilla running zchaff_rand ... 
1199.34/1199.74	c Bin: Executing zchaff_rand
1199.34/1199.74	c zchaff_rand returned code 1.
1199.34/1199.74	c zchaff_rand returned code 1.
1199.34/1199.74	c satzilla running kcnfs with preprocessing ... 
1199.45/1199.79	c Preprocessing...
1199.45/1199.79	c Inital problem has 600 variables, 12000 nary clauses (0 binary clauses).
1199.45/1199.79	c Num non-binary clauses 12000, Average non-binary clause length 5.000
1199.45/1199.79	c Theory has no gaps
1199.45/1199.79	c Preprocessor runtime was 0.030 seconds.
1199.45/1199.79	c 
1199.45/1199.79	c Satisfiability of theory still undetermined.
1199.45/1199.79	c See file /tmp/kpyEVs for simplified theory.
1199.45/1199.79	c Bin: Executing kcnfs
1199.45/1199.79	c kcnfs returned code 1.
1199.45/1199.79	c kcnfs returned code 1.
1199.45/1199.79	c satzilla running march_dl with preprocessing ... 
1199.45/1199.79	c Bin: Executing march_dl
1199.45/1199.79	c march_dl returned code 1.
1199.45/1199.79	c march_dl returned code 1.
1199.45/1199.79	c satzilla running vallst with preprocessing ... 
1199.45/1199.80	c Bin: Executing vallst
1199.45/1199.80	c vallst returned code 1.
1199.45/1199.80	c vallst returned code 1.
1199.45/1199.80	c satzilla running zchaff_rand with preprocessing ... 
1199.45/1199.80	c Bin: Executing zchaff_rand
1199.45/1199.80	c zchaff_rand returned code 1.
1199.45/1199.80	c zchaff_rand returned code 1.
1199.45/1199.80	c satzilla running rsat with preprocessing ... 
1199.45/1199.80	c Bin: Executing rsat
1199.45/1199.80	c rsat returned code 1.
1199.45/1199.80	c rsat returned code 1.
1199.45/1199.80	c satzilla running eureka with preprocessing ... 
1199.45/1199.80	c Bin: Executing eureka
1199.45/1199.80	c eureka returned code 1.
1199.45/1199.80	c eureka returned code 1.
1199.45/1199.80	c satzilla running minisat20 with preprocessing ... 
1199.45/1199.80	c Bin: Executing minisat20
1199.45/1199.80	c minisat20 returned code 1.
1199.45/1199.80	c minisat20 returned code 1.
1199.45/1199.80	c satzilla running rsat ... 
1199.45/1199.80	c Bin: Executing rsat
1199.45/1199.80	c rsat returned code 1.
1199.45/1199.80	c rsat returned code 1.
1199.45/1199.80	c ERROR: All Failed! 
1199.45/1199.80	c SATZILLA_TIME=1199.680000

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/node3/watcher-301012-1171947778 -o ROOT/results/node3/solver-301012-1171947778 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301012-1171947778/SATzilla2007_F /tmp/evaluation/301012-1171947778/instance-301012-1171947778.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.97 0.98 3/77 8207
/proc/meminfo: memFree=757160/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=1512 CPUtime=0
/proc/8207/stat : 8207 (SATzilla2007_F) R 8205 8207 7507 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 214732634 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/8207/statm: 378 125 110 260 0 84 0
[pid=8208] ppid=8207 vsize=768 CPUtime=0
/proc/8208/stat : 8208 (march_dl) R 8207 8207 7507 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 214732634 786432 91 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134775543 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8208/statm: 192 91 50 118 0 71 0

[startup+0.106637 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 8207
/proc/meminfo: memFree=757160/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=1512 CPUtime=0
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214732634 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8207/statm: 378 125 110 260 0 84 0
[pid=8208] ppid=8207 vsize=2688 CPUtime=0.1
/proc/8208/stat : 8208 (march_dl) R 8207 8207 7507 0 -1 4194304 1598 0 0 0 10 0 0 0 19 0 1 0 214732634 2752512 436 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8208/statm: 672 436 67 118 0 551 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4200

[startup+0.514671 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 8207
/proc/meminfo: memFree=757160/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=1512 CPUtime=0
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214732634 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8207/statm: 378 125 110 260 0 84 0
[pid=8208] ppid=8207 vsize=2688 CPUtime=0.51
/proc/8208/stat : 8208 (march_dl) R 8207 8207 7507 0 -1 4194304 1607 0 0 0 51 0 0 0 23 0 1 0 214732634 2752512 445 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8208/statm: 672 445 67 118 0 551 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4200

[startup+1.33474 s]
/proc/loadavg: 0.92 0.97 0.98 2/79 8209
/proc/meminfo: memFree=744024/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=1512 CPUtime=0
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214732634 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8207/statm: 378 125 110 260 0 84 0
[pid=8208] ppid=8207 vsize=14660 CPUtime=1.33
/proc/8208/stat : 8208 (march_dl) R 8207 8207 7507 0 -1 4194304 4610 0 0 0 123 10 0 0 25 0 1 0 214732634 15011840 3328 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8208/statm: 3665 3328 72 118 0 3544 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16172

[startup+2.97087 s]
/proc/loadavg: 0.92 0.97 0.98 2/79 8209
/proc/meminfo: memFree=742552/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=1512 CPUtime=0
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214732634 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8207/statm: 378 125 110 260 0 84 0
[pid=8208] ppid=8207 vsize=15272 CPUtime=2.95
/proc/8208/stat : 8208 (march_dl) R 8207 8207 7507 0 -1 4194304 5911 0 0 0 277 18 0 0 25 0 1 0 214732634 15638528 3613 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8208/statm: 3818 3613 74 118 0 3697 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 16784

[startup+6.25414 s]
/proc/loadavg: 0.93 0.97 0.98 2/79 8210
/proc/meminfo: memFree=755672/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=1512 CPUtime=4.99
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 149 5911 0 0 0 0 480 19 16 0 1 0 214732634 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8207/statm: 378 125 110 260 0 84 0
[pid=8210] ppid=8207 vsize=6188 CPUtime=1.24
/proc/8210/stat : 8210 (ubcsat2006) R 8207 8207 7507 0 -1 4194304 444 0 0 0 117 7 0 0 25 0 1 0 214733135 6336512 426 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8210/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7097 s]
/proc/loadavg: 0.93 0.97 0.98 2/79 8211
/proc/meminfo: memFree=741080/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=15624 CPUtime=2.06
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 5160 0 0 0 190 16 0 0 25 0 1 0 214733698 15998976 3682 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559821 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 3906 3682 72 118 0 3785 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18516

[startup+25.5267 s]
/proc/loadavg: 0.95 0.97 0.98 2/79 8211
/proc/meminfo: memFree=733656/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=23744 CPUtime=14.88
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 7826 0 0 0 1470 18 0 0 25 0 1 0 214733698 24313856 5528 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 5936 5528 74 118 0 5815 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26636

[startup+51.1538 s]
/proc/loadavg: 0.96 0.97 0.98 2/79 8211
/proc/meminfo: memFree=729176/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=28228 CPUtime=40.49
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 8950 0 0 0 4030 19 0 0 25 0 1 0 214733698 28905472 6652 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 7057 6652 74 118 0 6936 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 31120

[startup+102.407 s]
/proc/loadavg: 0.98 0.97 0.98 2/79 8211
/proc/meminfo: memFree=726552/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=30892 CPUtime=91.73
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 9600 0 0 0 9153 20 0 0 25 0 1 0 214733698 31633408 7302 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 7723 7302 74 118 0 7602 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 33784

[startup+162.481 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 8211
/proc/meminfo: memFree=725016/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=32344 CPUtime=151.79
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 9987 0 0 0 15158 21 0 0 25 0 1 0 214733698 33120256 7689 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 8086 7689 74 118 0 7965 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 35236

[startup+222.551 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 8211
/proc/meminfo: memFree=723800/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=33532 CPUtime=211.85
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 10279 0 0 0 21163 22 0 0 25 0 1 0 214733698 34336768 7981 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 8383 7981 74 118 0 8262 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 36424

[startup+282.623 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 8211
/proc/meminfo: memFree=723032/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=34324 CPUtime=271.91
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 10497 0 0 0 27168 23 0 0 25 0 1 0 214733698 35147776 8199 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 8581 8199 74 118 0 8460 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 37216

[startup+342.692 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 8211
/proc/meminfo: memFree=722584/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=34852 CPUtime=331.97
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 10631 0 0 0 33173 24 0 0 25 0 1 0 214733698 35688448 8333 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 8713 8333 74 118 0 8592 0
Current children cumulated CPU time (s) 342.58
Current children cumulated vsize (KiB) 37744

[startup+402.766 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 8211
/proc/meminfo: memFree=722072/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=35380 CPUtime=392.02
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 10747 0 0 0 39178 24 0 0 25 0 1 0 214733698 36229120 8449 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532995 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 8845 8449 74 118 0 8724 0
Current children cumulated CPU time (s) 402.63
Current children cumulated vsize (KiB) 38272

[startup+462.83 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 8211
/proc/meminfo: memFree=721752/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=35644 CPUtime=452.08
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 10831 0 0 0 45183 25 0 0 25 0 1 0 214733698 36499456 8533 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 8911 8533 74 118 0 8790 0
Current children cumulated CPU time (s) 462.69

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

/proc/8211/statm: 9275 8906 74 118 0 9154 0
Current children cumulated CPU time (s) 702.9
Current children cumulated vsize (KiB) 39992

[startup+763.174 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8211
/proc/meminfo: memFree=719960/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=37364 CPUtime=752.35
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11269 0 0 0 75207 28 0 0 25 0 1 0 214733698 38260736 8971 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134571401 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9341 8971 74 118 0 9220 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 40256

[startup+823.245 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8211
/proc/meminfo: memFree=719704/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=37628 CPUtime=812.4
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11335 0 0 0 81212 28 0 0 25 0 1 0 214733698 38531072 9037 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567145 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9407 9037 74 118 0 9286 0
Current children cumulated CPU time (s) 823.01
Current children cumulated vsize (KiB) 40520

[startup+883.314 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8211
/proc/meminfo: memFree=719448/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=37892 CPUtime=872.46
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11398 0 0 0 87217 29 0 0 25 0 1 0 214733698 38801408 9100 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9473 9100 74 118 0 9352 0
Current children cumulated CPU time (s) 883.07
Current children cumulated vsize (KiB) 40784

[startup+943.386 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8211
/proc/meminfo: memFree=719320/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=38156 CPUtime=932.52
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11440 0 0 0 93222 30 0 0 25 0 1 0 214733698 39071744 9142 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9539 9142 74 118 0 9418 0
Current children cumulated CPU time (s) 943.13
Current children cumulated vsize (KiB) 41048

[startup+1003.45 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8211
/proc/meminfo: memFree=719128/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=38288 CPUtime=992.57
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11482 0 0 0 99227 30 0 0 25 0 1 0 214733698 39206912 9184 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9572 9184 74 118 0 9451 0
Current children cumulated CPU time (s) 1003.18
Current children cumulated vsize (KiB) 41180

[startup+1063.53 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 8211
/proc/meminfo: memFree=718872/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=38552 CPUtime=1052.63
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11556 0 0 0 105232 31 0 0 25 0 1 0 214733698 39477248 9258 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551693 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9638 9258 74 118 0 9517 0
Current children cumulated CPU time (s) 1063.24
Current children cumulated vsize (KiB) 41444

[startup+1123.59 s]
/proc/loadavg: 1.05 1.00 0.99 2/79 8211
/proc/meminfo: memFree=718616/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=38816 CPUtime=1112.68
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11608 0 0 0 111237 31 0 0 25 0 1 0 214733698 39747584 9310 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9704 9310 74 118 0 9583 0
Current children cumulated CPU time (s) 1123.29
Current children cumulated vsize (KiB) 41708

[startup+1183.66 s]
/proc/loadavg: 1.02 1.00 0.99 2/79 8211
/proc/meminfo: memFree=718424/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=38948 CPUtime=1172.74
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11660 0 0 0 117242 32 0 0 25 0 1 0 214733698 39882752 9362 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9737 9362 74 118 0 9616 0
Current children cumulated CPU time (s) 1183.35
Current children cumulated vsize (KiB) 41840

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

[startup+1187.46 s]
/proc/loadavg: 1.02 1.00 0.99 2/79 8211
/proc/meminfo: memFree=718360/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=38948 CPUtime=1176.54
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11665 0 0 0 117622 32 0 0 25 0 1 0 214733698 39882752 9367 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9737 9367 74 118 0 9616 0
Current children cumulated CPU time (s) 1187.15
Current children cumulated vsize (KiB) 41840

[startup+1194.01 s]
/proc/loadavg: 1.01 1.00 0.99 2/79 8211
/proc/meminfo: memFree=718296/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=39080 CPUtime=1183.09
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11677 0 0 0 118277 32 0 0 25 0 1 0 214733698 40017920 9379 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9770 9379 74 118 0 9649 0
Current children cumulated CPU time (s) 1193.7
Current children cumulated vsize (KiB) 41972

[startup+1197.3 s]
/proc/loadavg: 1.01 1.00 0.99 2/79 8211
/proc/meminfo: memFree=718296/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=39080 CPUtime=1186.37
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11678 0 0 0 118605 32 0 0 25 0 1 0 214733698 40017920 9380 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9770 9380 74 118 0 9649 0
Current children cumulated CPU time (s) 1196.98
Current children cumulated vsize (KiB) 41972

[startup+1198.94 s]
/proc/loadavg: 1.01 1.00 0.99 2/79 8211
/proc/meminfo: memFree=718296/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=39080 CPUtime=1188.01
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11680 0 0 0 118769 32 0 0 25 0 1 0 214733698 40017920 9382 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9770 9382 74 118 0 9649 0
Current children cumulated CPU time (s) 1198.62
Current children cumulated vsize (KiB) 41972

[startup+1199.35 s]
/proc/loadavg: 1.01 1.00 0.99 2/79 8211
/proc/meminfo: memFree=718296/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2892 CPUtime=10.61
/proc/8207/stat : 8207 (SATzilla2007_F) S 8205 8207 7507 0 -1 4194304 1190 6361 0 0 331 15 683 32 25 0 1 0 214732634 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8207/statm: 723 527 169 260 0 429 0
[pid=8211] ppid=8207 vsize=39080 CPUtime=1188.42
/proc/8211/stat : 8211 (march_dl) R 8207 8207 7507 0 -1 4194304 11681 0 0 0 118810 32 0 0 25 0 1 0 214733698 40017920 9383 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528303 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8211/statm: 9770 9383 74 118 0 9649 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 41972

[startup+1199.76 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 8211
/proc/meminfo: memFree=755424/2055920 swapFree=4192812/4192956
[pid=8207] ppid=8205 vsize=2896 CPUtime=1199.45
/proc/8207/stat : 8207 (SATzilla2007_F) R 8205 8207 7507 0 -1 4194304 1311 18042 0 0 333 15 119532 65 16 0 1 0 214732634 2965504 530 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135168641 0 0 4096 0 0 0 0 17 1 0 0
/proc/8207/statm: 724 530 170 260 0 430 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 2896

Child status: 17
Real time (s): 1199.8
CPU time (s): 1199.51
CPU user time (s): 1198.69
CPU system time (s): 0.817875
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 41972

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

runsolver used 1.12783 second user time and 3.13552 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue Feb 20 05:02:58 UTC 2007

IDJOB= 301012
IDBENCH= 20048
IDSOLVER= 136
FILE ID= node3/301012-1171947778

PBS_JOBID= 3848977

Free space on /tmp= 66541 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v600/unif-k5-r20-v600-c12000-S811866391-08.cnf
COMMAND LINE= /tmp/evaluation/301012-1171947778/SATzilla2007_F /tmp/evaluation/301012-1171947778/instance-301012-1171947778.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-301012-1171947778 -o ROOT/results/node3/solver-301012-1171947778 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301012-1171947778/SATzilla2007_F /tmp/evaluation/301012-1171947778/instance-301012-1171947778.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  e2bcd99348dd1a340f87926981c0a2e4

RANDOM SEED= 247885890

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        757632 kB
Buffers:         61840 kB
Cached:        1102184 kB
SwapCached:          0 kB
Active:         559324 kB
Inactive:       659300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        757632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10488 kB
Writeback:           0 kB
Mapped:          73540 kB
Slab:            65332 kB
Committed_AS:  1040308 kB
PageTables:       1656 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= 66541 MiB

End job on node3 on Tue Feb 20 05:22:58 UTC 2007