Trace number 1538446

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SATzilla2009_I 2009-03-22? (exit code) 1199.11 1199.8

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1295462378-089.cnf
MD5SUM680f1c08894c7336e339abedaa2a15cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1103.04
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 515300

Solver Data

20.17/20.29	c SATzilla is building models for class 3
20.17/20.29	c run presolver mxc-sr08 for 10 seconds ... 
20.17/20.29	c Bin: Executing mxc-sr08
20.17/20.29	c spawning binary file with 10 seconds ...
20.17/20.29	c child exit by a signal
20.17/20.29	c mxc-sr08 returned code 137.
20.17/20.29	c run presolver picosat846 for 5 seconds ... 
20.17/20.29	c Bin: Executing picosat846
20.17/20.29	c spawning binary file with 5 seconds ...
20.17/20.29	c child exit by a signal
20.17/20.29	c picosat846 returned code 137.
20.17/20.29	c Orignal number of varibales is 180, number of clauses is 15300 
20.17/20.29	c predicted feature computation time is 1.452727 
20.17/20.29	c Bin: Executing satelite
20.17/20.29	c spawning binary file with 240 seconds ...
20.17/20.29	c child exited successfully
20.17/20.29	c satzilla computing base features
20.17/20.29	c Number of variabe is: 180, Number of clause is : 15300 
20.17/20.29	c Initializing...
20.17/20.29	c satzilla doing clause learning
20.17/20.29	c start clause learning features ...
20.17/20.29	c Bin: Executing zchaff07
20.17/20.29	c spawning binary file with 2 seconds ...
20.17/20.29	c child exit by a signal
20.17/20.29	c satzilla doing survey propogation probe
20.17/20.29	c do survay propogation for 2 second ...
20.17/20.29	c satzilla doing local search probe
20.17/20.29	c features are:180 15300 180 15300 0 0 0.0117647 0.311186 0.67996 0.998319 0.0388889 1.78429e-16 0.0388889 0.0388889 -0 0 0 0.0388889 0.0397443 0.0352288 0.0435294 4.23877 0.0310531 0.0239021 0 0.116118 2.07824 0.00235113 0.162451 0.00156863 0.00372549 3.07425 0.0604575 0.0116993 0 0.0116993 0.0116993 4302.5 0.0270773 4186 4419 4419 4186 4419 4186 4419 54.5815 0.00765109 54.1639 54.9991 54.9991 54.1639 54.9991 54.1639 54.9991 0.0632498 0.744072 8.45518e-05 0.22208 0.126474 0.00809183 0.0928257 0.0256594 0.0552973 0.000100541 0.37889 3.11568e-05 0.000226133 0.000158165 5.93708e-05 0.000116578 7.38101e-05 9.46834e-05 19.1435 0.194975 29.7339 0.143576 30 24 35 1.84003 0.256462 0.88976 0.0677382 
20.17/20.29	c satzilla's ranking:
20.17/20.29	c 1) minisat20SAT07: 3.139901
20.17/20.29	c 2) mxc-sr08: 2.872383
20.17/20.29	c 3) picosat846: 2.150444
20.17/20.29	c 4) march_dl2004: 0.562773
20.17/20.29	c 5) zchaff_rand: 0.337635
20.17/20.29	c 6) SATenstein: -10000.000000
20.17/20.29	c 7) gnovelty+: -10000.000000
20.17/20.29	c 8) adaptg2wsat+: -10000.000000
20.17/20.29	c 9) adaptg2wsat0: -10000.000000
20.17/20.29	c 10) tts-4-0: -10000.000000
20.17/20.29	c 11) vallst: -10000.000000
20.17/20.29	c 12) minisat20: -10000.000000
20.17/20.29	c 13) kcnfs04SAT07: -10000.000000
20.17/20.29	c satzilla running minisat20SAT07 ... 
1198.98/1199.80	c Bin: Executing minisat20SAT07
1198.98/1199.80	c spawning binary file with 1179 seconds ...
1198.98/1199.80	c child exit by a signal
1198.98/1199.80	c minisat20SAT07 returned code 137.
1198.98/1199.80	c satzilla running mxc-sr08 ... 
1198.98/1199.80	c Bin: Executing mxc-sr08
1198.98/1199.80	c mxc-sr08 returned code 1.
1198.98/1199.80	c satzilla running picosat846 ... 
1198.98/1199.80	c Bin: Executing picosat846
1198.98/1199.80	c picosat846 returned code 1.
1198.98/1199.80	c satzilla running march_dl2004 ... 
1198.98/1199.80	c Bin: Executing march_dl2004
1198.98/1199.80	c march_dl2004 returned code 1.
1198.98/1199.80	c satzilla running zchaff_rand ... 
1198.98/1199.80	c Bin: Executing zchaff_rand
1198.98/1199.80	c zchaff_rand returned code 1.
1198.98/1199.80	c satzilla running SATenstein ... 
1198.98/1199.80	c Bin: Executing SATenstein
1198.98/1199.80	c SATenstein returned code 1.
1198.98/1199.80	c satzilla running gnovelty+ ... 
1198.98/1199.80	c Bin: Executing gnovelty+
1198.98/1199.80	c gnovelty+ returned code 1.
1198.98/1199.80	c satzilla running adaptg2wsat+ ... 
1198.98/1199.80	c Bin: Executing adaptg2wsat+
1198.98/1199.80	c adaptg2wsat+ returned code 1.
1198.98/1199.80	c satzilla running adaptg2wsat0 ... 
1198.98/1199.80	c Bin: Executing adaptg2wsat0
1198.98/1199.80	c adaptg2wsat0 returned code 1.
1198.98/1199.80	c satzilla running tts-4-0 ... 
1198.98/1199.80	c Bin: Executing tts-4-0
1198.98/1199.80	c tts-4-0 returned code 1.
1198.98/1199.80	c satzilla running vallst ... 
1198.98/1199.80	c Bin: Executing vallst
1198.98/1199.80	c vallst returned code 1.
1198.98/1199.80	c satzilla running minisat20 ... 
1198.98/1199.80	c Bin: Executing minisat20
1198.98/1199.80	c minisat20 returned code 1.
1198.98/1199.80	c satzilla running kcnfs04SAT07 ... 
1198.98/1199.80	c Bin: Executing kcnfs04SAT07
1198.98/1199.80	c kcnfs04SAT07 returned code 1.
1198.98/1199.80	c ERROR: All Failed! 
1198.98/1199.80	c SATZILLA_TIME=1199.280000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538446-1238431421/watcher-1538446-1238431421 -o /tmp/evaluation-result-1538446-1238431421/solver-1538446-1238431421 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538446-1238431421.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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: 1.87 1.83 1.50 3/76 32247
/proc/meminfo: memFree=1361720/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=1304 CPUtime=0
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 236 0 0 0 0 0 0 0 19 0 1 0 1115803097 1335296 232 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 326 233 54 138 0 185 0

