Trace number 302119

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 1200.1

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S1243695187-06.cnf
MD5SUM018b5778952b6ade82e68c4640d24c94
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark304.551
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.68	c run March_dl for 5 seconds ... 
10.64/10.68	c Bin: Executing march_dl
10.64/10.68	c child exit by a signal
10.64/10.68	c march_dl returned code 137.
10.64/10.68	c run saps for 2 seconds ... 
10.64/10.68	c Bin: Executing ubcsat2006
10.64/10.68	c child exited successfully
10.64/10.68	c ubcsat2006 returned code 0.
10.64/10.68	c satzilla computing base features
10.64/10.68	c satzilla doing unit-prop probe
10.64/10.68	c satzilla doing local search probe
10.64/10.68	c satzilla doing lobjois search-space size estimate
10.64/10.68	c satzilla's ranking:
10.64/10.68	c 1) march_dl: 4.372322
10.64/10.68	c 2) eureka: 5.369170
10.64/10.68	c 3) kcnfs: 5.908467
10.64/10.68	c 4) vallst: 7.792815
10.64/10.68	c 5) minisat20: 8.414244
10.64/10.68	c 6) zchaff_rand: 9.345108
10.64/10.68	c 7) kcnfs+P: 999.000000
10.64/10.68	c 8) march_dl+P: 999.000000
10.64/10.68	c 9) vallst+P: 999.000000
10.64/10.68	c 10) zchaff_rand+P: 999.000000
10.64/10.68	c 11) rsat+P: 999.000000
10.64/10.68	c 12) eureka+P: 999.000000
10.64/10.68	c 13) minisat20+P: 999.000000
10.64/10.68	c 14) rsat: 999.000000
10.64/10.68	c satzilla running march_dl ... 
1199.48/1200.00	c Bin: Executing march_dl
1199.48/1200.00	c child exit by a signal
1199.48/1200.00	c march_dl returned code 137.
1199.48/1200.00	c march_dl returned code 137.
1199.48/1200.00	c satzilla running eureka ... 
1199.48/1200.00	c Bin: Executing eureka
1199.48/1200.00	c eureka returned code 1.
1199.48/1200.00	c eureka returned code 1.
1199.48/1200.00	c satzilla running kcnfs ... 
1199.48/1200.00	c Bin: Executing kcnfs
1199.48/1200.00	c kcnfs returned code 1.
1199.48/1200.00	c kcnfs returned code 1.
1199.48/1200.00	c satzilla running vallst ... 
1199.48/1200.00	c Bin: Executing vallst
1199.48/1200.00	c vallst returned code 1.
1199.48/1200.00	c vallst returned code 1.
1199.48/1200.00	c satzilla running minisat20 ... 
1199.48/1200.00	c Bin: Executing minisat20
1199.48/1200.00	c minisat20 returned code 1.
1199.48/1200.00	c minisat20 returned code 1.
1199.48/1200.00	c satzilla running zchaff_rand ... 
1199.48/1200.00	c Bin: Executing zchaff_rand
1199.48/1200.00	c zchaff_rand returned code 1.
1199.48/1200.00	c zchaff_rand returned code 1.
1199.48/1200.00	c satzilla running kcnfs with preprocessing ... 
1199.48/1200.09	c Preprocessing...
1199.48/1200.09	c Inital problem has 1100 variables, 22000 nary clauses (0 binary clauses).
1199.48/1200.09	c Num non-binary clauses 22000, Average non-binary clause length 5.000
1199.48/1200.09	c Theory has no gaps
1199.48/1200.09	c Preprocessor runtime was 0.060 seconds.
1199.48/1200.09	c 
1199.48/1200.09	c Satisfiability of theory still undetermined.
1199.48/1200.09	c See file /tmp/OMVV1z for simplified theory.
1199.48/1200.09	c Bin: Executing kcnfs
1199.48/1200.09	c kcnfs returned code 1.
1199.48/1200.09	c kcnfs returned code 1.
1199.48/1200.09	c satzilla running march_dl with preprocessing ... 
1199.48/1200.09	c Bin: Executing march_dl
1199.48/1200.09	c march_dl returned code 1.
1199.48/1200.09	c march_dl returned code 1.
1199.48/1200.09	c satzilla running vallst with preprocessing ... 
1199.48/1200.09	c Bin: Executing vallst
1199.48/1200.09	c vallst returned code 1.
1199.48/1200.09	c vallst returned code 1.
1199.48/1200.09	c satzilla running zchaff_rand with preprocessing ... 
1199.48/1200.09	c Bin: Executing zchaff_rand
1199.48/1200.09	c zchaff_rand returned code 1.
1199.48/1200.09	c zchaff_rand returned code 1.
1199.48/1200.09	c satzilla running rsat with preprocessing ... 
1199.48/1200.09	c Bin: Executing rsat
1199.48/1200.09	c rsat returned code 1.
1199.48/1200.09	c rsat returned code 1.
1199.48/1200.09	c satzilla running eureka with preprocessing ... 
1199.48/1200.09	c Bin: Executing eureka
1199.48/1200.09	c eureka returned code 1.
1199.48/1200.09	c eureka returned code 1.
1199.48/1200.09	c satzilla running minisat20 with preprocessing ... 
1199.48/1200.09	c Bin: Executing minisat20
1199.48/1200.09	c minisat20 returned code 1.
1199.48/1200.09	c minisat20 returned code 1.
1199.48/1200.09	c satzilla running rsat ... 
1199.48/1200.09	c Bin: Executing rsat
1199.48/1200.09	c rsat returned code 1.
1199.48/1200.09	c rsat returned code 1.
1199.48/1200.09	c ERROR: All Failed! 
1199.48/1200.09	c SATZILLA_TIME=1199.780000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node1/watcher-302119-1172004444 -o ROOT/results/node1/solver-302119-1172004444 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302119-1172004444/SATzilla2007_F /tmp/evaluation/302119-1172004444/instance-302119-1172004444.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3740
/proc/meminfo: memFree=1565608/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=1512 CPUtime=0
/proc/3740/stat : 3740 (SATzilla2007_F) R 3738 3740 2998 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 220399509 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/3740/statm: 378 125 110 260 0 84 0
[pid=3741] ppid=3740 vsize=812 CPUtime=0
/proc/3741/stat : 3741 (march_dl) R 3740 3740 2998 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 220399509 831488 108 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134781624 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3741/statm: 203 108 50 118 0 82 0

