Trace number 1538320

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.53 1199.85

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1788451776-008.cnf
MD5SUM753f19bcdc2785a101dbb1ac96d61ec5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.1018
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 518000
Number of clauses of size over 50

Solver Data

19.68/19.70	c SATzilla is building models for class 3
19.68/19.70	c run presolver mxc-sr08 for 10 seconds ... 
19.68/19.70	c Bin: Executing mxc-sr08
19.68/19.70	c spawning binary file with 10 seconds ...
19.68/19.70	c child exit by a signal
19.68/19.70	c mxc-sr08 returned code 137.
19.68/19.70	c run presolver picosat846 for 5 seconds ... 
19.68/19.70	c Bin: Executing picosat846
19.68/19.70	c spawning binary file with 5 seconds ...
19.68/19.70	c child exit by a signal
19.68/19.70	c picosat846 returned code 137.
19.68/19.70	c Orignal number of varibales is 900, number of clauses is 18000 
19.68/19.70	c predicted feature computation time is 1.453814 
19.68/19.70	c Bin: Executing satelite
19.68/19.70	c spawning binary file with 240 seconds ...
19.68/19.70	c child exited successfully
19.68/19.70	c satzilla computing base features
19.68/19.70	c Number of variabe is: 900, Number of clause is : 18000 
19.68/19.70	c Initializing...
19.68/19.70	c satzilla doing clause learning
19.68/19.70	c start clause learning features ...
19.68/19.70	c Bin: Executing zchaff07
19.68/19.70	c spawning binary file with 2 seconds ...
19.68/19.70	c child exit by a signal
19.68/19.70	c satzilla doing survey propogation probe
19.68/19.70	c do survay propogation for 2 second ...
19.68/19.70	c satzilla doing local search probe
19.68/19.70	c features are:900 18000 900 18000 0 0 0.05 0.375489 0.650625 0.832178 0.00555556 1.56125e-16 0.00555556 0.00555556 -0 0 0 0.00555556 0.102167 0.00383333 0.00716667 3.70957 0.0800261 0.061424 0 0.288462 3.02529 0.00103302 0.225183 0.000333333 0.00177778 2.83377 0.185944 0.0179179 0.0834874 0.0134444 0.0221667 52.0926 0.268886 31 106 65 38 57 43 49 55.2173 0.0986335 41.7925 70.2683 62.6757 48.1961 58.0652 52.4286 55.8154 0.168227 0.700077 0.000707977 0.509992 0.331035 0.0296862 0.253107 0.071265 0.146735 0.00279532 0.681091 0.000371813 0.0155386 0.00539076 0.000997696 0.00364827 0.0014908 0.00229473 51.6935 0.160517 172.849 0.0613828 173 159 186 0.809273 0.251947 0.862695 0.0282668 
19.68/19.70	c satzilla's ranking:
19.68/19.70	c 1) mxc-sr08: 2.787027
19.68/19.70	c 2) picosat846: 2.302002
19.68/19.70	c 3) minisat20SAT07: 1.947349
19.68/19.70	c 4) march_dl2004: 0.162617
19.68/19.70	c 5) zchaff_rand: -0.306433
19.68/19.70	c 6) SATenstein: -10000.000000
19.68/19.70	c 7) gnovelty+: -10000.000000
19.68/19.70	c 8) adaptg2wsat+: -10000.000000
19.68/19.70	c 9) adaptg2wsat0: -10000.000000
19.68/19.70	c 10) tts-4-0: -10000.000000
19.68/19.70	c 11) vallst: -10000.000000
19.68/19.70	c 12) minisat20: -10000.000000
19.68/19.70	c 13) kcnfs04SAT07: -10000.000000
19.68/19.70	c satzilla running mxc-sr08 ... 
1199.45/1199.84	c Bin: Executing mxc-sr08
1199.45/1199.84	c spawning binary file with 1180 seconds ...
1199.45/1199.84	c child exit by a signal
1199.45/1199.84	c mxc-sr08 returned code 137.
1199.45/1199.84	c satzilla running picosat846 ... 
1199.45/1199.84	c Bin: Executing picosat846
1199.45/1199.84	c picosat846 returned code 1.
1199.45/1199.84	c satzilla running minisat20SAT07 ... 
1199.45/1199.84	c Bin: Executing minisat20SAT07
1199.45/1199.84	c minisat20SAT07 returned code 1.
1199.45/1199.84	c satzilla running march_dl2004 ... 
1199.45/1199.84	c Bin: Executing march_dl2004
1199.45/1199.84	c march_dl2004 returned code 1.
1199.45/1199.84	c satzilla running zchaff_rand ... 
1199.45/1199.84	c Bin: Executing zchaff_rand
1199.45/1199.84	c zchaff_rand returned code 1.
1199.45/1199.84	c satzilla running SATenstein ... 
1199.45/1199.84	c Bin: Executing SATenstein
1199.45/1199.84	c SATenstein returned code 1.
1199.45/1199.84	c satzilla running gnovelty+ ... 
1199.45/1199.84	c Bin: Executing gnovelty+
1199.45/1199.84	c gnovelty+ returned code 1.
1199.45/1199.84	c satzilla running adaptg2wsat+ ... 
1199.45/1199.84	c Bin: Executing adaptg2wsat+
1199.45/1199.84	c adaptg2wsat+ returned code 1.
1199.45/1199.84	c satzilla running adaptg2wsat0 ... 
1199.45/1199.84	c Bin: Executing adaptg2wsat0
1199.45/1199.84	c adaptg2wsat0 returned code 1.
1199.45/1199.84	c satzilla running tts-4-0 ... 
1199.45/1199.84	c Bin: Executing tts-4-0
1199.45/1199.84	c tts-4-0 returned code 1.
1199.45/1199.84	c satzilla running vallst ... 
1199.45/1199.84	c Bin: Executing vallst
1199.45/1199.84	c vallst returned code 1.
1199.45/1199.84	c satzilla running minisat20 ... 
1199.45/1199.84	c Bin: Executing minisat20
1199.45/1199.84	c minisat20 returned code 1.
1199.45/1199.84	c satzilla running kcnfs04SAT07 ... 
1199.45/1199.84	c Bin: Executing kcnfs04SAT07
1199.45/1199.84	c kcnfs04SAT07 returned code 1.
1199.45/1199.84	c ERROR: All Failed! 
1199.45/1199.84	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-1538320-1238424008/watcher-1538320-1238424008 -o /tmp/evaluation-result-1538320-1238424008/solver-1538320-1238424008 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538320-1238424008.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: 0.91 0.95 0.98 3/65 28687
/proc/meminfo: memFree=1649392/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=1424 CPUtime=0
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 249 0 0 0 0 0 0 0 19 0 1 0 468734753 1458176 245 1992294400 134512640 135078026 4294956176 18446744073709551615 134566155 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 356 246 54 138 0 215 0

