Trace number 1731487

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.46 1199.83

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.cnf
MD5SUM27360692d166ffe055bd444eea177edf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark852.684
Satisfiable
(Un)Satisfiability was proved
Number of variables987
Number of clauses6860
Sum of the clauses size27440
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 46860
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.57/10.61	c run March_dl for 5 seconds ... 
10.57/10.61	c Bin: Executing march_dl
10.57/10.61	c child exit by a signal
10.57/10.61	c march_dl returned code 137.
10.57/10.61	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.61	c Bin: Executing ubcsat2006
10.57/10.61	c child exited successfully
10.57/10.61	c ubcsat2006 returned code 0.
10.57/10.61	c satzilla computing base features
10.57/10.61	c satzilla doing unit-prop probe
10.57/10.61	c satzilla doing local search probe
10.57/10.61	c satzilla doing lobjois search-space size estimate
10.57/10.61	c satzilla's ranking:
10.57/10.61	c 1) minisat20: 1.909340
10.57/10.61	c 2) minisat20+P: 2.122813
10.57/10.61	c 3) march_dl: 2.361131
10.57/10.61	c 4) march_dl+P: 2.498937
10.57/10.61	c 5) vallst+P: 3.547649
10.57/10.61	c 6) zchaff_rand+P: 3.555841
10.57/10.61	c 7) kcnfs+P: 999.000000
10.57/10.61	c 8) kcnfs: 999.000000
10.57/10.61	c 9) vallst: 999.000000
10.57/10.61	c 10) zchaff_rand: 999.000000
10.57/10.61	c satzilla running minisat20 ... 
10.57/10.61	This is MiniSat 2.0 beta
10.57/10.61	WARNING: for repeatability, setting FPU to use double precision
10.57/10.61	============================[ Problem Statistics ]=============================
10.57/10.61	|                                                                             |
10.57/10.61	|  Number of variables:  1000                                                 |
10.57/10.61	|  Number of clauses:    6860                                                 |
10.57/10.61	|  Parsing time:         0.00         s                                       |
10.57/10.61	============================[ Search Statistics ]==============================
10.57/10.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.61	===============================================================================
10.57/10.61	|         0 |    1000     6860    27440 |     2286        0    nan |  0.000 % |
10.57/10.62	|       100 |    1000     6860    27440 |     2515      100      3 |  0.000 % |
10.57/10.62	|       250 |    1000     6860    27440 |     2766      250      3 |  0.000 % |
10.57/10.63	|       476 |    1000     6860    27440 |     3043      476      3 |  0.000 % |
10.57/10.64	|       813 |    1000     6860    27440 |     3347      813      3 |  0.000 % |
10.57/10.66	|      1320 |    1000     6860    27440 |     3682     1320      4 |  0.000 % |
10.57/10.70	|      2080 |    1000     6860    27440 |     4050     2080      9 |  0.000 % |
10.58/10.77	|      3219 |    1000     6860    27440 |     4456     3219     13 |  0.000 % |
10.58/10.90	|      4928 |    1000     6860    27440 |     4901     2682     11 |  0.000 % |
11.06/11.11	|      7490 |    1000     6860    27440 |     5391     2762     12 |  0.000 % |
11.36/11.46	|     11334 |    1000     6860    27440 |     5931     3885     16 |  0.000 % |
11.85/11.99	|     17100 |    1000     6860    27440 |     6524     3639     16 |  0.000 % |
12.75/12.84	|     25749 |    1000     6860    27440 |     7176     5696     17 |  0.000 % |
14.05/14.15	|     38724 |    1000     6860    27440 |     7894     4103     14 |  0.000 % |
16.05/16.12	|     58186 |    1000     6860    27440 |     8683     7587     17 |  0.000 % |
19.35/19.43	|     87378 |    1000     6860    27440 |     9551     6182     15 |  0.000 % |
24.45/24.52	|    131169 |    1000     6860    27440 |    10507     6710     18 |  0.000 % |
32.24/32.37	|    196853 |    1000     6860    27440 |    11557     8898     17 |  0.000 % |
45.04/45.16	|    295379 |    1000     6860    27440 |    12713     8655     16 |  0.000 % |
64.93/65.06	|    443170 |    1000     6860    27440 |    13985     9409     17 |  0.000 % |
97.62/97.79	|    664853 |    1000     6860    27440 |    15383    13078     20 |  0.000 % |
149.51/149.61	|    997378 |    1000     6860    27440 |    16921    13224     19 |  0.000 % |
230.38/230.57	|   1496166 |    1000     6860    27440 |    18614    10786     19 |  0.000 % |
365.24/365.41	|   2244349 |    1000     6860    27440 |    20475    11448     18 |  0.000 % |
580.08/580.33	|   3366624 |    1000     6860    27440 |    22523    13430     16 |  0.000 % |
924.47/924.80	|   5050036 |    1000     6860    27440 |    24775    13023     18 |  0.001 % |
1199.29/1199.80	c Bin: Executing minisat20
1199.29/1199.80	c child exit by a signal
1199.29/1199.80	c minisat20 returned code 137.
1199.29/1199.80	c minisat20 returned code 137.
1199.29/1199.80	c satzilla running minisat20 with preprocessing ... 
1199.40/1199.83	c Preprocessing...
1199.40/1199.83	c Inital problem has 1000 variables, 6860 nary clauses (0 binary clauses).
1199.40/1199.83	c Num non-binary clauses 6860, Average non-binary clause length 4.000
1199.40/1199.83	c Preprocessor runtime was 0.010 seconds.
1199.40/1199.83	c 
1199.40/1199.83	c Satisfiability of theory still undetermined.
1199.40/1199.83	c See file /tmp/BO3jtj for simplified theory.
1199.40/1199.83	c Bin: Executing minisat20
1199.40/1199.83	c minisat20 returned code 1.
1199.40/1199.83	c minisat20 returned code 1.
1199.40/1199.83	c satzilla running march_dl ... 
1199.40/1199.83	c Bin: Executing march_dl
1199.40/1199.83	c march_dl returned code 1.
1199.40/1199.83	c march_dl returned code 1.
1199.40/1199.83	c satzilla running march_dl with preprocessing ... 
1199.40/1199.83	c Bin: Executing march_dl
1199.40/1199.83	c march_dl returned code 1.
1199.40/1199.83	c march_dl returned code 1.
1199.40/1199.83	c satzilla running vallst with preprocessing ... 
1199.40/1199.83	c Bin: Executing vallst
1199.40/1199.83	c vallst returned code 1.
1199.40/1199.83	c vallst returned code 1.
1199.40/1199.83	c satzilla running zchaff_rand with preprocessing ... 
1199.40/1199.83	c Bin: Executing zchaff_rand
1199.40/1199.83	c zchaff_rand returned code 1.
1199.40/1199.83	c zchaff_rand returned code 1.
1199.40/1199.83	c satzilla running kcnfs with preprocessing ... 
1199.40/1199.83	c Bin: Executing kcnfs
1199.40/1199.83	c kcnfs returned code 1.
1199.40/1199.83	c kcnfs returned code 1.
1199.40/1199.83	c satzilla running kcnfs ... 
1199.40/1199.83	c Bin: Executing kcnfs
1199.40/1199.83	c kcnfs returned code 1.
1199.40/1199.83	c kcnfs returned code 1.
1199.40/1199.83	c satzilla running vallst ... 
1199.40/1199.83	c Bin: Executing vallst
1199.40/1199.83	c vallst returned code 1.
1199.40/1199.83	c vallst returned code 1.
1199.40/1199.83	c satzilla running zchaff_rand ... 
1199.40/1199.83	c Bin: Executing zchaff_rand
1199.40/1199.83	c zchaff_rand returned code 1.
1199.40/1199.83	c zchaff_rand returned code 1.
1199.40/1199.83	c ERROR: All Failed! 
1199.40/1199.83	c SATZILLA_TIME=1199.620000

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-1731487-1240771201/watcher-1731487-1240771201 -o /tmp/evaluation-result-1731487-1240771201/solver-1731487-1240771201 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1731487-1240771201.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.92 0.98 0.99 3/65 12414
/proc/meminfo: memFree=1660592/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=0
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 105149527 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 110 95 260 0 84 0
[pid=12415] ppid=12414 vsize=768 CPUtime=0
/proc/12415/stat : 12415 (march_dl) R 12414 12414 12083 0 -1 4194304 101 0 0 0 0 0 0 0 21 0 1 0 105149527 786432 96 1992294400 134512640 134996440 4294956256 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12415/statm: 192 96 50 118 0 71 0

