Trace number 1727485

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_R 2009-03-22? (exit code) 1198.92 1199.42

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
MD5SUM41f1c0479c607ce4a810d6cbab59e2f9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49509
Number of clauses3649657
Sum of the clauses size7337555
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23644023
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 58
Number of clauses of size over 55618

Solver Data

59.96/60.18	c SATzilla is building models for class 1
59.96/60.18	c run presolver SATenstein for 30 seconds ... 
59.96/60.18	c Bin: Executing SATenstein
59.96/60.18	c spawning binary file with 30 seconds ...
59.96/60.18	c child exit by a signal
59.96/60.18	c SATenstein returned code 137.
59.96/60.18	c run presolver mxc-sr08 for 30 seconds ... 
59.96/60.18	c Bin: Executing mxc-sr08
59.96/60.18	c spawning binary file with 30 seconds ...
59.96/60.18	c child exit by a signal
59.96/60.18	c mxc-sr08 returned code 137.
59.96/60.18	c Orignal number of varibales is 49509, number of clauses is 3649657 
59.96/60.18	c predicted feature computation time is 9096.733017 
59.96/60.18	c Satzilla is runing default solver ... 
59.96/60.18	c satzilla running adaptg2wsat0 ... 
59.96/60.18	c Bin: Executing adaptg2wsat0
59.96/60.18	c spawning binary file with 1139 seconds ...
59.96/60.18	c child exited successfully
59.96/60.18	c adaptg2wsat0 returned code 0.
59.96/60.18	c satzilla running minisat20 ... 
59.96/60.18	This is MiniSat 2.0 beta
59.96/60.18	WARNING: for repeatability, setting FPU to use double precision
59.96/60.18	============================[ Problem Statistics ]=============================
59.96/60.18	|                                                                             |
59.96/60.18	|  Number of variables:  49509                                                |
59.96/60.18	|  Number of clauses:    3649657                                              |
62.95/63.11	|  Parsing time:         2.70         s                                       |
63.15/63.33	============================[ Search Statistics ]==============================
63.15/63.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.15/63.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.15/63.33	===============================================================================
63.15/63.33	|         0 |   49509  3649657  7337555 |  1216552        0    nan |  0.000 % |
63.15/63.36	|       100 |   49496  3649657  7337555 |  1338207       86      6 |  0.028 % |
63.25/63.45	|       251 |   49486  3649657  7337555 |  1472028      228      8 |  0.046 % |
63.34/63.53	|       477 |   49469  3649657  7337555 |  1619231      438      8 |  0.081 % |
63.44/63.66	|       814 |   49448  3649657  7337555 |  1781154      753      9 |  0.127 % |
63.74/63.92	|      1321 |   49420  3649657  7337555 |  1959269     1233      9 |  0.184 % |
64.14/64.37	|      2081 |   49378  3649657  7337555 |  2155196     1953      9 |  0.267 % |
64.94/65.13	|      3220 |   49327  3649657  7337555 |  2370716     3044     10 |  0.370 % |
65.95/66.17	|      4928 |   49240  3649657  7337555 |  2607787     4664      9 |  0.547 % |
68.55/68.71	|      7490 |   49133  3649657  7337555 |  2868566     7120     10 |  0.764 % |
72.54/72.75	|     11334 |   48988  3576157  7190555 |  3155423    10167     11 |  1.060 % |
81.94/82.14	|     17100 |   48758  3542635  7123509 |  3470965    15263     12 |  1.616 % |
95.92/96.15	|     25749 |   48423  3499403  7037030 |  3818062    22815     13 |  2.198 % |
126.32/126.51	|     38723 |   48161  3447550  6933317 |  4199868    34174     16 |  2.727 % |
185.30/185.54	|     58184 |   47776  3386465  6811140 |  4619855    51855     17 |  3.500 % |
302.16/302.49	|     87377 |   47342  3322824  6683852 |  5081841    78675     19 |  4.377 % |
533.88/534.22	|    131166 |   46894  3265257  6568718 |  5590025   119469     23 |  5.282 % |
946.36/946.81	|    196850 |   46343  3186459  6411117 |  6149027   178736     42 |  6.399 % |
1198.88/1199.42	c Bin: Executing minisat20
1198.88/1199.42	c spawning binary file with 1139 seconds ...
1198.88/1199.42	c child exit by a signal
1198.88/1199.42	c minisat20 returned code 137.
1198.88/1199.42	c satzilla running minisat20SAT07 ... 
1198.88/1199.42	c Bin: Executing minisat20SAT07
1198.88/1199.42	c minisat20SAT07 returned code 1.
1198.88/1199.42	c satzilla running minisat20 ... 
1198.88/1199.42	c Bin: Executing minisat20
1198.88/1199.42	c minisat20 returned code 1.
1198.88/1199.42	c satzilla running vallst ... 
1198.88/1199.42	c Bin: Executing vallst
1198.88/1199.42	c vallst returned code 1.
1198.88/1199.42	c satzilla running zchaff_rand ... 
1198.88/1199.42	c Bin: Executing zchaff_rand
1198.88/1199.42	c zchaff_rand returned code 1.
1198.88/1199.42	c satzilla running tts-4-0 ... 
1198.88/1199.42	c Bin: Executing tts-4-0
1198.88/1199.42	c tts-4-0 returned code 1.
1198.88/1199.42	c satzilla running picosat846 ... 
1198.88/1199.42	c Bin: Executing picosat846
1198.88/1199.42	c picosat846 returned code 1.
1198.88/1199.42	c satzilla running mxc-sr08 ... 
1198.88/1199.42	c Bin: Executing mxc-sr08
1198.88/1199.42	c mxc-sr08 returned code 1.
1198.88/1199.42	c satzilla running adaptg2wsat0 ... 
1198.88/1199.42	c Bin: Executing adaptg2wsat0
1198.88/1199.42	c adaptg2wsat0 returned code 1.
1198.88/1199.42	c satzilla running adaptg2wsat+ ... 
1198.88/1199.42	c Bin: Executing adaptg2wsat+
1198.88/1199.42	c adaptg2wsat+ returned code 1.
1198.88/1199.42	c satzilla running gnovelty+ ... 
1198.88/1199.42	c Bin: Executing gnovelty+
1198.88/1199.42	c gnovelty+ returned code 1.
1198.88/1199.42	c satzilla running SATenstein ... 
1198.88/1199.42	c Bin: Executing SATenstein
1198.88/1199.42	c SATenstein returned code 1.
1198.88/1199.42	c ERROR: All Failed! 
1198.88/1199.42	c SATZILLA_TIME=1199.090000

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

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


