Trace number 1729791

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) 1199.48 1200.1

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

12.47/12.58	c run March_dl for 5 seconds ... 
12.47/12.58	c Bin: Executing march_dl
12.47/12.58	c child exit by a signal
12.47/12.58	c march_dl returned code 137.
12.47/12.58	c run saps (UBCSAT implementation) for 2 seconds ... 
12.47/12.58	c Bin: Executing ubcsat2006
12.47/12.58	c child exited successfully
12.47/12.58	c ubcsat2006 returned code 0.
12.47/12.58	c satzilla computing base features
12.47/12.58	c satzilla doing unit-prop probe
12.47/12.58	c satzilla doing local search probe
12.47/12.58	c satzilla doing lobjois search-space size estimate
12.47/12.58	c satzilla's ranking:
12.47/12.58	c 1) minisat20: 0.736751
12.47/12.58	c 2) minisat20+P: 1.493033
12.47/12.58	c 3) zchaff_rand+P: 1.746310
12.47/12.58	c 4) vallst+P: 2.083143
12.47/12.58	c 5) march_dl+P: 2.734161
12.47/12.58	c 6) march_dl: 2.776554
12.47/12.58	c 7) kcnfs+P: 999.000000
12.47/12.58	c 8) kcnfs: 999.000000
12.47/12.58	c 9) vallst: 999.000000
12.47/12.58	c 10) zchaff_rand: 999.000000
12.47/12.58	c satzilla running minisat20 ... 
12.47/12.59	This is MiniSat 2.0 beta
12.47/12.59	WARNING: for repeatability, setting FPU to use double precision
12.47/12.59	============================[ Problem Statistics ]=============================
12.47/12.59	|                                                                             |
12.47/12.59	|  Number of variables:  2123                                                 |
12.47/12.59	|  Number of clauses:    9177                                                 |
12.56/12.60	|  Parsing time:         0.01         s                                       |
12.56/12.60	============================[ Search Statistics ]==============================
12.56/12.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.56/12.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.56/12.60	===============================================================================
12.56/12.60	|         0 |    2081     8714    75623 |     2904        0    nan |  0.000 % |
12.56/12.60	|       100 |    2081     8714    75623 |     3195      100     13 |  1.978 % |
12.56/12.61	|       250 |    2081     8714    75623 |     3514      250     16 |  1.978 % |
12.56/12.61	|       476 |    2081     8714    75623 |     3866      476     16 |  1.979 % |
12.56/12.62	|       813 |    2081     8714    75623 |     4252      813     15 |  1.978 % |
12.56/12.64	|      1320 |    2081     8714    75623 |     4677     1320     17 |  1.978 % |
12.56/12.66	|      2080 |    2081     8714    75623 |     5145     2080     19 |  1.978 % |
12.56/12.71	|      3219 |    2081     8714    75623 |     5660     3219     20 |  1.978 % |
12.56/12.80	|      4928 |    2081     8714    75623 |     6226     4928     20 |  1.978 % |
12.56/12.98	|      7492 |    2081     8714    75623 |     6849     4307     23 |  1.978 % |
13.16/13.24	|     11336 |    2081     8714    75623 |     7533     4665     23 |  1.978 % |
13.56/13.63	|     17102 |    2081     8714    75623 |     8287     6591     24 |  1.978 % |
14.16/14.24	|     25751 |    2080     8700    75557 |     9116     6793     22 |  2.025 % |
15.36/15.43	|     38725 |    2080     8700    75557 |    10027     5894     27 |  2.025 % |
17.15/17.28	|     58186 |    2080     8700    75557 |    11030    10110     30 |  2.025 % |
20.55/20.64	|     87378 |    2080     8700    75557 |    12133     5851     23 |  2.026 % |
25.55/25.65	|    131167 |    2080     8700    75557 |    13346     6779     24 |  2.026 % |
34.65/34.78	|    196851 |    2080     8700    75557 |    14681    11801     30 |  2.025 % |
50.94/51.08	|    295377 |    2080     8700    75557 |    16149    14120     30 |  2.026 % |
77.73/77.86	|    443167 |    2080     8700    75557 |    17764    15539     31 |  2.025 % |
120.51/120.67	|    664851 |    2080     8700    75557 |    19541    13750     29 |  2.025 % |
194.57/194.72	|    997377 |    2080     8700    75557 |    21495    11908     34 |  2.025 % |
309.51/309.77	|   1496166 |    2080     8700    75557 |    23644    13643     24 |  2.025 % |
503.12/503.48	|   2244349 |    2080     8700    75557 |    26009    13523     25 |  2.025 % |
781.56/782.02	|   3366624 |    2080     8700    75557 |    28610    25397     29 |  2.025 % |
1199.36/1200.02	c Bin: Executing minisat20
1199.36/1200.02	c child exit by a signal
1199.36/1200.02	c minisat20 returned code 137.
1199.36/1200.02	c minisat20 returned code 137.
1199.36/1200.02	c satzilla running minisat20 with preprocessing ... 
1199.36/1200.10	c Preprocessing...
1199.36/1200.10	c Inital problem has 2123 variables, 8888 nary clauses (289 binary clauses).
1199.36/1200.10	c Num non-binary clauses 8855, Average non-binary clause length 8.705
1199.36/1200.10	c Preprocessor runtime was 0.040 seconds.
1199.36/1200.10	c 
1199.36/1200.10	c Satisfiability of theory still undetermined.
1199.36/1200.10	c See file /tmp/HXpQVX for simplified theory.
1199.36/1200.10	c Bin: Executing minisat20
1199.36/1200.10	c minisat20 returned code 1.
1199.36/1200.10	c minisat20 returned code 1.
1199.36/1200.10	c satzilla running zchaff_rand with preprocessing ... 
1199.36/1200.10	c Bin: Executing zchaff_rand
1199.36/1200.10	c zchaff_rand returned code 1.
1199.36/1200.10	c zchaff_rand returned code 1.
1199.36/1200.10	c satzilla running vallst with preprocessing ... 
1199.36/1200.10	c Bin: Executing vallst
1199.36/1200.10	c vallst returned code 1.
1199.36/1200.10	c vallst returned code 1.
1199.36/1200.10	c satzilla running march_dl with preprocessing ... 
1199.36/1200.10	c Bin: Executing march_dl
1199.36/1200.10	c march_dl returned code 1.
1199.36/1200.10	c march_dl returned code 1.
1199.36/1200.10	c satzilla running march_dl ... 
1199.36/1200.10	c Bin: Executing march_dl
1199.36/1200.10	c march_dl returned code 1.
1199.36/1200.10	c march_dl returned code 1.
1199.36/1200.10	c satzilla running kcnfs with preprocessing ... 
1199.36/1200.10	c Bin: Executing kcnfs
1199.36/1200.10	c kcnfs returned code 1.
1199.36/1200.10	c kcnfs returned code 1.
1199.36/1200.10	c satzilla running kcnfs ... 
1199.36/1200.10	c Bin: Executing kcnfs
1199.36/1200.10	c kcnfs returned code 1.
1199.36/1200.10	c kcnfs returned code 1.
1199.36/1200.10	c satzilla running vallst ... 
1199.36/1200.10	c Bin: Executing vallst
1199.36/1200.10	c vallst returned code 1.
1199.36/1200.10	c vallst returned code 1.
1199.36/1200.10	c satzilla running zchaff_rand ... 
1199.36/1200.10	c Bin: Executing zchaff_rand
1199.36/1200.10	c zchaff_rand returned code 1.
1199.36/1200.10	c zchaff_rand returned code 1.
1199.36/1200.10	c ERROR: All Failed! 
1199.36/1200.10	c SATZILLA_TIME=1199.660000

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-1729791-1240753698/watcher-1729791-1240753698 -o /tmp/evaluation-result-1729791-1240753698/solver-1729791-1240753698 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1729791-1240753698.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.99 0.97 0.97 3/64 24627
/proc/meminfo: memFree=1817152/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=0
/proc/24627/stat : 24627 (SATzilla2007_C) R 24625 24627 24346 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 103403887 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/24627/statm: 360 110 95 260 0 84 0
[pid=24628] ppid=24627 vsize=768 CPUtime=0
/proc/24628/stat : 24628 (march_dl) R 24627 24627 24346 0 -1 4194304 116 0 0 0 0 0 0 0 18 0 1 0 103403887 786432 111 1992294400 134512640 134996440 4294956256 18446744073709551615 134778363 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24628/statm: 192 111 50 118 0 71 0

