Trace number 455794

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, and are wall clock time (not CPU 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
SATzilla CRAFTED? (exit code) 9997.75 10000.7

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data (download as text)

10.65/10.77	c run March_dl for 5 seconds ... 
10.65/10.77	c Bin: Executing march_dl
10.65/10.77	c child exit by a signal
10.65/10.77	c march_dl returned code 137.
10.65/10.77	c run saps (UBCSAT implementation) for 2 seconds ... 
10.65/10.77	c Bin: Executing ubcsat2006
10.65/10.77	c child exited successfully
10.65/10.77	c ubcsat2006 returned code 0.
10.65/10.77	c satzilla computing base features
10.65/10.77	c satzilla doing unit-prop probe
10.65/10.77	c satzilla doing local search probe
10.65/10.77	c satzilla doing lobjois search-space size estimate
10.65/10.77	c satzilla's ranking:
10.65/10.77	c 1) minisat20+P: 0.861360
10.65/10.77	c 2) march_dl+P: 0.982519
10.65/10.77	c 3) march_dl: 1.503745
10.65/10.77	c 4) minisat20: 1.504888
10.65/10.77	c 5) vallst+P: 2.819293
10.65/10.77	c 6) zchaff_rand+P: 5.816327
10.65/10.77	c 7) kcnfs+P: 999.000000
10.65/10.77	c 8) kcnfs: 999.000000
10.65/10.77	c 9) vallst: 999.000000
10.65/10.77	c 10) zchaff_rand: 999.000000
10.65/10.77	c satzilla running minisat20 with preprocessing ... 
11.24/11.30	This is MiniSat 2.0 beta
11.24/11.30	WARNING: for repeatability, setting FPU to use double precision
11.24/11.30	============================[ Problem Statistics ]=============================
11.24/11.30	|                                                                             |
11.24/11.30	|  Number of variables:  5511                                                 |
11.24/11.30	|  Number of clauses:    26540                                                |
11.24/11.32	|  Parsing time:         0.02         s                                       |
11.24/11.32	============================[ Search Statistics ]==============================
11.24/11.32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.24/11.32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.24/11.32	===============================================================================
11.24/11.32	|         0 |    5511    26540    69399 |     8846        0    nan |  0.000 % |
11.24/11.32	|       103 |    5511    26540    69399 |     9731      103      7 |  0.000 % |
11.24/11.34	|       254 |    5511    26540    69399 |    10704      254     26 |  0.000 % |
11.24/11.37	|       481 |    5511    26540    69399 |    11774      481     20 |  0.000 % |
11.24/11.42	|       819 |    5511    26540    69399 |    12952      819     19 |  0.000 % |
11.24/11.49	|      1325 |    5511    26540    69399 |    14247     1325     27 |  0.000 % |
11.24/11.67	|      2085 |    5511    26540    69399 |    15672     2085     36 |  0.000 % |
11.24/11.96	|      3224 |    5511    26540    69399 |    17239     3224     40 |  0.000 % |
12.23/12.37	|      4932 |    5511    26540    69399 |    18963     4932     45 |  0.000 % |
13.13/13.23	|      7495 |    5511    26540    69399 |    20859     7495     50 |  0.000 % |
14.52/14.69	|     11339 |    5511    26540    69399 |    22945    11339     48 |  0.000 % |
17.62/17.74	|     17106 |    5511    26540    69399 |    25240    17106     55 |  0.000 % |
20.43/20.54	|     25755 |    5511    26540    69399 |    27764    12966     29 |  0.000 % |
27.33/27.46	|     38730 |    5511    26540    69399 |    30541    25941     40 |  0.000 % |
39.31/39.44	|     58193 |    5511    26540    69399 |    33595    29796     42 |  0.000 % |
61.30/61.45	|     87386 |    5511    26540    69399 |    36954    22576     43 |  0.000 % |
98.40/98.57	|    131176 |    5511    26540    69399 |    40650    26330     38 |  0.000 % |
141.28/141.49	|    196861 |    5511    26540    69399 |    44715    17470     44 |  0.000 % |
240.56/240.88	|    295387 |    5511    26540    69399 |    49186    34442     58 |  0.000 % |
363.12/363.48	|    443176 |    5511    26540    69399 |    54105    21943     44 |  0.000 % |
564.27/564.67	|    664859 |    5511    26540    69399 |    59515    42697     47 |  0.000 % |
955.48/955.98	|    997384 |    5511    26540    69399 |    65467    37050     46 |  0.000 % |
1646.10/1646.72	|   1496172 |    5511    26540    69399 |    72014    25792     40 |  0.000 % |
2567.16/2568.02	|   2244355 |    5511    26540    69399 |    79215    54794     42 |  0.000 % |
4338.52/4339.93	|   3366629 |    5511    26540    69399 |    87137    74734     46 |  0.000 % |
7053.94/7056.04	|   5050041 |    5511    26540    69399 |    95851    40624     43 |  0.000 % |
9997.70/10000.64	c Preprocessing...
9997.70/10000.64	c Inital problem has 7502 variables, 12956 nary clauses (15814 binary clauses).
9997.70/10000.64	c Num non-binary clauses 12955, Average non-binary clause length 3.447
9997.70/10000.64	c Theory has no gaps
9997.70/10000.64	c Preprocessor runtime was 0.490 seconds.
9997.70/10000.64	c 
9997.70/10000.64	c Satisfiability of theory still undetermined.
9997.70/10000.64	c See file /tmp/EXCYFR for simplified theory.
9997.70/10000.64	c Bin: Executing minisat20
9997.70/10000.64	c child exit by a signal
9997.70/10000.64	c minisat20 returned code 137.
9997.70/10000.64	c minisat20 returned code 137.
9997.70/10000.64	c satzilla running march_dl with preprocessing ... 
9997.70/10000.64	c Bin: Executing march_dl
9997.70/10000.64	c march_dl returned code 1.
9997.70/10000.64	c march_dl returned code 1.
9997.70/10000.64	c satzilla running march_dl ... 
9997.70/10000.64	c Bin: Executing march_dl
9997.70/10000.64	c march_dl returned code 1.
9997.70/10000.64	c march_dl returned code 1.
9997.70/10000.64	c satzilla running minisat20 ... 
9997.70/10000.64	c Bin: Executing minisat20
9997.70/10000.64	c minisat20 returned code 1.
9997.70/10000.64	c minisat20 returned code 1.
9997.70/10000.64	c satzilla running vallst with preprocessing ... 
9997.70/10000.64	c Bin: Executing vallst
9997.70/10000.64	c vallst returned code 1.
9997.70/10000.64	c vallst returned code 1.
9997.70/10000.64	c satzilla running zchaff_rand with preprocessing ... 
9997.70/10000.64	c Bin: Executing zchaff_rand
9997.70/10000.64	c zchaff_rand returned code 1.
9997.70/10000.64	c zchaff_rand returned code 1.
9997.70/10000.64	c satzilla running kcnfs with preprocessing ... 
9997.70/10000.64	c Bin: Executing kcnfs
9997.70/10000.64	c kcnfs returned code 1.
9997.70/10000.64	c kcnfs returned code 1.
9997.70/10000.64	c satzilla running kcnfs ... 
9997.70/10000.64	c Bin: Executing kcnfs
9997.70/10000.64	c kcnfs returned code 1.
9997.70/10000.64	c kcnfs returned code 1.
9997.70/10000.64	c satzilla running vallst ... 
9997.70/10000.64	c Bin: Executing vallst
9997.70/10000.64	c vallst returned code 1.
9997.70/10000.64	c vallst returned code 1.
9997.70/10000.64	c satzilla running zchaff_rand ... 
9997.70/10000.64	c Bin: Executing zchaff_rand
9997.70/10000.64	c zchaff_rand returned code 1.
9997.70/10000.64	c zchaff_rand returned code 1.
9997.70/10000.64	c ERROR: All Failed! 
9997.70/10000.64	c SATZILLA_TIME=9999.240000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node27/watcher-455794-1178578701 -o ROOT/results/node27/solver-455794-1178578701 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455794-1178578701/SATzilla2007_C /tmp/evaluation/455794-1178578701/instance-455794-1178578701.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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 0.94 3/65 8819
/proc/meminfo: memFree=1854248/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=0
/proc/8819/stat : 8819 (SATzilla2007_C) D 8817 8819 8718 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 270566101 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/8819/statm: 360 110 95 260 0 84 0

