Trace number 1735367

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.87 1199.42

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes3.cnf
MD5SUM3e5b6d8ea2e7f58efa9d9a4dc4048be5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.5647
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

21.96/22.06	c SATzilla is building models for class 3
21.96/22.06	c run presolver mxc-sr08 for 10 seconds ... 
21.96/22.06	c Bin: Executing mxc-sr08
21.96/22.06	c spawning binary file with 10 seconds ...
21.96/22.06	c child exit by a signal
21.96/22.06	c mxc-sr08 returned code 137.
21.96/22.06	c run presolver picosat846 for 5 seconds ... 
21.96/22.06	c Bin: Executing picosat846
21.96/22.06	c spawning binary file with 5 seconds ...
21.96/22.06	c child exit by a signal
21.96/22.06	c picosat846 returned code 137.
21.96/22.06	c Orignal number of varibales is 1150, number of clauses is 84314 
21.96/22.06	c predicted feature computation time is 1.516786 
21.96/22.06	c Bin: Executing satelite
21.96/22.06	c spawning binary file with 240 seconds ...
21.96/22.06	c child exited successfully
21.96/22.06	c satzilla computing base features
21.96/22.06	c Number of variabe is: 1100, Number of clause is : 82883 
21.96/22.06	c Initializing...
21.96/22.06	c satzilla doing clause learning
21.96/22.06	c start clause learning features ...
21.96/22.06	c Bin: Executing zchaff07
21.96/22.06	c spawning binary file with 2 seconds ...
21.96/22.06	c child exit by a signal
21.96/22.06	c satzilla doing survey propogation probe
21.96/22.06	c do survay propogation for 2 second ...
21.96/22.06	c satzilla doing local search probe
21.96/22.06	c features are:1150 84314 1100 82883 0.0454545 0.0172653 0.0132717 0.99476 0.0208875 0.236136 0.00299095 1.54719 0.00181818 0.0390909 0.246712 0.939059 0.939059 0.00299095 0.172856 0.00145989 0.00459684 5.0036 0.180999 0.0441554 0.0882353 0.349754 2.84702 0.00170738 0.165768 0.000832499 0.00278706 4.48662 0.939059 0.00348118 0.181666 0.00161674 0.00561032 360.091 0.827575 112 1286 336 248 311 250 287 50.3359 0.147482 41.3711 66.6339 60.839 42.0242 52.8372 44.0482 48.9077 0.821026 0.0184618 0.776115 0.87259 0.84054 0.801993 0.830795 0.81076 0.820531 4.82716e-08 9.74203 0 1.12791e-05 5.19764e-09 2.45803e-13 6.3332e-10 2.02327e-12 3.13922e-11 168.45 7.20893 499.525 0.118545 505 484 531 37.2397 0.139906 1.01634 0.146684 
21.96/22.06	c satzilla's ranking:
21.96/22.06	c 1) picosat846: 2.970468
21.96/22.06	c 2) mxc-sr08: 1.938718
21.96/22.06	c 3) minisat20SAT07: 1.605306
21.96/22.06	c 4) zchaff_rand: -0.127596
21.96/22.06	c 5) march_dl2004: -37.527999
21.96/22.06	c 6) SATenstein: -10000.000000
21.96/22.06	c 7) gnovelty+: -10000.000000
21.96/22.06	c 8) adaptg2wsat+: -10000.000000
21.96/22.06	c 9) adaptg2wsat0: -10000.000000
21.96/22.06	c 10) tts-4-0: -10000.000000
21.96/22.06	c 11) vallst: -10000.000000
21.96/22.06	c 12) minisat20: -10000.000000
21.96/22.06	c 13) kcnfs04SAT07: -10000.000000
21.96/22.06	c satzilla running picosat846 ... 
1198.81/1199.41	c Bin: Executing picosat846
1198.81/1199.41	c spawning binary file with 1177 seconds ...
1198.81/1199.41	c child exit by a signal
1198.81/1199.41	c picosat846 returned code 137.
1198.81/1199.41	c satzilla running mxc-sr08 ... 
1198.81/1199.41	c Bin: Executing mxc-sr08
1198.81/1199.41	c mxc-sr08 returned code 1.
1198.81/1199.41	c satzilla running minisat20SAT07 ... 
1198.81/1199.41	c Bin: Executing minisat20SAT07
1198.81/1199.41	c minisat20SAT07 returned code 1.
1198.81/1199.41	c satzilla running zchaff_rand ... 
1198.81/1199.41	c Bin: Executing zchaff_rand
1198.81/1199.41	c zchaff_rand returned code 1.
1198.81/1199.41	c satzilla running march_dl2004 ... 
1198.81/1199.41	c Bin: Executing march_dl2004
1198.81/1199.41	c march_dl2004 returned code 1.
1198.81/1199.41	c satzilla running SATenstein ... 
1198.81/1199.41	c Bin: Executing SATenstein
1198.81/1199.41	c SATenstein returned code 1.
1198.81/1199.41	c satzilla running gnovelty+ ... 
1198.81/1199.41	c Bin: Executing gnovelty+
1198.81/1199.41	c gnovelty+ returned code 1.
1198.81/1199.41	c satzilla running adaptg2wsat+ ... 
1198.81/1199.41	c Bin: Executing adaptg2wsat+
1198.81/1199.41	c adaptg2wsat+ returned code 1.
1198.81/1199.41	c satzilla running adaptg2wsat0 ... 
1198.81/1199.41	c Bin: Executing adaptg2wsat0
1198.81/1199.41	c adaptg2wsat0 returned code 1.
1198.81/1199.41	c satzilla running tts-4-0 ... 
1198.81/1199.41	c Bin: Executing tts-4-0
1198.81/1199.41	c tts-4-0 returned code 1.
1198.81/1199.41	c satzilla running vallst ... 
1198.81/1199.41	c Bin: Executing vallst
1198.81/1199.41	c vallst returned code 1.
1198.81/1199.41	c satzilla running minisat20 ... 
1198.81/1199.41	c Bin: Executing minisat20
1198.81/1199.41	c minisat20 returned code 1.
1198.81/1199.41	c satzilla running kcnfs04SAT07 ... 
1198.81/1199.41	c Bin: Executing kcnfs04SAT07
1198.81/1199.41	c kcnfs04SAT07 returned code 1.
1198.81/1199.41	c ERROR: All Failed! 
1198.81/1199.41	c SATZILLA_TIME=1199.040000

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-1735367-1240801690/watcher-1735367-1240801690 -o /tmp/evaluation-result-1735367-1240801690/solver-1735367-1240801690 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1735367-1240801690.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.07 1.08 1.01 3/64 26132
/proc/meminfo: memFree=1553176/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=2132 CPUtime=0
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 414 0 0 0 0 0 0 0 19 0 1 0 108202950 2183168 410 1992294400 134512640 135078026 4294956192 18446744073709551615 134544017 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 533 410 54 138 0 392 0

