Trace number 1785195

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 CRAFTEDUNSAT 2896.65 2897.86

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
MD5SUM3ea6a8df7aa4f426ea9b73a3dcbe6d01
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

12.58/12.66	c run March_dl for 5 seconds ... 
12.58/12.66	c Bin: Executing march_dl
12.58/12.66	c child exit by a signal
12.58/12.66	c march_dl returned code 137.
12.58/12.66	c run saps (UBCSAT implementation) for 2 seconds ... 
12.58/12.66	c Bin: Executing ubcsat2006
12.58/12.66	c child exited successfully
12.58/12.66	c ubcsat2006 returned code 0.
12.58/12.66	c satzilla computing base features
12.58/12.66	c satzilla doing unit-prop probe
12.58/12.66	c satzilla doing local search probe
12.58/12.66	c satzilla doing lobjois search-space size estimate
12.58/12.66	c satzilla's ranking:
12.58/12.66	c 1) minisat20+P: -0.001262
12.58/12.66	c 2) zchaff_rand+P: 0.135672
12.58/12.66	c 3) minisat20: 0.684210
12.58/12.66	c 4) vallst+P: 1.527128
12.58/12.66	c 5) march_dl: 1.962274
12.58/12.66	c 6) march_dl+P: 3.837491
12.58/12.66	c 7) kcnfs+P: 999.000000
12.58/12.66	c 8) kcnfs: 999.000000
12.58/12.66	c 9) vallst: 999.000000
12.58/12.66	c 10) zchaff_rand: 999.000000
12.58/12.66	c satzilla running minisat20 with preprocessing ... 
12.68/12.72	This is MiniSat 2.0 beta
12.68/12.72	WARNING: for repeatability, setting FPU to use double precision
12.68/12.72	============================[ Problem Statistics ]=============================
12.68/12.72	|                                                                             |
12.68/12.72	|  Number of variables:  1297                                                 |
12.68/12.72	|  Number of clauses:    6167                                                 |
12.68/12.74	|  Parsing time:         0.01         s                                       |
12.68/12.74	============================[ Search Statistics ]==============================
12.68/12.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.68/12.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.68/12.74	===============================================================================
12.68/12.74	|         0 |    1297     6167    56990 |     2055        0    nan |  0.000 % |
12.68/12.74	|       100 |    1297     6167    56990 |     2261      100     11 |  0.000 % |
12.68/12.74	|       250 |    1297     6167    56990 |     2487      250     13 |  0.000 % |
12.68/12.75	|       475 |    1297     6167    56990 |     2736      475     14 |  0.000 % |
12.68/12.75	|       812 |    1297     6167    56990 |     3009      812     15 |  0.000 % |
12.68/12.77	|      1319 |    1297     6167    56990 |     3310     1319     15 |  0.000 % |
12.68/12.79	|      2079 |    1297     6167    56990 |     3641     2079     17 |  0.000 % |
12.70/12.83	|      3218 |    1297     6167    56990 |     4005     3218     18 |  0.000 % |
12.70/12.91	|      4926 |    1297     6167    56990 |     4406     2918     19 |  0.000 % |
12.70/13.04	|      7488 |    1297     6167    56990 |     4847     3233     19 |  0.000 % |
13.16/13.27	|     11333 |    1297     6167    56990 |     5331     4617     23 |  0.000 % |
13.56/13.60	|     17099 |    1297     6167    56990 |     5865     4957     23 |  0.000 % |
14.06/14.18	|     25748 |    1297     6167    56990 |     6451     4691     22 |  0.000 % |
15.06/15.16	|     38722 |    1297     6167    56990 |     7096     4614     21 |  0.000 % |
16.26/16.39	|     58183 |    1297     6167    56990 |     7806     6140     21 |  0.000 % |
18.76/18.80	|     87375 |    1297     6167    56990 |     8587     7804     22 |  0.000 % |
23.16/23.26	|    131164 |    1297     6167    56990 |     9445     8331     25 |  0.000 % |
30.65/30.72	|    196849 |    1297     6167    56990 |    10390     7478     27 |  0.000 % |
42.15/42.25	|    295376 |    1297     6167    56990 |    11429     6705     27 |  0.000 % |
60.34/60.43	|    443166 |    1297     6167    56990 |    12572    10762     24 |  0.001 % |
91.02/91.11	|    664852 |    1297     6167    56990 |    13829    11267     26 |  0.000 % |
139.80/139.90	|    997377 |    1297     6167    56990 |    15212    10433     25 |  0.000 % |
222.27/222.50	|   1496165 |    1297     6167    56990 |    16733    12558     28 |  0.000 % |
369.71/369.94	|   2244347 |    1297     6167    56990 |    18407    13176     28 |  0.000 % |
604.51/604.84	|   3366622 |    1297     6167    56990 |    20247    17924     28 |  0.000 % |
989.44/989.95	|   5050034 |    1297     6167    56990 |    22272    15708     32 |  0.001 % |
1645.38/1646.11	|   7575150 |    1297     6167    56990 |    24499    16743     31 |  0.001 % |
2663.06/2664.23	|  11362828 |    1293     4624    42783 |    26949    22200     19 |  0.309 % |
2896.56/2897.85	===============================================================================
2896.56/2897.85	restarts              : 28
2896.56/2897.85	conflicts             : 12342725       (4280 /sec)
2896.56/2897.85	decisions             : 31064993       (1.95 % random) (10772 /sec)
2896.56/2897.85	propagations          : 563179678      (195285 /sec)
2896.56/2897.85	conflict literals     : 424748155      (35.39 % deleted)
2896.56/2897.85	Memory used           : 11.96 MB
2896.56/2897.85	CPU time              : 2883.89 s
2896.56/2897.85	
2896.56/2897.85	c Preprocessing...
2896.56/2897.85	c Inital problem has 1339 variables, 6806 nary clauses (289 binary clauses).
2896.56/2897.85	c Num non-binary clauses 6773, Average non-binary clause length 8.806
2896.56/2897.85	c Theory has no gaps
2896.56/2897.85	c Preprocessor runtime was 0.030 seconds.
2896.56/2897.85	c 
2896.56/2897.85	c Satisfiability of theory still undetermined.
2896.56/2897.85	c See file /tmp/jxSYSC for simplified theory.
2896.56/2897.85	c Bin: Executing minisat20
2896.56/2897.85	c child exited successfully
2896.56/2897.85	c minisat20 returned code 20.
2896.56/2897.85	s UNSATISFIABLE
2896.56/2897.85	c SATZILLA_TIME=2897.080000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785195-1241897306/watcher-1785195-1241897306 -o /tmp/evaluation-result-1785195-1241897306/solver-1785195-1241897306 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785195-1241897306.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: 0.99 0.98 0.99 3/64 28370
/proc/meminfo: memFree=1756672/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=0
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217763865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 110 95 260 0 84 0
[pid=28371] ppid=28370 vsize=768 CPUtime=0
/proc/28371/stat : 28371 (march_dl) R 28370 28370 28234 0 -1 4194304 104 0 0 0 0 0 0 0 19 0 1 0 217763865 786432 99 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28371/statm: 192 99 50 118 0 71 0

