Trace number 1538845

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) 1198.98 1199.08

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1629955917-055.cnf
MD5SUMe34d6d6a0a2cfdccfc6dbc62facdd555
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark915.619
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

19.06/19.16	c SATzilla is building models for class 3
19.06/19.16	c run presolver mxc-sr08 for 10 seconds ... 
19.06/19.16	c Bin: Executing mxc-sr08
19.06/19.16	c spawning binary file with 10 seconds ...
19.06/19.16	c child exit by a signal
19.06/19.16	c mxc-sr08 returned code 137.
19.06/19.16	c run presolver picosat846 for 5 seconds ... 
19.06/19.16	c Bin: Executing picosat846
19.06/19.16	c spawning binary file with 5 seconds ...
19.06/19.16	c child exit by a signal
19.06/19.16	c picosat846 returned code 137.
19.06/19.16	c Orignal number of varibales is 100, number of clauses is 2130 
19.06/19.16	c predicted feature computation time is 1.450595 
19.06/19.16	c Bin: Executing satelite
19.06/19.16	c spawning binary file with 240 seconds ...
19.06/19.16	c child exited successfully
19.06/19.16	c satzilla computing base features
19.06/19.16	c Number of variabe is: 100, Number of clause is : 2130 
19.06/19.16	c Initializing...
19.06/19.16	c satzilla doing clause learning
19.06/19.16	c start clause learning features ...
19.06/19.16	c Bin: Executing zchaff07
19.06/19.16	c spawning binary file with 2 seconds ...
19.06/19.16	c child exit by a signal
19.06/19.16	c satzilla doing survey propogation probe
19.06/19.16	c do survay propogation for 2 second ...
19.06/19.16	c satzilla doing local search probe
19.06/19.16	c features are:100 2130 100 2130 0 0 0.0469484 0.37446 0.659468 0.833814 0.05 0 0.05 0.05 -0 0 0 0.05 0.0878273 0.0394366 0.0643192 3.27385 0.0854704 0.0535437 0 0.214953 2.8684 0.00962441 0.214024 0.00469484 0.0150235 2.73464 0.192488 0.0459624 0.0102655 0.0446009 0.0464789 4309.5 0.0142934 4232 4391 4391 4232 4391 4272 4343 23.8615 0.0317771 22.7544 24.8681 24.8681 22.7544 24.8681 23.7446 24.0787 0.176324 0.577625 0.0064168 0.407483 0.325357 0.0492766 0.252872 0.0966384 0.174052 0.00178344 0.639867 0.00020666 0.00569708 0.00367948 0.000756086 0.00220536 0.000963391 0.00146437 10.2689 0.263153 19.9828 0.166026 20 16 24 1.77401 0.260378 0.89393 0.0771621 
19.06/19.16	c satzilla's ranking:
19.06/19.16	c 1) minisat20SAT07: 3.918743
19.06/19.16	c 2) mxc-sr08: 3.221977
19.06/19.16	c 3) march_dl2004: 3.161221
19.06/19.16	c 4) picosat846: 2.237696
19.06/19.16	c 5) zchaff_rand: 0.397501
19.06/19.16	c 6) SATenstein: -10000.000000
19.06/19.16	c 7) gnovelty+: -10000.000000
19.06/19.16	c 8) adaptg2wsat+: -10000.000000
19.06/19.16	c 9) adaptg2wsat0: -10000.000000
19.06/19.16	c 10) tts-4-0: -10000.000000
19.06/19.16	c 11) vallst: -10000.000000
19.06/19.16	c 12) minisat20: -10000.000000
19.06/19.16	c 13) kcnfs04SAT07: -10000.000000
19.06/19.16	c satzilla running minisat20SAT07 ... 
1198.87/1199.07	c Bin: Executing minisat20SAT07
1198.87/1199.07	c spawning binary file with 1180 seconds ...
1198.87/1199.07	c child exit by a signal
1198.87/1199.07	c minisat20SAT07 returned code 137.
1198.87/1199.07	c satzilla running mxc-sr08 ... 
1198.87/1199.07	c Bin: Executing mxc-sr08
1198.87/1199.07	c mxc-sr08 returned code 1.
1198.87/1199.07	c satzilla running march_dl2004 ... 
1198.87/1199.07	c Bin: Executing march_dl2004
1198.87/1199.07	c march_dl2004 returned code 1.
1198.87/1199.07	c satzilla running picosat846 ... 
1198.87/1199.07	c Bin: Executing picosat846
1198.87/1199.07	c picosat846 returned code 1.
1198.87/1199.07	c satzilla running zchaff_rand ... 
1198.87/1199.07	c Bin: Executing zchaff_rand
1198.87/1199.07	c zchaff_rand returned code 1.
1198.87/1199.07	c satzilla running SATenstein ... 
1198.87/1199.07	c Bin: Executing SATenstein
1198.87/1199.07	c SATenstein returned code 1.
1198.87/1199.07	c satzilla running gnovelty+ ... 
1198.87/1199.07	c Bin: Executing gnovelty+
1198.87/1199.07	c gnovelty+ returned code 1.
1198.87/1199.07	c satzilla running adaptg2wsat+ ... 
1198.87/1199.07	c Bin: Executing adaptg2wsat+
1198.87/1199.07	c adaptg2wsat+ returned code 1.
1198.87/1199.07	c satzilla running adaptg2wsat0 ... 
1198.87/1199.07	c Bin: Executing adaptg2wsat0
1198.87/1199.07	c adaptg2wsat0 returned code 1.
1198.87/1199.07	c satzilla running tts-4-0 ... 
1198.87/1199.07	c Bin: Executing tts-4-0
1198.87/1199.07	c tts-4-0 returned code 1.
1198.87/1199.07	c satzilla running vallst ... 
1198.87/1199.07	c Bin: Executing vallst
1198.87/1199.07	c vallst returned code 1.
1198.87/1199.07	c satzilla running minisat20 ... 
1198.87/1199.07	c Bin: Executing minisat20
1198.87/1199.07	c minisat20 returned code 1.
1198.87/1199.07	c satzilla running kcnfs04SAT07 ... 
1198.87/1199.07	c Bin: Executing kcnfs04SAT07
1198.87/1199.07	c kcnfs04SAT07 returned code 1.
1198.87/1199.07	c ERROR: All Failed! 
1198.87/1199.07	c SATZILLA_TIME=1199.150000

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-1538845-1238444130/watcher-1538845-1238444130 -o /tmp/evaluation-result-1538845-1238444130/solver-1538845-1238444130 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538845-1238444130.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 27809
/proc/meminfo: memFree=1661992/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=864 CPUtime=0
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 125 0 0 0 0 0 0 0 19 0 1 0 1117079521 884736 121 1992294400 134512640 135078026 4294956176 18446744073709551615 134560872 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 216 121 55 138 0 75 0

