Trace number 1538389

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.52 1200.18

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S375588147-050.cnf
MD5SUM7f520cacbc1966b43139f7a53a60437c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

Solver Data

20.66/20.71	c SATzilla is building models for class 3
20.66/20.71	c run presolver mxc-sr08 for 10 seconds ... 
20.66/20.71	c Bin: Executing mxc-sr08
20.66/20.71	c spawning binary file with 10 seconds ...
20.66/20.71	c child exit by a signal
20.66/20.71	c mxc-sr08 returned code 137.
20.66/20.71	c run presolver picosat846 for 5 seconds ... 
20.66/20.71	c Bin: Executing picosat846
20.66/20.71	c spawning binary file with 5 seconds ...
20.66/20.71	c child exit by a signal
20.66/20.71	c picosat846 returned code 137.
20.66/20.71	c Orignal number of varibales is 220, number of clauses is 18700 
20.66/20.71	c predicted feature computation time is 1.453802 
20.66/20.71	c Bin: Executing satelite
20.66/20.71	c spawning binary file with 240 seconds ...
20.66/20.71	c child exited successfully
20.66/20.71	c satzilla computing base features
20.66/20.71	c Number of variabe is: 220, Number of clause is : 18700 
20.66/20.71	c Initializing...
20.66/20.71	c satzilla doing clause learning
20.66/20.71	c start clause learning features ...
20.66/20.71	c Bin: Executing zchaff07
20.66/20.71	c spawning binary file with 2 seconds ...
20.66/20.71	c child exit by a signal
20.66/20.71	c satzilla doing survey propogation probe
20.66/20.71	c do survay propogation for 2 second ...
20.66/20.71	c satzilla doing local search probe
20.66/20.71	c features are:220 18700 220 18700 0 0 0.0117647 0.312941 0.679796 1.00398 0.0318182 2.1808e-16 0.0318182 0.0318182 -0 0 0 0.0318182 0.0409728 0.0283957 0.035508 4.31796 0.0311916 0.0240953 0 0.122034 2.07414 0.00196524 0.157849 0.00101604 0.00278075 3.09462 0.0617647 0.0117112 0 0.0117112 0.0117112 670.778 0.928509 264 2122 2122 264 521 323 357 50.1649 0.0894826 45.3258 59.1819 59.1819 45.3258 50.8944 46.782 48.7283 0.0633967 0.741408 4.41515e-05 0.230048 0.130029 0.010681 0.0928265 0.0282873 0.0521393 0.000100881 0.393691 3.18261e-05 0.000255168 0.000156296 5.96977e-05 0.000119502 7.23078e-05 9.35482e-05 22.0971 0.185987 36.4429 0.142321 36 31 43 1.69486 0.271742 0.884742 0.0608741 
20.66/20.71	c satzilla's ranking:
20.66/20.71	c 1) mxc-sr08: 2.920046
20.66/20.71	c 2) picosat846: 2.555545
20.66/20.71	c 3) minisat20SAT07: 2.459817
20.66/20.71	c 4) march_dl2004: 0.358301
20.66/20.71	c 5) zchaff_rand: -2.003389
20.66/20.71	c 6) SATenstein: -10000.000000
20.66/20.71	c 7) gnovelty+: -10000.000000
20.66/20.71	c 8) adaptg2wsat+: -10000.000000
20.66/20.71	c 9) adaptg2wsat0: -10000.000000
20.66/20.71	c 10) tts-4-0: -10000.000000
20.66/20.71	c 11) vallst: -10000.000000
20.66/20.71	c 12) minisat20: -10000.000000
20.66/20.71	c 13) kcnfs04SAT07: -10000.000000
20.66/20.71	c satzilla running mxc-sr08 ... 
1199.40/1200.17	c Bin: Executing mxc-sr08
1199.40/1200.17	c spawning binary file with 1179 seconds ...
1199.40/1200.17	c child exit by a signal
1199.40/1200.17	c mxc-sr08 returned code 137.
1199.40/1200.17	c satzilla running picosat846 ... 
1199.40/1200.17	c Bin: Executing picosat846
1199.40/1200.17	c picosat846 returned code 1.
1199.40/1200.17	c satzilla running minisat20SAT07 ... 
1199.40/1200.17	c Bin: Executing minisat20SAT07
1199.40/1200.17	c minisat20SAT07 returned code 1.
1199.40/1200.17	c satzilla running march_dl2004 ... 
1199.40/1200.17	c Bin: Executing march_dl2004
1199.40/1200.17	c march_dl2004 returned code 1.
1199.40/1200.17	c satzilla running zchaff_rand ... 
1199.40/1200.17	c Bin: Executing zchaff_rand
1199.40/1200.17	c zchaff_rand returned code 1.
1199.40/1200.17	c satzilla running SATenstein ... 
1199.40/1200.17	c Bin: Executing SATenstein
1199.40/1200.17	c SATenstein returned code 1.
1199.40/1200.17	c satzilla running gnovelty+ ... 
1199.40/1200.17	c Bin: Executing gnovelty+
1199.40/1200.17	c gnovelty+ returned code 1.
1199.40/1200.17	c satzilla running adaptg2wsat+ ... 
1199.40/1200.17	c Bin: Executing adaptg2wsat+
1199.40/1200.17	c adaptg2wsat+ returned code 1.
1199.40/1200.17	c satzilla running adaptg2wsat0 ... 
1199.40/1200.17	c Bin: Executing adaptg2wsat0
1199.40/1200.17	c adaptg2wsat0 returned code 1.
1199.40/1200.17	c satzilla running tts-4-0 ... 
1199.40/1200.17	c Bin: Executing tts-4-0
1199.40/1200.17	c tts-4-0 returned code 1.
1199.40/1200.17	c satzilla running vallst ... 
1199.40/1200.17	c Bin: Executing vallst
1199.40/1200.17	c vallst returned code 1.
1199.40/1200.17	c satzilla running minisat20 ... 
1199.40/1200.17	c Bin: Executing minisat20
1199.40/1200.17	c minisat20 returned code 1.
1199.40/1200.17	c satzilla running kcnfs04SAT07 ... 
1199.40/1200.17	c Bin: Executing kcnfs04SAT07
1199.40/1200.17	c kcnfs04SAT07 returned code 1.
1199.40/1200.17	c ERROR: All Failed! 
1199.40/1200.17	c SATZILLA_TIME=1199.690000

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-1538389-1238425351/watcher-1538389-1238425351 -o /tmp/evaluation-result-1538389-1238425351/solver-1538389-1238425351 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538389-1238425351.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.00 1.00 1.00 3/64 11316
/proc/meminfo: memFree=1498976/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) R 11314 11316 10844 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=1416 CPUtime=0
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 1115200139 1449984 256 1992294400 134512640 135078026 4294956176 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 354 256 54 138 0 213 0