[startup+0.107464 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3740
/proc/meminfo: memFree=1565608/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=1512 CPUtime=0
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220399509 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3740/statm: 378 125 110 260 0 84 0
[pid=3741] ppid=3740 vsize=2132 CPUtime=0.1
/proc/3741/stat : 3741 (march_dl) R 3740 3740 2998 0 -1 4194304 1474 0 0 0 10 0 0 0 19 0 1 0 220399509 2183168 389 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134522690 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3741/statm: 533 389 57 118 0 412 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3644

[startup+0.515512 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 3740
/proc/meminfo: memFree=1565608/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=1512 CPUtime=0
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220399509 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3740/statm: 378 125 110 260 0 84 0
[pid=3741] ppid=3740 vsize=4540 CPUtime=0.5
/proc/3741/stat : 3741 (march_dl) R 3740 3740 2998 0 -1 4194304 3210 0 0 0 50 0 0 0 23 0 1 0 220399509 4648960 747 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3741/statm: 1135 747 67 118 0 1014 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6052

[startup+1.33661 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 3742
/proc/meminfo: memFree=1562712/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=1512 CPUtime=0
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220399509 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3740/statm: 378 125 110 260 0 84 0
[pid=3741] ppid=3740 vsize=4540 CPUtime=1.32
/proc/3741/stat : 3741 (march_dl) R 3740 3740 2998 0 -1 4194304 3220 0 0 0 132 0 0 0 25 0 1 0 220399509 4648960 757 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3741/statm: 1135 757 67 118 0 1014 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6052

[startup+2.9828 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 3742
/proc/meminfo: memFree=1539096/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=1512 CPUtime=0
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 220399509 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3740/statm: 378 125 110 260 0 84 0
[pid=3741] ppid=3740 vsize=30632 CPUtime=2.97
/proc/3741/stat : 3741 (march_dl) R 3740 3740 2998 0 -1 4194304 10196 0 0 0 261 36 0 0 25 0 1 0 220399509 31367168 7285 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559562 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3741/statm: 7658 7285 72 118 0 7537 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 32144

[startup+6.26118 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 3743
/proc/meminfo: memFree=1563416/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=1512 CPUtime=5
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 149 12021 0 0 0 0 462 38 16 0 1 0 220399509 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3740/statm: 378 125 110 260 0 84 0
[pid=3743] ppid=3740 vsize=6188 CPUtime=1.24
/proc/3743/stat : 3743 (ubcsat2006) R 3740 3740 2998 0 -1 4194304 617 0 0 0 118 6 0 0 25 0 1 0 220400010 6336512 599 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3743/statm: 1547 599 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7209 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1537112/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=28944 CPUtime=2.01
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 9273 0 0 0 183 18 0 0 25 0 1 0 220400578 29638656 6614 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 7236 6614 72 118 0 7115 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32340

[startup+25.5284 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1532056/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=35004 CPUtime=14.81
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 12951 0 0 0 1444 37 0 0 25 0 1 0 220400578 35844096 8103 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528148 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 8751 8103 74 118 0 8630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38400

[startup+51.1594 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1516952/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=48592 CPUtime=40.42
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 16504 0 0 0 4003 39 0 0 25 0 1 0 220400578 49758208 11656 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 12148 11656 74 118 0 12027 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51988

[startup+102.418 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1510424/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=55300 CPUtime=91.67
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 18161 0 0 0 9126 41 0 0 25 0 1 0 220400578 56627200 13313 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 13825 13313 74 118 0 13704 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 58696

[startup+162.498 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1507224/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=58328 CPUtime=151.73
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 18932 0 0 0 15131 42 0 0 25 0 1 0 220400578 59727872 14084 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 14582 14084 74 118 0 14461 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 61724

[startup+222.573 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1504984/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=60564 CPUtime=211.79
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 19496 0 0 0 21136 43 0 0 25 0 1 0 220400578 62017536 14648 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 15141 14648 74 118 0 15020 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 63960

[startup+282.646 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1503704/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=61868 CPUtime=271.84
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 19819 0 0 0 27141 43 0 0 25 0 1 0 220400578 63352832 14971 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 15467 14971 74 118 0 15346 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 65264

[startup+342.722 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1501720/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=63780 CPUtime=331.9
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 20325 0 0 0 33145 45 0 0 25 0 1 0 220400578 65310720 15477 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 15945 15477 74 118 0 15824 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 67176

[startup+402.797 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1500312/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=65100 CPUtime=391.96
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 20665 0 0 0 39150 46 0 0 25 0 1 0 220400578 66662400 15817 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 16275 15817 74 118 0 16154 0
Current children cumulated CPU time (s) 402.63
Current children cumulated vsize (KiB) 68496

[startup+462.871 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 3744
/proc/meminfo: memFree=1499480/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=66024 CPUtime=452.01
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 20878 0 0 0 45154 47 0 0 25 0 1 0 220400578 67608576 16030 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 16506 16030 74 118 0 16385 0
Current children cumulated CPU time (s) 462.68

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

/proc/3744/statm: 17199 16752 74 118 0 17078 0
Current children cumulated CPU time (s) 702.9
Current children cumulated vsize (KiB) 72192

[startup+763.234 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3744
/proc/meminfo: memFree=1496088/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=69324 CPUtime=752.29
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 21716 0 0 0 75178 51 0 0 25 0 1 0 220400578 70987776 16868 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 17331 16868 74 118 0 17210 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 72720

[startup+823.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 3810
/proc/meminfo: memFree=1494368/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=69852 CPUtime=812.33
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 21835 0 0 0 81181 52 0 0 25 0 1 0 220400578 71528448 16987 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 17463 16987 74 118 0 17342 0
Current children cumulated CPU time (s) 823
Current children cumulated vsize (KiB) 73248

[startup+883.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 3902
/proc/meminfo: memFree=1493856/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=70248 CPUtime=872.25
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 21939 0 0 0 87173 52 0 0 25 0 1 0 220400578 71933952 17091 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 17562 17091 74 118 0 17441 0
Current children cumulated CPU time (s) 882.92
Current children cumulated vsize (KiB) 73644

[startup+943.405 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1494616/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=70644 CPUtime=932.3
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22053 0 0 0 93177 53 0 0 25 0 1 0 220400578 72339456 17205 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 17661 17205 74 118 0 17540 0
Current children cumulated CPU time (s) 942.97
Current children cumulated vsize (KiB) 74040

[startup+1003.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1494104/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=71172 CPUtime=992.35
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22175 0 0 0 99182 53 0 0 25 0 1 0 220400578 72880128 17327 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 17793 17327 74 118 0 17672 0
Current children cumulated CPU time (s) 1003.02
Current children cumulated vsize (KiB) 74568

[startup+1063.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1493784/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=71568 CPUtime=1052.42
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22288 0 0 0 105188 54 0 0 25 0 1 0 220400578 73285632 17440 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 17892 17440 74 118 0 17771 0
Current children cumulated CPU time (s) 1063.09
Current children cumulated vsize (KiB) 74964

[startup+1123.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1493400/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=72096 CPUtime=1112.47
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22395 0 0 0 111192 55 0 0 25 0 1 0 220400578 73826304 17547 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 18024 17547 74 118 0 17903 0
Current children cumulated CPU time (s) 1123.14
Current children cumulated vsize (KiB) 75492

[startup+1183.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1493016/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=72360 CPUtime=1172.52
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22489 0 0 0 117197 55 0 0 25 0 1 0 220400578 74096640 17641 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134565996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 18090 17641 74 118 0 17969 0
Current children cumulated CPU time (s) 1183.19
Current children cumulated vsize (KiB) 75756

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

[startup+1187.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1493016/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=72492 CPUtime=1176.42
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22496 0 0 0 117587 55 0 0 25 0 1 0 220400578 74231808 17648 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 18123 17648 74 118 0 18002 0
Current children cumulated CPU time (s) 1187.09
Current children cumulated vsize (KiB) 75888

[startup+1194.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1492952/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=72492 CPUtime=1182.97
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22506 0 0 0 118242 55 0 0 25 0 1 0 220400578 74231808 17658 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 18123 17658 74 118 0 18002 0
Current children cumulated CPU time (s) 1193.64
Current children cumulated vsize (KiB) 75888

[startup+1197.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1492952/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=72492 CPUtime=1186.25
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22514 0 0 0 118570 55 0 0 25 0 1 0 220400578 74231808 17666 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 18123 17666 74 118 0 18002 0
Current children cumulated CPU time (s) 1196.92
Current children cumulated vsize (KiB) 75888

[startup+1199.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1492888/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=72492 CPUtime=1187.89
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22516 0 0 0 118734 55 0 0 25 0 1 0 220400578 74231808 17668 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 18123 17668 74 118 0 18002 0
Current children cumulated CPU time (s) 1198.56
Current children cumulated vsize (KiB) 75888

[startup+1199.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1492888/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=3396 CPUtime=10.67
/proc/3740/stat : 3740 (SATzilla2007_F) S 3738 3740 2998 0 -1 4194304 1868 12644 0 0 339 14 667 47 25 0 1 0 220399509 3477504 645 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3740/statm: 849 645 169 260 0 555 0
[pid=3744] ppid=3740 vsize=72492 CPUtime=1188.71
/proc/3744/stat : 3744 (march_dl) R 3740 3740 2998 0 -1 4194304 22516 0 0 0 118816 55 0 0 25 0 1 0 220400578 74231808 17668 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134571401 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3744/statm: 18123 17668 74 118 0 18002 0
Current children cumulated CPU time (s) 1199.38
Current children cumulated vsize (KiB) 75888

[startup+1200.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 3942
/proc/meminfo: memFree=1492888/2055920 swapFree=4158120/4192956
[pid=3740] ppid=3738 vsize=0 CPUtime=1199.6
/proc/3740/stat : 3740 (SATzilla2007_F) R 3738 3740 2998 0 -1 4194308 2814 35160 0 0 348 15 119493 104 18 0 1 0 220399509 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/3740/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.6
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1200.1
CPU time (s): 1199.61
CPU user time (s): 1198.41
CPU system time (s): 1.19782
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 75888

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

runsolver used 1.17282 second user time and 3.09453 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Feb 20 20:47:24 UTC 2007

IDJOB= 302119
IDBENCH= 20075
IDSOLVER= 136
FILE ID= node1/302119-1172004444

PBS_JOBID= 3849105

Free space on /tmp= 66540 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  018b5778952b6ade82e68c4640d24c94

RANDOM SEED= 480085406

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1566016 kB
Buffers:         55712 kB
Cached:         337480 kB
SwapCached:      15284 kB
Active:         278300 kB
Inactive:       138048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566016 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:           10724 kB
Writeback:           0 kB
Mapped:          29920 kB
Slab:            59128 kB
Committed_AS:   719268 kB
PageTables:       1740 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= 66540 MiB

End job on node1 on Tue Feb 20 21:07:25 UTC 2007