[startup+0.0750929 s]
/proc/loadavg: 1.87 1.83 1.50 3/76 32247
/proc/meminfo: memFree=1361720/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=2080 CPUtime=0.07
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 538 0 0 0 7 0 0 0 19 0 1 0 1115803097 2129920 424 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 520 424 55 138 0 379 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4136

[startup+0.101097 s]
/proc/loadavg: 1.87 1.83 1.50 3/76 32247
/proc/meminfo: memFree=1361720/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=2080 CPUtime=0.09
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 538 0 0 0 9 0 0 0 19 0 1 0 1115803097 2129920 424 1992294400 134512640 135078026 4294956176 18446744073709551615 134561110 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 520 424 55 138 0 379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4136

[startup+0.301135 s]
/proc/loadavg: 1.87 1.83 1.50 3/76 32247
/proc/meminfo: memFree=1361720/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=2292 CPUtime=0.29
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 570 0 0 0 29 0 0 0 21 0 1 0 1115803097 2347008 456 1992294400 134512640 135078026 4294956176 18446744073709551615 134560760 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 573 456 55 138 0 432 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4348

[startup+0.701212 s]
/proc/loadavg: 1.87 1.83 1.50 3/76 32247
/proc/meminfo: memFree=1361720/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=3200 CPUtime=0.69
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 859 0 0 0 69 0 0 0 25 0 1 0 1115803097 3276800 703 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 800 703 71 138 0 659 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5256

[startup+1.50137 s]
/proc/loadavg: 1.87 1.83 1.50 2/78 32249
/proc/meminfo: memFree=1358888/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=3332 CPUtime=1.49
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 915 0 0 0 149 0 0 0 25 0 1 0 1115803097 3411968 759 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 833 759 71 138 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5388

[startup+3.10168 s]
/proc/loadavg: 1.87 1.83 1.50 2/78 32249
/proc/meminfo: memFree=1357416/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=3596 CPUtime=3.09
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 975 0 0 0 309 0 0 0 25 0 1 0 1115803097 3682304 819 1992294400 134512640 135078026 4294956176 18446744073709551615 134522233 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 899 819 71 138 0 758 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5652

