Trace number 306219

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.14 1199.74

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S597645631-10.cnf
MD5SUMbe41d97fbec08b222b8d456b52d73634
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.39
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.10	c run March_dl for 5 seconds ... 
11.04/11.10	c Bin: Executing march_dl
11.04/11.10	c child exit by a signal
11.04/11.10	c march_dl returned code 137.
11.04/11.10	c run saps for 2 seconds ... 
11.04/11.10	c Bin: Executing ubcsat2006
11.04/11.10	c child exited successfully
11.04/11.10	c ubcsat2006 returned code 0.
11.04/11.10	c satzilla computing base features
11.04/11.10	c satzilla doing unit-prop probe
11.04/11.10	c satzilla doing local search probe
11.04/11.10	c satzilla doing lobjois search-space size estimate
11.04/11.10	c satzilla's ranking:
11.04/11.10	c 1) vallst: 3.845236
11.04/11.10	c 2) eureka: 4.157908
11.04/11.10	c 3) march_dl: 4.332835
11.04/11.10	c 4) kcnfs: 4.443583
11.04/11.10	c 5) zchaff_rand: 4.926700
11.04/11.10	c 6) minisat20: 5.042251
11.04/11.10	c 7) kcnfs+P: 999.000000
11.04/11.10	c 8) march_dl+P: 999.000000
11.04/11.10	c 9) vallst+P: 999.000000
11.04/11.10	c 10) zchaff_rand+P: 999.000000
11.04/11.10	c 11) rsat+P: 999.000000
11.04/11.10	c 12) eureka+P: 999.000000
11.04/11.10	c 13) minisat20+P: 999.000000
11.04/11.10	c 14) rsat: 999.000000
11.04/11.10	c satzilla running vallst ... 
1198.90/1199.51	c Bin: Executing vallst
1198.90/1199.51	c child exit by a signal
1198.90/1199.51	c vallst returned code 137.
1198.90/1199.51	c vallst returned code 137.
1198.90/1199.51	c satzilla running eureka ... 
1198.90/1199.51	c Bin: Executing eureka
1198.90/1199.51	c eureka returned code 1.
1198.90/1199.51	c eureka returned code 1.
1198.90/1199.51	c satzilla running march_dl ... 
1198.90/1199.51	c Bin: Executing march_dl
1198.90/1199.51	c march_dl returned code 1.
1198.90/1199.51	c march_dl returned code 1.
1198.90/1199.51	c satzilla running kcnfs ... 
1198.90/1199.51	c Bin: Executing kcnfs
1198.90/1199.51	c kcnfs returned code 1.
1198.90/1199.51	c kcnfs returned code 1.
1198.90/1199.51	c satzilla running zchaff_rand ... 
1198.90/1199.51	c Bin: Executing zchaff_rand
1198.90/1199.51	c zchaff_rand returned code 1.
1198.90/1199.51	c zchaff_rand returned code 1.
1198.90/1199.51	c satzilla running minisat20 ... 
1198.90/1199.51	c Bin: Executing minisat20
1198.90/1199.51	c minisat20 returned code 1.
1198.90/1199.51	c minisat20 returned code 1.
1198.90/1199.51	c satzilla running kcnfs with preprocessing ... 
1199.10/1199.73	c Preprocessing...
1199.10/1199.73	c Inital problem has 10000 variables, 42000 nary clauses (0 binary clauses).
1199.10/1199.73	c Num non-binary clauses 42000, Average non-binary clause length 3.000
1199.10/1199.73	c Theory has no gaps
1199.10/1199.73	c Preprocessor runtime was 0.170 seconds.
1199.10/1199.73	c 
1199.10/1199.73	c Satisfiability of theory still undetermined.
1199.10/1199.73	c See file /tmp/2GQUXQ for simplified theory.
1199.10/1199.73	c Bin: Executing kcnfs
1199.10/1199.73	c kcnfs returned code 1.
1199.10/1199.73	c kcnfs returned code 1.
1199.10/1199.73	c satzilla running march_dl with preprocessing ... 
1199.10/1199.73	c Bin: Executing march_dl
1199.10/1199.73	c march_dl returned code 1.
1199.10/1199.73	c march_dl returned code 1.
1199.10/1199.73	c satzilla running vallst with preprocessing ... 
1199.10/1199.73	c Bin: Executing vallst
1199.10/1199.73	c vallst returned code 1.
1199.10/1199.73	c vallst returned code 1.
1199.10/1199.73	c satzilla running zchaff_rand with preprocessing ... 
1199.10/1199.73	c Bin: Executing zchaff_rand
1199.10/1199.73	c zchaff_rand returned code 1.
1199.10/1199.73	c zchaff_rand returned code 1.
1199.10/1199.73	c satzilla running rsat with preprocessing ... 
1199.10/1199.73	c Bin: Executing rsat
1199.10/1199.73	c rsat returned code 1.
1199.10/1199.73	c rsat returned code 1.
1199.10/1199.73	c satzilla running eureka with preprocessing ... 
1199.10/1199.73	c Bin: Executing eureka
1199.10/1199.73	c eureka returned code 1.
1199.10/1199.73	c eureka returned code 1.
1199.10/1199.73	c satzilla running minisat20 with preprocessing ... 
1199.10/1199.73	c Bin: Executing minisat20
1199.10/1199.73	c minisat20 returned code 1.
1199.10/1199.73	c minisat20 returned code 1.
1199.10/1199.73	c satzilla running rsat ... 
1199.10/1199.73	c Bin: Executing rsat
1199.10/1199.73	c rsat returned code 1.
1199.10/1199.73	c rsat returned code 1.
1199.10/1199.73	c ERROR: All Failed! 
1199.10/1199.73	c SATZILLA_TIME=1199.310000

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/node6/watcher-306219-1172094655 -o ROOT/results/node6/solver-306219-1172094655 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306219-1172094655/SATzilla2007_F /tmp/evaluation/306219-1172094655/instance-306219-1172094655.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 11654
/proc/meminfo: memFree=1432696/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=1512 CPUtime=0
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229420254 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 378 125 110 260 0 84 0
[pid=11655] ppid=11654 vsize=1596 CPUtime=0
/proc/11655/stat : 11655 (march_dl) R 11654 11654 11485 0 -1 4194304 259 0 0 0 0 0 0 0 19 0 1 0 229420254 1634304 253 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11655/statm: 399 254 50 118 0 278 0

