Trace number 1538746

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.16 1199.65

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/18000/
unif-k3-r4.2-v18000-c75600-S914323646-060.cnf
MD5SUMf485347639f83ec94bb8d93787135581
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.0391
Satisfiable
(Un)Satisfiability was proved
Number of variables18000
Number of clauses75600
Sum of the clauses size226800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 375600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

22.24/22.34	c SATzilla is building models for class 3
22.24/22.34	c run presolver mxc-sr08 for 10 seconds ... 
22.24/22.34	c Bin: Executing mxc-sr08
22.24/22.34	c spawning binary file with 10 seconds ...
22.24/22.34	c child exit by a signal
22.24/22.34	c mxc-sr08 returned code 137.
22.24/22.34	c run presolver picosat846 for 5 seconds ... 
22.24/22.34	c Bin: Executing picosat846
22.24/22.34	c spawning binary file with 5 seconds ...
22.24/22.34	c child exit by a signal
22.24/22.34	c picosat846 returned code 137.
22.24/22.34	c Orignal number of varibales is 18000, number of clauses is 75600 
22.24/22.34	c predicted feature computation time is 1.609521 
22.24/22.34	c Bin: Executing satelite
22.24/22.34	c spawning binary file with 240 seconds ...
22.24/22.34	c child exited successfully
22.24/22.34	c satzilla computing base features
22.24/22.34	c Number of variabe is: 17560, Number of clause is : 75112 
22.24/22.34	c Initializing...
22.24/22.34	c satzilla doing clause learning
22.24/22.34	c start clause learning features ...
22.24/22.34	c Bin: Executing zchaff07
22.24/22.34	c spawning binary file with 2 seconds ...
22.24/22.34	c child exit by a signal
22.24/22.34	c satzilla doing survey propogation probe
22.24/22.34	c do survay propogation for 2 second ...
22.24/22.34	c satzilla doing local search probe
22.24/22.34	c features are:18000 75600 17560 75112 0.0250569 0.00649696 0.233784 0.496549 0.58666 0.709488 0.000172874 0.0629793 0.000170843 0.000284738 0.155148 0 0.965412 0.000172874 0.288536 1.33135e-05 0.000479284 2.70909 0.230452 0.171905 0 1 3.37828 8.51128e-05 0.399577 0 0.000266269 2.33228 0.494701 0.000350186 0.291715 2.66269e-05 0.000985195 10.8421 0.464483 4 32 17 5 13 7 10 69.8759 0.239446 44.9091 120.4 92.25 52 80 57.75 66.8333 0.397515 0.575125 0.000116683 1 0.708296 0.0867719 0.575997 0.207599 0.394221 0.0941437 0.641209 0.000972988 0.799736 0.176954 0.0287473 0.127037 0.0488268 0.0818628 376.2 0.156046 3783.8 0.00990521 3785 3747 3808 0.159169 0.351606 0.832684 0.00933809 
22.24/22.34	c satzilla's ranking:
22.24/22.34	c 1) picosat846: 2.621497
22.24/22.34	c 2) mxc-sr08: 1.385442
22.24/22.34	c 3) minisat20SAT07: 1.351053
22.24/22.34	c 4) march_dl2004: 1.316917
22.24/22.34	c 5) zchaff_rand: 0.802600
22.24/22.34	c 6) SATenstein: -10000.000000
22.24/22.34	c 7) gnovelty+: -10000.000000
22.24/22.34	c 8) adaptg2wsat+: -10000.000000
22.24/22.34	c 9) adaptg2wsat0: -10000.000000
22.24/22.34	c 10) tts-4-0: -10000.000000
22.24/22.34	c 11) vallst: -10000.000000
22.24/22.34	c 12) minisat20: -10000.000000
22.24/22.34	c 13) kcnfs04SAT07: -10000.000000
22.24/22.34	c satzilla running picosat846 ... 
1199.07/1199.64	c Bin: Executing picosat846
1199.07/1199.64	c spawning binary file with 1177 seconds ...
1199.07/1199.64	c child exit by a signal
1199.07/1199.64	c picosat846 returned code 137.
1199.07/1199.64	c satzilla running mxc-sr08 ... 
1199.07/1199.64	c Bin: Executing mxc-sr08
1199.07/1199.64	c mxc-sr08 returned code 1.
1199.07/1199.64	c satzilla running minisat20SAT07 ... 
1199.07/1199.64	c Bin: Executing minisat20SAT07
1199.07/1199.64	c minisat20SAT07 returned code 1.
1199.07/1199.64	c satzilla running march_dl2004 ... 
1199.07/1199.64	c Bin: Executing march_dl2004
1199.07/1199.64	c march_dl2004 returned code 1.
1199.07/1199.64	c satzilla running zchaff_rand ... 
1199.07/1199.64	c Bin: Executing zchaff_rand
1199.07/1199.64	c zchaff_rand returned code 1.
1199.07/1199.64	c satzilla running SATenstein ... 
1199.07/1199.64	c Bin: Executing SATenstein
1199.07/1199.64	c SATenstein returned code 1.
1199.07/1199.64	c satzilla running gnovelty+ ... 
1199.07/1199.64	c Bin: Executing gnovelty+
1199.07/1199.64	c gnovelty+ returned code 1.
1199.07/1199.64	c satzilla running adaptg2wsat+ ... 
1199.07/1199.64	c Bin: Executing adaptg2wsat+
1199.07/1199.64	c adaptg2wsat+ returned code 1.
1199.07/1199.64	c satzilla running adaptg2wsat0 ... 
1199.07/1199.64	c Bin: Executing adaptg2wsat0
1199.07/1199.64	c adaptg2wsat0 returned code 1.
1199.07/1199.64	c satzilla running tts-4-0 ... 
1199.07/1199.64	c Bin: Executing tts-4-0
1199.07/1199.64	c tts-4-0 returned code 1.
1199.07/1199.64	c satzilla running vallst ... 
1199.07/1199.64	c Bin: Executing vallst
1199.07/1199.64	c vallst returned code 1.
1199.07/1199.64	c satzilla running minisat20 ... 
1199.07/1199.64	c Bin: Executing minisat20
1199.07/1199.64	c minisat20 returned code 1.
1199.07/1199.64	c satzilla running kcnfs04SAT07 ... 
1199.07/1199.64	c Bin: Executing kcnfs04SAT07
1199.07/1199.64	c kcnfs04SAT07 returned code 1.
1199.07/1199.64	c ERROR: All Failed! 
1199.07/1199.64	c SATZILLA_TIME=1199.330000

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-1538746-1238440108/watcher-1538746-1238440108 -o /tmp/evaluation-result-1538746-1238440108/solver-1538746-1238440108 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538746-1238440108.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.02 1.37 1.36 3/64 9218
/proc/meminfo: memFree=1364248/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) R 9216 9218 8976 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=3592 CPUtime=0
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 744 0 0 0 0 0 0 0 18 0 1 0 1116676074 3678208 740 1992294400 134512640 135078026 4294956176 18446744073709551615 134535898 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 898 741 50 138 0 757 0

