Trace number 1735717

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.41 1199.97

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g2.cnf
MD5SUM4a0161ad7ac9d31215b2f5b6bcc0673a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark369.137
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

22.56/22.61	c SATzilla is building models for class 3
22.56/22.61	c run presolver mxc-sr08 for 10 seconds ... 
22.56/22.61	c Bin: Executing mxc-sr08
22.56/22.61	c spawning binary file with 10 seconds ...
22.56/22.61	c child exit by a signal
22.56/22.61	c mxc-sr08 returned code 137.
22.56/22.61	c run presolver picosat846 for 5 seconds ... 
22.56/22.61	c Bin: Executing picosat846
22.56/22.61	c spawning binary file with 5 seconds ...
22.56/22.61	c child exit by a signal
22.56/22.61	c picosat846 returned code 137.
22.56/22.61	c Orignal number of varibales is 1375, number of clauses is 111739 
22.56/22.61	c predicted feature computation time is 1.566743 
22.56/22.61	c Bin: Executing satelite
22.56/22.61	c spawning binary file with 240 seconds ...
22.56/22.61	c child exited successfully
22.56/22.61	c satzilla computing base features
22.56/22.61	c Number of variabe is: 1320, Number of clause is : 110364 
22.56/22.61	c Initializing...
22.56/22.61	c satzilla doing clause learning
22.56/22.61	c start clause learning features ...
22.56/22.61	c Bin: Executing zchaff07
22.56/22.61	c spawning binary file with 2 seconds ...
22.56/22.61	c child exit by a signal
22.56/22.61	c satzilla doing survey propogation probe
22.56/22.61	c do survay propogation for 2 second ...
22.56/22.61	c satzilla doing local search probe
22.56/22.61	c features are:1375 111739 1320 110364 0.0416667 0.0124588 0.0119604 0.995413 0.0187262 0.225786 0.00253972 1.63323 0.00151515 0.0356061 0.235975 0.941847 0.941847 0.00253972 0.145496 0.00165815 0.00346127 4.97765 0.159687 0.0388352 0.0754098 0.28972 2.7504 0.00142704 0.139413 0.000915153 0.00197528 4.4415 0.941847 0.00329415 0.164496 0.00180312 0.00475699 184.308 0.225054 76 251 214 129 205 178 193 59.7353 0.120673 53.254 83.4342 60.6207 53.4 59.9816 57.0804 58.7903 0.823452 0.0299081 0.757643 0.885022 0.859704 0.791648 0.840102 0.806574 0.82191 6.54202e-10 4.96256 1.11022e-16 5.62965e-08 8.74138e-10 2.20934e-14 2.40743e-11 1.50435e-13 1.9621e-12 712.025 6.01504 596.05 0.165449 612 582 627 39.9985 0.172947 0.974773 0.162168 
22.56/22.61	c satzilla's ranking:
22.56/22.61	c 1) picosat846: 3.217598
22.56/22.61	c 2) mxc-sr08: 2.669901
22.56/22.61	c 3) zchaff_rand: 0.981048
22.56/22.61	c 4) minisat20SAT07: 0.801031
22.56/22.61	c 5) march_dl2004: -16.351114
22.56/22.61	c 6) SATenstein: -10000.000000
22.56/22.61	c 7) gnovelty+: -10000.000000
22.56/22.61	c 8) adaptg2wsat+: -10000.000000
22.56/22.61	c 9) adaptg2wsat0: -10000.000000
22.56/22.61	c 10) tts-4-0: -10000.000000
22.56/22.61	c 11) vallst: -10000.000000
22.56/22.61	c 12) minisat20: -10000.000000
22.56/22.61	c 13) kcnfs04SAT07: -10000.000000
22.56/22.61	c satzilla running picosat846 ... 
1199.31/1199.96	c Bin: Executing picosat846
1199.31/1199.96	c spawning binary file with 1177 seconds ...
1199.31/1199.96	c child exit by a signal
1199.31/1199.96	c picosat846 returned code 137.
1199.31/1199.96	c satzilla running mxc-sr08 ... 
1199.31/1199.96	c Bin: Executing mxc-sr08
1199.31/1199.96	c mxc-sr08 returned code 1.
1199.31/1199.96	c satzilla running zchaff_rand ... 
1199.31/1199.96	c Bin: Executing zchaff_rand
1199.31/1199.96	c zchaff_rand returned code 1.
1199.31/1199.96	c satzilla running minisat20SAT07 ... 
1199.31/1199.96	c Bin: Executing minisat20SAT07
1199.31/1199.96	c minisat20SAT07 returned code 1.
1199.31/1199.96	c satzilla running march_dl2004 ... 
1199.31/1199.96	c Bin: Executing march_dl2004
1199.31/1199.96	c march_dl2004 returned code 1.
1199.31/1199.96	c satzilla running SATenstein ... 
1199.31/1199.96	c Bin: Executing SATenstein
1199.31/1199.96	c SATenstein returned code 1.
1199.31/1199.96	c satzilla running gnovelty+ ... 
1199.31/1199.96	c Bin: Executing gnovelty+
1199.31/1199.96	c gnovelty+ returned code 1.
1199.31/1199.96	c satzilla running adaptg2wsat+ ... 
1199.31/1199.96	c Bin: Executing adaptg2wsat+
1199.31/1199.96	c adaptg2wsat+ returned code 1.
1199.31/1199.96	c satzilla running adaptg2wsat0 ... 
1199.31/1199.96	c Bin: Executing adaptg2wsat0
1199.31/1199.96	c adaptg2wsat0 returned code 1.
1199.31/1199.96	c satzilla running tts-4-0 ... 
1199.31/1199.96	c Bin: Executing tts-4-0
1199.31/1199.96	c tts-4-0 returned code 1.
1199.31/1199.96	c satzilla running vallst ... 
1199.31/1199.96	c Bin: Executing vallst
1199.31/1199.96	c vallst returned code 1.
1199.31/1199.96	c satzilla running minisat20 ... 
1199.31/1199.96	c Bin: Executing minisat20
1199.31/1199.96	c minisat20 returned code 1.
1199.31/1199.96	c satzilla running kcnfs04SAT07 ... 
1199.31/1199.96	c Bin: Executing kcnfs04SAT07
1199.31/1199.96	c kcnfs04SAT07 returned code 1.
1199.31/1199.96	c ERROR: All Failed! 
1199.31/1199.96	c SATZILLA_TIME=1199.570000

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-1735717-1240805809/watcher-1735717-1240805809 -o /tmp/evaluation-result-1735717-1240805809/solver-1735717-1240805809 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1735717-1240805809.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/64 25435
/proc/meminfo: memFree=1712200/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=2352 CPUtime=0
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 499 0 0 0 0 0 0 0 19 0 1 0 108608468 2408448 495 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25436/statm: 588 496 54 138 0 447 0