[startup+0 s]
/proc/loadavg: 0.93 0.95 0.98 3/64 4160
/proc/meminfo: memFree=1618464/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=2056 CPUtime=0
/proc/4161/stat : 4161 (SATzilla2009_R) D 4160 4160 3942 0 -1 4194368 8 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 115 1992294400 134512640 136149437 4294956208 18446744073709551615 135720916 0 0 8392704 0 18446744071563608240 0 0 17 1 0 0
/proc/4161/statm: 514 115 99 399 0 111 0

[startup+0.0886429 s]
/proc/loadavg: 0.93 0.95 0.98 3/64 4160
/proc/meminfo: memFree=1618464/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=35028 CPUtime=0.01
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 301 0 13 0 1 0 0 0 18 0 1 0 100571371 35868672 295 1992294400 134512640 134854740 4294955344 18446744073709551615 7417108 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4161/statm: 8757 295 151 83 0 8318 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37084

[startup+0.101642 s]
/proc/loadavg: 0.93 0.95 0.98 3/64 4160
/proc/meminfo: memFree=1618464/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=35028 CPUtime=0.02
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 350 0 13 0 2 0 0 0 18 0 1 0 100571371 35868672 344 1992294400 134512640 134854740 4294955344 18446744073709551615 7534185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4161/statm: 8757 344 151 83 0 8318 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37084

[startup+0.301674 s]
/proc/loadavg: 0.93 0.95 0.98 3/64 4160
/proc/meminfo: memFree=1618464/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=35028 CPUtime=0.22
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 1127 0 13 0 21 1 0 0 19 0 1 0 100571371 35868672 1121 1992294400 134512640 134854740 4294955344 18446744073709551615 7526889 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4161/statm: 8757 1121 151 83 0 8318 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 37084

[startup+0.701727 s]
/proc/loadavg: 0.93 0.95 0.98 3/64 4160
/proc/meminfo: memFree=1618464/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=39128 CPUtime=0.61
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 2682 0 13 0 60 1 0 0 23 0 1 0 100571371 40067072 2676 1992294400 134512640 134854740 4294955344 18446744073709551615 7565952 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4161/statm: 9782 2676 151 83 0 9343 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 41184

[startup+1.50183 s]
/proc/loadavg: 0.93 0.95 0.98 2/66 4162
/proc/meminfo: memFree=1602448/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=47328 CPUtime=1.41
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 5654 0 13 0 138 3 0 0 25 0 1 0 100571371 48463872 5648 1992294400 134512640 134854740 4294955344 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4161/statm: 11832 5649 151 83 0 11393 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 49384