[startup+0.0744291 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11316
/proc/meminfo: memFree=1498976/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=2584 CPUtime=0.06
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 680 0 0 0 6 0 0 0 19 0 1 0 1115200139 2646016 538 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 646 538 55 138 0 505 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4640

[startup+0.101433 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11316
/proc/meminfo: memFree=1498976/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=2584 CPUtime=0.09
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 680 0 0 0 9 0 0 0 19 0 1 0 1115200139 2646016 538 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 646 538 55 138 0 505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4640

[startup+0.301473 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11316
/proc/meminfo: memFree=1498976/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=2748 CPUtime=0.29
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 724 0 0 0 29 0 0 0 21 0 1 0 1115200139 2813952 582 1992294400 134512640 135078026 4294956176 18446744073709551615 134561080 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 687 582 55 138 0 546 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4804

[startup+0.701554 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11316
/proc/meminfo: memFree=1498976/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=3508 CPUtime=0.69
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 943 0 0 0 69 0 0 0 25 0 1 0 1115200139 3592192 764 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 877 764 71 138 0 736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5564

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11318
/proc/meminfo: memFree=1495696/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=4036 CPUtime=1.48
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1064 0 0 0 148 0 0 0 25 0 1 0 1115200139 4132864 885 1992294400 134512640 135078026 4294956176 18446744073709551615 134522271 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 1009 885 71 138 0 868 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6092

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11318
/proc/meminfo: memFree=1495312/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=4300 CPUtime=3.08
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1130 0 0 0 308 0 0 0 25 0 1 0 1115200139 4403200 951 1992294400 134512640 135078026 4294956176 18446744073709551615 134534259 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 1075 951 71 138 0 934 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6356

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11318
/proc/meminfo: memFree=1495120/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=0
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115200139 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11316/statm: 514 112 96 399 0 111 0
[pid=11317] ppid=11316 vsize=4564 CPUtime=6.29
/proc/11317/stat : 11317 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1209 0 0 0 627 2 0 0 25 0 1 0 1115200139 4673536 1030 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11317/statm: 1141 1030 71 138 0 1000 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6620

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1495384/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=2056 CPUtime=9.99
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 152 1262 0 0 0 0 997 2 16 0 1 0 1115200139 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 514 121 104 399 0 111 0
[pid=11319] ppid=11316 vsize=5380 CPUtime=2.68
/proc/11319/stat : 11319 (picosat846) R 11316 11316 10844 0 -1 4194304 1075 0 0 0 268 0 0 0 25 0 1 0 1115201140 5509120 1064 1992294400 134512640 134570484 4294956176 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11319/statm: 1345 1064 84 14 0 1011 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7436

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1491992/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=4432 CPUtime=4.77
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1173 0 0 0 477 0 0 0 25 0 1 0 1115202210 4538368 994 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 1108 994 71 138 0 967 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 9576

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1491032/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=5488 CPUtime=30.35
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1433 0 0 0 3034 1 0 0 25 0 1 0 1115202210 5619712 1254 1992294400 134512640 135078026 4294956176 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 1372 1254 71 138 0 1231 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 10632

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1490392/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=6144 CPUtime=81.53
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1614 0 0 0 8152 1 0 0 25 0 1 0 1115202210 6291456 1435 1992294400 134512640 135078026 4294956176 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 1536 1435 71 138 0 1395 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 11288

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1489752/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=6804 CPUtime=141.49
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1770 0 0 0 14148 1 0 0 25 0 1 0 1115202210 6967296 1591 1992294400 134512640 135078026 4294956176 18446744073709551615 134534665 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 1701 1591 71 138 0 1560 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 11948

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1489432/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=7160 CPUtime=201.46
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1868 0 0 0 20145 1 0 0 25 0 1 0 1115202210 7331840 1689 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 1790 1689 71 138 0 1649 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 12304

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1489048/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=7552 CPUtime=261.43
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 1947 0 0 0 26142 1 0 0 25 0 1 0 1115202210 7733248 1768 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 1888 1768 71 138 0 1747 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 12696

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1488864/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=7816 CPUtime=321.4
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2002 0 0 0 32139 1 0 0 25 0 1 0 1115202210 8003584 1823 1992294400 134512640 135078026 4294956176 18446744073709551615 134540352 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 1954 1823 71 138 0 1813 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487840/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=8788 CPUtime=741.18
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2244 0 0 0 74116 2 0 0 25 0 1 0 1115202210 8998912 2065 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2197 2065 71 138 0 2056 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 13932

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487840/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=8788 CPUtime=801.14
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2259 0 0 0 80112 2 0 0 25 0 1 0 1115202210 8998912 2080 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2197 2080 71 138 0 2056 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 13932

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487712/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=8920 CPUtime=861.11
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2299 0 0 0 86109 2 0 0 25 0 1 0 1115202210 9134080 2120 1992294400 134512640 135078026 4294956176 18446744073709551615 134520163 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2230 2120 71 138 0 2089 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 14064

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487712/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9044 CPUtime=921.08
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2309 0 0 0 92106 2 0 0 25 0 1 0 1115202210 9261056 2130 1992294400 134512640 135078026 4294956176 18446744073709551615 134522543 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2261 2130 71 138 0 2120 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 14188

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487584/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9044 CPUtime=981.05
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2329 0 0 0 98103 2 0 0 25 0 1 0 1115202210 9261056 2150 1992294400 134512640 135078026 4294956176 18446744073709551615 134534283 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2261 2150 71 138 0 2120 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 14188

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487520/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9176 CPUtime=1041.01
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2351 0 0 0 104099 2 0 0 25 0 1 0 1115202210 9396224 2172 1992294400 134512640 135078026 4294956176 18446744073709551615 134521045 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2294 2172 71 138 0 2153 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 14320

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487392/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9312 CPUtime=1100.98
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2385 0 0 0 110096 2 0 0 25 0 1 0 1115202210 9535488 2206 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2328 2206 71 138 0 2187 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 14456

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487264/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9416 CPUtime=1160.94
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2399 0 0 0 116092 2 0 0 25 0 1 0 1115202210 9641984 2220 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2354 2220 71 138 0 2213 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 14560

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487264/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9416 CPUtime=1168.94
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2402 0 0 0 116892 2 0 0 25 0 1 0 1115202210 9641984 2223 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2354 2223 71 138 0 2213 0
Current children cumulated CPU time (s) 1189.6
Current children cumulated vsize (KiB) 14560

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487264/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9416 CPUtime=1175.34
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2402 0 0 0 117532 2 0 0 25 0 1 0 1115202210 9641984 2223 1992294400 134512640 135078026 4294956176 18446744073709551615 134534241 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2354 2223 71 138 0 2213 0
Current children cumulated CPU time (s) 1196
Current children cumulated vsize (KiB) 14560

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487264/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9416 CPUtime=1176.94
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2402 0 0 0 117692 2 0 0 25 0 1 0 1115202210 9641984 2223 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2354 2223 71 138 0 2213 0
Current children cumulated CPU time (s) 1197.6
Current children cumulated vsize (KiB) 14560

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487264/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9416 CPUtime=1177.74
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2402 0 0 0 117772 2 0 0 25 0 1 0 1115202210 9641984 2223 1992294400 134512640 135078026 4294956176 18446744073709551615 134534283 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2354 2223 71 138 0 2213 0
Current children cumulated CPU time (s) 1198.4
Current children cumulated vsize (KiB) 14560

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487264/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9416 CPUtime=1178.54
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2402 0 0 0 117852 2 0 0 25 0 1 0 1115202210 9641984 2223 1992294400 134512640 135078026 4294956176 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2354 2223 71 138 0 2213 0
Current children cumulated CPU time (s) 1199.2
Current children cumulated vsize (KiB) 14560

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11322
/proc/meminfo: memFree=1487264/2055920 swapFree=4175828/4192956
[pid=11316] ppid=11314 vsize=5144 CPUtime=20.66
/proc/11316/stat : 11316 (SATzilla2009_I) S 11314 11316 10844 0 -1 4194304 2038 4272 0 0 358 2 1701 5 25 0 1 0 1115200139 5267456 948 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11316/statm: 1286 948 217 399 0 883 0
[pid=11322] ppid=11316 vsize=9416 CPUtime=1178.74
/proc/11322/stat : 11322 (mxc-sr08) R 11316 11316 10844 0 -1 4194304 2402 0 0 0 117872 2 0 0 25 0 1 0 1115202210 9641984 2223 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11322/statm: 2354 2223 71 138 0 2213 0
Current children cumulated CPU time (s) 1199.4
Current children cumulated vsize (KiB) 14560

Child status: 17
Real time (s): 1200.18
CPU time (s): 1199.52
CPU user time (s): 1199.4
CPU system time (s): 0.117982
CPU usage (%): 99.9453
Max. virtual memory (cumulated for all children) (KiB): 14588

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

runsolver used 1.09783 second user time and 3.2775 second system time

The end

Launcher Data

Begin job on node33 at 2009-03-30 17:02:31
IDJOB=1538389
IDBENCH=70242
IDSOLVER=528
FILE ID=node33/1538389-1238425351
PBS_JOBID= 9061508
Free space on /tmp= 66132 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S375588147-050.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538389-1238425351/watcher-1538389-1238425351 -o /tmp/evaluation-result-1538389-1238425351/solver-1538389-1238425351 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538389-1238425351.cnf

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

MD5SUM BENCH= 7f520cacbc1966b43139f7a53a60437c
RANDOM SEED=1598155548

node33.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.266
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.266
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:       1499520 kB
Buffers:         77076 kB
Cached:         387596 kB
SwapCached:      10920 kB
Active:         250400 kB
Inactive:       226764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1499520 kB
SwapTotal:     4192956 kB
SwapFree:      4175828 kB
Dirty:           32000 kB
Writeback:           0 kB
Mapped:          18232 kB
Slab:            65320 kB
Committed_AS:  3065516 kB
PageTables:       1400 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= 66100 MiB
End job on node33 at 2009-03-30 17:22:32