Trace number 306300

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) 1199.81 1200.16

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S2051531193-03.cnf
MD5SUMab0e9ac33b65d3d4c4302e45af764ace
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark126.202
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.73/10.83	c run March_dl for 5 seconds ... 
10.73/10.83	c Bin: Executing march_dl
10.73/10.83	c child exit by a signal
10.73/10.83	c march_dl returned code 137.
10.73/10.83	c run saps (UBCSAT implementation) for 2 seconds ... 
10.73/10.83	c Bin: Executing ubcsat2006
10.73/10.83	c child exited successfully
10.73/10.83	c ubcsat2006 returned code 0.
10.73/10.83	c satzilla computing base features
10.73/10.83	c satzilla doing unit-prop probe
10.73/10.83	c satzilla doing local search probe
10.73/10.83	c satzilla doing lobjois search-space size estimate
10.73/10.83	c satzilla's ranking:
10.73/10.83	c 1) minisat20: 2.087365
10.73/10.83	c 2) minisat20+P: 2.465671
10.73/10.83	c 3) vallst+P: 2.644036
10.73/10.83	c 4) march_dl+P: 2.736787
10.73/10.83	c 5) march_dl: 3.514815
10.73/10.83	c 6) zchaff_rand+P: 4.309760
10.73/10.83	c 7) kcnfs+P: 999.000000
10.73/10.83	c 8) kcnfs: 999.000000
10.73/10.83	c 9) vallst: 999.000000
10.73/10.83	c 10) zchaff_rand: 999.000000
10.73/10.83	c satzilla running minisat20 ... 
10.73/10.83	This is MiniSat 2.0 beta
10.73/10.83	WARNING: for repeatability, setting FPU to use double precision
10.73/10.83	============================[ Problem Statistics ]=============================
10.73/10.83	|                                                                             |
10.73/10.83	|  Number of variables:  7000                                                 |
10.73/10.83	|  Number of clauses:    29400                                                |
10.73/10.85	|  Parsing time:         0.02         s                                       |
10.73/10.85	============================[ Search Statistics ]==============================
10.73/10.85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.73/10.85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.73/10.85	===============================================================================
10.73/10.85	|         0 |    7000    29400    88200 |     9800        0    nan |  0.000 % |
10.81/10.87	|       100 |    7000    29400    88200 |    10780      100    111 |  0.000 % |
10.81/10.90	|       251 |    7000    29400    88200 |    11858      251    131 |  0.000 % |
10.81/10.94	|       476 |    7000    29400    88200 |    13043      476    126 |  0.000 % |
10.81/11.00	|       815 |    7000    29400    88200 |    14348      815    127 |  0.000 % |
10.81/11.10	|      1321 |    7000    29400    88200 |    15782     1321    132 |  0.000 % |
10.81/11.25	|      2081 |    7000    29400    88200 |    17361     2081    132 |  0.000 % |
11.45/11.50	|      3220 |    7000    29400    88200 |    19097     3220    133 |  0.000 % |
11.85/11.90	|      4928 |    7000    29400    88200 |    21007     4928    133 |  0.000 % |
12.47/12.57	|      7490 |    7000    29400    88200 |    23107     7490    142 |  0.000 % |
13.70/13.75	|     11334 |    7000    29400    88200 |    25418    11334    144 |  0.000 % |
15.86/15.94	|     17100 |    7000    29400    88200 |    27960    17100    161 |  0.000 % |
19.54/19.59	|     25750 |    7000    29400    88200 |    30756    25750    167 |  0.000 % |
25.59/25.70	|     38724 |    7000    29400    88200 |    33832    18309    165 |  0.000 % |
36.76/36.84	|     58186 |    7000    29400    88200 |    37215    14785    186 |  0.000 % |
56.03/56.08	|     87379 |    7000    29400    88200 |    40937    19124    215 |  0.000 % |
88.51/88.57	|    131168 |    7000    29400    88200 |    45030    33146    196 |  0.000 % |
147.95/148.10	|    196852 |    7000    29400    88200 |    49533    31794    210 |  0.000 % |
252.80/252.91	|    295378 |    7000    29400    88200 |    54487    21256    190 |  0.000 % |
420.35/420.56	|    443169 |    7000    29400    88200 |    59935    45228    199 |  0.000 % |
682.81/683.04	|    664852 |    7000    29400    88200 |    65929    35304    192 |  0.000 % |
1093.56/1093.99	|    997378 |    7000    29400    88200 |    72522    60661    201 |  0.000 % |
1199.53/1200.00	c Bin: Executing minisat20
1199.53/1200.00	c child exit by a signal
1199.53/1200.00	c minisat20 returned code 137.
1199.53/1200.00	c minisat20 returned code 137.
1199.53/1200.00	c satzilla running minisat20 with preprocessing ... 
1199.74/1200.15	c Preprocessing...
1199.74/1200.15	c Inital problem has 7000 variables, 29400 nary clauses (0 binary clauses).
1199.74/1200.15	c Num non-binary clauses 29400, Average non-binary clause length 3.000
1199.74/1200.15	c Theory has no gaps
1199.74/1200.15	c Preprocessor runtime was 0.100 seconds.
1199.74/1200.15	c 
1199.74/1200.15	c Satisfiability of theory still undetermined.
1199.74/1200.15	c See file /tmp/AGtIkW for simplified theory.
1199.74/1200.15	c Bin: Executing minisat20
1199.74/1200.15	c minisat20 returned code 1.
1199.74/1200.15	c minisat20 returned code 1.
1199.74/1200.15	c satzilla running vallst with preprocessing ... 
1199.74/1200.15	c Bin: Executing vallst
1199.74/1200.15	c vallst returned code 1.
1199.74/1200.15	c vallst returned code 1.
1199.74/1200.15	c satzilla running march_dl with preprocessing ... 
1199.74/1200.15	c Bin: Executing march_dl
1199.74/1200.15	c march_dl returned code 1.
1199.74/1200.15	c march_dl returned code 1.
1199.74/1200.15	c satzilla running march_dl ... 
1199.74/1200.15	c Bin: Executing march_dl
1199.74/1200.15	c march_dl returned code 1.
1199.74/1200.15	c march_dl returned code 1.
1199.74/1200.15	c satzilla running zchaff_rand with preprocessing ... 
1199.74/1200.15	c Bin: Executing zchaff_rand
1199.74/1200.15	c zchaff_rand returned code 1.
1199.74/1200.15	c zchaff_rand returned code 1.
1199.74/1200.15	c satzilla running kcnfs with preprocessing ... 
1199.74/1200.15	c Bin: Executing kcnfs
1199.74/1200.15	c kcnfs returned code 1.
1199.74/1200.15	c kcnfs returned code 1.
1199.74/1200.15	c satzilla running kcnfs ... 
1199.74/1200.15	c Bin: Executing kcnfs
1199.74/1200.15	c kcnfs returned code 1.
1199.74/1200.15	c kcnfs returned code 1.
1199.74/1200.15	c satzilla running vallst ... 
1199.74/1200.15	c Bin: Executing vallst
1199.74/1200.15	c vallst returned code 1.
1199.74/1200.15	c vallst returned code 1.
1199.74/1200.15	c satzilla running zchaff_rand ... 
1199.74/1200.15	c Bin: Executing zchaff_rand
1199.74/1200.15	c zchaff_rand returned code 1.
1199.74/1200.15	c zchaff_rand returned code 1.
1199.74/1200.15	c ERROR: All Failed! 
1199.74/1200.15	c SATZILLA_TIME=1199.960000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-306300-1172096411 -o ROOT/results/node19/solver-306300-1172096411 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306300-1172096411/SATzilla2007_C /tmp/evaluation/306300-1172096411/instance-306300-1172096411.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.96 0.95 3/77 23022
/proc/meminfo: memFree=1300848/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=1440 CPUtime=0
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 229595204 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 360 110 95 260 0 84 0
[pid=23023] ppid=23022 vsize=1212 CPUtime=0
/proc/23023/stat : 23023 (march_dl) R 23022 23022 22706 0 -1 4194304 204 0 0 0 0 0 0 0 19 0 1 0 229595204 1241088 199 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23023/statm: 303 199 50 118 0 182 0