[startup+0.102289 s]
/proc/loadavg: 0.91 0.95 0.98 3/65 28687
/proc/meminfo: memFree=1649392/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=2508 CPUtime=0.09
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 641 0 0 0 9 0 0 0 20 0 1 0 468734753 2568192 531 1992294400 134512640 135078026 4294956176 18446744073709551615 134561280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 627 531 55 138 0 486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4564

[startup+0.201299 s]
/proc/loadavg: 0.91 0.95 0.98 3/65 28687
/proc/meminfo: memFree=1649392/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=2876 CPUtime=0.19
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 843 0 0 0 19 0 0 0 20 0 1 0 468734753 2945024 628 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 719 628 71 138 0 578 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4932

[startup+0.301311 s]
/proc/loadavg: 0.91 0.95 0.98 3/65 28687
/proc/meminfo: memFree=1649392/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=3140 CPUtime=0.29
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 897 0 0 0 29 0 0 0 20 0 1 0 468734753 3215360 682 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 785 682 71 138 0 644 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5196

[startup+0.701356 s]
/proc/loadavg: 0.91 0.95 0.98 3/65 28687
/proc/meminfo: memFree=1649392/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=3932 CPUtime=0.69
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 1078 0 0 0 69 0 0 0 24 0 1 0 468734753 4026368 863 1992294400 134512640 135078026 4294956176 18446744073709551615 134533650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 983 863 71 138 0 842 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5988

[startup+1.50145 s]
/proc/loadavg: 0.91 0.95 0.98 2/67 28689
/proc/meminfo: memFree=1645856/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=4196 CPUtime=1.49
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 1166 0 0 0 149 0 0 0 25 0 1 0 468734753 4296704 951 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 1049 951 71 138 0 908 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6252

[startup+3.10163 s]
/proc/loadavg: 0.91 0.95 0.98 2/67 28689
/proc/meminfo: memFree=1644448/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=4592 CPUtime=3.09
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 1259 0 0 0 307 2 0 0 25 0 1 0 468734753 4702208 1044 1992294400 134512640 135078026 4294956176 18446744073709551615 134522592 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 1148 1044 71 138 0 1007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6648

