Trace number 1736067

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.71 1200.26

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark321.639
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

22.85/22.90	c SATzilla is building models for class 3
22.85/22.90	c run presolver mxc-sr08 for 10 seconds ... 
22.85/22.90	c Bin: Executing mxc-sr08
22.85/22.90	c spawning binary file with 10 seconds ...
22.85/22.90	c child exit by a signal
22.85/22.90	c mxc-sr08 returned code 137.
22.85/22.90	c run presolver picosat846 for 5 seconds ... 
22.85/22.90	c Bin: Executing picosat846
22.85/22.90	c spawning binary file with 5 seconds ...
22.85/22.90	c child exit by a signal
22.85/22.90	c picosat846 returned code 137.
22.85/22.90	c Orignal number of varibales is 1560, number of clauses is 133795 
22.85/22.90	c predicted feature computation time is 1.617049 
22.85/22.90	c Bin: Executing satelite
22.85/22.90	c spawning binary file with 240 seconds ...
22.85/22.90	c child exited successfully
22.85/22.90	c satzilla computing base features
22.85/22.90	c Number of variabe is: 1500, Number of clause is : 132235 
22.85/22.90	c Initializing...
22.85/22.90	c satzilla doing clause learning
22.85/22.90	c start clause learning features ...
22.85/22.90	c Bin: Executing zchaff07
22.85/22.90	c spawning binary file with 2 seconds ...
22.85/22.90	c child exit by a signal
22.85/22.90	c satzilla doing survey propogation probe
22.85/22.90	c do survay propogation for 2 second ...
22.85/22.90	c satzilla doing local search probe
22.85/22.90	c features are:1560 133795 1500 132235 0.04 0.0117972 0.0113434 0.995738 0.0177156 0.21696 0.00223945 1.66888 0.00133333 0.0326667 0.229074 0.94391 0.94391 0.00223945 0.15468 0.00127047 0.00311567 5.0552 0.158736 0.0376317 0.074184 0.301887 2.72272 0.00125855 0.148379 0.000695731 0.00176201 4.54446 0.94391 0.00289465 0.174097 0.00127047 0.00439369 157 0.434561 44 293 293 68 204 122 156 69.7914 0.132927 62.5641 95.2045 95.2045 63.7971 67.4069 64.533 66.6513 0.819812 0.0429997 0.71685 0.909044 0.862474 0.771041 0.843897 0.794342 0.824165 1.72022e-09 7.52289 -1.11022e-16 2.66993e-07 6.63734e-11 9.99201e-16 4.44966e-12 2.08722e-14 3.84581e-13 123.095 4.44939 678.214 0.160449 692.5 670 714 43.191 0.0983973 1.00284 0.0196623 
22.85/22.90	c satzilla's ranking:
22.85/22.90	c 1) picosat846: 3.128724
22.85/22.90	c 2) mxc-sr08: 2.090006
22.85/22.90	c 3) minisat20SAT07: 0.802104
22.85/22.90	c 4) zchaff_rand: 0.184434
22.85/22.90	c 5) march_dl2004: -25.774405
22.85/22.90	c 6) SATenstein: -10000.000000
22.85/22.90	c 7) gnovelty+: -10000.000000
22.85/22.90	c 8) adaptg2wsat+: -10000.000000
22.85/22.90	c 9) adaptg2wsat0: -10000.000000
22.85/22.90	c 10) tts-4-0: -10000.000000
22.85/22.90	c 11) vallst: -10000.000000
22.85/22.91	c 12) minisat20: -10000.000000
22.85/22.91	c 13) kcnfs04SAT07: -10000.000000
22.85/22.91	c satzilla running picosat846 ... 
1199.62/1200.25	c Bin: Executing picosat846
1199.62/1200.25	c spawning binary file with 1177 seconds ...
1199.62/1200.25	c child exit by a signal
1199.62/1200.25	c picosat846 returned code 137.
1199.62/1200.25	c satzilla running mxc-sr08 ... 
1199.62/1200.25	c Bin: Executing mxc-sr08
1199.62/1200.25	c mxc-sr08 returned code 1.
1199.62/1200.25	c satzilla running minisat20SAT07 ... 
1199.62/1200.25	c Bin: Executing minisat20SAT07
1199.62/1200.25	c minisat20SAT07 returned code 1.
1199.62/1200.25	c satzilla running zchaff_rand ... 
1199.62/1200.25	c Bin: Executing zchaff_rand
1199.62/1200.25	c zchaff_rand returned code 1.
1199.62/1200.25	c satzilla running march_dl2004 ... 
1199.62/1200.25	c Bin: Executing march_dl2004
1199.62/1200.25	c march_dl2004 returned code 1.
1199.62/1200.25	c satzilla running SATenstein ... 
1199.62/1200.25	c Bin: Executing SATenstein
1199.62/1200.25	c SATenstein returned code 1.
1199.62/1200.25	c satzilla running gnovelty+ ... 
1199.62/1200.25	c Bin: Executing gnovelty+
1199.62/1200.25	c gnovelty+ returned code 1.
1199.62/1200.25	c satzilla running adaptg2wsat+ ... 
1199.62/1200.25	c Bin: Executing adaptg2wsat+
1199.62/1200.25	c adaptg2wsat+ returned code 1.
1199.62/1200.25	c satzilla running adaptg2wsat0 ... 
1199.62/1200.25	c Bin: Executing adaptg2wsat0
1199.62/1200.25	c adaptg2wsat0 returned code 1.
1199.62/1200.25	c satzilla running tts-4-0 ... 
1199.62/1200.25	c Bin: Executing tts-4-0
1199.62/1200.25	c tts-4-0 returned code 1.
1199.62/1200.25	c satzilla running vallst ... 
1199.62/1200.25	c Bin: Executing vallst
1199.62/1200.25	c vallst returned code 1.
1199.62/1200.25	c satzilla running minisat20 ... 
1199.62/1200.25	c Bin: Executing minisat20
1199.62/1200.25	c minisat20 returned code 1.
1199.62/1200.25	c satzilla running kcnfs04SAT07 ... 
1199.62/1200.25	c Bin: Executing kcnfs04SAT07
1199.62/1200.25	c kcnfs04SAT07 returned code 1.
1199.62/1200.25	c ERROR: All Failed! 
1199.62/1200.25	c SATZILLA_TIME=1199.880000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1736067-1240809628/watcher-1736067-1240809628 -o /tmp/evaluation-result-1736067-1240809628/solver-1736067-1240809628 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1736067-1240809628.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.99 0.98 0.99 3/65 30657
/proc/meminfo: memFree=1586168/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=2652 CPUtime=0
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 570 0 0 0 0 0 0 0 19 0 1 0 108996033 2715648 566 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 663 567 54 138 0 522 0