[startup+6.30129 s]
/proc/loadavg: 1.88 1.83 1.50 2/78 32249
/proc/meminfo: memFree=1358504/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=0
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115803097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 112 96 399 0 111 0
[pid=32248] ppid=32247 vsize=3860 CPUtime=6.29
/proc/32248/stat : 32248 (mxc-sr08) R 32247 32247 32028 0 -1 4194304 1046 0 0 0 629 0 0 0 25 0 1 0 1115803097 3952640 890 1992294400 134512640 135078026 4294956176 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32248/statm: 965 890 71 138 0 824 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5916

[startup+12.7015 s]
/proc/loadavg: 1.81 1.82 1.50 2/78 32250
/proc/meminfo: memFree=1358760/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=2056 CPUtime=9.99
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 152 1105 0 0 0 0 999 0 19 0 1 0 1115803097 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 514 121 104 399 0 111 0
[pid=32250] ppid=32247 vsize=4668 CPUtime=2.68
/proc/32250/stat : 32250 (picosat846) R 32247 32247 32028 0 -1 4194304 891 0 0 0 268 0 0 0 25 0 1 0 1115804097 4780032 880 1992294400 134512640 134570484 4294956176 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32250/statm: 1167 880 84 14 0 833 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6724

[startup+25.502 s]
/proc/loadavg: 1.63 1.78 1.49 2/78 32253
/proc/meminfo: memFree=1353384/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=6788 CPUtime=5.19
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 1499 0 0 0 519 0 0 0 25 0 1 0 1115805127 6950912 1454 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 1697 1454 73 138 0 1556 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11564

[startup+51.102 s]
/proc/loadavg: 1.41 1.72 1.47 2/78 32253
/proc/meminfo: memFree=1351272/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=9276 CPUtime=30.78
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 2121 0 0 0 3077 1 0 0 25 0 1 0 1115805127 9498624 2076 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 2319 2076 73 138 0 2178 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14052

[startup+102.307 s]
/proc/loadavg: 1.18 1.60 1.45 2/78 32255
/proc/meminfo: memFree=1348648/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=11556 CPUtime=81.94
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 2688 0 0 0 8192 2 0 0 25 0 1 0 1115805127 11833344 2643 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 2889 2643 73 138 0 2748 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 16332

[startup+162.301 s]
/proc/loadavg: 1.06 1.49 1.42 2/78 32255
/proc/meminfo: memFree=1346920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=13300 CPUtime=141.89
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 3119 0 0 0 14187 2 0 0 25 0 1 0 1115805127 13619200 3074 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 3325 3074 73 138 0 3184 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 18076

[startup+222.303 s]
/proc/loadavg: 1.02 1.40 1.39 2/78 32255
/proc/meminfo: memFree=1345768/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=14528 CPUtime=201.87
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 3417 0 0 0 20184 3 0 0 25 0 1 0 1115805127 14876672 3372 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 3632 3372 73 138 0 3491 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 19304

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.36 2/78 32255
/proc/meminfo: memFree=1345576/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=14804 CPUtime=261.84
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 3488 0 0 0 26181 3 0 0 25 0 1 0 1115805127 15159296 3443 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 3701 3443 73 138 0 3560 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 19580

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.34 2/78 32255
/proc/meminfo: memFree=1344552/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=16036 CPUtime=321.8
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 3780 0 0 0 32177 3 0 0 25 0 1 0 1115805127 16420864 3735 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 4009 3735 73 138 0 3868 0

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