[startup+0.032695 s]
/proc/loadavg: 1.07 1.08 1.01 3/64 26132
/proc/meminfo: memFree=1553176/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=4584 CPUtime=0.02
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 1039 0 0 0 2 0 0 0 19 0 1 0 108202950 4694016 1035 1992294400 134512640 135078026 4294956192 18446744073709551615 134566605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 1179 1036 54 138 0 1038 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6640

[startup+0.101703 s]
/proc/loadavg: 1.07 1.08 1.01 3/64 26132
/proc/meminfo: memFree=1553176/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=5404 CPUtime=0.09
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 1468 0 0 0 9 0 0 0 19 0 1 0 108202950 5533696 1213 1992294400 134512640 135078026 4294956192 18446744073709551615 134560762 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 1351 1213 55 138 0 1210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7460

[startup+0.301725 s]
/proc/loadavg: 1.07 1.08 1.01 3/64 26132
/proc/meminfo: memFree=1553176/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=5536 CPUtime=0.29
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 1519 0 0 0 29 0 0 0 21 0 1 0 108202950 5668864 1264 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 1384 1264 55 138 0 1243 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7592

[startup+0.701769 s]
/proc/loadavg: 1.07 1.08 1.01 3/64 26132
/proc/meminfo: memFree=1553176/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=7040 CPUtime=0.69
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 1876 0 0 0 69 0 0 0 25 0 1 0 108202950 7208960 1621 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 1760 1621 55 138 0 1619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9096

[startup+1.50186 s]
/proc/loadavg: 1.07 1.08 1.01 2/66 26134
/proc/meminfo: memFree=1546632/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=6624 CPUtime=1.49
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 2030 0 0 0 149 0 0 0 25 0 1 0 108202950 6782976 1577 1992294400 134512640 135078026 4294956192 18446744073709551615 134523782 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 1656 1577 71 138 0 1515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8680

[startup+3.10204 s]
/proc/loadavg: 1.07 1.08 1.01 2/66 26134
/proc/meminfo: memFree=1546248/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=8076 CPUtime=3.09
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 2368 0 0 0 308 1 0 0 25 0 1 0 108202950 8269824 1915 1992294400 134512640 135078026 4294956192 18446744073709551615 134534432 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 2019 1915 71 138 0 1878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10132

