Trace number 306055

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.13 1199.63

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S897388318-05.cnf
MD5SUM35d05934115981de17b0e0485716ee2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.11
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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.04/11.08	c run March_dl for 5 seconds ... 
11.04/11.08	c Bin: Executing march_dl
11.04/11.08	c child exit by a signal
11.04/11.08	c march_dl returned code 137.
11.04/11.08	c run saps for 2 seconds ... 
11.04/11.08	c Bin: Executing ubcsat2006
11.04/11.08	c child exited successfully
11.04/11.08	c ubcsat2006 returned code 0.
11.04/11.08	c satzilla computing base features
11.04/11.08	c satzilla doing unit-prop probe
11.04/11.08	c satzilla doing local search probe
11.04/11.08	c satzilla doing lobjois search-space size estimate
11.04/11.08	c satzilla's ranking:
11.04/11.08	c 1) vallst: 4.018268
11.04/11.08	c 2) march_dl: 4.271113
11.04/11.08	c 3) eureka: 4.287256
11.04/11.08	c 4) kcnfs: 4.476237
11.04/11.08	c 5) zchaff_rand: 4.590232
11.04/11.08	c 6) minisat20: 5.314934
11.04/11.08	c 7) kcnfs+P: 999.000000
11.04/11.08	c 8) march_dl+P: 999.000000
11.04/11.08	c 9) vallst+P: 999.000000
11.04/11.08	c 10) zchaff_rand+P: 999.000000
11.04/11.08	c 11) rsat+P: 999.000000
11.04/11.08	c 12) eureka+P: 999.000000
11.04/11.08	c 13) minisat20+P: 999.000000
11.04/11.08	c 14) rsat: 999.000000
11.04/11.08	c satzilla running vallst ... 
1198.80/1199.40	c Bin: Executing vallst
1198.80/1199.40	c child exit by a signal
1198.80/1199.40	c vallst returned code 137.
1198.80/1199.40	c vallst returned code 137.
1198.80/1199.40	c satzilla running march_dl ... 
1198.80/1199.40	c Bin: Executing march_dl
1198.80/1199.40	c march_dl returned code 1.
1198.80/1199.40	c march_dl returned code 1.
1198.80/1199.40	c satzilla running eureka ... 
1198.80/1199.40	c Bin: Executing eureka
1198.80/1199.40	c eureka returned code 1.
1198.80/1199.40	c eureka returned code 1.
1198.80/1199.40	c satzilla running kcnfs ... 
1198.80/1199.40	c Bin: Executing kcnfs
1198.80/1199.40	c kcnfs returned code 1.
1198.80/1199.40	c kcnfs returned code 1.
1198.80/1199.40	c satzilla running zchaff_rand ... 
1198.80/1199.40	c Bin: Executing zchaff_rand
1198.80/1199.40	c zchaff_rand returned code 1.
1198.80/1199.40	c zchaff_rand returned code 1.
1198.80/1199.40	c satzilla running minisat20 ... 
1198.80/1199.40	c Bin: Executing minisat20
1198.80/1199.40	c minisat20 returned code 1.
1198.80/1199.40	c minisat20 returned code 1.
1198.80/1199.40	c satzilla running kcnfs with preprocessing ... 
1199.02/1199.62	c Preprocessing...
1199.02/1199.62	c Inital problem has 10000 variables, 42000 nary clauses (0 binary clauses).
1199.02/1199.62	c Num non-binary clauses 42000, Average non-binary clause length 3.000
1199.02/1199.62	c Theory has no gaps
1199.02/1199.62	c Preprocessor runtime was 0.170 seconds.
1199.02/1199.62	c 
1199.02/1199.62	c Satisfiability of theory still undetermined.
1199.02/1199.62	c See file /tmp/MPDLAy for simplified theory.
1199.02/1199.62	c Bin: Executing kcnfs
1199.02/1199.62	c kcnfs returned code 1.
1199.02/1199.62	c kcnfs returned code 1.
1199.02/1199.62	c satzilla running march_dl with preprocessing ... 
1199.02/1199.62	c Bin: Executing march_dl
1199.02/1199.62	c march_dl returned code 1.
1199.02/1199.62	c march_dl returned code 1.
1199.02/1199.62	c satzilla running vallst with preprocessing ... 
1199.02/1199.62	c Bin: Executing vallst
1199.02/1199.62	c vallst returned code 1.
1199.02/1199.62	c vallst returned code 1.
1199.02/1199.62	c satzilla running zchaff_rand with preprocessing ... 
1199.02/1199.62	c Bin: Executing zchaff_rand
1199.02/1199.62	c zchaff_rand returned code 1.
1199.02/1199.62	c zchaff_rand returned code 1.
1199.02/1199.62	c satzilla running rsat with preprocessing ... 
1199.02/1199.62	c Bin: Executing rsat
1199.02/1199.62	c rsat returned code 1.
1199.02/1199.62	c rsat returned code 1.
1199.02/1199.62	c satzilla running eureka with preprocessing ... 
1199.02/1199.62	c Bin: Executing eureka
1199.02/1199.62	c eureka returned code 1.
1199.02/1199.62	c eureka returned code 1.
1199.02/1199.62	c satzilla running minisat20 with preprocessing ... 
1199.02/1199.63	c Bin: Executing minisat20
1199.02/1199.63	c minisat20 returned code 1.
1199.02/1199.63	c minisat20 returned code 1.
1199.02/1199.63	c satzilla running rsat ... 
1199.02/1199.63	c Bin: Executing rsat
1199.02/1199.63	c rsat returned code 1.
1199.02/1199.63	c rsat returned code 1.
1199.02/1199.63	c ERROR: All Failed! 
1199.02/1199.63	c SATZILLA_TIME=1199.290000

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/node20/watcher-306055-1172091147 -o ROOT/results/node20/solver-306055-1172091147 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306055-1172091147/SATzilla2007_F /tmp/evaluation/306055-1172091147/instance-306055-1172091147.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.99 1.14 3/77 13045
/proc/meminfo: memFree=1470640/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=1512 CPUtime=0
/proc/13045/stat : 13045 (SATzilla2007_F) R 13043 13045 11985 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 229068712 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/13045/statm: 378 125 110 260 0 84 0
[pid=13046] ppid=13045 vsize=1596 CPUtime=0
/proc/13046/stat : 13046 (march_dl) R 13045 13045 11985 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 229068713 1634304 254 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13046/statm: 399 254 50 118 0 278 0