[startup+0.105521 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25435
/proc/meminfo: memFree=1712200/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=6976 CPUtime=0.09
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 1914 0 0 0 9 0 0 0 20 0 1 0 108608468 7143424 1572 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25436/statm: 1744 1572 55 138 0 1603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9032

[startup+0.20153 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25435
/proc/meminfo: memFree=1712200/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=6976 CPUtime=0.19
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 1914 0 0 0 19 0 0 0 20 0 1 0 108608468 7143424 1572 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25436/statm: 1744 1572 55 138 0 1603 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9032

[startup+0.301538 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25435
/proc/meminfo: memFree=1712200/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=6976 CPUtime=0.29
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 1914 0 0 0 29 0 0 0 21 0 1 0 108608468 7143424 1572 1992294400 134512640 135078026 4294956176 18446744073709551615 134560887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25436/statm: 1744 1572 55 138 0 1603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9032

[startup+0.701573 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25435
/proc/meminfo: memFree=1712200/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=9364 CPUtime=0.69
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 2476 0 0 0 69 0 0 0 25 0 1 0 108608468 9588736 2134 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25436/statm: 2341 2134 55 138 0 2200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11420

[startup+1.50165 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25437
/proc/meminfo: memFree=1703736/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=9364 CPUtime=1.49
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 2496 0 0 0 149 0 0 0 25 0 1 0 108608468 9588736 2154 1992294400 134512640 135078026 4294956176 18446744073709551615 134561011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25436/statm: 2341 2154 55 138 0 2200 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11420

[startup+3.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25437
/proc/meminfo: memFree=1703480/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=9336 CPUtime=3.09
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 2823 0 0 0 308 1 0 0 25 0 1 0 108608468 9560064 2222 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25436/statm: 2334 2222 71 138 0 2193 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11392

[startup+6.30108 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25437
/proc/meminfo: memFree=1701624/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=0
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108608468 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 112 96 399 0 111 0
[pid=25436] ppid=25435 vsize=11712 CPUtime=6.27
/proc/25436/stat : 25436 (mxc-sr08) R 25435 25435 25248 0 -1 4194304 3424 0 0 0 626 1 0 0 25 0 1 0 108608468 11993088 2823 1992294400 134512640 135078026 4294956176 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25436/statm: 2928 2823 71 138 0 2787 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13768

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25438
/proc/meminfo: memFree=1707896/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=2056 CPUtime=9.99
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 152 4223 0 0 0 0 997 2 16 0 1 0 108608468 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 514 121 104 399 0 111 0
[pid=25438] ppid=25435 vsize=5732 CPUtime=2.66
/proc/25438/stat : 25438 (picosat846) R 25435 25435 25248 0 -1 4194304 1165 0 0 0 266 0 0 0 25 0 1 0 108609470 5869568 1154 1992294400 134512640 134570484 4294956176 18446744073709551615 134534105 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25438/statm: 1433 1154 85 14 0 1099 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7788

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1692664/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=5732 CPUtime=2.87
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 1165 0 0 0 286 1 0 0 25 0 1 0 108610730 5869568 1154 1992294400 134512640 134570484 4294956176 18446744073709551615 134549883 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1433 1154 85 14 0 1099 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 20948

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1692472/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=5948 CPUtime=28.44
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 1229 0 0 0 2843 1 0 0 25 0 1 0 108610730 6090752 1212 1992294400 134512640 134570484 4294956176 18446744073709551615 134523467 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1487 1212 85 14 0 1153 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 21164

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1692344/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=6060 CPUtime=79.63
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 1296 0 0 0 7962 1 0 0 25 0 1 0 108610730 6205440 1253 1992294400 134512640 134570484 4294956176 18446744073709551615 134552785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1515 1253 85 14 0 1181 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 21276

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1692088/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=6248 CPUtime=139.6
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 1462 0 0 0 13959 1 0 0 25 0 1 0 108610730 6397952 1300 1992294400 134512640 134570484 4294956176 18446744073709551615 134552645 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1562 1300 85 14 0 1228 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 21464

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1691960/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=6308 CPUtime=199.58
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 1549 0 0 0 19957 1 0 0 25 0 1 0 108610730 6459392 1315 1992294400 134512640 134570484 4294956176 18446744073709551615 134551956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1577 1315 85 14 0 1243 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 21524

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1691832/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=6512 CPUtime=259.53
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 1803 0 0 0 25952 1 0 0 25 0 1 0 108610730 6668288 1366 1992294400 134512640 134570484 4294956176 18446744073709551615 134526459 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1628 1366 85 14 0 1294 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 21728

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1691640/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=6596 CPUtime=319.5
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 1996 0 0 0 31949 1 0 0 25 0 1 0 108610730 6754304 1387 1992294400 134512640 134570484 4294956176 18446744073709551615 134545292 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1649 1387 85 14 0 1315 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1691320/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=6796 CPUtime=799.29
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 2675 0 0 0 79927 2 0 0 25 0 1 0 108610730 6959104 1437 1992294400 134512640 134570484 4294956176 18446744073709551615 134523467 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1699 1437 85 14 0 1365 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 22012

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1691000/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7140 CPUtime=859.27
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 2812 0 0 0 85925 2 0 0 25 0 1 0 108610730 7311360 1523 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1785 1523 85 14 0 1451 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 22356

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1691064/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7064 CPUtime=919.25
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 2812 0 0 0 91922 3 0 0 25 0 1 0 108610730 7233536 1504 1992294400 134512640 134570484 4294956176 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1766 1504 85 14 0 1432 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 22280

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690680/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7672 CPUtime=979.22
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 2977 0 0 0 97919 3 0 0 25 0 1 0 108610730 7856128 1656 1992294400 134512640 134570484 4294956176 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1918 1656 85 14 0 1584 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 22888

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690808/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7512 CPUtime=1039.2
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3106 0 0 0 103917 3 0 0 25 0 1 0 108610730 7692288 1616 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1878 1616 85 14 0 1544 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 22728

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690808/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7372 CPUtime=1099.18
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3106 0 0 0 109915 3 0 0 25 0 1 0 108610730 7548928 1581 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1843 1581 85 14 0 1509 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 22588

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690936/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7292 CPUtime=1159.15
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3189 0 0 0 115912 3 0 0 25 0 1 0 108610730 7467008 1561 1992294400 134512640 134570484 4294956176 18446744073709551615 134524082 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1823 1561 85 14 0 1489 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 22508

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

[startup+1190.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690744/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7548 CPUtime=1167.25
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3247 0 0 0 116722 3 0 0 25 0 1 0 108610730 7729152 1619 1992294400 134512640 134570484 4294956176 18446744073709551615 134552768 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1887 1619 85 14 0 1553 0
Current children cumulated CPU time (s) 1189.82
Current children cumulated vsize (KiB) 22764

[startup+1196.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690744/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7420 CPUtime=1173.65
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3247 0 0 0 117362 3 0 0 25 0 1 0 108610730 7598080 1593 1992294400 134512640 134570484 4294956176 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1855 1593 85 14 0 1521 0
Current children cumulated CPU time (s) 1196.22
Current children cumulated vsize (KiB) 22636

[startup+1198.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690744/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7420 CPUtime=1175.24
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3247 0 0 0 117521 3 0 0 25 0 1 0 108610730 7598080 1593 1992294400 134512640 134570484 4294956176 18446744073709551615 134544256 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1855 1593 85 14 0 1521 0
Current children cumulated CPU time (s) 1197.81
Current children cumulated vsize (KiB) 22636

[startup+1199.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690744/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7420 CPUtime=1176.04
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3247 0 0 0 117601 3 0 0 25 0 1 0 108610730 7598080 1593 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1855 1593 85 14 0 1521 0
Current children cumulated CPU time (s) 1198.61
Current children cumulated vsize (KiB) 22636

[startup+1199.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690744/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7420 CPUtime=1176.44
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3247 0 0 0 117641 3 0 0 25 0 1 0 108610730 7598080 1593 1992294400 134512640 134570484 4294956176 18446744073709551615 134551713 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1855 1593 85 14 0 1521 0
Current children cumulated CPU time (s) 1199.01
Current children cumulated vsize (KiB) 22636

[startup+1199.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690744/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7420 CPUtime=1176.64
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3247 0 0 0 117661 3 0 0 25 0 1 0 108610730 7598080 1593 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1855 1593 85 14 0 1521 0
Current children cumulated CPU time (s) 1199.21
Current children cumulated vsize (KiB) 22636

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 25441
/proc/meminfo: memFree=1690744/2055920 swapFree=4181212/4192956
[pid=25435] ppid=25433 vsize=15216 CPUtime=22.57
/proc/25435/stat : 25435 (SATzilla2009_I) S 25433 25435 25248 0 -1 4194304 4946 10671 0 0 480 4 1761 12 25 0 1 0 108608468 15581184 3554 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/25435/statm: 3804 3554 217 399 0 3401 0
[pid=25441] ppid=25435 vsize=7420 CPUtime=1176.74
/proc/25441/stat : 25441 (picosat846) R 25435 25435 25248 0 -1 4194304 3247 0 0 0 117671 3 0 0 25 0 1 0 108610730 7598080 1593 1992294400 134512640 134570484 4294956176 18446744073709551615 134524034 0 0 8392704 0 0 0 0 17 0 0 0
/proc/25441/statm: 1855 1593 85 14 0 1521 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 22636

Child status: 17
Real time (s): 1199.97
CPU time (s): 1199.41
CPU user time (s): 1199.2
CPU system time (s): 0.208968
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 22888

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

runsolver used 1.05984 second user time and 3.3115 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-27 06:16:49
IDJOB=1735717
IDBENCH=71511
IDSOLVER=528
FILE ID=node51/1735717-1240805809
PBS_JOBID= 9187398
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 4a0161ad7ac9d31215b2f5b6bcc0673a
RANDOM SEED=1810560843

node51.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.214
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.214
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:       1712744 kB
Buffers:         43732 kB
Cached:         223772 kB
SwapCached:       5992 kB
Active:          93228 kB
Inactive:       182744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712744 kB
SwapTotal:     4192956 kB
SwapFree:      4181212 kB
Dirty:           32800 kB
Writeback:           0 kB
Mapped:          13740 kB
Slab:            53324 kB
Committed_AS:   322524 kB
PageTables:       1392 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= 66372 MiB
End job on node51 at 2009-04-27 06:36:50