[startup+0.0625829 s]
/proc/loadavg: 1.02 1.37 1.36 3/64 9218
/proc/meminfo: memFree=1364248/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=7728 CPUtime=0.05
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 1679 0 0 0 5 0 0 0 19 0 1 0 1116676074 7913472 1673 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 1932 1674 54 138 0 1791 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9784

[startup+0.101585 s]
/proc/loadavg: 1.02 1.37 1.36 3/64 9218
/proc/meminfo: memFree=1364248/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=8944 CPUtime=0.09
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 1968 0 0 0 9 0 0 0 19 0 1 0 1116676074 9158656 1962 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 2236 1962 54 138 0 2095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11000

[startup+0.301596 s]
/proc/loadavg: 1.02 1.37 1.36 3/64 9218
/proc/meminfo: memFree=1364248/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=9632 CPUtime=0.29
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 2464 0 0 0 29 0 0 0 21 0 1 0 1116676074 9863168 2095 1992294400 134512640 135078026 4294956176 18446744073709551615 134560762 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 2408 2095 55 138 0 2267 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11688

[startup+0.70162 s]
/proc/loadavg: 1.02 1.37 1.36 3/64 9218
/proc/meminfo: memFree=1364248/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=10736 CPUtime=0.69
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 3057 0 0 0 69 0 0 0 25 0 1 0 1116676074 10993664 2413 1992294400 134512640 135078026 4294956176 18446744073709551615 134538444 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 2684 2413 71 138 0 2543 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12792