[startup+0.091111 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 12414
/proc/meminfo: memFree=1660592/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=0
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 105149527 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 110 95 260 0 84 0
[pid=12415] ppid=12414 vsize=1760 CPUtime=0.08
/proc/12415/stat : 12415 (march_dl) R 12414 12414 12083 0 -1 4194304 401 0 0 0 8 0 0 0 21 0 1 0 105149527 1802240 350 1992294400 134512640 134996440 4294956256 18446744073709551615 134583602 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12415/statm: 440 350 67 118 0 319 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3200

[startup+0.101111 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 12414
/proc/meminfo: memFree=1660592/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=0
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 105149527 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 110 95 260 0 84 0
[pid=12415] ppid=12414 vsize=1760 CPUtime=0.09
/proc/12415/stat : 12415 (march_dl) R 12414 12414 12083 0 -1 4194304 404 0 0 0 9 0 0 0 21 0 1 0 105149527 1802240 353 1992294400 134512640 134996440 4294956256 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12415/statm: 440 353 67 118 0 319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3200

[startup+0.301136 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 12414
/proc/meminfo: memFree=1660592/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=0
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 105149527 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 110 95 260 0 84 0
[pid=12415] ppid=12414 vsize=5548 CPUtime=0.29
/proc/12415/stat : 12415 (march_dl) R 12414 12414 12083 0 -1 4194304 1372 0 0 0 27 2 0 0 23 0 1 0 105149527 5681152 1280 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12415/statm: 1387 1280 72 118 0 1266 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6988

[startup+0.701186 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 12414
/proc/meminfo: memFree=1660592/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=0
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 105149527 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 110 95 260 0 84 0
[pid=12415] ppid=12414 vsize=5844 CPUtime=0.69
/proc/12415/stat : 12415 (march_dl) R 12414 12414 12083 0 -1 4194304 1415 0 0 0 55 14 0 0 25 0 1 0 105149527 5984256 1323 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12415/statm: 1461 1323 72 118 0 1340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7284

[startup+1.50129 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 12416
/proc/meminfo: memFree=1655456/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=0
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 105149527 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 110 95 260 0 84 0
[pid=12415] ppid=12414 vsize=5928 CPUtime=1.49
/proc/12415/stat : 12415 (march_dl) R 12414 12414 12083 0 -1 4194304 1760 0 0 0 125 24 0 0 25 0 1 0 105149527 6070272 1344 1992294400 134512640 134996440 4294956256 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12415/statm: 1482 1344 74 118 0 1361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7368

[startup+3.10149 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 12416
/proc/meminfo: memFree=1655264/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=0
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 128 0 0 0 0 0 0 0 20 0 1 0 105149527 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 110 95 260 0 84 0
[pid=12415] ppid=12414 vsize=5928 CPUtime=3.09
/proc/12415/stat : 12415 (march_dl) R 12414 12414 12083 0 -1 4194304 1760 0 0 0 285 24 0 0 25 0 1 0 105149527 6070272 1344 1992294400 134512640 134996440 4294956256 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12415/statm: 1482 1344 74 118 0 1361 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7368

[startup+6.30189 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 12417
/proc/meminfo: memFree=1659424/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=1440 CPUtime=4.99
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 135 1761 0 0 0 0 475 24 16 0 1 0 105149527 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 360 111 96 260 0 84 0
[pid=12417] ppid=12414 vsize=6188 CPUtime=1.29
/proc/12417/stat : 12417 (ubcsat2006) R 12414 12414 12083 0 -1 4194304 349 0 0 0 115 14 0 0 25 0 1 0 105150027 6336512 332 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12417/statm: 1547 332 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1658208/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=2896 CPUtime=2.07
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 427 0 0 0 207 0 0 0 25 0 1 0 105150588 2965504 422 1992294400 134512640 134998072 4294956256 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 724 422 59 118 0 602 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 4956

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1657376/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=3732 CPUtime=14.87
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 641 0 0 0 1487 0 0 0 25 0 1 0 105150588 3821568 636 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 933 636 59 118 0 811 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5792

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1656736/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=4400 CPUtime=40.45
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 793 0 0 0 4045 0 0 0 25 0 1 0 105150588 4505600 788 1992294400 134512640 134998072 4294956256 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 1100 788 59 118 0 978 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 6460

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1656032/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=5216 CPUtime=91.64
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 1000 0 0 0 9164 0 0 0 25 0 1 0 105150588 5341184 995 1992294400 134512640 134998072 4294956256 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 1304 995 59 118 0 1182 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 7276

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1655392/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=5752 CPUtime=151.63
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 1149 0 0 0 15162 1 0 0 25 0 1 0 105150588 5890048 1144 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 1438 1144 59 118 0 1316 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 7812

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1654816/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=6312 CPUtime=211.61
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 1272 0 0 0 21160 1 0 0 25 0 1 0 105150588 6463488 1267 1992294400 134512640 134998072 4294956256 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 1578 1267 59 118 0 1456 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 8372

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1654048/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=6988 CPUtime=271.59
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 1443 0 0 0 27158 1 0 0 25 0 1 0 105150588 7155712 1438 1992294400 134512640 134998072 4294956256 18446744073709551615 134525849 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 1747 1438 59 118 0 1625 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 9048

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1653856/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=7264 CPUtime=331.57
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 1484 0 0 0 33156 1 0 0 25 0 1 0 105150588 7438336 1479 1992294400 134512640 134998072 4294956256 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 1816 1479 59 118 0 1694 0

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

/proc/12418/statm: 2227 1890 59 118 0 2105 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 10968

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1651808/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=9024 CPUtime=811.42
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 1944 0 0 0 81140 2 0 0 25 0 1 0 105150588 9240576 1939 1992294400 134512640 134998072 4294956256 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2256 1939 59 118 0 2134 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 11084

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1651680/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=9156 CPUtime=871.41
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 1968 0 0 0 87139 2 0 0 25 0 1 0 105150588 9375744 1963 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2289 1963 59 118 0 2167 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 11216

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1651360/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=9560 CPUtime=931.39
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2050 0 0 0 93137 2 0 0 25 0 1 0 105150588 9789440 2045 1992294400 134512640 134998072 4294956256 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2390 2045 59 118 0 2268 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 11620

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1651232/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=9560 CPUtime=991.37
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2078 0 0 0 99135 2 0 0 25 0 1 0 105150588 9789440 2073 1992294400 134512640 134998072 4294956256 18446744073709551615 134525580 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2390 2073 59 118 0 2268 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 11620

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1651232/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=9696 CPUtime=1051.35
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2082 0 0 0 105133 2 0 0 25 0 1 0 105150588 9928704 2077 1992294400 134512640 134998072 4294956256 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2424 2077 59 118 0 2302 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 11756

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650848/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1111.33
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2174 0 0 0 111131 2 0 0 25 0 1 0 105150588 10342400 2169 1992294400 134512640 134998072 4294956256 18446744073709551615 134528601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2169 59 118 0 2403 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 12160

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650720/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1171.31
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2192 0 0 0 117129 2 0 0 25 0 1 0 105150588 10342400 2187 1992294400 134512640 134998072 4294956256 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2187 59 118 0 2403 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 12160

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650656/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1179.31
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2202 0 0 0 117929 2 0 0 25 0 1 0 105150588 10342400 2197 1992294400 134512640 134998072 4294956256 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2197 59 118 0 2403 0
Current children cumulated CPU time (s) 1189.89
Current children cumulated vsize (KiB) 12160

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650656/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1185.71
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2202 0 0 0 118569 2 0 0 25 0 1 0 105150588 10342400 2197 1992294400 134512640 134998072 4294956256 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2197 59 118 0 2403 0
Current children cumulated CPU time (s) 1196.29
Current children cumulated vsize (KiB) 12160

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650656/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1187.31
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2202 0 0 0 118729 2 0 0 25 0 1 0 105150588 10342400 2197 1992294400 134512640 134998072 4294956256 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2197 59 118 0 2403 0
Current children cumulated CPU time (s) 1197.89
Current children cumulated vsize (KiB) 12160

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650656/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1188.11
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2202 0 0 0 118809 2 0 0 25 0 1 0 105150588 10342400 2197 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2197 59 118 0 2403 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 12160

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650656/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1188.51
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2202 0 0 0 118849 2 0 0 25 0 1 0 105150588 10342400 2197 1992294400 134512640 134998072 4294956256 18446744073709551615 134519360 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2197 59 118 0 2403 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 12160

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650656/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2060 CPUtime=10.58
/proc/12414/stat : 12414 (SATzilla2007_C) S 12412 12414 12083 0 -1 4194304 858 2116 0 0 316 16 677 49 25 0 1 0 105149527 2109440 342 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12414/statm: 515 342 156 260 0 239 0
[pid=12418] ppid=12414 vsize=10100 CPUtime=1188.71
/proc/12418/stat : 12418 (minisat20) R 12414 12414 12083 0 -1 4194304 2202 0 0 0 118869 2 0 0 25 0 1 0 105150588 10342400 2197 1992294400 134512640 134998072 4294956256 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12418/statm: 2525 2197 59 118 0 2403 0
Current children cumulated CPU time (s) 1199.29
Current children cumulated vsize (KiB) 12160

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12418
/proc/meminfo: memFree=1650656/2055920 swapFree=4192812/4192956
[pid=12414] ppid=12412 vsize=2064 CPUtime=1199.4
/proc/12414/stat : 12414 (SATzilla2007_C) R 12412 12414 12083 0 -1 4194304 916 4318 0 0 316 16 119556 52 16 0 1 0 105149527 2113536 344 1992294400 134512640 135579813 4294956224 18446744073709551615 135167527 0 0 4096 0 0 0 0 17 1 0 0
/proc/12414/statm: 516 344 156 260 0 240 0
Current children cumulated CPU time (s) 1199.4
Current children cumulated vsize (KiB) 2064

Child status: 17
Real time (s): 1199.83
CPU time (s): 1199.46
CPU user time (s): 1198.77
CPU system time (s): 0.688895
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 12160

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

runsolver used 1.22281 second user time and 3.14952 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-26 20:40:01
IDJOB=1731487
IDBENCH=24752
IDSOLVER=558
FILE ID=node92/1731487-1240771201
PBS_JOBID= 9187146
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731487-1240771201/watcher-1731487-1240771201 -o /tmp/evaluation-result-1731487-1240771201/solver-1731487-1240771201 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1731487-1240771201.cnf            

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

MD5SUM BENCH= 27360692d166ffe055bd444eea177edf
RANDOM SEED=1364999206

node92.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1661072 kB
Buffers:         36628 kB
Cached:         289292 kB
SwapCached:        140 kB
Active:          87972 kB
Inactive:       252000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8500 kB
Writeback:           0 kB
Mapped:          23596 kB
Slab:            40740 kB
Committed_AS:   207780 kB
PageTables:       1460 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= 66544 MiB
End job on node92 at 2009-04-26 21:00:01