/proc/32253/statm: 4810 4475 73 138 0 4669 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 24016

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.18 2/78 32255
/proc/meminfo: memFree=1340520/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=20044 CPUtime=801.53
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 4725 0 0 0 80149 4 0 0 25 0 1 0 1115805127 20525056 4680 1992294400 134512640 135078472 4294956176 18446744073709551615 134550720 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5011 4680 73 138 0 4870 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 24820

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/78 32255
/proc/meminfo: memFree=1339816/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=20904 CPUtime=861.5
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 4900 0 0 0 86145 5 0 0 25 0 1 0 1115805127 21405696 4855 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5226 4855 73 138 0 5085 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 25680

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/78 32255
/proc/meminfo: memFree=1339432/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21392 CPUtime=921.47
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5011 0 0 0 92142 5 0 0 25 0 1 0 1115805127 21905408 4966 1992294400 134512640 135078472 4294956176 18446744073709551615 134556374 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5348 4966 73 138 0 5207 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 26168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/78 32255
/proc/meminfo: memFree=1339368/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21392 CPUtime=981.44
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5027 0 0 0 98139 5 0 0 25 0 1 0 1115805127 21905408 4982 1992294400 134512640 135078472 4294956176 18446744073709551615 134550554 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5348 4982 73 138 0 5207 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 26168

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21536 CPUtime=1041.39
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5051 0 0 0 104134 5 0 0 25 0 1 0 1115805127 22052864 5006 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5384 5006 73 138 0 5243 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 26312

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21536 CPUtime=1101.36
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5051 0 0 0 110131 5 0 0 25 0 1 0 1115805127 22052864 5006 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5384 5006 73 138 0 5243 0
Current children cumulated CPU time (s) 1121.63
Current children cumulated vsize (KiB) 26312

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21680 CPUtime=1161.32
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5082 0 0 0 116127 5 0 0 25 0 1 0 1115805127 22200320 5037 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5420 5037 73 138 0 5279 0
Current children cumulated CPU time (s) 1181.59
Current children cumulated vsize (KiB) 26456

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21680 CPUtime=1169.32
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5082 0 0 0 116927 5 0 0 25 0 1 0 1115805127 22200320 5037 1992294400 134512640 135078472 4294956176 18446744073709551615 134550656 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5420 5037 73 138 0 5279 0
Current children cumulated CPU time (s) 1189.59
Current children cumulated vsize (KiB) 26456

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21680 CPUtime=1175.72
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5082 0 0 0 117567 5 0 0 25 0 1 0 1115805127 22200320 5037 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5420 5037 73 138 0 5279 0
Current children cumulated CPU time (s) 1195.99
Current children cumulated vsize (KiB) 26456

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21680 CPUtime=1177.31
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5082 0 0 0 117726 5 0 0 25 0 1 0 1115805127 22200320 5037 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5420 5037 73 138 0 5279 0
Current children cumulated CPU time (s) 1197.58
Current children cumulated vsize (KiB) 26456

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21680 CPUtime=1178.11
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5082 0 0 0 117806 5 0 0 25 0 1 0 1115805127 22200320 5037 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5420 5037 73 138 0 5279 0
Current children cumulated CPU time (s) 1198.38
Current children cumulated vsize (KiB) 26456

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21680 CPUtime=1178.51
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5082 0 0 0 117846 5 0 0 25 0 1 0 1115805127 22200320 5037 1992294400 134512640 135078472 4294956176 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5420 5037 73 138 0 5279 0
Current children cumulated CPU time (s) 1198.78
Current children cumulated vsize (KiB) 26456

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=4776 CPUtime=20.27
/proc/32247/stat : 32247 (SATzilla2009_I) S 32245 32247 32028 0 -1 4194304 1731 3818 0 0 320 2 1703 2 25 0 1 0 1115803097 4890624 828 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32247/statm: 1194 828 217 399 0 791 0
[pid=32253] ppid=32247 vsize=21680 CPUtime=1178.71
/proc/32253/stat : 32253 (minisat20SAT07) R 32247 32247 32028 0 -1 4194304 5082 0 0 0 117866 5 0 0 25 0 1 0 1115805127 22200320 5037 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32253/statm: 5420 5037 73 138 0 5279 0
Current children cumulated CPU time (s) 1198.98
Current children cumulated vsize (KiB) 26456

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 32261
/proc/meminfo: memFree=1338920/2055920 swapFree=4127460/4192956
[pid=32247] ppid=32245 vsize=0 CPUtime=1199.09
/proc/32247/stat : 32247 (SATzilla2009_I) R 32245 32247 32028 0 -1 4194308 1755 8900 0 0 320 2 119579 8 16 0 1 0 1115803097 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/32247/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1199.8
CPU time (s): 1199.11
CPU user time (s): 1198.99
CPU system time (s): 0.116982
CPU usage (%): 99.9422
Max. virtual memory (cumulated for all children) (KiB): 26456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.99
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10655
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= 16
involuntary context switches= 4521

runsolver used 1.14982 second user time and 3.2645 second system time

The end

Launcher Data

Begin job on node63 at 2009-03-30 18:43:41
IDJOB=1538446
IDBENCH=70261
IDSOLVER=528
FILE ID=node63/1538446-1238431421
PBS_JOBID= 9061552
Free space on /tmp= 66484 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1295462378-089.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538446-1238431421/watcher-1538446-1238431421 -o /tmp/evaluation-result-1538446-1238431421/solver-1538446-1238431421 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538446-1238431421.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 680f1c08894c7336e339abedaa2a15cb
RANDOM SEED=928612471

node63.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1362264 kB
Buffers:         88816 kB
Cached:         467008 kB
SwapCached:      55360 kB
Active:         159900 kB
Inactive:       452752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362264 kB
SwapTotal:     4192956 kB
SwapFree:      4127460 kB
Dirty:           31900 kB
Writeback:           0 kB
Mapped:          14612 kB
Slab:            65672 kB
Committed_AS:  3279216 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node63 at 2009-03-30 19:03:41