[startup+0.072644 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 30657
/proc/meminfo: memFree=1586168/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=9280 CPUtime=0.06
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 2200 0 0 0 5 1 0 0 19 0 1 0 108996033 9502720 2196 1992294400 134512640 135078026 4294956176 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 2320 2197 54 138 0 2179 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11336

[startup+0.102646 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 30657
/proc/meminfo: memFree=1586168/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=7896 CPUtime=0.09
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 2278 0 0 0 8 1 0 0 20 0 1 0 108996033 8085504 1862 1992294400 134512640 135078026 4294956176 18446744073709551615 134560753 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 1974 1862 55 138 0 1833 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9952

[startup+0.302668 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 30657
/proc/meminfo: memFree=1586168/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=7896 CPUtime=0.29
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 2278 0 0 0 28 1 0 0 22 0 1 0 108996033 8085504 1862 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 1974 1862 55 138 0 1833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9952

[startup+0.701713 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 30657
/proc/meminfo: memFree=1586168/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=10016 CPUtime=0.69
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 2694 0 0 0 68 1 0 0 25 0 1 0 108996033 10256384 2278 1992294400 134512640 135078026 4294956176 18446744073709551615 134561016 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 2504 2278 55 138 0 2363 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12072

[startup+1.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30659
/proc/meminfo: memFree=1576104/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=10948 CPUtime=1.49
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 2961 0 0 0 148 1 0 0 25 0 1 0 108996033 11210752 2545 1992294400 134512640 135078026 4294956176 18446744073709551615 134560964 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 2737 2545 55 138 0 2596 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13004

[startup+3.10199 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30659
/proc/meminfo: memFree=1575848/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=10260 CPUtime=3.09
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 3127 0 0 0 307 2 0 0 25 0 1 0 108996033 10506240 2402 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 2565 2402 71 138 0 2424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12316

[startup+6.30135 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30659
/proc/meminfo: memFree=1574504/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=0
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108996032 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 112 96 399 0 111 0
[pid=30658] ppid=30657 vsize=13164 CPUtime=6.29
/proc/30658/stat : 30658 (mxc-sr08) R 30657 30657 30406 0 -1 4194304 3858 0 0 0 626 3 0 0 25 0 1 0 108996033 13479936 3133 1992294400 134512640 135078026 4294956176 18446744073709551615 134534305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30658/statm: 3291 3133 71 138 0 3150 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15220

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30660
/proc/meminfo: memFree=1581104/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=2056 CPUtime=9.99
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 152 4372 0 0 0 0 995 4 19 0 1 0 108996032 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 514 121 104 399 0 111 0
[pid=30660] ppid=30657 vsize=6916 CPUtime=2.67
/proc/30660/stat : 30660 (picosat846) R 30657 30657 30406 0 -1 4194304 1362 0 0 0 267 0 0 0 25 0 1 0 108997033 7081984 1351 1992294400 134512640 134570484 4294956176 18446744073709551615 134534105 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30660/statm: 1729 1351 85 14 0 1395 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8972

[startup+25.5025 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1563248/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=6916 CPUtime=2.58
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 1362 0 0 0 258 0 0 0 25 0 1 0 108998323 7081984 1351 1992294400 134512640 134570484 4294956176 18446744073709551615 134534093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 1729 1351 85 14 0 1395 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 24496

[startup+51.1024 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1562928/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=7080 CPUtime=28.17
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 1412 0 0 0 2817 0 0 0 25 0 1 0 108998323 7249920 1401 1992294400 134512640 134570484 4294956176 18446744073709551615 134545339 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 1770 1401 85 14 0 1436 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 24660

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1562800/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=7244 CPUtime=79.34
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 1479 0 0 0 7934 0 0 0 25 0 1 0 108998323 7417856 1442 1992294400 134512640 134570484 4294956176 18446744073709551615 134551584 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 1811 1442 85 14 0 1477 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 24824

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1562672/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=7460 CPUtime=139.31
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 1628 0 0 0 13931 0 0 0 25 0 1 0 108998323 7639040 1496 1992294400 134512640 134570484 4294956176 18446744073709551615 134552347 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 1865 1496 85 14 0 1531 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 25040

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1562416/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=7632 CPUtime=199.29
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 1882 0 0 0 19928 1 0 0 25 0 1 0 108998323 7815168 1539 1992294400 134512640 134570484 4294956176 18446744073709551615 134544485 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 1908 1539 85 14 0 1574 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 25212

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1562416/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=7576 CPUtime=259.27
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 2034 0 0 0 25926 1 0 0 25 0 1 0 108998323 7757824 1525 1992294400 134512640 134570484 4294956176 18446744073709551615 134549863 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30663/statm: 1894 1525 85 14 0 1560 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 25156

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1562224/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=7712 CPUtime=319.24
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 2174 0 0 0 31923 1 0 0 25 0 1 0 108998323 7897088 1559 1992294400 134512640 134570484 4294956176 18446744073709551615 134551792 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 1928 1559 85 14 0 1594 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1561648/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8200 CPUtime=799.04
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 2777 0 0 0 79902 2 0 0 25 0 1 0 108998323 8396800 1681 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30663/statm: 2050 1681 85 14 0 1716 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 25780

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1561520/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8472 CPUtime=859.01
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 2904 0 0 0 85899 2 0 0 25 0 1 0 108998323 8675328 1726 1992294400 134512640 134570484 4294956176 18446744073709551615 134523523 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2118 1726 85 14 0 1784 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 26052

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1561328/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8596 CPUtime=918.98
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3058 0 0 0 91896 2 0 0 25 0 1 0 108998323 8802304 1772 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2149 1772 85 14 0 1815 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 26176

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1561008/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8776 CPUtime=978.96
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3247 0 0 0 97893 3 0 0 25 0 1 0 108998323 8986624 1825 1992294400 134512640 134570484 4294956176 18446744073709551615 134552304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30663/statm: 2194 1825 85 14 0 1860 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 26356

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30663
/proc/meminfo: memFree=1561072/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8704 CPUtime=1038.92
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3247 0 0 0 103889 3 0 0 25 0 1 0 108998323 8912896 1807 1992294400 134512640 134570484 4294956176 18446744073709551615 134551306 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2176 1807 85 14 0 1842 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 26284

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1561008/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8616 CPUtime=1098.9
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3247 0 0 0 109887 3 0 0 25 0 1 0 108998323 8822784 1785 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2154 1785 85 14 0 1820 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 26196

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1560944/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8840 CPUtime=1158.87
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 115884 3 0 0 25 0 1 0 108998323 9052160 1841 1992294400 134512640 134570484 4294956176 18446744073709551615 134544606 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30663/statm: 2210 1841 85 14 0 1876 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 26420

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1560944/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8792 CPUtime=1166.86
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 116683 3 0 0 25 0 1 0 108998323 9003008 1829 1992294400 134512640 134570484 4294956176 18446744073709551615 134522943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2198 1829 85 14 0 1864 0
Current children cumulated CPU time (s) 1189.72
Current children cumulated vsize (KiB) 26372

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1560944/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8788 CPUtime=1173.26
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 117323 3 0 0 25 0 1 0 108998323 8998912 1828 1992294400 134512640 134570484 4294956176 18446744073709551615 134551547 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2197 1828 85 14 0 1863 0
Current children cumulated CPU time (s) 1196.12
Current children cumulated vsize (KiB) 26368

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1560944/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8616 CPUtime=1174.86
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 117483 3 0 0 25 0 1 0 108998323 8822784 1785 1992294400 134512640 134570484 4294956176 18446744073709551615 134549817 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2154 1785 85 14 0 1820 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 26196

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1561008/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8616 CPUtime=1175.66
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 117563 3 0 0 25 0 1 0 108998323 8822784 1785 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2154 1785 85 14 0 1820 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 26196

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1561008/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8616 CPUtime=1176.46
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 117643 3 0 0 25 0 1 0 108998323 8822784 1785 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2154 1785 85 14 0 1820 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 26196

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1561008/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8616 CPUtime=1176.66
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 117663 3 0 0 25 0 1 0 108998323 8822784 1785 1992294400 134512640 134570484 4294956176 18446744073709551615 134545438 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2154 1785 85 14 0 1820 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 26196

[startup+1200.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 30665
/proc/meminfo: memFree=1561008/2055920 swapFree=4180008/4192956
[pid=30657] ppid=30655 vsize=17580 CPUtime=22.86
/proc/30657/stat : 30657 (SATzilla2009_I) S 30655 30657 30406 0 -1 4194304 6973 12576 0 0 492 4 1779 11 25 0 1 0 108996032 18001920 4152 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30657/statm: 4395 4152 217 399 0 3992 0
[pid=30663] ppid=30657 vsize=8616 CPUtime=1176.76
/proc/30663/stat : 30663 (picosat846) R 30657 30657 30406 0 -1 4194304 3315 0 0 0 117673 3 0 0 25 0 1 0 108998323 8822784 1785 1992294400 134512640 134570484 4294956176 18446744073709551615 134544354 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30663/statm: 2154 1785 85 14 0 1820 0
Current children cumulated CPU time (s) 1199.62
Current children cumulated vsize (KiB) 26196

Child status: 17
Real time (s): 1200.26
CPU time (s): 1199.71
CPU user time (s): 1199.51
CPU system time (s): 0.199969
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 26836

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

runsolver used 0.881865 second user time and 3.49347 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-27 07:20:29
IDJOB=1736067
IDBENCH=71586
IDSOLVER=528
FILE ID=node32/1736067-1240809628
PBS_JOBID= 9187402
Free space on /tmp= 66392 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes9.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736067-1240809628/watcher-1736067-1240809628 -o /tmp/evaluation-result-1736067-1240809628/solver-1736067-1240809628 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1736067-1240809628.cnf

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=1077281520

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.216
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.216
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:       1586712 kB
Buffers:         53620 kB
Cached:         357256 kB
SwapCached:       6168 kB
Active:         178660 kB
Inactive:       241004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586712 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:           33100 kB
Writeback:           0 kB
Mapped:          14284 kB
Slab:            35288 kB
Committed_AS:   411640 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= 66364 MiB
End job on node32 at 2009-04-27 07:40:29