[startup+0.107157 s]
/proc/loadavg: 0.92 0.99 1.14 3/77 13045
/proc/meminfo: memFree=1470640/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=1512 CPUtime=0
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229068712 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13045/statm: 378 125 110 260 0 84 0
[pid=13046] ppid=13045 vsize=3744 CPUtime=0.1
/proc/13046/stat : 13046 (march_dl) R 13045 13045 11985 0 -1 4194304 969 0 0 0 10 0 0 0 19 0 1 0 229068713 3833856 687 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13046/statm: 936 687 53 118 0 815 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5256

[startup+0.519206 s]
/proc/loadavg: 0.92 0.99 1.14 3/77 13045
/proc/meminfo: memFree=1470640/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=1512 CPUtime=0
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229068712 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13045/statm: 378 125 110 260 0 84 0
[pid=13046] ppid=13045 vsize=12156 CPUtime=0.51
/proc/13046/stat : 13046 (march_dl) R 13045 13045 11985 0 -1 4194304 7685 0 0 0 45 6 0 0 23 0 1 0 229068713 12447744 2695 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13046/statm: 3039 2695 72 118 0 2918 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13668

[startup+1.33931 s]
/proc/loadavg: 0.92 0.99 1.14 2/79 13047
/proc/meminfo: memFree=1460384/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=1512 CPUtime=0
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229068712 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13045/statm: 378 125 110 260 0 84 0
[pid=13046] ppid=13045 vsize=11552 CPUtime=1.33
/proc/13046/stat : 13046 (march_dl) R 13045 13045 11985 0 -1 4194304 8455 0 0 0 108 25 0 0 25 0 1 0 229068713 11829248 2605 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13046/statm: 2888 2605 74 118 0 2767 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13064