[startup+1.50267 s]
/proc/loadavg: 1.02 1.37 1.36 2/66 9220
/proc/meminfo: memFree=1354632/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=11000 CPUtime=1.5
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 3143 0 0 0 149 1 0 0 25 0 1 0 1116676074 11264000 2499 1992294400 134512640 135078026 4294956176 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 2750 2499 71 138 0 2609 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13056

[startup+3.10177 s]
/proc/loadavg: 1.02 1.37 1.36 2/66 9220
/proc/meminfo: memFree=1353800/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=11924 CPUtime=3.09
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 3366 0 0 0 308 1 0 0 25 0 1 0 1116676074 12210176 2722 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 2981 2722 71 138 0 2840 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13980

[startup+6.30197 s]
/proc/loadavg: 1.02 1.37 1.36 2/66 9220
/proc/meminfo: memFree=1352456/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=0
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116676074 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9218/statm: 514 112 96 399 0 111 0
[pid=9219] ppid=9218 vsize=13508 CPUtime=6.27
/proc/9219/stat : 9219 (mxc-sr08) R 9218 9218 8976 0 -1 4194304 3743 0 0 0 624 3 0 0 25 0 1 0 1116676074 13832192 3099 1992294400 134512640 135078026 4294956176 18446744073709551615 134522269 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9219/statm: 3377 3099 71 138 0 3236 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15564

[startup+12.7014 s]
/proc/loadavg: 1.01 1.35 1.35 2/66 9221
/proc/meminfo: memFree=1358288/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=2056 CPUtime=9.99
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 152 4093 0 0 0 0 995 4 16 0 1 0 1116676074 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 514 121 104 399 0 111 0
[pid=9221] ppid=9218 vsize=8756 CPUtime=2.67
/proc/9221/stat : 9221 (picosat846) R 9218 9218 8976 0 -1 4194304 1839 0 0 0 266 1 0 0 25 0 1 0 1116677075 8966144 1828 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9221/statm: 2189 1828 85 14 0 1855 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10812

[startup+25.5012 s]
/proc/loadavg: 1.01 1.34 1.35 2/66 9224
/proc/meminfo: memFree=1347728/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=9416 CPUtime=3.15
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 2025 0 0 0 314 1 0 0 25 0 1 0 1116678308 9641984 2014 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 2354 2014 85 14 0 2020 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 19256

[startup+51.1017 s]
/proc/loadavg: 1.01 1.31 1.34 2/66 9224
/proc/meminfo: memFree=1314128/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=43340 CPUtime=28.74
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 10483 0 0 0 2865 9 0 0 25 0 1 0 1116678308 44380160 10472 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 10835 10472 85 14 0 10501 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 53180

[startup+102.306 s]
/proc/loadavg: 1.00 1.26 1.32 2/66 9224
/proc/meminfo: memFree=1283216/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=73816 CPUtime=79.92
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 18088 0 0 0 7977 15 0 0 25 0 1 0 1116678308 75587584 18051 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 18454 18051 85 14 0 18120 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 83656

[startup+162.302 s]
/proc/loadavg: 1.00 1.21 1.30 2/66 9224
/proc/meminfo: memFree=1260880/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=96924 CPUtime=139.89
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 23825 0 0 0 13968 21 0 0 25 0 1 0 1116678308 99250176 23788 1992294400 134512640 134570484 4294956176 18446744073709551615 134544364 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 24231 23788 85 14 0 23897 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 106764

[startup+222.301 s]
/proc/loadavg: 1.00 1.17 1.27 2/66 9224
/proc/meminfo: memFree=1251280/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=105648 CPUtime=199.86
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 26021 0 0 0 19963 23 0 0 25 0 1 0 1116678308 108183552 25984 1992294400 134512640 134570484 4294956176 18446744073709551615 134543985 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 26412 25984 85 14 0 26078 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 115488

[startup+282.301 s]
/proc/loadavg: 1.00 1.13 1.25 2/66 9224
/proc/meminfo: memFree=1226832/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=129820 CPUtime=259.84
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 32125 0 0 0 25955 29 0 0 25 0 1 0 1116678308 132935680 32088 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 32455 32088 85 14 0 32121 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 139660