[startup+0.107657 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11654
/proc/meminfo: memFree=1432696/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=1512 CPUtime=0
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229420254 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 378 125 110 260 0 84 0
[pid=11655] ppid=11654 vsize=3744 CPUtime=0.1
/proc/11655/stat : 11655 (march_dl) R 11654 11654 11485 0 -1 4194304 965 0 0 0 10 0 0 0 20 0 1 0 229420254 3833856 683 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11655/statm: 936 684 53 118 0 815 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5256

[startup+0.515736 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11654
/proc/meminfo: memFree=1432696/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=1512 CPUtime=0
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229420254 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 378 125 110 260 0 84 0
[pid=11655] ppid=11654 vsize=6512 CPUtime=0.51
/proc/11655/stat : 11655 (march_dl) R 11654 11654 11485 0 -1 4194304 7035 0 0 0 48 3 0 0 23 0 1 0 229420254 6668288 1352 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544598 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11655/statm: 1628 1352 65 118 0 1507 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8024

[startup+1.3409 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 11656
/proc/meminfo: memFree=1421928/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=1512 CPUtime=0
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229420254 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 378 125 110 260 0 84 0
[pid=11655] ppid=11654 vsize=11488 CPUtime=1.32
/proc/11655/stat : 11655 (march_dl) R 11654 11654 11485 0 -1 4194304 9279 0 0 0 107 25 0 0 25 0 1 0 229420254 11763712 2588 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134537731 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11655/statm: 2872 2588 74 118 0 2751 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 13000

[startup+2.97822 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 11656
/proc/meminfo: memFree=1422376/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=1512 CPUtime=0
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 229420254 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 378 125 110 260 0 84 0
[pid=11655] ppid=11654 vsize=11508 CPUtime=2.96
/proc/11655/stat : 11655 (march_dl) R 11654 11654 11485 0 -1 4194304 9286 0 0 0 271 25 0 0 25 0 1 0 229420254 11784192 2595 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551546 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11655/statm: 2877 2595 74 118 0 2756 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13020

[startup+6.25987 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 11657
/proc/meminfo: memFree=1429416/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=1512 CPUtime=4.99
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 149 9523 0 0 0 0 473 26 16 0 1 0 229420254 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11654/statm: 378 125 110 260 0 84 0
[pid=11657] ppid=11654 vsize=6188 CPUtime=1.24
/proc/11657/stat : 11657 (ubcsat2006) R 11654 11654 11485 0 -1 4194304 910 0 0 0 119 5 0 0 25 0 1 0 229420754 6336512 892 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11657/statm: 1547 892 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7181 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1424936/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=9468 CPUtime=1.59
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 1237 0 2 0 144 15 0 0 25 0 1 0 229421364 9695232 1221 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 2367 1221 149 55 0 1957 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14028

[startup+25.5287 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1424424/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=9700 CPUtime=14.39
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 1364 0 2 0 1366 73 0 0 25 0 1 0 229421364 9932800 1345 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134586064 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 2425 1345 149 55 0 2015 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14260

[startup+51.1587 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1423912/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=9940 CPUtime=40.01
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 1503 0 2 0 3862 139 0 0 25 0 1 0 229421364 10178560 1481 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 2485 1481 149 55 0 2075 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14500

[startup+102.413 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1423272/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=10208 CPUtime=91.25
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 1685 0 2 0 8885 240 0 0 25 0 1 0 229421364 10452992 1660 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 2552 1660 149 55 0 2142 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 14768

[startup+162.484 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1422440/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=10868 CPUtime=151.29
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 1886 0 2 0 14804 325 0 0 25 0 1 0 229421364 11128832 1857 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585881 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 2717 1857 151 55 0 2307 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 15428

[startup+222.556 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1421928/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=11124 CPUtime=211.34
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 2022 0 2 0 20740 394 0 0 25 0 1 0 229421364 11390976 1990 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 2781 1990 151 55 0 2371 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 15684

[startup+282.62 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1418792/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=12248 CPUtime=271.38
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 2906 0 2 0 26688 450 0 0 25 0 1 0 229421364 12541952 2761 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3062 2761 151 55 0 2652 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 16808

[startup+342.691 s]
/proc/loadavg: 0.99 0.98 0.99 3/79 11658
/proc/meminfo: memFree=1418024/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=13288 CPUtime=331.43
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 3174 0 2 0 32644 499 0 0 25 0 1 0 229421364 13606912 2932 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3322 2932 151 55 0 2912 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 17848

[startup+402.766 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1417832/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=13384 CPUtime=391.48
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 3486 0 2 0 38603 545 0 0 25 0 1 0 229421364 13705216 2986 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3346 2986 151 55 0 2936 0
Current children cumulated CPU time (s) 402.55
Current children cumulated vsize (KiB) 17944

[startup+462.831 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11658
/proc/meminfo: memFree=1417640/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=13152 CPUtime=451.52
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 3903 0 2 0 44562 590 0 0 25 0 1 0 229421364 13467648 3000 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 2653779 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3288 3000 151 55 0 2878 0
Current children cumulated CPU time (s) 462.59

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

/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=13752 CPUtime=751.7
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 4738 0 2 0 74390 780 0 0 25 0 1 0 229421364 14082048 3154 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585685 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3438 3154 151 55 0 3028 0
Current children cumulated CPU time (s) 762.77
Current children cumulated vsize (KiB) 18312

[startup+823.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1417000/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=13816 CPUtime=811.74
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 4758 0 2 0 80350 824 0 0 25 0 1 0 229421364 14147584 3172 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3454 3172 151 55 0 3044 0
Current children cumulated CPU time (s) 822.81
Current children cumulated vsize (KiB) 18376

[startup+883.37 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1416808/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=14300 CPUtime=871.79
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 4809 0 2 0 86323 856 0 0 25 0 1 0 229421364 14643200 3222 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134575172 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3575 3222 151 55 0 3165 0
Current children cumulated CPU time (s) 882.86
Current children cumulated vsize (KiB) 18860

[startup+943.442 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415912/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=15236 CPUtime=931.84
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 5300 0 2 0 92299 885 0 0 25 0 1 0 229421364 15601664 3450 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3809 3450 151 55 0 3399 0
Current children cumulated CPU time (s) 942.91
Current children cumulated vsize (KiB) 19796

[startup+1003.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415464/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=15740 CPUtime=991.89
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 5770 0 2 0 98274 915 0 0 25 0 1 0 229421364 16117760 3552 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585905 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3935 3552 151 55 0 3525 0
Current children cumulated CPU time (s) 1002.96
Current children cumulated vsize (KiB) 20300

[startup+1063.59 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415080/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=15876 CPUtime=1051.94
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 6190 0 2 0 104249 945 0 0 25 0 1 0 229421364 16257024 3657 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3969 3657 151 55 0 3559 0
Current children cumulated CPU time (s) 1063.01
Current children cumulated vsize (KiB) 20436

[startup+1123.66 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1414824/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=16332 CPUtime=1111.99
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 6615 0 2 0 110223 976 0 0 25 0 1 0 229421364 16723968 3711 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134605716 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 4083 3711 151 55 0 3673 0
Current children cumulated CPU time (s) 1123.06
Current children cumulated vsize (KiB) 20892

[startup+1183.73 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1414696/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=16428 CPUtime=1172.03
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 7093 0 2 0 116197 1006 0 0 25 0 1 0 229421364 16822272 3771 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 4107 3771 151 55 0 3697 0
Current children cumulated CPU time (s) 1183.1
Current children cumulated vsize (KiB) 20988

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

[startup+1187.52 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1414632/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=16488 CPUtime=1175.83
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 7097 0 2 0 116575 1008 0 0 25 0 1 0 229421364 16883712 3775 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 4122 3775 151 55 0 3712 0
Current children cumulated CPU time (s) 1186.9
Current children cumulated vsize (KiB) 21048

[startup+1194.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1414312/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=16884 CPUtime=1182.38
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 7185 0 2 0 117228 1010 0 0 25 0 1 0 229421364 17289216 3863 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585606 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 4221 3863 151 55 0 3811 0
Current children cumulated CPU time (s) 1193.45
Current children cumulated vsize (KiB) 21444

[startup+1197.36 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415848/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=14904 CPUtime=1185.67
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 7214 0 2 0 117546 1021 0 0 25 0 1 0 229421364 15261696 3430 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 134585297 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3726 3430 151 55 0 3316 0
Current children cumulated CPU time (s) 1196.74
Current children cumulated vsize (KiB) 19464

[startup+1199 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415848/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=14904 CPUtime=1187.3
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 7214 0 2 0 117709 1021 0 0 25 0 1 0 229421364 15261696 3430 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3726 3430 151 55 0 3316 0
Current children cumulated CPU time (s) 1198.37
Current children cumulated vsize (KiB) 19464

[startup+1199.41 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415848/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=4560 CPUtime=11.07
/proc/11654/stat : 11654 (SATzilla2007_F) S 11652 11654 11485 0 -1 4194304 3090 10439 0 0 387 5 679 36 25 0 1 0 229420254 4669440 928 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1140 928 170 260 0 846 0
[pid=11658] ppid=11654 vsize=14904 CPUtime=1187.71
/proc/11658/stat : 11658 (vallst) R 11654 11654 11485 0 -1 4194304 7214 0 2 0 117750 1021 0 0 25 0 1 0 229421364 15261696 3430 18446744073709551615 134512640 134738160 4294956688 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/11658/statm: 3726 3430 151 55 0 3316 0
Current children cumulated CPU time (s) 1198.78
Current children cumulated vsize (KiB) 19464

[startup+1199.61 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415848/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=14704 CPUtime=1199
/proc/11654/stat : 11654 (SATzilla2007_F) R 11652 11654 11485 0 -1 4194304 4830 17653 0 2 395 7 118440 1058 18 0 1 0 229420254 15056896 2493 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 0 0 0
/proc/11654/statm: 3676 2493 177 260 0 3382 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 14704

[startup+1199.72 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 11856
/proc/meminfo: memFree=1415848/2055924 swapFree=4192812/4192956
[pid=11654] ppid=11652 vsize=11272 CPUtime=1199.1
/proc/11654/stat : 11654 (SATzilla2007_F) R 11652 11654 11485 0 -1 4194304 4926 17653 0 2 404 8 118440 1058 19 0 1 0 229420254 11542528 2512 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 134569176 0 0 4096 0 0 0 0 17 0 0 0
/proc/11654/statm: 2818 2512 177 260 0 2524 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 11272

Child status: 17
Real time (s): 1199.74
CPU time (s): 1199.14
CPU user time (s): 1188.46
CPU system time (s): 10.6784
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 21444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1188.46
system time used= 10.6784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22585
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 1612

runsolver used 1.14183 second user time and 3.12352 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 21 21:50:55 UTC 2007

IDJOB= 306219
IDBENCH= 20175
IDSOLVER= 136
FILE ID= node6/306219-1172094655

PBS_JOBID= 3865335

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  be41d97fbec08b222b8d456b52d73634

RANDOM SEED= 925214275

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1433168 kB
Buffers:         63024 kB
Cached:         424332 kB
SwapCached:          0 kB
Active:         228400 kB
Inactive:       315132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1433168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10880 kB
Writeback:           0 kB
Mapped:          75096 kB
Slab:            64836 kB
Committed_AS:   863724 kB
PageTables:       1744 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= 66539 MiB

End job on node6 on Wed Feb 21 22:10:55 UTC 2007