[startup+3.10104 s]
/proc/loadavg: 0.93 0.95 0.98 2/66 4162
/proc/meminfo: memFree=1586384/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=63728 CPUtime=3.01
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 11457 0 13 0 293 8 0 0 25 0 1 0 100571371 65257472 11451 1992294400 134512640 134854740 4294955344 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4161/statm: 15932 11451 151 83 0 15493 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 65784

[startup+6.30248 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 4162
/proc/meminfo: memFree=1499856/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=185656 CPUtime=6.21
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 29526 0 13 0 605 16 0 0 25 0 1 0 100571371 190111744 29519 1992294400 134512640 134854740 4294955344 18446744073709551615 134772460 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4161/statm: 46414 29519 153 83 0 45975 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 187712

[startup+12.7013 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 4162
/proc/meminfo: memFree=1364240/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=442328 CPUtime=12.61
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 70531 0 14 0 1228 33 0 0 25 0 1 0 100571371 452943872 63397 1992294400 134512640 134854740 4294955344 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4161/statm: 110582 63397 173 83 0 110143 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 444384

[startup+25.5011 s]
/proc/loadavg: 0.95 0.96 0.98 2/66 4162
/proc/meminfo: memFree=1364304/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=0
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 100571371 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 112 96 399 0 111 0
[pid=4161] ppid=4160 vsize=442328 CPUtime=25.39
/proc/4161/stat : 4161 (SATenstein) R 4160 4160 3942 0 -1 4194304 70532 0 14 0 2506 33 0 0 25 0 1 0 100571371 452943872 63398 1992294400 134512640 134854740 4294955344 18446744073709551615 134760012 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4161/statm: 110582 63398 174 83 0 110143 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 444384

[startup+51.1015 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 4163
/proc/meminfo: memFree=1422736/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=30.02
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 152 70532 0 14 0 0 2965 37 16 0 1 0 100571371 2105344 121 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 121 104 399 0 111 0
[pid=4163] ppid=4160 vsize=210576 CPUtime=20.94
/proc/4163/stat : 4163 (mxc-sr08) R 4160 4160 3942 0 -1 4194304 61729 0 0 0 2061 33 0 0 25 0 1 0 100574384 215629824 48677 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4163/statm: 52644 48677 55 138 0 52503 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 212632

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 4165
/proc/meminfo: memFree=1475088/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=150140 CPUtime=42.07
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 35666 0 0 0 4185 22 0 0 25 0 1 0 100577389 153743360 35647 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 37535 35647 58 118 0 37413 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 152196

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4165
/proc/meminfo: memFree=1473104/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=152232 CPUtime=102.06
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 36174 0 0 0 10183 23 0 0 25 0 1 0 100577389 155885568 36155 1992294400 134512640 134998072 4294956176 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 38058 36155 58 118 0 37936 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 154288

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1471440/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=153764 CPUtime=162.03
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 36569 0 0 0 16180 23 0 0 25 0 1 0 100577389 157454336 36550 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 38441 36550 58 118 0 38319 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 155820

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1470032/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=155204 CPUtime=222.02
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 36920 0 0 0 22178 24 0 0 25 0 1 0 100577389 158928896 36901 1992294400 134512640 134998072 4294956176 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 38801 36901 58 118 0 38679 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 157260

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1468496/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=156660 CPUtime=281.99
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 37274 0 0 0 28175 24 0 0 25 0 1 0 100577389 160419840 37255 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 39165 37255 58 118 0 39043 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1450448/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=174684 CPUtime=761.85
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 41736 0 0 0 76155 30 0 0 25 0 1 0 100577389 178876416 41717 1992294400 134512640 134998072 4294956176 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 43671 41717 58 118 0 43549 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 176740

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1446992/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=178120 CPUtime=821.83
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 42604 0 0 0 82152 31 0 0 25 0 1 0 100577389 182394880 42585 1992294400 134512640 134998072 4294956176 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 44530 42585 58 118 0 44408 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 180176

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1443088/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=181964 CPUtime=881.81
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 43588 0 0 0 88149 32 0 0 25 0 1 0 100577389 186331136 43569 1992294400 134512640 134998072 4294956176 18446744073709551615 134533660 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 45491 43569 58 118 0 45369 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 184020

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1438864/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=186080 CPUtime=941.79
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 44625 0 0 0 94145 34 0 0 25 0 1 0 100577389 190545920 44606 1992294400 134512640 134998072 4294956176 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 46520 44606 58 118 0 46398 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 188136

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1435152/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=189776 CPUtime=1001.77
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 45554 0 0 0 100142 35 0 0 25 0 1 0 100577389 194330624 45535 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 47444 45535 58 118 0 47322 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 191832

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1430800/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=194000 CPUtime=1061.75
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 46622 0 0 0 106139 36 0 0 25 0 1 0 100577389 198656000 46603 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 48500 46603 58 118 0 48378 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 196056

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1427600/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=197572 CPUtime=1121.73
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 47421 0 0 0 112136 37 0 0 25 0 1 0 100577389 202313728 47402 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 49393 47402 58 118 0 49271 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 199628

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1426832/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=198364 CPUtime=1129.73
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 47605 0 0 0 112935 38 0 0 25 0 1 0 100577389 203124736 47586 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 49591 47586 58 118 0 49469 0
Current children cumulated CPU time (s) 1189.78
Current children cumulated vsize (KiB) 200420

[startup+1193.51 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1426576/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=198628 CPUtime=1132.94
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 47664 0 0 0 113256 38 0 0 25 0 1 0 100577389 203395072 47645 1992294400 134512640 134998072 4294956176 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 49657 47645 58 118 0 49535 0
Current children cumulated CPU time (s) 1192.99
Current children cumulated vsize (KiB) 200684

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1426384/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=198760 CPUtime=1136.14
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 47714 0 0 0 113576 38 0 0 25 0 1 0 100577389 203530240 47695 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 49690 47695 58 118 0 49568 0
Current children cumulated CPU time (s) 1196.19
Current children cumulated vsize (KiB) 200816

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1426256/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=198892 CPUtime=1137.73
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 47743 0 0 0 113735 38 0 0 25 0 1 0 100577389 203665408 47724 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 49723 47724 58 118 0 49601 0
Current children cumulated CPU time (s) 1197.78
Current children cumulated vsize (KiB) 200948

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1426192/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=199024 CPUtime=1138.53
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 47755 0 0 0 113815 38 0 0 25 0 1 0 100577389 203800576 47736 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 49756 47736 58 118 0 49634 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 201080

[startup+1199.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1426192/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=199024 CPUtime=1138.73
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4194304 47757 0 0 0 113835 38 0 0 25 0 1 0 100577389 203800576 47738 1992294400 134512640 134998072 4294956176 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 49756 47738 58 118 0 49634 0
Current children cumulated CPU time (s) 1198.78
Current children cumulated vsize (KiB) 201080

[startup+1199.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 4171
/proc/meminfo: memFree=1426192/2055920 swapFree=4192956/4192956
[pid=4160] ppid=4158 vsize=2056 CPUtime=60.05
/proc/4160/stat : 4160 (SATzilla2009_R) S 4158 4160 3942 0 -1 4194304 194 132324 0 14 0 0 5931 74 16 0 1 0 100571371 2105344 140 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4160/statm: 514 140 122 399 0 111 0
[pid=4165] ppid=4160 vsize=0 CPUtime=1138.83
/proc/4165/stat : 4165 (minisat20) R 4160 4160 3942 0 -1 4195332 47757 0 0 0 113844 39 0 0 25 0 1 0 100577389 0 0 1992294400 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/4165/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1198.88
Current children cumulated vsize (KiB) 2056

Child status: 17
Real time (s): 1199.42
CPU time (s): 1198.92
CPU user time (s): 1197.77
CPU system time (s): 1.15782
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 444384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.77
system time used= 1.15782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180293
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 3029

runsolver used 1.35879 second user time and 3.01254 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-26 07:57:33
IDJOB=1727485
IDBENCH=24639
IDSOLVER=526
FILE ID=node71/1727485-1240725445
PBS_JOBID= 9186893
Free space on /tmp= 66424 MiB

SOLVER NAME= SATzilla2009_R 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_R BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727485-1240725445/watcher-1727485-1240725445 -o /tmp/evaluation-result-1727485-1240725445/solver-1727485-1240725445 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_R HOME/instance-1727485-1240725445.cnf

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

MD5SUM BENCH= 41f1c0479c607ce4a810d6cbab59e2f9
RANDOM SEED=1610837574

node71.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.236
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.236
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:       1619008 kB
Buffers:         38036 kB
Cached:         312232 kB
SwapCached:          0 kB
Active:         156240 kB
Inactive:       207872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           83760 kB
Writeback:           0 kB
Mapped:          23636 kB
Slab:            58880 kB
Committed_AS:   275336 kB
PageTables:       1436 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= 66392 MiB
End job on node71 at 2009-04-26 08:17:34