[startup+6.30199 s]
/proc/loadavg: 0.92 0.95 0.98 2/67 28689
/proc/meminfo: memFree=1645152/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=0
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 468734753 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 112 96 399 0 111 0
[pid=28688] ppid=28687 vsize=4988 CPUtime=6.29
/proc/28688/stat : 28688 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 1371 0 0 0 627 2 0 0 25 0 1 0 468734753 5107712 1156 1992294400 134512640 135078026 4294956176 18446744073709551615 134534917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28688/statm: 1247 1156 71 138 0 1106 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7044

[startup+12.7027 s]
/proc/loadavg: 0.93 0.95 0.98 2/67 28690
/proc/meminfo: memFree=1644000/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=2056 CPUtime=9.99
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 152 1440 0 0 0 0 997 2 19 0 1 0 468734753 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 514 121 104 399 0 111 0
[pid=28690] ppid=28687 vsize=7328 CPUtime=2.68
/proc/28690/stat : 28690 (picosat846) R 28687 28687 28231 0 -1 4194304 1562 0 0 0 268 0 0 0 25 0 1 0 468735753 7503872 1551 1992294400 134512640 134570484 4294956176 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28690/statm: 1832 1551 84 14 0 1498 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9384

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.98 2/67 28693
/proc/meminfo: memFree=1641824/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=4988 CPUtime=5.78
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 1347 0 0 0 578 0 0 0 25 0 1 0 468736724 5107712 1132 1992294400 134512640 135078026 4294956176 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 1247 1132 71 138 0 1106 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10604

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.98 2/67 28693
/proc/meminfo: memFree=1640416/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=6400 CPUtime=31.37
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 1716 0 0 0 3137 0 0 0 25 0 1 0 468736724 6553600 1501 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 1600 1501 71 138 0 1459 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12016

