Trace number 307039

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.53 1199.89

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S295096144-05.cnf
MD5SUMcde497b3d0f6b21ffcb2bc97cd2a2b18
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.33/11.42	c run March_dl for 5 seconds ... 
11.33/11.42	c Bin: Executing march_dl
11.33/11.42	c child exit by a signal
11.33/11.42	c march_dl returned code 137.
11.33/11.42	c run saps for 2 seconds ... 
11.33/11.42	c Bin: Executing ubcsat2006
11.33/11.42	c child exited successfully
11.33/11.42	c ubcsat2006 returned code 0.
11.33/11.42	c satzilla computing base features
11.33/11.42	c satzilla doing unit-prop probe
11.33/11.42	c satzilla doing local search probe
11.33/11.42	c satzilla doing lobjois search-space size estimate
11.33/11.42	c satzilla's ranking:
11.33/11.42	c 1) vallst: 3.508234
11.33/11.42	c 2) eureka: 3.836398
11.33/11.42	c 3) kcnfs: 4.261904
11.33/11.42	c 4) minisat20: 4.415695
11.33/11.42	c 5) march_dl: 4.444068
11.33/11.42	c 6) zchaff_rand: 4.773650
11.33/11.42	c 7) kcnfs+P: 999.000000
11.33/11.42	c 8) march_dl+P: 999.000000
11.33/11.42	c 9) vallst+P: 999.000000
11.33/11.42	c 10) zchaff_rand+P: 999.000000
11.33/11.42	c 11) rsat+P: 999.000000
11.33/11.42	c 12) eureka+P: 999.000000
11.33/11.42	c 13) minisat20+P: 999.000000
11.33/11.42	c 14) rsat: 999.000000
11.33/11.42	c satzilla running vallst ... 
1199.17/1199.58	c Bin: Executing vallst
1199.17/1199.58	c child exit by a signal
1199.17/1199.58	c vallst returned code 137.
1199.17/1199.58	c vallst returned code 137.
1199.17/1199.58	c satzilla running eureka ... 
1199.17/1199.58	c Bin: Executing eureka
1199.17/1199.58	c eureka returned code 1.
1199.17/1199.58	c eureka returned code 1.
1199.17/1199.58	c satzilla running kcnfs ... 
1199.17/1199.58	c Bin: Executing kcnfs
1199.17/1199.58	c kcnfs returned code 1.
1199.17/1199.58	c kcnfs returned code 1.
1199.17/1199.58	c satzilla running minisat20 ... 
1199.17/1199.58	c Bin: Executing minisat20
1199.17/1199.58	c minisat20 returned code 1.
1199.17/1199.58	c minisat20 returned code 1.
1199.17/1199.58	c satzilla running march_dl ... 
1199.17/1199.58	c Bin: Executing march_dl
1199.17/1199.58	c march_dl returned code 1.
1199.17/1199.58	c march_dl returned code 1.
1199.17/1199.58	c satzilla running zchaff_rand ... 
1199.17/1199.58	c Bin: Executing zchaff_rand
1199.17/1199.58	c zchaff_rand returned code 1.
1199.17/1199.58	c zchaff_rand returned code 1.
1199.17/1199.58	c satzilla running kcnfs with preprocessing ... 
1199.50/1199.88	c Preprocessing...
1199.50/1199.88	c Inital problem has 13000 variables, 54600 nary clauses (0 binary clauses).
1199.50/1199.88	c Num non-binary clauses 54600, Average non-binary clause length 3.000
1199.50/1199.88	c Theory has no gaps
1199.50/1199.88	c Preprocessor runtime was 0.220 seconds.
1199.50/1199.88	c 
1199.50/1199.88	c Satisfiability of theory still undetermined.
1199.50/1199.88	c See file /tmp/yRxSMZ for simplified theory.
1199.50/1199.88	c Bin: Executing kcnfs
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c satzilla running march_dl with preprocessing ... 
1199.50/1199.88	c Bin: Executing march_dl
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c satzilla running vallst with preprocessing ... 
1199.50/1199.88	c Bin: Executing vallst
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c satzilla running zchaff_rand with preprocessing ... 
1199.50/1199.88	c Bin: Executing zchaff_rand
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c satzilla running rsat with preprocessing ... 
1199.50/1199.88	c Bin: Executing rsat
1199.50/1199.88	c rsat returned code 1.
1199.50/1199.88	c rsat returned code 1.
1199.50/1199.88	c satzilla running eureka with preprocessing ... 
1199.50/1199.88	c Bin: Executing eureka
1199.50/1199.88	c eureka returned code 1.
1199.50/1199.88	c eureka returned code 1.
1199.50/1199.88	c satzilla running minisat20 with preprocessing ... 
1199.50/1199.88	c Bin: Executing minisat20
1199.50/1199.88	c minisat20 returned code 1.
1199.50/1199.88	c minisat20 returned code 1.
1199.50/1199.88	c satzilla running rsat ... 
1199.50/1199.88	c Bin: Executing rsat
1199.50/1199.88	c rsat returned code 1.
1199.50/1199.88	c rsat returned code 1.
1199.50/1199.88	c ERROR: All Failed! 
1199.50/1199.88	c SATZILLA_TIME=1199.690000

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/node58/watcher-307039-1172111797 -o ROOT/results/node58/solver-307039-1172111797 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307039-1172111797/SATzilla2007_F /tmp/evaluation/307039-1172111797/instance-307039-1172111797.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.85 0.97 0.99 3/64 26182
/proc/meminfo: memFree=1880416/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=1512 CPUtime=0
/proc/26182/stat : 26182 (SATzilla2007_F) D 26180 26182 26098 0 -1 4194304 142 0 0 0 0 0 0 0 19 0 1 0 231136448 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135223053 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26182/statm: 378 125 110 260 0 84 0