[startup+0.0256571 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28370
/proc/meminfo: memFree=1756672/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=0
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217763865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 110 95 260 0 84 0
[pid=28371] ppid=28370 vsize=1184 CPUtime=0.02
/proc/28371/stat : 28371 (march_dl) R 28370 28370 28234 0 -1 4194304 192 0 0 0 2 0 0 0 19 0 1 0 217763865 1212416 186 1992294400 134512640 134996440 4294956256 18446744073709551615 134544399 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28371/statm: 296 186 52 118 0 175 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2624

[startup+0.102662 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28370
/proc/meminfo: memFree=1756672/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=0
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217763865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 110 95 260 0 84 0
[pid=28371] ppid=28370 vsize=2024 CPUtime=0.1
/proc/28371/stat : 28371 (march_dl) R 28370 28370 28234 0 -1 4194304 461 0 0 0 10 0 0 0 20 0 1 0 217763865 2072576 423 1992294400 134512640 134996440 4294956256 18446744073709551615 134544399 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28371/statm: 506 423 65 118 0 385 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3464

[startup+0.301682 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28370
/proc/meminfo: memFree=1756672/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=0
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217763865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 110 95 260 0 84 0
[pid=28371] ppid=28370 vsize=3488 CPUtime=0.29
/proc/28371/stat : 28371 (march_dl) R 28370 28370 28234 0 -1 4194304 694 0 0 0 29 0 0 0 22 0 1 0 217763865 3571712 581 1992294400 134512640 134996440 4294956256 18446744073709551615 134583495 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28371/statm: 872 581 67 118 0 751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4928

[startup+0.701726 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28370
/proc/meminfo: memFree=1756672/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=0
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217763865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 110 95 260 0 84 0
[pid=28371] ppid=28370 vsize=6280 CPUtime=0.69
/proc/28371/stat : 28371 (march_dl) R 28370 28370 28234 0 -1 4194304 1780 0 0 0 66 3 0 0 25 0 1 0 217763865 6430720 1451 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28371/statm: 1570 1451 72 118 0 1449 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7720

[startup+1.50281 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28372
/proc/meminfo: memFree=1750640/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=0
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217763865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 110 95 260 0 84 0
[pid=28371] ppid=28370 vsize=6736 CPUtime=1.49
/proc/28371/stat : 28371 (march_dl) R 28370 28370 28234 0 -1 4194304 1904 0 0 0 133 16 0 0 25 0 1 0 217763865 6897664 1575 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28371/statm: 1684 1575 72 118 0 1563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8176

[startup+3.10198 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28372
/proc/meminfo: memFree=1750384/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=0
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217763865 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 110 95 260 0 84 0
[pid=28371] ppid=28370 vsize=6260 CPUtime=3.09
/proc/28371/stat : 28371 (march_dl) R 28370 28370 28234 0 -1 4194304 2185 0 0 0 276 33 0 0 25 0 1 0 217763865 6410240 1490 1992294400 134512640 134996440 4294956256 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28371/statm: 1565 1490 74 118 0 1444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7700

[startup+6.30133 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28373
/proc/meminfo: memFree=1755184/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=1440 CPUtime=4.99
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 135 2188 0 0 0 0 465 34 19 0 1 0 217763865 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 360 111 96 260 0 84 0
[pid=28373] ppid=28370 vsize=6188 CPUtime=1.28
/proc/28373/stat : 28373 (ubcsat2006) R 28370 28370 28234 0 -1 4194304 419 0 0 0 118 10 0 0 25 0 1 0 217764365 6336512 402 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28373/statm: 1547 402 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28373
/proc/meminfo: memFree=1755064/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.68
/proc/28370/stat : 28370 (SATzilla2007_C) R 28368 28370 28234 0 -1 4194304 1512 2613 0 0 533 15 668 52 25 0 1 0 217763865 4325376 832 1992294400 134512640 135579813 4294956224 18446744073709551615 134590806 0 0 4096 0 0 0 0 17 0 0 0
/proc/28370/statm: 1056 832 163 260 0 780 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4224

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28374
/proc/meminfo: memFree=1750512/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=4064 CPUtime=12.75
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 765 0 0 0 1275 0 0 0 25 0 1 0 217765138 4161536 760 1992294400 134512640 134998072 4294956304 18446744073709551615 134519218 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 1016 760 58 118 0 894 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 8288

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28374
/proc/meminfo: memFree=1749680/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=4864 CPUtime=38.34
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 962 0 0 0 3834 0 0 0 25 0 1 0 217765138 4980736 957 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 1216 957 58 118 0 1094 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 9088

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28374
/proc/meminfo: memFree=1748912/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=5528 CPUtime=89.52
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 1137 0 0 0 8952 0 0 0 25 0 1 0 217765138 5660672 1132 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 1382 1132 58 118 0 1260 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9752

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28374
/proc/meminfo: memFree=1748144/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=6332 CPUtime=149.49
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 1314 0 0 0 14949 0 0 0 25 0 1 0 217765138 6483968 1309 1992294400 134512640 134998072 4294956304 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 1583 1309 58 118 0 1461 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 10556

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28374
/proc/meminfo: memFree=1747632/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=6888 CPUtime=209.47
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 1447 0 0 0 20947 0 0 0 25 0 1 0 217765138 7053312 1442 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 1722 1442 58 118 0 1600 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 11112

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28374
/proc/meminfo: memFree=1747312/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=7020 CPUtime=269.44
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 1510 0 0 0 26944 0 0 0 25 0 1 0 217765138 7188480 1505 1992294400 134512640 134998072 4294956304 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 1755 1505 58 118 0 1633 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 11244

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28374
/proc/meminfo: memFree=1746992/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=7420 CPUtime=329.42
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 1588 0 0 0 32941 1 0 0 25 0 1 0 217765138 7598080 1583 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 1855 1583 58 118 0 1733 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 11644


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


[startup+2622.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741872/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=11744 CPUtime=2608.48
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2657 0 0 0 260845 3 0 0 25 0 1 0 217765138 12025856 2620 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 2936 2620 58 118 0 2814 0
Current children cumulated CPU time (s) 2621.18
Current children cumulated vsize (KiB) 15968

[startup+2682.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741680/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=11916 CPUtime=2668.45
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2692 0 0 0 266842 3 0 0 25 0 1 0 217765138 12201984 2655 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 2979 2655 58 118 0 2857 0
Current children cumulated CPU time (s) 2681.15
Current children cumulated vsize (KiB) 16140

[startup+2742.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741488/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12076 CPUtime=2728.42
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2735 0 0 0 272839 3 0 0 25 0 1 0 217765138 12365824 2698 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3019 2698 58 118 0 2897 0
Current children cumulated CPU time (s) 2741.12
Current children cumulated vsize (KiB) 16300

[startup+2802.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741360/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12076 CPUtime=2788.4
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2756 0 0 0 278837 3 0 0 25 0 1 0 217765138 12365824 2719 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3019 2719 58 118 0 2897 0
Current children cumulated CPU time (s) 2801.1
Current children cumulated vsize (KiB) 16300

[startup+2862.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741296/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2848.37
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2768 0 0 0 284834 3 0 0 25 0 1 0 217765138 12541952 2731 1992294400 134512640 134998072 4294956304 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2731 58 118 0 2940 0
Current children cumulated CPU time (s) 2861.07
Current children cumulated vsize (KiB) 16472

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

[startup+2867.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741296/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2853.17
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2768 0 0 0 285314 3 0 0 25 0 1 0 217765138 12541952 2731 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2731 58 118 0 2940 0
Current children cumulated CPU time (s) 2865.87
Current children cumulated vsize (KiB) 16472

[startup+2879.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741296/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2865.96
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2768 0 0 0 286593 3 0 0 25 0 1 0 217765138 12541952 2731 1992294400 134512640 134998072 4294956304 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2731 58 118 0 2940 0
Current children cumulated CPU time (s) 2878.66
Current children cumulated vsize (KiB) 16472

[startup+2886.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741232/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2872.37
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2773 0 0 0 287234 3 0 0 25 0 1 0 217765138 12541952 2736 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2736 58 118 0 2940 0
Current children cumulated CPU time (s) 2885.07
Current children cumulated vsize (KiB) 16472

[startup+2892.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741232/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2878.76
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2773 0 0 0 287873 3 0 0 25 0 1 0 217765138 12541952 2736 1992294400 134512640 134998072 4294956304 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2736 58 118 0 2940 0
Current children cumulated CPU time (s) 2891.46
Current children cumulated vsize (KiB) 16472

[startup+2895.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741232/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2881.96
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2773 0 0 0 288193 3 0 0 25 0 1 0 217765138 12541952 2736 1992294400 134512640 134998072 4294956304 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2736 58 118 0 2940 0
Current children cumulated CPU time (s) 2894.66
Current children cumulated vsize (KiB) 16472

[startup+2896.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741232/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2882.76
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2773 0 0 0 288273 3 0 0 25 0 1 0 217765138 12541952 2736 1992294400 134512640 134998072 4294956304 18446744073709551615 134527615 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2736 58 118 0 2940 0
Current children cumulated CPU time (s) 2895.46
Current children cumulated vsize (KiB) 16472

[startup+2897.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741232/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2883.56
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2777 0 0 0 288353 3 0 0 25 0 1 0 217765138 12541952 2740 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2740 58 118 0 2940 0
Current children cumulated CPU time (s) 2896.26
Current children cumulated vsize (KiB) 16472

[startup+2897.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741232/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2883.76
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2782 0 0 0 288373 3 0 0 25 0 1 0 217765138 12541952 2745 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2745 58 118 0 2940 0
Current children cumulated CPU time (s) 2896.46
Current children cumulated vsize (KiB) 16472

[startup+2897.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28382
/proc/meminfo: memFree=1741232/2055920 swapFree=4180928/4192956
[pid=28370] ppid=28368 vsize=4224 CPUtime=12.7
/proc/28370/stat : 28370 (SATzilla2007_C) S 28368 28370 28234 0 -1 4194304 1526 2613 0 0 535 15 668 52 25 0 1 0 217763865 4325376 842 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28370/statm: 1056 842 165 260 0 780 0
[pid=28374] ppid=28370 vsize=12248 CPUtime=2883.86
/proc/28374/stat : 28374 (minisat20) R 28370 28370 28234 0 -1 4194304 2782 0 0 0 288383 3 0 0 25 0 1 0 217765138 12541952 2745 1992294400 134512640 134998072 4294956304 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28374/statm: 3062 2745 58 118 0 2940 0
Current children cumulated CPU time (s) 2896.56
Current children cumulated vsize (KiB) 16472

Child status: 20
Real time (s): 2897.86
CPU time (s): 2896.65
CPU user time (s): 2895.93
CPU system time (s): 0.725889
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 16472

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

runsolver used 2.26266 second user time and 8.28674 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-09 21:28:26
IDJOB=1785195
IDBENCH=24721
IDSOLVER=640
FILE ID=node19/1785195-1241897306
PBS_JOBID= 9264762
Free space on /tmp= 66192 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-dead-dnd002.sat05-2713.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785195-1241897306/watcher-1785195-1241897306 -o /tmp/evaluation-result-1785195-1241897306/solver-1785195-1241897306 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785195-1241897306.cnf            

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

MD5SUM BENCH= 3ea6a8df7aa4f426ea9b73a3dcbe6d01
RANDOM SEED=165393469

node19.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:       1757152 kB
Buffers:         41448 kB
Cached:         183028 kB
SwapCached:       5772 kB
Active:          64160 kB
Inactive:       168136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757152 kB
SwapTotal:     4192956 kB
SwapFree:      4180928 kB
Dirty:            8656 kB
Writeback:           0 kB
Mapped:          13512 kB
Slab:            52428 kB
Committed_AS:   764352 kB
PageTables:       1452 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= 66184 MiB
End job on node19 at 2009-05-09 22:16:44