[startup+2.9755 s]
/proc/loadavg: 0.92 0.99 1.14 2/79 13047
/proc/meminfo: memFree=1460192/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=1512 CPUtime=0
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229068712 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13045/statm: 378 125 110 260 0 84 0
[pid=13046] ppid=13045 vsize=11572 CPUtime=2.96
/proc/13046/stat : 13046 (march_dl) R 13045 13045 11985 0 -1 4194304 8461 0 0 0 271 25 0 0 25 0 1 0 229068713 11849728 2611 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532744 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13046/statm: 2893 2611 74 118 0 2772 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13084

[startup+6.2519 s]
/proc/loadavg: 0.93 0.99 1.14 2/79 13048
/proc/meminfo: memFree=1467232/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=1512 CPUtime=4.99
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 149 8686 0 0 0 0 473 26 16 0 1 0 229068712 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13045/statm: 378 125 110 260 0 84 0
[pid=13048] ppid=13045 vsize=6188 CPUtime=1.24
/proc/13048/stat : 13048 (ubcsat2006) R 13045 13045 11985 0 -1 4194304 911 0 0 0 119 5 0 0 25 0 1 0 229069213 6336512 893 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13048/statm: 1547 893 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.99 1.14 2/79 13049
/proc/meminfo: memFree=1463008/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=9468 CPUtime=1.61
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 1236 0 1 0 146 15 0 0 25 0 1 0 229069821 9695232 1219 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 2367 1219 149 55 0 1957 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14028

[startup+25.5212 s]
/proc/loadavg: 0.95 0.99 1.13 2/79 13049
/proc/meminfo: memFree=1462496/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=9664 CPUtime=14.41
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 1368 0 1 0 1370 71 0 0 25 0 1 0 229069821 9895936 1349 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 2416 1349 149 55 0 2006 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14224

[startup+51.1483 s]
/proc/loadavg: 0.96 0.99 1.13 3/79 13049
/proc/meminfo: memFree=1461920/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=9928 CPUtime=40.02
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 1503 0 1 0 3863 139 0 0 25 0 1 0 229069821 10166272 1481 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 2482 1481 149 55 0 2072 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14488

[startup+102.402 s]
/proc/loadavg: 0.98 0.99 1.12 2/79 13049
/proc/meminfo: memFree=1461216/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=10188 CPUtime=91.26
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 1692 0 1 0 8883 243 0 0 25 0 1 0 229069821 10432512 1665 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 2547 1665 149 55 0 2137 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 14748

[startup+162.476 s]
/proc/loadavg: 0.99 0.99 1.11 2/79 13049
/proc/meminfo: memFree=1460384/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=10904 CPUtime=151.32
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 1887 0 1 0 14802 330 0 0 25 0 1 0 229069821 11165696 1857 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 2726 1857 151 55 0 2316 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 15464

[startup+222.549 s]
/proc/loadavg: 0.99 0.99 1.10 2/79 13049
/proc/meminfo: memFree=1459616/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=11176 CPUtime=211.37
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 2077 0 1 0 20734 403 0 0 25 0 1 0 229069821 11444224 2044 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 2794 2044 151 55 0 2384 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 15736

[startup+282.622 s]
/proc/loadavg: 0.99 0.99 1.09 2/79 13049
/proc/meminfo: memFree=1456288/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=13048 CPUtime=271.42
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 3010 0 1 0 26686 456 0 0 25 0 1 0 229069821 13361152 2881 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3262 2881 151 55 0 2852 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 17608

[startup+342.696 s]
/proc/loadavg: 0.99 0.99 1.08 2/79 13049
/proc/meminfo: memFree=1455904/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=12844 CPUtime=331.48
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 3251 0 1 0 32633 515 0 0 25 0 1 0 229069821 13152256 2916 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575199 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3211 2916 151 55 0 2801 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 17404

[startup+402.773 s]
/proc/loadavg: 0.99 0.99 1.08 2/79 13049
/proc/meminfo: memFree=1455392/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=13828 CPUtime=391.54
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 3565 0 1 0 38602 552 0 0 25 0 1 0 229069821 14159872 3090 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3457 3090 151 55 0 3047 0
Current children cumulated CPU time (s) 402.6
Current children cumulated vsize (KiB) 18388