[startup+0.107297 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26182
/proc/meminfo: memFree=1880416/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=1512 CPUtime=0
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231136448 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26182/statm: 378 125 110 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.519342 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 26182
/proc/meminfo: memFree=1880416/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=1512 CPUtime=0
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231136448 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26182/statm: 378 125 110 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+1.34043 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 26184
/proc/meminfo: memFree=1866640/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=1512 CPUtime=0
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231136448 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26182/statm: 378 125 110 260 0 84 0
[pid=26184] ppid=26182 vsize=15484 CPUtime=1.32
/proc/26184/stat : 26184 (march_dl) R 26182 26182 26098 0 -1 4194304 11032 0 0 0 104 28 0 0 25 0 1 0 231136448 15855616 3465 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26184/statm: 3871 3465 72 118 0 3750 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16996

[startup+2.97661 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 26184
/proc/meminfo: memFree=1867216/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=1512 CPUtime=0
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 231136448 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26182/statm: 378 125 110 260 0 84 0
[pid=26184] ppid=26182 vsize=14604 CPUtime=2.95
/proc/26184/stat : 26184 (march_dl) R 26182 26182 26098 0 -1 4194304 12100 0 0 0 263 32 0 0 25 0 1 0 231136448 14954496 3300 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551727 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26184/statm: 3651 3300 74 118 0 3530 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 16116

[startup+6.25298 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 26185
/proc/meminfo: memFree=1876176/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=1512 CPUtime=4.99
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 149 12106 0 0 0 0 466 33 19 0 1 0 231136448 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26182/statm: 378 125 110 260 0 84 0
[pid=26185] ppid=26182 vsize=10288 CPUtime=1.22
/proc/26185/stat : 26185 (ubcsat2006) R 26182 26182 26098 0 -1 4194304 1113 0 0 0 119 3 0 0 25 0 1 0 231136949 10534912 1095 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26185/statm: 2572 1095 156 64 0 2153 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 11800

[startup+12.7147 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 26186
/proc/meminfo: memFree=1871000/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=11460 CPUtime=1.27
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 1485 0 1 0 114 13 0 0 25 0 1 0 231137590 11735040 1468 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 2865 1468 149 55 0 2455 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 16864

[startup+25.5231 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 26186
/proc/meminfo: memFree=1870560/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=11660 CPUtime=14.07
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 1605 0 1 0 1348 59 0 0 25 0 1 0 231137590 11939840 1579 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 2915 1579 149 55 0 2505 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 17064

[startup+51.1469 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 26186
/proc/meminfo: memFree=1869984/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=11904 CPUtime=39.68
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 1752 0 1 0 3844 124 0 0 25 0 1 0 231137590 12189696 1713 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134520361 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 2976 1713 150 55 0 2566 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 17308

[startup+102.388 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 26186
/proc/meminfo: memFree=1869472/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=12148 CPUtime=90.91
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 1929 0 1 0 8878 213 0 0 25 0 1 0 231137590 12439552 1864 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3037 1864 150 55 0 2627 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 17552

[startup+162.449 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26186
/proc/meminfo: memFree=1868576/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=12416 CPUtime=150.96
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 2162 0 1 0 14803 293 0 0 25 0 1 0 231137590 12713984 2080 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134598706 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3104 2080 150 55 0 2694 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 17820

[startup+222.51 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26188
/proc/meminfo: memFree=1867808/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=12712 CPUtime=211
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 2332 0 1 0 20736 364 0 0 25 0 1 0 231137590 13017088 2234 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134600950 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3178 2234 150 55 0 2768 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 18116

[startup+282.57 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26188
/proc/meminfo: memFree=1866272/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=14520 CPUtime=271.04
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 2723 0 1 0 26685 419 0 0 25 0 1 0 231137590 14868480 2614 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575321 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3630 2614 151 55 0 3220 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 19924

[startup+342.631 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26188
/proc/meminfo: memFree=1865760/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=14688 CPUtime=331.09
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 2860 0 1 0 32639 470 0 0 25 0 1 0 231137590 15040512 2738 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575331 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3672 2738 151 55 0 3262 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 20092

[startup+402.693 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 26188
/proc/meminfo: memFree=1862944/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=14916 CPUtime=391.14
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 3558 0 1 0 38594 520 0 0 25 0 1 0 231137590 15273984 3425 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3729 3425 151 55 0 3319 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 20320

[startup+462.75 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 26188
/proc/meminfo: memFree=1862560/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=15552 CPUtime=451.18
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 3677 0 1 0 44554 564 0 0 25 0 1 0 231137590 15925248 3534 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585781 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3888 3534 151 55 0 3478 0
Current children cumulated CPU time (s) 462.55
Current children cumulated vsize (KiB) 20956

[startup+522.809 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 26188
/proc/meminfo: memFree=1862368/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=15712 CPUtime=511.22

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

/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=15596 CPUtime=751.39
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 3962 0 1 0 74389 750 0 0 25 0 1 0 231137590 15970304 3612 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134576054 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3899 3612 151 55 0 3489 0
Current children cumulated CPU time (s) 762.76
Current children cumulated vsize (KiB) 21000

[startup+823.112 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1862176/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=15668 CPUtime=811.44
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 3990 0 1 0 80365 779 0 0 25 0 1 0 231137590 16044032 3632 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586033 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 3917 3632 151 55 0 3507 0
Current children cumulated CPU time (s) 822.81
Current children cumulated vsize (KiB) 21072

[startup+883.174 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1862048/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=16280 CPUtime=871.49
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 4036 0 1 0 86338 811 0 0 25 0 1 0 231137590 16670720 3669 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134588712 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4070 3669 151 55 0 3660 0
Current children cumulated CPU time (s) 882.86
Current children cumulated vsize (KiB) 21684

[startup+943.234 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 26188
/proc/meminfo: memFree=1861344/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=16908 CPUtime=931.53
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 4309 0 1 0 92313 840 0 0 25 0 1 0 231137590 17313792 3836 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4227 3836 151 55 0 3817 0
Current children cumulated CPU time (s) 942.9
Current children cumulated vsize (KiB) 22312

[startup+1003.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 26188
/proc/meminfo: memFree=1861024/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=17016 CPUtime=991.58
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 4487 0 1 0 98288 870 0 0 25 0 1 0 231137590 17424384 3926 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4254 3926 151 55 0 3844 0
Current children cumulated CPU time (s) 1002.95
Current children cumulated vsize (KiB) 22420

[startup+1063.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860832/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=17120 CPUtime=1051.62
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 4658 0 1 0 104264 898 0 0 25 0 1 0 231137590 17530880 3971 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575954 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4280 3971 151 55 0 3870 0
Current children cumulated CPU time (s) 1062.99
Current children cumulated vsize (KiB) 22524

[startup+1123.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860704/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=17284 CPUtime=1111.67
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 4844 0 1 0 110242 925 0 0 25 0 1 0 231137590 17698816 4000 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134589338 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4321 4000 151 55 0 3911 0
Current children cumulated CPU time (s) 1123.04
Current children cumulated vsize (KiB) 22688

[startup+1183.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860576/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=17792 CPUtime=1171.71
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 5071 0 1 0 116221 950 0 0 25 0 1 0 231137590 18219008 4034 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585703 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4448 4034 151 55 0 4038 0
Current children cumulated CPU time (s) 1183.08
Current children cumulated vsize (KiB) 23196

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

[startup+1187.26 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860512/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=17848 CPUtime=1175.49
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 5077 0 1 0 116598 951 0 0 25 0 1 0 231137590 18276352 4040 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4462 4040 151 55 0 4052 0
Current children cumulated CPU time (s) 1186.86
Current children cumulated vsize (KiB) 23252

[startup+1193.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860256/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=17848 CPUtime=1182.05
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 5153 0 1 0 117252 953 0 0 25 0 1 0 231137590 18276352 4116 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4462 4116 151 55 0 4052 0
Current children cumulated CPU time (s) 1193.42
Current children cumulated vsize (KiB) 23252

[startup+1197.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860832/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=16832 CPUtime=1185.32
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 5175 0 1 0 117569 963 0 0 25 0 1 0 231137590 17235968 3907 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4208 3907 151 55 0 3798 0
Current children cumulated CPU time (s) 1196.69
Current children cumulated vsize (KiB) 22236

[startup+1198.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860832/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=16832 CPUtime=1186.98
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 5175 0 1 0 117734 964 0 0 25 0 1 0 231137590 17235968 3907 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4208 3907 151 55 0 3798 0
Current children cumulated CPU time (s) 1198.35
Current children cumulated vsize (KiB) 22236

[startup+1199.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860832/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=5404 CPUtime=11.37
/proc/26182/stat : 26182 (SATzilla2007_F) S 26180 26182 26098 0 -1 4194304 3874 13225 0 0 417 5 675 40 25 0 1 0 231136448 5533696 1141 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26182/statm: 1351 1141 170 260 0 1057 0
[pid=26186] ppid=26182 vsize=16832 CPUtime=1187.8
/proc/26186/stat : 26186 (vallst) R 26182 26182 26098 0 -1 4194304 5175 0 1 0 117816 964 0 0 25 0 1 0 231137590 17235968 3907 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/26186/statm: 4208 3907 151 55 0 3798 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 22236

[startup+1199.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860832/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=18636 CPUtime=1199.39
/proc/26182/stat : 26182 (SATzilla2007_F) R 26180 26182 26098 0 -1 4194304 6189 18400 0 1 433 8 118493 1005 20 0 1 0 231136448 19083264 3193 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 0 0 0
/proc/26182/statm: 4659 3193 177 260 0 4365 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 18636

[startup+1199.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26188
/proc/meminfo: memFree=1860832/2055920 swapFree=4183888/4192956
[pid=26182] ppid=26180 vsize=14148 CPUtime=1199.5
/proc/26182/stat : 26182 (SATzilla2007_F) R 26180 26182 26098 0 -1 4194304 6243 18400 0 1 443 9 118493 1005 20 0 1 0 231136448 14487552 3199 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135153969 0 0 4096 0 0 0 0 17 0 0 0
/proc/26182/statm: 3537 3199 177 260 0 3243 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 14148

Child status: 17
Real time (s): 1199.89
CPU time (s): 1199.53
CPU user time (s): 1189.38
CPU system time (s): 10.1535
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 23252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1189.38
system time used= 10.1535
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24649
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29
involuntary context switches= 1115

runsolver used 0.870867 second user time and 2.48462 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Thu Feb 22 02:36:38 UTC 2007

IDJOB= 307039
IDBENCH= 20195
IDSOLVER= 136
FILE ID= node58/307039-1172111797

PBS_JOBID= 3892932

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S295096144-05.cnf
COMMAND LINE= /tmp/evaluation/307039-1172111797/SATzilla2007_F /tmp/evaluation/307039-1172111797/instance-307039-1172111797.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-307039-1172111797 -o ROOT/results/node58/solver-307039-1172111797 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307039-1172111797/SATzilla2007_F /tmp/evaluation/307039-1172111797/instance-307039-1172111797.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  cde497b3d0f6b21ffcb2bc97cd2a2b18

RANDOM SEED= 974353458

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1880824 kB
Buffers:         17244 kB
Cached:         104876 kB
SwapCached:       3476 kB
Active:          64524 kB
Inactive:        69492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880824 kB
SwapTotal:     4192956 kB
SwapFree:      4183888 kB
Dirty:           11324 kB
Writeback:           0 kB
Mapped:          15340 kB
Slab:            27172 kB
Committed_AS:   596080 kB
PageTables:       1380 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= 66553 MiB

End job on node58 on Thu Feb 22 02:56:38 UTC 2007