[startup+0.106935 s]
/proc/loadavg: 0.92 0.96 0.95 3/77 23022
/proc/meminfo: memFree=1300848/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=1440 CPUtime=0
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 229595204 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 360 110 95 260 0 84 0
[pid=23023] ppid=23022 vsize=2876 CPUtime=0.09
/proc/23023/stat : 23023 (march_dl) R 23022 23022 22706 0 -1 4194304 1216 0 0 0 9 0 0 0 20 0 1 0 229595204 2945024 545 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134651664 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23023/statm: 719 545 55 118 0 598 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4316

[startup+0.51498 s]
/proc/loadavg: 0.92 0.96 0.95 3/77 23022
/proc/meminfo: memFree=1300848/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=1440 CPUtime=0
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 229595204 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 360 110 95 260 0 84 0
[pid=23023] ppid=23022 vsize=8808 CPUtime=0.5
/proc/23023/stat : 23023 (march_dl) R 23022 23022 22706 0 -1 4194304 5026 0 0 0 48 2 0 0 23 0 1 0 229595204 9019392 2018 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134531616 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23023/statm: 2202 2018 74 118 0 2081 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10248

[startup+1.33507 s]
/proc/loadavg: 0.92 0.96 0.95 2/79 23024
/proc/meminfo: memFree=1292768/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=1440 CPUtime=0
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 229595204 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 360 110 95 260 0 84 0
[pid=23023] ppid=23022 vsize=8824 CPUtime=1.32
/proc/23023/stat : 23023 (march_dl) R 23022 23022 22706 0 -1 4194304 5030 0 0 0 130 2 0 0 25 0 1 0 229595204 9035776 2022 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551562 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23023/statm: 2206 2022 74 118 0 2085 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10264