[startup+462.846 s]
/proc/loadavg: 0.99 0.99 1.07 2/79 13049
/proc/meminfo: memFree=1455648/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=13580 CPUtime=451.6
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 3907 0 1 0 44562 598 0 0 25 0 1 0 229069821 13905920 3045 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585685 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3395 3045 151 55 0 2985 0
Current children cumulated CPU time (s) 462.66

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

/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=13732 CPUtime=751.78
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 4768 0 1 0 74381 797 0 0 25 0 1 0 229069821 14061568 3152 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3433 3152 151 55 0 3023 0
Current children cumulated CPU time (s) 762.84
Current children cumulated vsize (KiB) 18292

[startup+823.321 s]
/proc/loadavg: 0.99 0.99 1.03 2/79 13247
/proc/meminfo: memFree=1455072/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=13824 CPUtime=811.84
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 4793 0 1 0 80351 833 0 0 25 0 1 0 229069821 14155776 3176 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3456 3176 151 55 0 3046 0
Current children cumulated CPU time (s) 822.9
Current children cumulated vsize (KiB) 18384

[startup+883.389 s]
/proc/loadavg: 0.99 0.99 1.03 2/79 13247
/proc/meminfo: memFree=1454368/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14724 CPUtime=871.89
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 4972 0 1 0 86323 866 0 0 25 0 1 0 229069821 15077376 3354 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3681 3354 151 55 0 3271 0
Current children cumulated CPU time (s) 882.95
Current children cumulated vsize (KiB) 19284

[startup+943.458 s]
/proc/loadavg: 1.07 1.00 1.03 2/79 13247
/proc/meminfo: memFree=1454688/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14060 CPUtime=931.94
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 5413 0 1 0 92288 906 0 0 25 0 1 0 229069821 14397440 3224 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3515 3224 151 55 0 3105 0
Current children cumulated CPU time (s) 943
Current children cumulated vsize (KiB) 18620

[startup+1003.53 s]
/proc/loadavg: 1.02 1.00 1.02 2/79 13247
/proc/meminfo: memFree=1454176/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14572 CPUtime=992
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 5883 0 1 0 98260 940 0 0 25 0 1 0 229069821 14921728 3353 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3643 3353 151 55 0 3233 0
Current children cumulated CPU time (s) 1003.06
Current children cumulated vsize (KiB) 19132

[startup+1063.6 s]
/proc/loadavg: 1.01 1.00 1.02 2/79 13247
/proc/meminfo: memFree=1454112/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14668 CPUtime=1052.05
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 6281 0 1 0 104238 967 0 0 25 0 1 0 229069821 15020032 3380 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3667 3380 151 55 0 3257 0
Current children cumulated CPU time (s) 1063.11
Current children cumulated vsize (KiB) 19228

[startup+1123.68 s]
/proc/loadavg: 1.00 1.00 1.01 2/79 13247
/proc/meminfo: memFree=1454048/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14776 CPUtime=1112.12
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 6736 0 1 0 110216 996 0 0 25 0 1 0 229069821 15130624 3406 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585703 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3694 3406 151 55 0 3284 0
Current children cumulated CPU time (s) 1123.18
Current children cumulated vsize (KiB) 19336