[startup+0.0979061 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 8819
/proc/meminfo: memFree=1854248/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=0
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 270566101 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101905 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 8819
/proc/meminfo: memFree=1854248/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=0
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 270566101 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301924 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 8819
/proc/meminfo: memFree=1854248/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=0
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 270566101 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701965 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 8819
/proc/meminfo: memFree=1854248/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=0
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 270566101 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8819/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50204 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 8821
/proc/meminfo: memFree=1844376/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=0
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 270566101 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8819/statm: 360 110 95 260 0 84 0
[pid=8821] ppid=8819 vsize=11544 CPUtime=1.48
/proc/8821/stat : 8821 (march_dl) R 8819 8819 8718 0 -1 4194304 4819 0 0 0 146 2 0 0 25 0 1 0 270566102 11821056 2532 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134513889 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8821/statm: 2886 2532 75 118 0 2765 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12984

[startup+3.10121 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 8821
/proc/meminfo: memFree=1843864/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=0
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 270566101 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8819/statm: 360 110 95 260 0 84 0
[pid=8821] ppid=8819 vsize=12840 CPUtime=3.08
/proc/8821/stat : 8821 (march_dl) R 8819 8819 8718 0 -1 4194304 5092 0 0 0 306 2 0 0 25 0 1 0 270566102 13148160 2805 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8821/statm: 3210 2805 75 118 0 3089 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14280

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 8822
/proc/meminfo: memFree=1851736/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=1440 CPUtime=4.99
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 134 5251 0 0 0 0 497 2 17 0 1 0 270566101 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8819/statm: 360 111 96 260 0 84 0
[pid=8822] ppid=8819 vsize=6188 CPUtime=1.25
/proc/8822/stat : 8822 (ubcsat2006) R 8819 8819 8718 0 -1 4194304 687 0 1 0 117 8 0 0 25 0 1 0 270566604 6336512 671 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8822/statm: 1547 671 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 8823
/proc/meminfo: memFree=1842968/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=4496 CPUtime=1.39
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 985 0 0 0 139 0 0 0 25 0 1 0 270567231 4603904 979 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525172 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 1124 979 58 118 0 1002 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 13412

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 8823
/proc/meminfo: memFree=1838104/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=8820 CPUtime=14.19
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 2040 0 0 0 1417 2 0 0 25 0 1 0 270567231 9031680 2034 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 2205 2034 58 118 0 2083 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 17736

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 8823
/proc/meminfo: memFree=1836248/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=10700 CPUtime=39.76
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 2525 0 0 0 3974 2 0 0 25 0 1 0 270567231 10956800 2519 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134528576 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 2675 2519 58 118 0 2553 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 19616

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 8823
/proc/meminfo: memFree=1834456/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=12560 CPUtime=90.96
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 2983 0 0 0 9093 3 0 0 25 0 1 0 270567231 12861440 2977 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 3140 2977 58 118 0 3018 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 21476

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/73 8849
/proc/meminfo: memFree=1830120/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=15940 CPUtime=150.92
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 3794 0 0 0 15086 6 0 0 25 0 1 0 270567231 16322560 3788 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134527638 0 0 8392704 3 0 0 0 17 0 0 0
/proc/8823/statm: 3985 3788 58 118 0 3863 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 24856

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 9021
/proc/meminfo: memFree=1829320/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=17280 CPUtime=210.82
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 4143 0 0 0 21075 7 0 0 25 0 1 0 270567231 17694720 4137 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 4320 4137 58 118 0 4198 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 26196

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 9021
/proc/meminfo: memFree=1829336/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=17280 CPUtime=270.8
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 4163 0 0 0 27073 7 0 0 25 0 1 0 270567231 17694720 4157 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 4320 4157 58 118 0 4198 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 26196

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 9021
/proc/meminfo: memFree=1828248/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=18336 CPUtime=330.79
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 4425 0 0 0 33071 8 0 0 25 0 1 0 270567231 18776064 4419 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 4584 4419 58 118 0 4462 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 27252

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/67 9021
/proc/meminfo: memFree=1827928/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=18736 CPUtime=390.77
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 4499 0 0 0 39069 8 0 0 25 0 1 0 270567231 19185664 4493 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 4684 4493 58 118 0 4562 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 27652


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


[startup+9702.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 9423
/proc/meminfo: memFree=1808408/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9688.24
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 968792 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134535753 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9699.48
Current children cumulated vsize (KiB) 46144

[startup+9762.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9748.22
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 974790 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9759.46
Current children cumulated vsize (KiB) 46144

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9808.2
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 980788 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9819.44
Current children cumulated vsize (KiB) 46144

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808280/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9868.19
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 986787 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9879.43
Current children cumulated vsize (KiB) 46144

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808280/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9928.17
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 992785 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9939.41
Current children cumulated vsize (KiB) 46144

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9944.17
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 994385 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9955.41
Current children cumulated vsize (KiB) 46144

[startup+9983.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9969.76
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 996944 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9981
Current children cumulated vsize (KiB) 46144

[startup+9990.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9976.16
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 997584 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9987.4
Current children cumulated vsize (KiB) 46144

[startup+9996.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9982.56
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 998224 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9993.8
Current children cumulated vsize (KiB) 46144

[startup+9998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9984.16
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 998384 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134528300 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9995.4
Current children cumulated vsize (KiB) 46144

[startup+9999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9985.76
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 998544 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9997
Current children cumulated vsize (KiB) 46144

[startup+10000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9986.16
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 998584 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9997.4
Current children cumulated vsize (KiB) 46144

[startup+10000.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9986.36
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 998604 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9997.6
Current children cumulated vsize (KiB) 46144

[startup+10000.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9423
/proc/meminfo: memFree=1808344/2055920 swapFree=4183076/4192956
[pid=8819] ppid=8817 vsize=8916 CPUtime=11.24
/proc/8819/stat : 8819 (SATzilla2007_C) S 8817 8819 8718 0 -1 4194304 3300 5944 0 1 396 9 700 19 25 0 1 0 270566101 9129984 1928 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8819/statm: 2229 1928 165 260 0 1953 0
[pid=8823] ppid=8819 vsize=37228 CPUtime=9986.46
/proc/8823/stat : 8823 (minisat20) R 8819 8819 8718 0 -1 4194304 9056 0 0 0 998614 32 0 0 25 0 1 0 270567231 38121472 9050 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525668 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8823/statm: 9307 9050 58 118 0 9185 0
Current children cumulated CPU time (s) 9997.7
Current children cumulated vsize (KiB) 46144

Child status: 17
Real time (s): 10000.7
CPU time (s): 9997.75
CPU user time (s): 9997.12
CPU system time (s): 0.624905
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 46144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9997.13
system time used= 0.624905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18313
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31
involuntary context switches= 17511

runsolver used 8.26074 second user time and 19.3571 second system time

The end

Launcher Data (download as text)

Begin job on node27 on Mon May  7 22:58:22 UTC 2007

IDJOB= 455794
IDBENCH= 20399
IDSOLVER= 179
FILE ID= node27/455794-1178578701

PBS_JOBID= 5217899

Free space on /tmp= 66556 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= /tmp/evaluation/455794-1178578701/SATzilla2007_C /tmp/evaluation/455794-1178578701/instance-455794-1178578701.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-455794-1178578701 -o ROOT/results/node27/solver-455794-1178578701 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455794-1178578701/SATzilla2007_C /tmp/evaluation/455794-1178578701/instance-455794-1178578701.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  d2f77e32530988f77dca5112174eee00

RANDOM SEED= 514255417

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node27.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.213
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	: 5931.00
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.213
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:       1854656 kB
Buffers:         19508 kB
Cached:          82764 kB
SwapCached:       3876 kB
Active:          20452 kB
Inactive:        91572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854656 kB
SwapTotal:     4192956 kB
SwapFree:      4183076 kB
Dirty:            8808 kB
Writeback:           0 kB
Mapped:          15756 kB
Slab:            75324 kB
Committed_AS:  5802964 kB
PageTables:       1412 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= 66556 MiB

End job on node27 on Tue May  8 01:45:03 UTC 2007