[startup+6.30139 s]
/proc/loadavg: 1.07 1.08 1.01 2/66 26134
/proc/meminfo: memFree=1544072/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=0
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108202950 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 112 96 399 0 111 0
[pid=26133] ppid=26132 vsize=10196 CPUtime=6.29
/proc/26133/stat : 26133 (mxc-sr08) R 26132 26132 25374 0 -1 4194304 2901 0 0 0 628 1 0 0 25 0 1 0 108202950 10440704 2448 1992294400 134512640 135078026 4294956192 18446744073709551615 134534517 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26133/statm: 2549 2448 71 138 0 2408 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12252

[startup+12.7011 s]
/proc/loadavg: 1.06 1.08 1.01 2/66 26135
/proc/meminfo: memFree=1549768/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=2056 CPUtime=9.99
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 152 3393 0 0 0 0 998 1 19 0 1 0 108202950 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 514 121 104 399 0 111 0
[pid=26135] ppid=26132 vsize=4812 CPUtime=2.68
/proc/26135/stat : 26135 (picosat846) R 26132 26132 25374 0 -1 4194304 913 0 0 0 268 0 0 0 25 0 1 0 108203950 4927488 902 1992294400 134512640 134570484 4294956208 18446744073709551615 134551729 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26135/statm: 1203 902 85 14 0 869 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6868

[startup+25.5015 s]
/proc/loadavg: 1.05 1.07 1.01 2/66 26138
/proc/meminfo: memFree=1539464/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=4812 CPUtime=3.42
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 915 0 0 0 342 0 0 0 25 0 1 0 108205157 4927488 904 1992294400 134512640 134570484 4294956208 18446744073709551615 134526482 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1203 904 85 14 0 869 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 15676

[startup+51.1014 s]
/proc/loadavg: 1.03 1.06 1.01 2/66 26138
/proc/meminfo: memFree=1539208/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=5016 CPUtime=29.01
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 980 0 0 0 2901 0 0 0 25 0 1 0 108205157 5136384 965 1992294400 134512640 134570484 4294956208 18446744073709551615 134546115 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1254 965 85 14 0 920 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 15880