[startup+1183.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453856/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14896 CPUtime=1172.17
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 7218 0 1 0 116193 1024 0 0 25 0 1 0 229069821 15253504 3431 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3724 3431 151 55 0 3314 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 19456

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

[startup+1187.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453856/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14896 CPUtime=1175.96
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 7220 0 1 0 116571 1025 0 0 25 0 1 0 229069821 15253504 3433 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3724 3433 151 55 0 3314 0
Current children cumulated CPU time (s) 1187.02
Current children cumulated vsize (KiB) 19456

[startup+1194.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453856/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14896 CPUtime=1182.51
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 7222 0 1 0 117225 1026 0 0 25 0 1 0 229069821 15253504 3435 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3724 3435 151 55 0 3314 0
Current children cumulated CPU time (s) 1193.57
Current children cumulated vsize (KiB) 19456

[startup+1197.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453920/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14928 CPUtime=1185.79
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 7226 0 1 0 117551 1028 0 0 25 0 1 0 229069821 15286272 3439 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3732 3439 151 55 0 3322 0
Current children cumulated CPU time (s) 1196.85
Current children cumulated vsize (KiB) 19488

[startup+1198.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453920/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=14928 CPUtime=1186.62
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 7226 0 1 0 117633 1029 0 0 25 0 1 0 229069821 15286272 3439 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3732 3439 151 55 0 3322 0
Current children cumulated CPU time (s) 1197.68
Current children cumulated vsize (KiB) 19488

[startup+1199.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453920/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=4560 CPUtime=11.06
/proc/13045/stat : 13045 (SATzilla2007_F) S 13043 13045 11985 0 -1 4194304 3091 9603 0 0 386 4 679 37 25 0 1 0 229068712 4669440 928 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13045/statm: 1140 928 170 260 0 846 0
[pid=13049] ppid=13045 vsize=15324 CPUtime=1187.44
/proc/13049/stat : 13049 (vallst) R 13045 13045 11985 0 -1 4194304 7237 0 1 0 117715 1029 0 0 25 0 1 0 229069821 15691776 3450 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134575321 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/13049/statm: 3831 3450 151 55 0 3421 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 19884

[startup+1199.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453920/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=5356 CPUtime=1198.91
/proc/13045/stat : 13045 (SATzilla2007_F) R 13043 13045 11985 0 -1 4194304 3466 16846 0 1 389 4 118431 1067 16 0 1 0 229068712 5484544 1134 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135167810 0 0 4096 0 0 0 0 17 0 0 0
/proc/13045/statm: 1339 1134 171 260 0 1045 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 5356

[startup+1199.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 13247
/proc/meminfo: memFree=1453920/2055920 swapFree=4120812/4192956
[pid=13045] ppid=13043 vsize=14728 CPUtime=1199.02
/proc/13045/stat : 13045 (SATzilla2007_F) R 13043 13045 11985 0 -1 4194304 4880 16846 0 1 398 6 118431 1067 19 0 1 0 229068712 15081472 2510 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218426 0 0 4096 0 0 0 0 17 0 0 0
/proc/13045/statm: 3682 2510 177 260 0 3388 0
Current children cumulated CPU time (s) 1199.02
Current children cumulated vsize (KiB) 14728

Child status: 17
Real time (s): 1199.63
CPU time (s): 1199.13
CPU user time (s): 1188.38
CPU system time (s): 10.7494
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 21436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1188.38
system time used= 10.7494
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21773
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= 27
involuntary context switches= 2799

runsolver used 1.09383 second user time and 3.16452 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Wed Feb 21 20:52:27 UTC 2007

IDJOB= 306055
IDBENCH= 20171
IDSOLVER= 136
FILE ID= node20/306055-1172091147

PBS_JOBID= 3892830

Free space on /tmp= 66550 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S897388318-05.cnf
COMMAND LINE= /tmp/evaluation/306055-1172091147/SATzilla2007_F /tmp/evaluation/306055-1172091147/instance-306055-1172091147.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-306055-1172091147 -o ROOT/results/node20/solver-306055-1172091147 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306055-1172091147/SATzilla2007_F /tmp/evaluation/306055-1172091147/instance-306055-1172091147.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  35d05934115981de17b0e0485716ee2e

RANDOM SEED= 451637956

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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:       1471048 kB
Buffers:         37912 kB
Cached:         440124 kB
SwapCached:      36520 kB
Active:          80440 kB
Inactive:       451176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471048 kB
SwapTotal:     4192956 kB
SwapFree:      4120812 kB
Dirty:           10968 kB
Writeback:           0 kB
Mapped:          30208 kB
Slab:            38904 kB
Committed_AS:   595912 kB
PageTables:       1684 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= 66550 MiB

End job on node20 on Wed Feb 21 21:12:27 UTC 2007