Trace number 1786275

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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 4998.63 5000.95

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp_ci_ce.cnf
MD5SUM17405d60322fbbfc84267e396be14b66
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark524.284
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses457280
Sum of the clauses size1516932
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272774
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

22.46/22.59	c run March_dl for 5 seconds ... 
22.46/22.59	c Bin: Executing march_dl
22.46/22.59	c child exit by a signal
22.46/22.59	c march_dl returned code 137.
22.46/22.59	c run saps (UBCSAT implementation) for 2 seconds ... 
22.46/22.59	c Bin: Executing ubcsat2006
22.46/22.59	c child exited successfully
22.46/22.59	c ubcsat2006 returned code 0.
22.46/22.59	c satzilla computing base features
22.46/22.59	c satzilla doing unit-prop probe
22.46/22.59	c satzilla doing local search probe
22.46/22.59	c satzilla doing lobjois search-space size estimate
22.46/22.59	c satzilla's ranking:
22.46/22.59	c 1) minisat20+P: 0.681366
22.46/22.59	c 2) zchaff_rand+P: 3.502377
22.46/22.59	c 3) vallst+P: 3.559751
22.46/22.59	c 4) march_dl+P: 5.884419
22.46/22.59	c 5) minisat20: 7.140259
22.46/22.59	c 6) march_dl: 9.234996
22.46/22.59	c 7) kcnfs+P: 999.000000
22.46/22.59	c 8) kcnfs: 999.000000
22.46/22.59	c 9) vallst: 999.000000
22.46/22.59	c 10) zchaff_rand: 999.000000
22.46/22.59	c satzilla running minisat20 with preprocessing ... 
83.23/83.35	This is MiniSat 2.0 beta
83.23/83.35	WARNING: for repeatability, setting FPU to use double precision
83.23/83.35	============================[ Problem Statistics ]=============================
83.23/83.35	|                                                                             |
83.23/83.35	|  Number of variables:  33867                                                |
83.23/83.35	|  Number of clauses:    457280                                               |
83.53/83.65	|  Parsing time:         0.25         s                                       |
83.53/83.67	============================[ Search Statistics ]==============================
83.53/83.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
83.53/83.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
83.53/83.67	===============================================================================
83.53/83.67	|         0 |   33867   457280  1516932 |   152426        0    nan |  0.000 % |
83.62/83.70	|       100 |   33867   457280  1516932 |   167669      100     23 |  0.000 % |
83.62/83.77	|       251 |   33867   457280  1516932 |   184436      246     28 |  0.030 % |
83.72/83.87	|       477 |   33851   457280  1516932 |   202879      470     32 |  0.047 % |
83.92/84.00	|       814 |   33845   457280  1516932 |   223167      804     26 |  0.065 % |
84.13/84.24	|      1322 |   33783   457280  1516932 |   245484     1277     25 |  0.286 % |
84.33/84.41	|      2081 |   33771   457280  1516932 |   270033     2034     27 |  0.307 % |
84.72/84.85	|      3221 |   33739   457280  1516932 |   297036     3158     27 |  0.410 % |
85.42/85.55	|      4929 |   33735   457280  1516932 |   326740     4864     31 |  0.422 % |
86.22/86.32	|      7491 |   33720   455070  1511121 |   359414     7421     33 |  0.434 % |
87.42/87.56	|     11335 |   33682   454372  1509237 |   395355    11217     31 |  0.600 % |
89.32/89.41	|     17101 |   33644   453830  1507823 |   434891    16972     34 |  0.664 % |
92.92/93.03	|     25751 |   33644   453830  1507823 |   478380    25622     38 |  0.664 % |
100.82/100.94	|     38725 |   33642   453766  1507655 |   526218    38596     49 |  0.664 % |
114.01/114.17	|     58188 |   33642   453766  1507655 |   578840    58059     59 |  0.664 % |
140.40/140.58	|     87381 |   33642   453766  1507655 |   636724    87252     64 |  0.664 % |
180.59/180.70	|    131170 |   33616   453428  1506757 |   700396   131028     67 |  0.744 % |
255.64/255.87	|    196854 |   33603   453317  1506469 |   770436   196706     76 |  0.782 % |
494.74/495.01	|    295384 |   33598   453150  1506029 |   847479   295234     87 |  0.795 % |
916.75/917.23	|    443173 |   33596   453050  1505763 |   932227   443022     89 |  0.800 % |
1354.36/1355.04	|    664857 |   33519   451950  1502888 |  1025450   664671     96 |  1.036 % |
2582.99/2584.25	|    997386 |   33512   451846  1502617 |  1127995   997197     95 |  1.049 % |
3976.35/3978.22	|   1496174 |   33442   451004  1500416 |  1240794   399237    142 |  1.302 % |
4998.56/5000.93	c Preprocessing...
4998.56/5000.93	c Inital problem has 33867 variables, 384506 nary clauses (72774 binary clauses).
4998.56/5000.93	c Num non-binary clauses 384506, Average non-binary clause length 3.567
4998.56/5000.93	c Theory has no gaps
4998.56/5000.93	c preprocessor timed out at 60.010000 sec
4998.56/5000.93	c Bin: Executing minisat20
4998.56/5000.93	c child exit by a signal
4998.56/5000.93	c minisat20 returned code 137.
4998.56/5000.93	c minisat20 returned code 137.
4998.56/5000.93	c satzilla running zchaff_rand with preprocessing ... 
4998.56/5000.93	c Bin: Executing zchaff_rand
4998.56/5000.93	c zchaff_rand returned code 1.
4998.56/5000.93	c zchaff_rand returned code 1.
4998.56/5000.93	c satzilla running vallst with preprocessing ... 
4998.56/5000.93	c Bin: Executing vallst
4998.56/5000.93	c vallst returned code 1.
4998.56/5000.93	c vallst returned code 1.
4998.56/5000.93	c satzilla running march_dl with preprocessing ... 
4998.56/5000.93	c Bin: Executing march_dl
4998.56/5000.93	c march_dl returned code 1.
4998.56/5000.93	c march_dl returned code 1.
4998.56/5000.93	c satzilla running minisat20 ... 
4998.56/5000.93	c Bin: Executing minisat20
4998.56/5000.93	c minisat20 returned code 1.
4998.56/5000.93	c minisat20 returned code 1.
4998.56/5000.93	c satzilla running march_dl ... 
4998.56/5000.93	c Bin: Executing march_dl
4998.56/5000.93	c march_dl returned code 1.
4998.56/5000.93	c march_dl returned code 1.
4998.56/5000.93	c satzilla running kcnfs with preprocessing ... 
4998.56/5000.93	c Bin: Executing kcnfs
4998.56/5000.93	c kcnfs returned code 1.
4998.56/5000.93	c kcnfs returned code 1.
4998.56/5000.93	c satzilla running kcnfs ... 
4998.56/5000.93	c Bin: Executing kcnfs
4998.56/5000.93	c kcnfs returned code 1.
4998.56/5000.93	c kcnfs returned code 1.
4998.56/5000.93	c satzilla running vallst ... 
4998.56/5000.93	c Bin: Executing vallst
4998.56/5000.93	c vallst returned code 1.
4998.56/5000.93	c vallst returned code 1.
4998.56/5000.93	c satzilla running zchaff_rand ... 
4998.56/5000.93	c Bin: Executing zchaff_rand
4998.56/5000.93	c zchaff_rand returned code 1.
4998.56/5000.93	c zchaff_rand returned code 1.
4998.56/5000.93	c ERROR: All Failed! 
4998.56/5000.93	c SATZILLA_TIME=4999.370000

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-1786275-1241955767/watcher-1786275-1241955767 -o /tmp/evaluation-result-1786275-1241955767/solver-1786275-1241955767 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1786275-1241955767.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32111
/proc/meminfo: memFree=1788912/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=0
/proc/32111/stat : 32111 (SATzilla2007_C) R 32109 32111 31926 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 223609947 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/32111/statm: 360 110 95 260 0 84 0
[pid=32112] ppid=32111 vsize=5280 CPUtime=0
/proc/32112/stat : 32112 (march_dl) R 32111 32111 31926 0 -1 4194304 664 0 0 0 0 0 0 0 18 0 1 0 223609947 5406720 659 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32112/statm: 1320 661 49 118 0 1199 0