[startup+102.302 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 28693
/proc/meminfo: memFree=1639072/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=7772 CPUtime=82.57
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 2052 0 0 0 8256 1 0 0 25 0 1 0 468736724 7958528 1837 1992294400 134512640 135078026 4294956176 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 1943 1837 71 138 0 1802 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13388

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28693
/proc/meminfo: memFree=1637728/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=9056 CPUtime=142.54
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 2398 0 0 0 14253 1 0 0 25 0 1 0 468736724 9273344 2160 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 2264 2160 71 138 0 2123 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 14672

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28693
/proc/meminfo: memFree=1636832/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=9828 CPUtime=202.53
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 2604 0 0 0 20252 1 0 0 25 0 1 0 468736724 10063872 2366 1992294400 134512640 135078026 4294956176 18446744073709551615 134523853 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 2457 2366 71 138 0 2316 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15444

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28693
/proc/meminfo: memFree=1636000/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=10844 CPUtime=262.52
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 2828 0 0 0 26250 2 0 0 25 0 1 0 468736724 11104256 2590 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 2711 2590 71 138 0 2570 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 16460

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28693
/proc/meminfo: memFree=1635488/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=11328 CPUtime=322.5
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 2954 0 0 0 32248 2 0 0 25 0 1 0 468736724 11599872 2716 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 2832 2716 71 138 0 2691 0

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


[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1632544/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=14148 CPUtime=742.39
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 3721 0 0 0 74235 4 0 0 25 0 1 0 468736724 14487552 3442 1992294400 134512640 135078026 4294956176 18446744073709551615 134534642 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3537 3442 71 138 0 3396 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 19764

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1632352/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=14412 CPUtime=802.37
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 3770 0 0 0 80233 4 0 0 25 0 1 0 468736724 14757888 3491 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3603 3491 71 138 0 3462 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 20028

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1631648/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=15032 CPUtime=862.36
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 3937 0 0 0 86232 4 0 0 25 0 1 0 468736724 15392768 3658 1992294400 134512640 135078026 4294956176 18446744073709551615 134522532 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3758 3658 71 138 0 3617 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 20648

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1631712/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=15032 CPUtime=922.33
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 3937 0 0 0 92229 4 0 0 25 0 1 0 468736724 15392768 3658 1992294400 134512640 135078026 4294956176 18446744073709551615 134534843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3758 3658 71 138 0 3617 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 20648

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1631456/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=15296 CPUtime=982.32
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 3982 0 0 0 98228 4 0 0 25 0 1 0 468736724 15663104 3703 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3824 3703 71 138 0 3683 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 20912

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1631072/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=15680 CPUtime=1042.31
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4091 0 0 0 104226 5 0 0 25 0 1 0 468736724 16056320 3812 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3920 3812 71 138 0 3779 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 21296

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1631008/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=15680 CPUtime=1102.29
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4091 0 0 0 110224 5 0 0 25 0 1 0 468736724 16056320 3812 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3920 3812 71 138 0 3779 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 21296

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1630752/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=15944 CPUtime=1162.27
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4151 0 0 0 116222 5 0 0 25 0 1 0 468736724 16326656 3872 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3986 3872 71 138 0 3845 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 21560

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

[startup+1190.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1630752/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=15944 CPUtime=1170.37
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4151 0 0 0 117032 5 0 0 25 0 1 0 468736724 16326656 3872 1992294400 134512640 135078026 4294956176 18446744073709551615 134534533 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 3986 3872 71 138 0 3845 0
Current children cumulated CPU time (s) 1190.05
Current children cumulated vsize (KiB) 21560

[startup+1196.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1630624/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=16076 CPUtime=1176.77
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4185 0 0 0 117672 5 0 0 25 0 1 0 468736724 16461824 3906 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 4019 3906 71 138 0 3878 0
Current children cumulated CPU time (s) 1196.45
Current children cumulated vsize (KiB) 21692

[startup+1198.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1630624/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=16076 CPUtime=1178.37
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4185 0 0 0 117832 5 0 0 25 0 1 0 468736724 16461824 3906 1992294400 134512640 135078026 4294956176 18446744073709551615 134533769 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 4019 3906 71 138 0 3878 0
Current children cumulated CPU time (s) 1198.05
Current children cumulated vsize (KiB) 21692

[startup+1199.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1630624/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=16076 CPUtime=1179.17
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4185 0 0 0 117912 5 0 0 25 0 1 0 468736724 16461824 3906 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 4019 3906 71 138 0 3878 0
Current children cumulated CPU time (s) 1198.85
Current children cumulated vsize (KiB) 21692

[startup+1199.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1630624/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=16076 CPUtime=1179.57
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4185 0 0 0 117952 5 0 0 25 0 1 0 468736724 16461824 3906 1992294400 134512640 135078026 4294956176 18446744073709551615 134523981 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 4019 3906 71 138 0 3878 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 21692

[startup+1199.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 28695
/proc/meminfo: memFree=1630624/2055920 swapFree=4178736/4192956
[pid=28687] ppid=28685 vsize=5616 CPUtime=19.68
/proc/28687/stat : 28687 (SATzilla2009_I) S 28685 28687 28231 0 -1 4194304 1656 4577 0 0 255 8 1685 20 25 0 1 0 468734753 5750784 1034 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/28687/statm: 1404 1034 217 399 0 1001 0
[pid=28693] ppid=28687 vsize=16076 CPUtime=1179.77
/proc/28693/stat : 28693 (mxc-sr08) R 28687 28687 28231 0 -1 4194304 4185 0 0 0 117972 5 0 0 25 0 1 0 468736724 16461824 3906 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28693/statm: 4019 3906 71 138 0 3878 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 21692

Child status: 17
Real time (s): 1199.85
CPU time (s): 1199.53
CPU user time (s): 1199.18
CPU system time (s): 0.349946
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 21692

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

runsolver used 1.18882 second user time and 3.17852 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-30 16:40:09
IDJOB=1538320
IDBENCH=70219
IDSOLVER=528
FILE ID=node32/1538320-1238424008
PBS_JOBID= 9061482
Free space on /tmp= 66456 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1788451776-008.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538320-1238424008/watcher-1538320-1238424008 -o /tmp/evaluation-result-1538320-1238424008/solver-1538320-1238424008 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538320-1238424008.cnf

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

MD5SUM BENCH= 753f19bcdc2785a101dbb1ac96d61ec5
RANDOM SEED=1265471984

node32.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1649872 kB
Buffers:         75760 kB
Cached:         263016 kB
SwapCached:       7344 kB
Active:         134332 kB
Inactive:       213208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649872 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:           31876 kB
Writeback:           0 kB
Mapped:          14536 kB
Slab:            44268 kB
Committed_AS:  1495240 kB
PageTables:       1488 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= 66424 MiB
End job on node32 at 2009-03-30 17:00:09