[startup+0.0565679 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 27809
/proc/meminfo: memFree=1661992/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=996 CPUtime=0.05
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 172 0 0 0 5 0 0 0 19 0 1 0 1117079521 1019904 168 1992294400 134512640 135078026 4294956176 18446744073709551615 134534241 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 249 168 71 138 0 108 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3052

[startup+0.101554 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 27809
/proc/meminfo: memFree=1661992/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=1132 CPUtime=0.09
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 204 0 0 0 9 0 0 0 19 0 1 0 1117079521 1159168 200 1992294400 134512640 135078026 4294956176 18446744073709551615 134534244 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 283 200 71 138 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3188

[startup+0.301498 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 27809
/proc/meminfo: memFree=1661992/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=1264 CPUtime=0.29
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 243 0 0 0 29 0 0 0 21 0 1 0 1117079521 1294336 239 1992294400 134512640 135078026 4294956176 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 316 239 71 138 0 175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3320

[startup+0.701386 s]
/proc/loadavg: 1.00 1.00 1.10 3/64 27809
/proc/meminfo: memFree=1661992/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=1396 CPUtime=0.69
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 275 0 0 0 69 0 0 0 25 0 1 0 1117079521 1429504 271 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 349 271 71 138 0 208 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3452

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 27811
/proc/meminfo: memFree=1661016/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=1528 CPUtime=1.49
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 315 0 0 0 149 0 0 0 25 0 1 0 1117079521 1564672 311 1992294400 134512640 135078026 4294956176 18446744073709551615 134534650 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 382 311 71 138 0 241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3584

[startup+3.10172 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 27811
/proc/meminfo: memFree=1659480/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=1792 CPUtime=3.08
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 364 0 0 0 308 0 0 0 25 0 1 0 1117079521 1835008 360 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 448 360 71 138 0 307 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 3848

[startup+6.30282 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 27811
/proc/meminfo: memFree=1660632/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=0
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1117079521 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 112 96 399 0 111 0
[pid=27810] ppid=27809 vsize=2064 CPUtime=6.29
/proc/27810/stat : 27810 (mxc-sr08) R 27809 27809 27501 0 -1 4194304 417 0 0 0 629 0 0 0 25 0 1 0 1117079521 2113536 413 1992294400 134512640 135078026 4294956176 18446744073709551615 134535011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27810/statm: 516 413 71 138 0 375 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4120

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 27812
/proc/meminfo: memFree=1661592/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=2056 CPUtime=9.99
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 152 457 0 0 0 0 999 0 16 0 1 0 1117079521 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 514 121 104 399 0 111 0
[pid=27812] ppid=27809 vsize=1764 CPUtime=2.69
/proc/27812/stat : 27812 (picosat846) R 27809 27809 27501 0 -1 4194304 189 0 0 0 269 0 0 0 25 0 1 0 1117080522 1806336 178 1992294400 134512640 134570484 4294956176 18446744073709551615 134524052 0 0 8392704 0 0 0 0 17 0 0 0
/proc/27812/statm: 441 178 84 14 0 107 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3820

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 27815
/proc/meminfo: memFree=1660696/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=2544 CPUtime=6.32
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 319 0 0 0 632 0 0 0 25 0 1 0 1117081438 2605056 314 1992294400 134512640 135078472 4294956176 18446744073709551615 134549366 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 636 314 73 138 0 495 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5820

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 27815
/proc/meminfo: memFree=1660120/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=3076 CPUtime=31.9
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 449 0 0 0 3190 0 0 0 25 0 1 0 1117081438 3149824 444 1992294400 134512640 135078472 4294956176 18446744073709551615 134550883 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27815/statm: 769 444 73 138 0 628 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 6352

[startup+102.306 s]
/proc/loadavg: 1.04 1.01 1.09 2/66 27817
/proc/meminfo: memFree=1659608/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=3480 CPUtime=83.1
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 555 0 0 0 8310 0 0 0 25 0 1 0 1117081438 3563520 550 1992294400 134512640 135078472 4294956176 18446744073709551615 134550713 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 870 550 73 138 0 729 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 6756

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 1.08 2/66 27817
/proc/meminfo: memFree=1659288/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=3892 CPUtime=143.08
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 642 0 0 0 14308 0 0 0 25 0 1 0 1117081438 3985408 637 1992294400 134512640 135078472 4294956176 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 973 637 73 138 0 832 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 7168

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 27817
/proc/meminfo: memFree=1659096/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=4032 CPUtime=203.1
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 695 0 0 0 20309 1 0 0 25 0 1 0 1117081438 4128768 690 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1008 690 73 138 0 867 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 7308

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 27817
/proc/meminfo: memFree=1658904/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=4316 CPUtime=263.09
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 738 0 0 0 26308 1 0 0 25 0 1 0 1117081438 4419584 733 1992294400 134512640 135078472 4294956176 18446744073709551615 134551032 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1079 733 73 138 0 938 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 7592

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 27817
/proc/meminfo: memFree=1658776/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=4316 CPUtime=323.08
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 768 0 0 0 32307 1 0 0 25 0 1 0 1117081438 4419584 763 1992294400 134512640 135078472 4294956176 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1079 763 73 138 0 938 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 27817
/proc/meminfo: memFree=1658200/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5188 CPUtime=803.05
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 938 0 0 0 80304 1 0 0 25 0 1 0 1117081438 5312512 933 1992294400 134512640 135078472 4294956176 18446744073709551615 134551013 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1297 933 73 138 0 1156 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 8464

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 27817
/proc/meminfo: memFree=1658200/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5188 CPUtime=863.05
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 942 0 0 0 86304 1 0 0 25 0 1 0 1117081438 5312512 937 1992294400 134512640 135078472 4294956176 18446744073709551615 134556539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1297 937 73 138 0 1156 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 8464

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 27817
/proc/meminfo: memFree=1658136/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5188 CPUtime=923.04
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 953 0 0 0 92303 1 0 0 25 0 1 0 1117081438 5312512 948 1992294400 134512640 135078472 4294956176 18446744073709551615 134550720 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1297 948 73 138 0 1156 0
Current children cumulated CPU time (s) 942.18
Current children cumulated vsize (KiB) 8464

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1658072/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5188 CPUtime=983.04
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 965 0 0 0 98303 1 0 0 25 0 1 0 1117081438 5312512 960 1992294400 134512640 135078472 4294956176 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1297 960 73 138 0 1156 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 8464

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1658008/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5340 CPUtime=1043.03
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 985 0 0 0 104302 1 0 0 25 0 1 0 1117081438 5468160 980 1992294400 134512640 135078472 4294956176 18446744073709551615 134550605 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1335 980 73 138 0 1194 0
Current children cumulated CPU time (s) 1062.17
Current children cumulated vsize (KiB) 8616

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657944/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5340 CPUtime=1103.03
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 995 0 0 0 110302 1 0 0 25 0 1 0 1117081438 5468160 990 1992294400 134512640 135078472 4294956176 18446744073709551615 134550551 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1335 990 73 138 0 1194 0
Current children cumulated CPU time (s) 1122.17
Current children cumulated vsize (KiB) 8616

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657816/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5484 CPUtime=1163.04
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1041 0 0 0 116303 1 0 0 25 0 1 0 1117081438 5615616 1036 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1371 1036 73 138 0 1230 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 8760

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657816/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5484 CPUtime=1171.04
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1041 0 0 0 117103 1 0 0 25 0 1 0 1117081438 5615616 1036 1992294400 134512640 135078472 4294956176 18446744073709551615 134550571 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1371 1036 73 138 0 1230 0
Current children cumulated CPU time (s) 1190.18
Current children cumulated vsize (KiB) 8760

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657816/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5484 CPUtime=1174.23
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1041 0 0 0 117422 1 0 0 25 0 1 0 1117081438 5615616 1036 1992294400 134512640 135078472 4294956176 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1371 1036 73 138 0 1230 0
Current children cumulated CPU time (s) 1193.37
Current children cumulated vsize (KiB) 8760

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657816/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5484 CPUtime=1177.43
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1041 0 0 0 117742 1 0 0 25 0 1 0 1117081438 5615616 1036 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1371 1036 73 138 0 1230 0
Current children cumulated CPU time (s) 1196.57
Current children cumulated vsize (KiB) 8760

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657816/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5484 CPUtime=1179.03
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1041 0 0 0 117902 1 0 0 25 0 1 0 1117081438 5615616 1036 1992294400 134512640 135078472 4294956176 18446744073709551615 134550596 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1371 1036 73 138 0 1230 0
Current children cumulated CPU time (s) 1198.17
Current children cumulated vsize (KiB) 8760

[startup+1198.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657816/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5484 CPUtime=1179.43
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1041 0 0 0 117942 1 0 0 25 0 1 0 1117081438 5615616 1036 1992294400 134512640 135078472 4294956176 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1371 1036 73 138 0 1230 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 8760

[startup+1198.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657752/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5632 CPUtime=1179.63
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1046 0 0 0 117962 1 0 0 25 0 1 0 1117081438 5767168 1041 1992294400 134512640 135078472 4294956176 18446744073709551615 134550713 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1408 1041 73 138 0 1267 0
Current children cumulated CPU time (s) 1198.77
Current children cumulated vsize (KiB) 8908

[startup+1199.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27817
/proc/meminfo: memFree=1657752/2055920 swapFree=4178252/4192956
[pid=27809] ppid=27807 vsize=3276 CPUtime=19.14
/proc/27809/stat : 27809 (SATzilla2009_I) S 27807 27809 27501 0 -1 4194304 528 1793 0 0 206 9 1697 2 25 0 1 0 1117079521 3354624 354 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/27809/statm: 819 354 217 399 0 416 0
[pid=27815] ppid=27809 vsize=5632 CPUtime=1179.73
/proc/27815/stat : 27815 (minisat20SAT07) R 27809 27809 27501 0 -1 4194304 1046 0 0 0 117972 1 0 0 25 0 1 0 1117081438 5767168 1041 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/27815/statm: 1408 1041 73 138 0 1267 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 8908

Child status: 17
Real time (s): 1199.08
CPU time (s): 1198.98
CPU user time (s): 1198.84
CPU system time (s): 0.143978
CPU usage (%): 99.9917
Max. virtual memory (cumulated for all children) (KiB): 8908

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

runsolver used 0.91486 second user time and 3.45547 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-30 22:15:30
IDJOB=1538845
IDBENCH=70394
IDSOLVER=528
FILE ID=node16/1538845-1238444130
PBS_JOBID= 9061617
Free space on /tmp= 63956 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1629955917-055.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538845-1238444130/watcher-1538845-1238444130 -o /tmp/evaluation-result-1538845-1238444130/solver-1538845-1238444130 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538845-1238444130.cnf

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

MD5SUM BENCH= e34d6d6a0a2cfdccfc6dbc62facdd555
RANDOM SEED=1037478578

node16.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.232
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.232
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:       1662544 kB
Buffers:         69508 kB
Cached:         231340 kB
SwapCached:       8484 kB
Active:         161876 kB
Inactive:       148920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662544 kB
SwapTotal:     4192956 kB
SwapFree:      4178252 kB
Dirty:           31488 kB
Writeback:           0 kB
Mapped:          15612 kB
Slab:            68648 kB
Committed_AS:  3070292 kB
PageTables:       1444 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= 63924 MiB
End job on node16 at 2009-03-30 22:35:29