[startup+342.302 s]
/proc/loadavg: 1.00 1.11 1.24 2/66 9225
/proc/meminfo: memFree=1217304/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=139200 CPUtime=319.82
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 34485 0 0 0 31950 32 0 0 25 0 1 0 1116678308 142540800 34448 1992294400 134512640 134570484 4294956176 18446744073709551615 134553255 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 34800 34448 85 14 0 34466 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 9225
/proc/meminfo: memFree=1176088/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=181316 CPUtime=799.63
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 44777 0 0 0 79923 40 0 0 25 0 1 0 1116678308 185667584 44740 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 45329 44740 85 14 0 44995 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 191156

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 9225
/proc/meminfo: memFree=1158232/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=199024 CPUtime=859.61
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 49236 0 0 0 85917 44 0 0 25 0 1 0 1116678308 203800576 49199 1992294400 134512640 134570484 4294956176 18446744073709551615 134523457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 49756 49199 85 14 0 49422 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 208864

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 9225
/proc/meminfo: memFree=1158232/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=199024 CPUtime=919.6
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 49236 0 0 0 91916 44 0 0 25 0 1 0 1116678308 203800576 49199 1992294400 134512640 134570484 4294956176 18446744073709551615 134551414 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 49756 49199 85 14 0 49422 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 208864

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9225
/proc/meminfo: memFree=1155608/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=201676 CPUtime=979.57
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 49906 0 0 0 97913 44 0 0 25 0 1 0 1116678308 206516224 49869 1992294400 134512640 134570484 4294956176 18446744073709551615 134552634 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 50419 49869 85 14 0 50085 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 211516

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9225
/proc/meminfo: memFree=1155608/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=201676 CPUtime=1039.55
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 49906 0 0 0 103911 44 0 0 25 0 1 0 1116678308 206516224 49869 1992294400 134512640 134570484 4294956176 18446744073709551615 134523246 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 50419 49869 85 14 0 50085 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 211516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1099.53
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 109905 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 228824

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1159.51
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 115903 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134523457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 228824

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1167.5
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 116702 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134551329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 228824

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1170.7
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 117022 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134526626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1192.97
Current children cumulated vsize (KiB) 228824

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1173.9
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 117342 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1196.17
Current children cumulated vsize (KiB) 228824

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1175.5
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 117502 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 228824

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1176.3
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 117582 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 228824

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1176.7
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 117622 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 228824

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9225
/proc/meminfo: memFree=1138264/2055920 swapFree=4177944/4192956
[pid=9218] ppid=9216 vsize=9840 CPUtime=22.27
/proc/9218/stat : 9218 (SATzilla2009_I) S 9216 9218 8976 0 -1 4194304 5562 11939 0 0 472 19 1712 24 25 0 1 0 1116676074 10076160 2220 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9218/statm: 2460 2220 217 399 0 2057 0
[pid=9224] ppid=9218 vsize=218984 CPUtime=1176.8
/proc/9224/stat : 9224 (picosat846) R 9218 9218 8976 0 -1 4194304 54230 0 0 0 117632 48 0 0 25 0 1 0 1116678308 224239616 54193 1992294400 134512640 134570484 4294956176 18446744073709551615 134544043 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9224/statm: 54746 54193 85 14 0 54412 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 228824

Child status: 17
Real time (s): 1199.65
CPU time (s): 1199.16
CPU user time (s): 1198.19
CPU system time (s): 0.968852
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 228824

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

runsolver used 1.15182 second user time and 3.21851 second system time

The end

Launcher Data

Begin job on node29 at 2009-03-30 21:08:28
IDJOB=1538746
IDBENCH=70361
IDSOLVER=528
FILE ID=node29/1538746-1238440108
PBS_JOBID= 9061610
Free space on /tmp= 66468 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/18000/unif-k3-r4.2-v18000-c75600-S914323646-060.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538746-1238440108/watcher-1538746-1238440108 -o /tmp/evaluation-result-1538746-1238440108/solver-1538746-1238440108 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538746-1238440108.cnf

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

MD5SUM BENCH= f485347639f83ec94bb8d93787135581
RANDOM SEED=1587491676

node29.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1364800 kB
Buffers:         95628 kB
Cached:         492488 kB
SwapCached:       8856 kB
Active:         175552 kB
Inactive:       423052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364800 kB
SwapTotal:     4192956 kB
SwapFree:      4177944 kB
Dirty:           32904 kB
Writeback:           0 kB
Mapped:          16252 kB
Slab:            78552 kB
Committed_AS:  3058828 kB
PageTables:       1480 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= 66440 MiB
End job on node29 at 2009-03-30 21:28:28