[startup+2.97125 s]
/proc/loadavg: 0.92 0.96 0.95 2/79 23024
/proc/meminfo: memFree=1292640/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=1440 CPUtime=0
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 229595204 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 360 110 95 260 0 84 0
[pid=23023] ppid=23022 vsize=9084 CPUtime=2.96
/proc/23023/stat : 23023 (march_dl) R 23022 23022 22706 0 -1 4194304 5069 0 0 0 293 3 0 0 25 0 1 0 229595204 9302016 2061 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134587851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23023/statm: 2271 2061 74 118 0 2150 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10524

[startup+6.25861 s]
/proc/loadavg: 0.93 0.96 0.95 2/79 23025
/proc/meminfo: memFree=1298280/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=1440 CPUtime=4.99
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 135 5120 0 0 0 0 496 3 16 0 1 0 229595204 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 360 111 96 260 0 84 0
[pid=23025] ppid=23022 vsize=6188 CPUtime=1.24
/proc/23025/stat : 23025 (ubcsat2006) R 23022 23022 22706 0 -1 4194304 707 0 0 0 116 8 0 0 25 0 1 0 229595704 6336512 690 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23025/statm: 1547 690 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7103 s]
/proc/loadavg: 0.93 0.96 0.95 2/79 23026
/proc/meminfo: memFree=1291880/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=8316 CPUtime=1.86
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 1859 0 0 0 186 0 0 0 25 0 1 0 229596287 8515584 1853 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 2079 1853 59 118 0 1957 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11840

[startup+25.5287 s]
/proc/loadavg: 0.95 0.96 0.95 2/79 23026
/proc/meminfo: memFree=1274088/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=25512 CPUtime=14.68
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 6128 0 0 0 1464 4 0 0 25 0 1 0 229596287 26124288 6122 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527508 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 6378 6122 59 118 0 6256 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29036

[startup+51.1615 s]
/proc/loadavg: 0.96 0.96 0.95 2/79 23026
/proc/meminfo: memFree=1264488/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=35552 CPUtime=40.31
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 8653 0 0 0 4024 7 0 0 25 0 1 0 229596287 36405248 8647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 8888 8647 59 118 0 8766 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 39076

[startup+102.414 s]
/proc/loadavg: 0.98 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1257320/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=42232 CPUtime=91.54
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 10330 0 0 0 9145 9 0 0 25 0 1 0 229596287 43245568 10324 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 10558 10324 59 118 0 10436 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 45756