[startup+102.305 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 26138
/proc/meminfo: memFree=1539144/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=5148 CPUtime=80.19
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 1028 0 0 0 8019 0 0 0 25 0 1 0 108205157 5271552 998 1992294400 134512640 134570484 4294956208 18446744073709551615 134544034 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1287 998 85 14 0 953 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 16012

[startup+162.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/66 26138
/proc/meminfo: memFree=1539016/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=5328 CPUtime=140.17
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 1099 0 0 0 14017 0 0 0 25 0 1 0 108205157 5455872 1020 1992294400 134512640 134570484 4294956208 18446744073709551615 134534093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1332 1020 85 14 0 998 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 16192

[startup+222.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 26138
/proc/meminfo: memFree=1538888/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=5392 CPUtime=200.14
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 1319 0 0 0 20014 0 0 0 25 0 1 0 108205157 5521408 1046 1992294400 134512640 134570484 4294956208 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1348 1046 85 14 0 1014 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 16256

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 26138
/proc/meminfo: memFree=1538888/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=5412 CPUtime=260.11
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 1348 0 0 0 26011 0 0 0 25 0 1 0 108205157 5541888 1064 1992294400 134512640 134570484 4294956208 18446744073709551615 134523905 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1353 1064 85 14 0 1019 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 16276

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 26138
/proc/meminfo: memFree=1538568/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=5688 CPUtime=320.09
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 1463 0 0 0 32009 0 0 0 25 0 1 0 108205157 5824512 1133 1992294400 134512640 134570484 4294956208 18446744073709551615 134552017 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1422 1133 85 14 0 1088 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537992/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6104 CPUtime=799.86
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2031 0 0 0 79985 1 0 0 25 0 1 0 108205157 6250496 1237 1992294400 134512640 134570484 4294956208 18446744073709551615 134552800 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1526 1237 85 14 0 1192 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 16968

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537864/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6112 CPUtime=859.84
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2072 0 0 0 85983 1 0 0 25 0 1 0 108205157 6258688 1239 1992294400 134512640 134570484 4294956208 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1528 1239 85 14 0 1194 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 16976

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537928/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6108 CPUtime=919.81
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2191 0 0 0 91980 1 0 0 25 0 1 0 108205157 6254592 1238 1992294400 134512640 134570484 4294956208 18446744073709551615 134544216 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1527 1238 85 14 0 1193 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 16972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537864/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6104 CPUtime=979.79
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2191 0 0 0 97978 1 0 0 25 0 1 0 108205157 6250496 1237 1992294400 134512640 134570484 4294956208 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1526 1237 85 14 0 1192 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 16968

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537864/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6344 CPUtime=1039.76
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2230 0 0 0 103975 1 0 0 25 0 1 0 108205157 6496256 1276 1992294400 134512640 134570484 4294956208 18446744073709551615 134544034 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1586 1276 85 14 0 1252 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 17208

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6476 CPUtime=1099.72
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2395 0 0 0 109971 1 0 0 25 0 1 0 108205157 6631424 1330 1992294400 134512640 134570484 4294956208 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1619 1330 85 14 0 1285 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 17340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6456 CPUtime=1159.7
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2395 0 0 0 115969 1 0 0 25 0 1 0 108205157 6610944 1325 1992294400 134512640 134570484 4294956208 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1614 1325 85 14 0 1280 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 17320

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 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6588 CPUtime=1167.69
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2415 0 0 0 116768 1 0 0 25 0 1 0 108205157 6746112 1345 1992294400 134512640 134570484 4294956208 18446744073709551615 134552807 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1647 1345 85 14 0 1313 0
Current children cumulated CPU time (s) 1189.71
Current children cumulated vsize (KiB) 17452

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6588 CPUtime=1170.9
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2415 0 0 0 117089 1 0 0 25 0 1 0 108205157 6746112 1345 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1647 1345 85 14 0 1313 0
Current children cumulated CPU time (s) 1192.92
Current children cumulated vsize (KiB) 17452

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6472 CPUtime=1174.1
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2415 0 0 0 117409 1 0 0 25 0 1 0 108205157 6627328 1329 1992294400 134512640 134570484 4294956208 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1196.12
Current children cumulated vsize (KiB) 17336

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6472 CPUtime=1175.69
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2415 0 0 0 117568 1 0 0 25 0 1 0 108205157 6627328 1329 1992294400 134512640 134570484 4294956208 18446744073709551615 134545600 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1197.71
Current children cumulated vsize (KiB) 17336

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6472 CPUtime=1176.49
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2415 0 0 0 117648 1 0 0 25 0 1 0 108205157 6627328 1329 1992294400 134512640 134570484 4294956208 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1198.51
Current children cumulated vsize (KiB) 17336

[startup+1199.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6472 CPUtime=1176.69
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2415 0 0 0 117668 1 0 0 25 0 1 0 108205157 6627328 1329 1992294400 134512640 134570484 4294956208 18446744073709551615 134552630 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1198.71
Current children cumulated vsize (KiB) 17336

[startup+1199.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26138
/proc/meminfo: memFree=1537480/2055920 swapFree=4192812/4192956
[pid=26132] ppid=26130 vsize=10864 CPUtime=22.02
/proc/26132/stat : 26132 (SATzilla2009_I) S 26130 26132 25374 0 -1 4194304 4574 8673 0 0 450 4 1739 9 25 0 1 0 108202950 11124736 2493 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26132/statm: 2716 2493 217 399 0 2313 0
[pid=26138] ppid=26132 vsize=6472 CPUtime=1176.79
/proc/26138/stat : 26138 (picosat846) R 26132 26132 25374 0 -1 4194304 2415 0 0 0 117678 1 0 0 25 0 1 0 108205157 6627328 1329 1992294400 134512640 134570484 4294956208 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26138/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1198.81
Current children cumulated vsize (KiB) 17336

Child status: 17
Real time (s): 1199.42
CPU time (s): 1198.87
CPU user time (s): 1198.71
CPU system time (s): 0.162975
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 17704

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

runsolver used 1.01984 second user time and 3.35149 second system time

The end

Launcher Data

Begin job on node5 at 2009-04-27 05:08:10
IDJOB=1735367
IDBENCH=71410
IDSOLVER=528
FILE ID=node5/1735367-1240801690
PBS_JOBID= 9187348
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 3e5b6d8ea2e7f58efa9d9a4dc4048be5
RANDOM SEED=1922377978

node5.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.212
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.212
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:       1553656 kB
Buffers:         61560 kB
Cached:         360372 kB
SwapCached:        144 kB
Active:         175572 kB
Inactive:       260428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32452 kB
Writeback:           0 kB
Mapped:          23664 kB
Slab:            52364 kB
Committed_AS:   408272 kB
PageTables:       1388 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= 66312 MiB
End job on node5 at 2009-04-27 05:28:10