[startup+0.020923 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32111
/proc/meminfo: memFree=1788912/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=0
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223609947 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32111/statm: 360 110 95 260 0 84 0
[pid=32112] ppid=32111 vsize=6476 CPUtime=0.01
/proc/32112/stat : 32112 (march_dl) R 32111 32111 31926 0 -1 4194304 1057 0 0 0 1 0 0 0 18 0 1 0 223609947 6631424 1052 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32112/statm: 1619 1052 50 118 0 1498 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7916

[startup+0.101894 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32111
/proc/meminfo: memFree=1788912/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=0
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223609947 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32111/statm: 360 110 95 260 0 84 0
[pid=32112] ppid=32111 vsize=7400 CPUtime=0.09
/proc/32112/stat : 32112 (march_dl) R 32111 32111 31926 0 -1 4194304 1352 0 0 0 9 0 0 0 19 0 1 0 223609947 7577600 1347 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32112/statm: 1850 1348 50 118 0 1729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8840

[startup+0.301917 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32111
/proc/meminfo: memFree=1788912/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=0
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223609947 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32111/statm: 360 110 95 260 0 84 0
[pid=32112] ppid=32111 vsize=9908 CPUtime=0.29
/proc/32112/stat : 32112 (march_dl) R 32111 32111 31926 0 -1 4194304 2088 0 0 0 28 1 0 0 21 0 1 0 223609947 10145792 2083 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32112/statm: 2477 2084 50 118 0 2356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11348

[startup+0.701961 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32111
/proc/meminfo: memFree=1788912/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=0
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223609947 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32111/statm: 360 110 95 260 0 84 0
[pid=32112] ppid=32111 vsize=14792 CPUtime=0.69
/proc/32112/stat : 32112 (march_dl) R 32111 32111 31926 0 -1 4194304 3570 0 0 0 68 1 0 0 25 0 1 0 223609947 15147008 3565 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32112/statm: 3698 3565 50 118 0 3577 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16232

[startup+1.50105 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32113
/proc/meminfo: memFree=1768928/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=0
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223609947 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32111/statm: 360 110 95 260 0 84 0
[pid=32112] ppid=32111 vsize=55240 CPUtime=1.49
/proc/32112/stat : 32112 (march_dl) R 32111 32111 31926 0 -1 4194304 14720 0 0 0 143 6 0 0 25 0 1 0 223609947 56565760 11947 1992294400 134512640 134996440 4294956256 18446744073709551615 134517880 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32112/statm: 13810 11948 55 118 0 13689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56680

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32113
/proc/meminfo: memFree=1714144/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=0
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 223609947 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32111/statm: 360 110 95 260 0 84 0
[pid=32112] ppid=32111 vsize=79764 CPUtime=3.09
/proc/32112/stat : 32112 (march_dl) R 32111 32111 31926 0 -1 4194304 27830 0 0 0 297 12 0 0 25 0 1 0 223609947 81678336 18113 1992294400 134512640 134996440 4294956256 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32112/statm: 19941 18113 55 118 0 19820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81204

[startup+6.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32114
/proc/meminfo: memFree=1783392/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=1440 CPUtime=5
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 135 27830 0 0 0 0 487 13 16 0 1 0 223609947 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 360 111 96 260 0 84 0
[pid=32114] ppid=32111 vsize=36716 CPUtime=1.27
/proc/32114/stat : 32114 (ubcsat2006) R 32111 32111 31926 0 -1 4194304 6840 0 0 0 124 3 0 0 25 0 1 0 223610449 37597184 6823 1992294400 134512640 134777720 4294956112 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32114/statm: 9179 6823 156 64 0 8760 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38156

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32114
/proc/meminfo: memFree=1748904/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=41560 CPUtime=12.67
/proc/32111/stat : 32111 (SATzilla2007_C) R 32109 32111 31926 0 -1 4194304 10155 34680 0 0 484 7 759 17 25 0 1 0 223609947 42557440 10125 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/32111/statm: 10390 10125 121 260 0 10114 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41560

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32114
/proc/meminfo: memFree=1706792/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=86540 CPUtime=25.45
/proc/32111/stat : 32111 (SATzilla2007_C) R 32109 32111 31926 0 -1 4194304 39895 34680 0 0 1746 23 759 17 25 0 1 0 223609947 88616960 20680 1992294400 134512640 135579813 4294956224 18446744073709551615 134570563 0 0 4096 0 0 0 0 17 0 0 0
/proc/32111/statm: 21635 20680 162 260 0 21359 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 86540

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32114
/proc/meminfo: memFree=1696424/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=118756 CPUtime=51.05
/proc/32111/stat : 32111 (SATzilla2007_C) R 32109 32111 31926 0 -1 4194304 42551 34680 0 0 4304 25 759 17 25 0 1 0 223609947 121606144 23272 1992294400 134512640 135579813 4294956224 18446744073709551615 134595789 0 0 4096 0 0 0 0 17 0 0 0
/proc/32111/statm: 29689 23272 164 260 0 29413 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 118756

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32115
/proc/meminfo: memFree=1661920/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=34044 CPUtime=18.94
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 8327 0 0 0 1887 7 0 0 25 0 1 0 223618282 34861056 8322 1992294400 134512640 134998072 4294956256 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 8511 8322 59 118 0 8389 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 154600

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32115
/proc/meminfo: memFree=1637600/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=58732 CPUtime=78.9
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 14448 0 0 0 7875 15 0 0 25 0 1 0 223618282 60141568 14443 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 14683 14443 59 118 0 14561 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 179288

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32115
/proc/meminfo: memFree=1618272/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=77892 CPUtime=138.89
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 19225 0 0 0 13869 20 0 0 25 0 1 0 223618282 79761408 19220 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 19473 19220 59 118 0 19351 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 198448

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32115
/proc/meminfo: memFree=1598496/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=98064 CPUtime=198.85
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 24202 0 0 0 19860 25 0 0 25 0 1 0 223618282 100417536 24197 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 24516 24197 59 118 0 24394 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 218620

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32115
/proc/meminfo: memFree=1584224/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=112080 CPUtime=258.82
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 27731 0 0 0 25853 29 0 0 25 0 1 0 223618282 114769920 27726 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 28020 27726 59 118 0 27898 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 232636

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32115
/proc/meminfo: memFree=1572768/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0

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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32123
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4576.82
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 457550 132 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4660.1
Current children cumulated vsize (KiB) 624696

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1192992/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4636.8
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 463548 132 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4720.08
Current children cumulated vsize (KiB) 624696

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4696.78
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 469545 133 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4780.06
Current children cumulated vsize (KiB) 624696

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4756.75
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 475542 133 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4840.03
Current children cumulated vsize (KiB) 624696

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193120/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4816.72
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 481539 133 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4900
Current children cumulated vsize (KiB) 624696

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193120/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4876.7
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 487537 133 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4959.98
Current children cumulated vsize (KiB) 624696

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193120/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4880.7
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 487937 133 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134527427 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4963.98
Current children cumulated vsize (KiB) 624696

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193120/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4893.49
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125046 0 0 0 489216 133 0 0 25 0 1 0 223618282 516239360 125041 1992294400 134512640 134998072 4294956256 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125041 59 118 0 125913 0
Current children cumulated CPU time (s) 4976.77
Current children cumulated vsize (KiB) 624696

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4906.29
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125047 0 0 0 490496 133 0 0 25 0 1 0 223618282 516239360 125042 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125042 59 118 0 125913 0
Current children cumulated CPU time (s) 4989.57
Current children cumulated vsize (KiB) 624696

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4909.49
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125047 0 0 0 490816 133 0 0 25 0 1 0 223618282 516239360 125042 1992294400 134512640 134998072 4294956256 18446744073709551615 134527437 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125042 59 118 0 125913 0
Current children cumulated CPU time (s) 4992.77
Current children cumulated vsize (KiB) 624696

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4912.69
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125047 0 0 0 491136 133 0 0 25 0 1 0 223618282 516239360 125042 1992294400 134512640 134998072 4294956256 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125042 59 118 0 125913 0
Current children cumulated CPU time (s) 4995.97
Current children cumulated vsize (KiB) 624696

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4914.29
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125047 0 0 0 491296 133 0 0 25 0 1 0 223618282 516239360 125042 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125042 59 118 0 125913 0
Current children cumulated CPU time (s) 4997.57
Current children cumulated vsize (KiB) 624696

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=504140 CPUtime=4915.08
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4194304 125047 0 0 0 491375 133 0 0 25 0 1 0 223618282 516239360 125042 1992294400 134512640 134998072 4294956256 18446744073709551615 134525160 0 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 126035 125042 59 118 0 125913 0
Current children cumulated CPU time (s) 4998.36
Current children cumulated vsize (KiB) 624696

[startup+5000.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32129
/proc/meminfo: memFree=1193056/2055920 swapFree=4159908/4192956
[pid=32111] ppid=32109 vsize=120556 CPUtime=83.28
/proc/32111/stat : 32111 (SATzilla2007_C) S 32109 32111 31926 0 -1 4194304 42887 34680 0 0 7524 28 759 17 25 0 1 0 223609947 123449344 23606 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32111/statm: 30139 23606 164 260 0 29863 0
[pid=32115] ppid=32111 vsize=0 CPUtime=4915.28
/proc/32115/stat : 32115 (minisat20) R 32111 32111 31926 0 -1 4195332 125047 0 0 0 491391 137 0 0 25 0 1 0 223618282 0 0 1992294400 0 0 0 0 0 256 0 8392704 3 0 0 0 17 0 0 0
/proc/32115/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4998.56
Current children cumulated vsize (KiB) 120556

Child status: 17
Real time (s): 5000.95
CPU time (s): 4998.63
CPU user time (s): 4996.75
CPU system time (s): 1.87971
CPU usage (%): 99.9537
Max. virtual memory (cumulated for all children) (KiB): 624696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.75
system time used= 1.87971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202627
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= 10
involuntary context switches= 15790

runsolver used 4.46932 second user time and 13.7269 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-10 13:42:48
IDJOB=1786275
IDBENCH=71797
IDSOLVER=640
FILE ID=node32/1786275-1241955767
PBS_JOBID= 9265082
Free space on /tmp= 66024 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp_ci_ce.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1786275-1241955767/watcher-1786275-1241955767 -o /tmp/evaluation-result-1786275-1241955767/solver-1786275-1241955767 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1786275-1241955767.cnf            

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=809024751

node32.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.216
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.216
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:       1789456 kB
Buffers:         56780 kB
Cached:         137788 kB
SwapCached:      26636 kB
Active:         157928 kB
Inactive:        64720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789456 kB
SwapTotal:     4192956 kB
SwapFree:      4159908 kB
Dirty:           18532 kB
Writeback:           0 kB
Mapped:          14292 kB
Slab:            29576 kB
Committed_AS:   762312 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66016 MiB
End job on node32 at 2009-05-10 15:06:09