[startup+162.488 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1251624/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=47908 CPUtime=151.6
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 11744 0 0 0 15149 11 0 0 25 0 1 0 229596287 49057792 11738 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525697 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 11977 11738 59 118 0 11855 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 51432

[startup+222.561 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1251560/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=48040 CPUtime=211.66
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 11768 0 0 0 21154 12 0 0 25 0 1 0 229596287 49192960 11762 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 12010 11762 59 118 0 11888 0
Current children cumulated CPU time (s) 222.47
Current children cumulated vsize (KiB) 51564

[startup+282.631 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1248616/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=51060 CPUtime=271.71
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 12520 0 0 0 27158 13 0 0 25 0 1 0 229596287 52285440 12514 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 12765 12514 59 118 0 12643 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 54584

[startup+342.702 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1245608/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=53964 CPUtime=331.76
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 13257 0 0 0 33162 14 0 0 25 0 1 0 229596287 55259136 13251 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 13491 13251 59 118 0 13369 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 57488

[startup+402.774 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1245032/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=54492 CPUtime=391.81
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 13394 0 0 0 39167 14 0 0 25 0 1 0 229596287 55799808 13388 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 13623 13388 59 118 0 13501 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 58016

[startup+462.843 s]
/proc/loadavg: 0.99 0.97 0.95 3/79 23026
/proc/meminfo: memFree=1242920/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=56604 CPUtime=451.86
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 13933 0 0 0 45171 15 0 0 25 0 1 0 229596287 57962496 13927 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 14151 13927 59 118 0 14029 0
Current children cumulated CPU time (s) 462.67

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

/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=63876 CPUtime=752.13
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 15711 0 0 0 75194 19 0 0 25 0 1 0 229596287 65409024 15705 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 15969 15705 59 118 0 15847 0
Current children cumulated CPU time (s) 762.94
Current children cumulated vsize (KiB) 67400

[startup+823.272 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1231464/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=68128 CPUtime=812.19
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 16783 0 0 0 81198 21 0 0 25 0 1 0 229596287 69763072 16777 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 17032 16777 59 118 0 16910 0
Current children cumulated CPU time (s) 823
Current children cumulated vsize (KiB) 71652

[startup+883.343 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1231400/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=68128 CPUtime=872.24
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 16783 0 0 0 87203 21 0 0 25 0 1 0 229596287 69763072 16777 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 17032 16777 59 118 0 16910 0
Current children cumulated CPU time (s) 883.05
Current children cumulated vsize (KiB) 71652

[startup+943.416 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1231464/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=68128 CPUtime=932.3
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 16783 0 0 0 93208 22 0 0 25 0 1 0 229596287 69763072 16777 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 17032 16777 59 118 0 16910 0
Current children cumulated CPU time (s) 943.11
Current children cumulated vsize (KiB) 71652

[startup+1003.49 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1231528/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=68128 CPUtime=992.36
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 16783 0 0 0 99213 23 0 0 25 0 1 0 229596287 69763072 16777 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 17032 16777 59 118 0 16910 0
Current children cumulated CPU time (s) 1003.17
Current children cumulated vsize (KiB) 71652

[startup+1063.56 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1231464/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=68128 CPUtime=1052.42
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 16783 0 0 0 105219 23 0 0 25 0 1 0 229596287 69763072 16777 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 17032 16777 59 118 0 16910 0
Current children cumulated CPU time (s) 1063.23
Current children cumulated vsize (KiB) 71652

[startup+1123.63 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1226344/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=73276 CPUtime=1112.47
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 18070 0 0 0 111222 25 0 0 25 0 1 0 229596287 75034624 18064 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527454 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 18319 18064 59 118 0 18197 0
Current children cumulated CPU time (s) 1123.28
Current children cumulated vsize (KiB) 76800

[startup+1183.71 s]
/proc/loadavg: 0.99 0.97 0.95 3/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=76576 CPUtime=1172.52
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 18909 0 0 0 117226 26 0 0 25 0 1 0 229596287 78413824 18903 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 19144 18903 59 118 0 19022 0
Current children cumulated CPU time (s) 1183.33
Current children cumulated vsize (KiB) 80100

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

[startup+1187.51 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=76576 CPUtime=1176.32
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 18909 0 0 0 117606 26 0 0 25 0 1 0 229596287 78413824 18903 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 19144 18903 59 118 0 19022 0
Current children cumulated CPU time (s) 1187.13
Current children cumulated vsize (KiB) 80100

[startup+1194.06 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=76576 CPUtime=1182.87
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 18909 0 0 0 118261 26 0 0 25 0 1 0 229596287 78413824 18903 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 19144 18903 59 118 0 19022 0
Current children cumulated CPU time (s) 1193.68
Current children cumulated vsize (KiB) 80100

[startup+1197.35 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=76576 CPUtime=1186.16
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 18909 0 0 0 118590 26 0 0 25 0 1 0 229596287 78413824 18903 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 19144 18903 59 118 0 19022 0
Current children cumulated CPU time (s) 1196.97
Current children cumulated vsize (KiB) 80100

[startup+1198.99 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=76576 CPUtime=1187.8
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 18909 0 0 0 118754 26 0 0 25 0 1 0 229596287 78413824 18903 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 19144 18903 59 118 0 19022 0
Current children cumulated CPU time (s) 1198.61
Current children cumulated vsize (KiB) 80100

[startup+1199.8 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3524 CPUtime=10.81
/proc/23022/stat : 23022 (SATzilla2007_C) S 23020 23022 22706 0 -1 4194304 2217 5833 0 0 357 5 701 18 25 0 1 0 229595204 3608576 701 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23022/statm: 881 701 157 260 0 605 0
[pid=23026] ppid=23022 vsize=76576 CPUtime=1188.62
/proc/23026/stat : 23026 (minisat20) R 23022 23022 22706 0 -1 4194304 18909 0 0 0 118836 26 0 0 25 0 1 0 229596287 78413824 18903 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23026/statm: 19144 18903 59 118 0 19022 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 80100

[startup+1200.01 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=3528 CPUtime=1199.64
/proc/23022/stat : 23022 (SATzilla2007_C) R 23020 23022 22706 0 -1 4194304 2320 24742 0 0 357 5 119556 46 16 0 1 0 229595204 3612672 703 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135063928 0 0 4096 0 0 0 0 17 0 0 0
/proc/23022/statm: 882 703 157 260 0 606 0
Current children cumulated CPU time (s) 1199.64
Current children cumulated vsize (KiB) 3528

[startup+1200.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/79 23026
/proc/meminfo: memFree=1222952/2055920 swapFree=4192812/4192956
[pid=23022] ppid=23020 vsize=8184 CPUtime=1199.74
/proc/23022/stat : 23022 (SATzilla2007_C) R 23020 23022 22706 0 -1 4194304 3490 24742 0 0 365 7 119556 46 18 0 1 0 229595204 8380416 1790 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134590746 0 0 4096 0 0 0 0 17 0 0 0
/proc/23022/statm: 2046 1790 164 260 0 1770 0
Current children cumulated CPU time (s) 1199.74
Current children cumulated vsize (KiB) 8184

Child status: 17
Real time (s): 1200.16
CPU time (s): 1199.81
CPU user time (s): 1199.26
CPU system time (s): 0.548916
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 80100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.26
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28257
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= 25
involuntary context switches= 1506

runsolver used 1.17582 second user time and 3.08753 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Feb 21 22:20:11 UTC 2007

IDJOB= 306300
IDBENCH= 20177
IDSOLVER= 135
FILE ID= node19/306300-1172096411

PBS_JOBID= 3865350

Free space on /tmp= 66536 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v7000/unif-k3-r4.2-v7000-c29400-S2051531193-03.cnf
COMMAND LINE= /tmp/evaluation/306300-1172096411/SATzilla2007_C /tmp/evaluation/306300-1172096411/instance-306300-1172096411.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-306300-1172096411 -o ROOT/results/node19/solver-306300-1172096411 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306300-1172096411/SATzilla2007_C /tmp/evaluation/306300-1172096411/instance-306300-1172096411.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  ab0e9ac33b65d3d4c4302e45af764ace

RANDOM SEED= 987990262

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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.214
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:       1301384 kB
Buffers:         61244 kB
Cached:         573536 kB
SwapCached:          0 kB
Active:         314240 kB
Inactive:       364040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8892 kB
Writeback:           0 kB
Mapped:          62364 kB
Slab:            61820 kB
Committed_AS:   959316 kB
PageTables:       1756 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= 66536 MiB

End job on node19 on Wed Feb 21 22:40:12 UTC 2007