[startup+0.079333 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24627
/proc/meminfo: memFree=1817152/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=0
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103403887 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24627/statm: 360 110 95 260 0 84 0
[pid=24628] ppid=24627 vsize=2044 CPUtime=0.07
/proc/24628/stat : 24628 (march_dl) R 24627 24627 24346 0 -1 4194304 1213 0 0 0 7 0 0 0 20 0 1 0 103403887 2093056 401 1992294400 134512640 134996440 4294956256 18446744073709551615 134543093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24628/statm: 511 402 57 118 0 390 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3484

[startup+0.102337 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24627
/proc/meminfo: memFree=1817152/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=0
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103403887 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24627/statm: 360 110 95 260 0 84 0
[pid=24628] ppid=24627 vsize=2716 CPUtime=0.09
/proc/24628/stat : 24628 (march_dl) R 24627 24627 24346 0 -1 4194304 1847 0 0 0 9 0 0 0 20 0 1 0 103403887 2781184 571 1992294400 134512640 134996440 4294956256 18446744073709551615 134559220 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24628/statm: 679 571 65 118 0 558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4156

[startup+0.301373 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24627
/proc/meminfo: memFree=1817152/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=0
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103403887 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24627/statm: 360 110 95 260 0 84 0
[pid=24628] ppid=24627 vsize=4424 CPUtime=0.29
/proc/24628/stat : 24628 (march_dl) R 24627 24627 24346 0 -1 4194304 2226 0 0 0 29 0 0 0 21 0 1 0 103403887 4530176 752 1992294400 134512640 134996440 4294956256 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24628/statm: 1106 752 67 118 0 985 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5864

[startup+0.702445 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 24627
/proc/meminfo: memFree=1817152/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=0
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103403887 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24627/statm: 360 110 95 260 0 84 0
[pid=24628] ppid=24627 vsize=4892 CPUtime=0.69
/proc/24628/stat : 24628 (march_dl) R 24627 24627 24346 0 -1 4194304 2801 0 0 0 69 0 0 0 25 0 1 0 103403887 5009408 1120 1992294400 134512640 134996440 4294956256 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24628/statm: 1223 1120 73 118 0 1102 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6332

[startup+1.50159 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24629
/proc/meminfo: memFree=1810544/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=0
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103403887 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24627/statm: 360 110 95 260 0 84 0
[pid=24628] ppid=24627 vsize=7500 CPUtime=1.49
/proc/24628/stat : 24628 (march_dl) R 24627 24627 24346 0 -1 4194304 3449 0 0 0 133 16 0 0 25 0 1 0 103403887 7680000 1765 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24628/statm: 1875 1765 73 118 0 1754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8940

[startup+3.10189 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24629
/proc/meminfo: memFree=1810032/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=0
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103403887 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24627/statm: 360 110 95 260 0 84 0
[pid=24628] ppid=24627 vsize=7176 CPUtime=3.09
/proc/24628/stat : 24628 (march_dl) R 24627 24627 24346 0 -1 4194304 3962 0 0 0 275 34 0 0 25 0 1 0 103403887 7348224 1636 1992294400 134512640 134996440 4294956256 18446744073709551615 134513791 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24628/statm: 1794 1636 75 118 0 1673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8616

[startup+6.30147 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24630
/proc/meminfo: memFree=1815344/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=1440 CPUtime=4.99
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 135 3962 0 0 0 0 465 34 16 0 1 0 103403887 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 360 111 96 260 0 84 0
[pid=24630] ppid=24627 vsize=6188 CPUtime=1.28
/proc/24630/stat : 24630 (ubcsat2006) R 24627 24627 24346 0 -1 4194304 477 0 0 0 120 8 0 0 25 0 1 0 103404387 6336512 460 1992294400 134512640 134777720 4294956112 18446744073709551615 134556126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24630/statm: 1547 460 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 24630
/proc/meminfo: memFree=1815288/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 2656

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24631
/proc/meminfo: memFree=1812080/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=4760 CPUtime=12.89
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 934 0 0 0 1289 0 0 0 25 0 1 0 103405146 4874240 929 1992294400 134512640 134998072 4294956256 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 1190 929 59 118 0 1068 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7416

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24631
/proc/meminfo: memFree=1810800/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=5836 CPUtime=38.48
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 1229 0 0 0 3847 1 0 0 25 0 1 0 103405146 5976064 1224 1992294400 134512640 134998072 4294956256 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 1459 1224 59 118 0 1337 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 8492

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24631
/proc/meminfo: memFree=1809776/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=6896 CPUtime=89.66
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 1482 0 0 0 8965 1 0 0 25 0 1 0 103405146 7061504 1477 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 1724 1477 59 118 0 1602 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9552

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24631
/proc/meminfo: memFree=1808816/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=7820 CPUtime=149.63
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 1702 0 0 0 14962 1 0 0 25 0 1 0 103405146 8007680 1697 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 1955 1697 59 118 0 1833 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 10476

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24631
/proc/meminfo: memFree=1808112/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=8484 CPUtime=209.59
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 1884 0 0 0 20958 1 0 0 25 0 1 0 103405146 8687616 1879 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2121 1879 59 118 0 1999 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 11140

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24631
/proc/meminfo: memFree=1807920/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=8624 CPUtime=269.56
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 1918 0 0 0 26955 1 0 0 25 0 1 0 103405146 8830976 1913 1992294400 134512640 134998072 4294956256 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2156 1913 59 118 0 2034 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 11280

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24631
/proc/meminfo: memFree=1807600/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=8900 CPUtime=329.53
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 1984 0 0 0 32952 1 0 0 25 0 1 0 103405146 9113600 1979 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2225 1979 59 118 0 2103 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 11556


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


[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1805168/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11096 CPUtime=809.28
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2493 0 0 0 80926 2 0 0 25 0 1 0 103405146 11362304 2488 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2774 2488 59 118 0 2652 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 13752

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1805040/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11372 CPUtime=869.25
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2544 0 0 0 86923 2 0 0 25 0 1 0 103405146 11644928 2539 1992294400 134512640 134998072 4294956256 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2843 2539 59 118 0 2721 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 14028

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804912/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11512 CPUtime=929.22
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2568 0 0 0 92920 2 0 0 25 0 1 0 103405146 11788288 2563 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2878 2563 59 118 0 2756 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 14168

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804784/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11664 CPUtime=989.19
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2610 0 0 0 98917 2 0 0 25 0 1 0 103405146 11943936 2605 1992294400 134512640 134998072 4294956256 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2916 2605 59 118 0 2794 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 14320

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804656/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11808 CPUtime=1049.16
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2635 0 0 0 104914 2 0 0 25 0 1 0 103405146 12091392 2630 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2952 2630 59 118 0 2830 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 14464

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804528/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11808 CPUtime=1109.12
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2666 0 0 0 110910 2 0 0 25 0 1 0 103405146 12091392 2661 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2952 2661 59 118 0 2830 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 14464

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 3/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11980 CPUtime=1169.1
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2694 0 0 0 116908 2 0 0 25 0 1 0 103405146 12267520 2689 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2995 2689 59 118 0 2873 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 14636

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=11980 CPUtime=1177.1
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2694 0 0 0 117708 2 0 0 25 0 1 0 103405146 12267520 2689 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 2995 2689 59 118 0 2873 0
Current children cumulated CPU time (s) 1189.66
Current children cumulated vsize (KiB) 14636

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=12124 CPUtime=1183.5
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2704 0 0 0 118348 2 0 0 25 0 1 0 103405146 12414976 2699 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 3031 2699 59 118 0 2909 0
Current children cumulated CPU time (s) 1196.06
Current children cumulated vsize (KiB) 14780

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=12124 CPUtime=1185.09
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2704 0 0 0 118507 2 0 0 25 0 1 0 103405146 12414976 2699 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 3031 2699 59 118 0 2909 0
Current children cumulated CPU time (s) 1197.65
Current children cumulated vsize (KiB) 14780

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=12124 CPUtime=1185.89
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2704 0 0 0 118587 2 0 0 25 0 1 0 103405146 12414976 2699 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 3031 2699 59 118 0 2909 0
Current children cumulated CPU time (s) 1198.45
Current children cumulated vsize (KiB) 14780

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=12124 CPUtime=1186.29
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2704 0 0 0 118627 2 0 0 25 0 1 0 103405146 12414976 2699 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 3031 2699 59 118 0 2909 0
Current children cumulated CPU time (s) 1198.85
Current children cumulated vsize (KiB) 14780

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=12124 CPUtime=1186.69
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2704 0 0 0 118667 2 0 0 25 0 1 0 103405146 12414976 2699 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 3031 2699 59 118 0 2909 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 14780

[startup+1200 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 24637
/proc/meminfo: memFree=1804400/2055920 swapFree=4180820/4192956
[pid=24627] ppid=24625 vsize=2656 CPUtime=12.56
/proc/24627/stat : 24627 (SATzilla2007_C) S 24625 24627 24346 0 -1 4194304 1317 4445 0 0 527 12 668 49 25 0 1 0 103403887 2719744 491 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 664 491 158 260 0 388 0
[pid=24631] ppid=24627 vsize=12124 CPUtime=1186.8
/proc/24631/stat : 24631 (minisat20) R 24627 24627 24346 0 -1 4194304 2704 0 0 0 118678 2 0 0 25 0 1 0 103405146 12414976 2699 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24631/statm: 3031 2699 59 118 0 2909 0
Current children cumulated CPU time (s) 1199.36
Current children cumulated vsize (KiB) 14780

Child status: 17
Real time (s): 1200.1
CPU time (s): 1199.48
CPU user time (s): 1198.82
CPU system time (s): 0.663899
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 14780

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

runsolver used 0.974851 second user time and 3.39948 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-26 15:48:18
IDJOB=1729791
IDBENCH=24714
IDSOLVER=558
FILE ID=node2/1729791-1240753698
PBS_JOBID= 9187049
Free space on /tmp= 66316 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729791-1240753698/watcher-1729791-1240753698 -o /tmp/evaluation-result-1729791-1240753698/solver-1729791-1240753698 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1729791-1240753698.cnf            

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=18367012

node2.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.265
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.265
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:       1817632 kB
Buffers:         27488 kB
Cached:         133676 kB
SwapCached:       5980 kB
Active:          27184 kB
Inactive:       142456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817632 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            8756 kB
Writeback:           0 kB
Mapped:          14088 kB
Slab:            54660 kB
Committed_AS:   397232 kB
PageTables:       1468 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= 66308 MiB
End job on node2 at 2009-04-26 16:08:18