Trace number 368754

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) 4998.91 5001.09

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
MD5SUM84c61ea490109e11c1f7afe1d2e5d438
Bench CategoryCRAFTED (crafted 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 variables1188
Number of clauses13833
Sum of the clauses size41796
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313536
Number of clauses of size 4297
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.57/10.72	c run March_dl for 5 seconds ... 
10.57/10.72	c Bin: Executing march_dl
10.57/10.72	c child exit by a signal
10.57/10.72	c march_dl returned code 137.
10.57/10.72	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.72	c Bin: Executing ubcsat2006
10.57/10.72	c child exited successfully
10.57/10.72	c ubcsat2006 returned code 0.
10.57/10.72	c satzilla computing base features
10.57/10.72	c satzilla doing unit-prop probe
10.57/10.72	c satzilla doing local search probe
10.57/10.72	c satzilla doing lobjois search-space size estimate
10.57/10.72	c satzilla's ranking:
10.57/10.72	c 1) minisat20+P: 2.508422
10.57/10.72	c 2) march_dl+P: 2.719127
10.57/10.72	c 3) zchaff_rand+P: 3.060503
10.57/10.72	c 4) minisat20: 3.170565
10.57/10.72	c 5) vallst+P: 3.309188
10.57/10.72	c 6) march_dl: 3.553214
10.57/10.72	c 7) kcnfs+P: 999.000000
10.57/10.72	c 8) kcnfs: 999.000000
10.57/10.72	c 9) vallst: 999.000000
10.57/10.72	c 10) zchaff_rand: 999.000000
10.57/10.72	c satzilla running minisat20 with preprocessing ... 
10.57/10.77	This is MiniSat 2.0 beta
10.57/10.77	WARNING: for repeatability, setting FPU to use double precision
10.57/10.77	============================[ Problem Statistics ]=============================
10.57/10.77	|                                                                             |
10.57/10.77	|  Number of variables:  1188                                                 |
10.57/10.77	|  Number of clauses:    13833                                                |
10.57/10.78	|  Parsing time:         0.01         s                                       |
10.57/10.78	============================[ Search Statistics ]==============================
10.57/10.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.78	===============================================================================
10.57/10.78	|         0 |    1188    13833    41796 |     4611        0    nan |  0.000 % |
10.57/10.78	|       100 |    1188    13833    41796 |     5072      100      6 |  0.000 % |
10.57/10.79	|       250 |    1188    13833    41796 |     5579      250     11 |  0.000 % |
10.64/10.80	|       475 |    1188    13833    41796 |     6137      475     14 |  0.000 % |
10.64/10.82	|       813 |    1188    13833    41796 |     6750      813     14 |  0.000 % |
10.64/10.85	|      1319 |    1188    13833    41796 |     7426     1319     14 |  0.000 % |
10.64/10.89	|      2078 |    1188    13833    41796 |     8168     2078     16 |  0.000 % |
10.76/10.99	|      3217 |    1188    13833    41796 |     8985     3217     19 |  0.000 % |
10.96/11.12	|      4926 |    1188    13833    41796 |     9884     4926     22 |  0.000 % |
11.16/11.38	|      7488 |    1188    13833    41796 |    10872     7488     25 |  0.000 % |
11.66/11.89	|     11332 |    1188    13833    41796 |    11959     5771     25 |  0.000 % |
12.45/12.69	|     17098 |    1188    13833    41796 |    13155    11537     32 |  0.000 % |
14.25/14.40	|     25747 |    1188    13833    41796 |    14471    13478     39 |  0.000 % |
16.95/17.11	|     38721 |    1188    13833    41796 |    15918    11767     34 |  0.000 % |
21.35/21.51	|     58182 |    1188    13833    41796 |    17510    15128     36 |  0.000 % |
28.35/28.53	|     87375 |    1188    13833    41796 |    19261     8981     29 |  0.000 % |
41.85/42.08	|    131165 |    1188    13833    41796 |    21187    14035     32 |  0.000 % |
60.14/60.35	|    196849 |    1188    13833    41796 |    23306    15639     28 |  0.000 % |
91.32/91.55	|    295375 |    1188    13833    41796 |    25636    20175     33 |  0.000 % |
135.11/135.33	|    443164 |    1188    13833    41796 |    28200    13111     28 |  0.000 % |
213.67/213.96	|    664848 |    1188    13833    41796 |    31020    21439     41 |  0.000 % |
360.42/360.75	|    997374 |    1188    13833    41796 |    34122    22352     42 |  0.000 % |
586.83/587.29	|   1496162 |    1188    13833    41796 |    37534    28917     34 |  0.000 % |
905.91/906.47	|   2244345 |    1188    13833    41796 |    41288    32549     34 |  0.000 % |
1421.81/1422.55	|   3366619 |    1188    13833    41796 |    45417    36262     36 |  0.000 % |
2315.66/2316.77	|   5050030 |    1188    13833    41796 |    49958    23679     31 |  0.000 % |
3720.51/3722.21	|   7575146 |    1188    13833    41796 |    54954    20711     29 |  0.000 % |
4998.81/5001.06	c Preprocessing...
4998.81/5001.06	c Inital problem has 1188 variables, 13833 nary clauses (0 binary clauses).
4998.81/5001.06	c Num non-binary clauses 13833, Average non-binary clause length 3.021
4998.81/5001.06	c Theory has no gaps
4998.81/5001.06	c Preprocessor runtime was 0.040 seconds.
4998.81/5001.06	c 
4998.81/5001.06	c Satisfiability of theory still undetermined.
4998.81/5001.06	c See file /tmp/ejaB9O for simplified theory.
4998.81/5001.06	c Bin: Executing minisat20
4998.81/5001.06	c child exit by a signal
4998.81/5001.06	c minisat20 returned code 137.
4998.81/5001.06	c minisat20 returned code 137.
4998.81/5001.06	c satzilla running march_dl with preprocessing ... 
4998.81/5001.06	c Bin: Executing march_dl
4998.81/5001.06	c march_dl returned code 1.
4998.81/5001.06	c march_dl returned code 1.
4998.81/5001.06	c satzilla running zchaff_rand with preprocessing ... 
4998.81/5001.06	c Bin: Executing zchaff_rand
4998.81/5001.06	c zchaff_rand returned code 1.
4998.81/5001.06	c zchaff_rand returned code 1.
4998.81/5001.06	c satzilla running minisat20 ... 
4998.81/5001.07	c Bin: Executing minisat20
4998.81/5001.07	c minisat20 returned code 1.
4998.81/5001.07	c minisat20 returned code 1.
4998.81/5001.07	c satzilla running vallst with preprocessing ... 
4998.81/5001.07	c Bin: Executing vallst
4998.81/5001.07	c vallst returned code 1.
4998.81/5001.07	c vallst returned code 1.
4998.81/5001.07	c satzilla running march_dl ... 
4998.81/5001.07	c Bin: Executing march_dl
4998.81/5001.07	c march_dl returned code 1.
4998.81/5001.07	c march_dl returned code 1.
4998.81/5001.07	c satzilla running kcnfs with preprocessing ... 
4998.81/5001.07	c Bin: Executing kcnfs
4998.81/5001.07	c kcnfs returned code 1.
4998.81/5001.07	c kcnfs returned code 1.
4998.81/5001.07	c satzilla running kcnfs ... 
4998.81/5001.07	c Bin: Executing kcnfs
4998.81/5001.07	c kcnfs returned code 1.
4998.81/5001.07	c kcnfs returned code 1.
4998.81/5001.07	c satzilla running vallst ... 
4998.81/5001.07	c Bin: Executing vallst
4998.81/5001.07	c vallst returned code 1.
4998.81/5001.07	c vallst returned code 1.
4998.81/5001.07	c satzilla running zchaff_rand ... 
4998.81/5001.07	c Bin: Executing zchaff_rand
4998.81/5001.07	c zchaff_rand returned code 1.
4998.81/5001.07	c zchaff_rand returned code 1.
4998.81/5001.07	c ERROR: All Failed! 
4998.81/5001.07	c SATZILLA_TIME=4999.660000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-368754-1177250566 -o ROOT/results/node40/solver-368754-1177250566 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368754-1177250566/SATzilla2007_C /tmp/evaluation/368754-1177250566/instance-368754-1177250566.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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/77 2412
/proc/meminfo: memFree=1922168/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=0
/proc/2412/stat : 2412 (SATzilla2007_C) D 2410 2412 1647 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 53936230 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2412/statm: 360 110 95 260 0 84 0

[startup+0.061698 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2412
/proc/meminfo: memFree=1922168/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=0
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53936230 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.10171 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2412
/proc/meminfo: memFree=1922168/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=0
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53936230 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301751 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2412
/proc/meminfo: memFree=1922168/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=0
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53936230 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.702832 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2412
/proc/meminfo: memFree=1922168/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=0
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53936230 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50199 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 2414
/proc/meminfo: memFree=1911272/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=0
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53936230 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 360 110 95 260 0 84 0
[pid=2414] ppid=2412 vsize=11476 CPUtime=1.47
/proc/2414/stat : 2414 (march_dl) R 2412 2412 1647 0 -1 4194304 3221 0 0 0 137 10 0 0 25 0 1 0 53936232 11751424 2760 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2414/statm: 2869 2760 73 118 0 2748 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12916

[startup+3.10133 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 2414
/proc/meminfo: memFree=1911080/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=0
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 53936230 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 360 110 95 260 0 84 0
[pid=2414] ppid=2412 vsize=11796 CPUtime=3.07
/proc/2414/stat : 2414 (march_dl) R 2412 2412 1647 0 -1 4194304 3277 0 0 0 286 21 0 0 25 0 1 0 53936232 12079104 2816 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2414/statm: 2949 2816 73 118 0 2828 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13236

[startup+6.302 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 2415
/proc/meminfo: memFree=1919528/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=1440 CPUtime=4.99
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 135 3325 0 0 0 0 466 33 18 0 1 0 53936230 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2412/statm: 360 111 96 260 0 84 0
[pid=2415] ppid=2412 vsize=6188 CPUtime=1.18
/proc/2415/stat : 2415 (ubcsat2006) R 2412 2412 1647 0 -1 4194304 416 0 13 0 108 10 0 0 25 0 1 0 53936733 6336512 412 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2415/statm: 1547 412 156 64 0 1128 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 2416
/proc/meminfo: memFree=1915056/2055920 swapFree=4166872/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=4188 CPUtime=1.91
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 779 0 0 0 191 0 0 0 25 0 1 0 53937307 4288512 773 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 1047 773 58 118 0 925 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 8308

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 2416
/proc/meminfo: memFree=1913200/2055920 swapFree=4166936/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=5772 CPUtime=14.71
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 1175 0 0 0 1471 0 0 0 25 0 1 0 53937307 5910528 1169 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 1443 1169 58 118 0 1321 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 9892

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 2416
/proc/meminfo: memFree=1912432/2055920 swapFree=4166936/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=6564 CPUtime=40.3
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 1370 0 0 0 4029 1 0 0 25 0 1 0 53937307 6721536 1364 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 1641 1364 58 118 0 1519 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 10684

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 2416
/proc/meminfo: memFree=1910384/2055920 swapFree=4166936/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=8692 CPUtime=91.49
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 1886 0 0 0 9147 2 0 0 25 0 1 0 53937307 8900608 1880 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 2173 1880 58 118 0 2051 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 12812

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 2416
/proc/meminfo: memFree=1908464/2055920 swapFree=4166936/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=10616 CPUtime=151.46
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 2353 0 0 0 15143 3 0 0 25 0 1 0 53937307 10870784 2347 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 2654 2347 58 118 0 2532 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 14736

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 2416
/proc/meminfo: memFree=1907760/2055920 swapFree=4167000/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=11212 CPUtime=211.43
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 2517 0 0 0 21140 3 0 0 25 0 1 0 53937307 11481088 2511 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 2803 2511 58 118 0 2681 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 15332

[startup+282.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/79 2416
/proc/meminfo: memFree=1906864/2055920 swapFree=4167000/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=11896 CPUtime=271.41
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 2690 0 0 0 27137 4 0 0 25 0 1 0 53937307 12181504 2684 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 2974 2684 58 118 0 2852 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 16016

[startup+342.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 2416
/proc/meminfo: memFree=1906032/2055920 swapFree=4167000/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=12708 CPUtime=331.39
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 2886 0 0 0 33134 5 0 0 25 0 1 0 53937307 13012992 2880 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525473 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 3177 2880 58 118 0 3055 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 16828

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2416
/proc/meminfo: memFree=1905136/2055920 swapFree=4167064/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=13664 CPUtime=391.36
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 3110 0 0 0 39131 5 0 0 25 0 1 0 53937307 13991936 3104 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525567 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 3416 3104 58 118 0 3294 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 17784


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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1887088/2055920 swapFree=4168792/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=27584 CPUtime=4709.59
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6399 0 0 0 470914 45 0 0 25 0 1 0 53937307 28246016 6393 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 6896 6393 58 118 0 6774 0
Current children cumulated CPU time (s) 4720.23
Current children cumulated vsize (KiB) 31704

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886832/2055920 swapFree=4168792/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=27724 CPUtime=4769.55
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6438 0 0 0 476910 45 0 0 25 0 1 0 53937307 28389376 6432 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525613 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 6931 6432 58 118 0 6809 0
Current children cumulated CPU time (s) 4780.19
Current children cumulated vsize (KiB) 31844

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886640/2055920 swapFree=4168856/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=27868 CPUtime=4829.54
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6472 0 0 0 482908 46 0 0 25 0 1 0 53937307 28536832 6466 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 6967 6466 58 118 0 6845 0
Current children cumulated CPU time (s) 4840.18
Current children cumulated vsize (KiB) 31988

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886640/2055920 swapFree=4168856/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=27868 CPUtime=4889.51
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6472 0 0 0 488905 46 0 0 25 0 1 0 53937307 28536832 6466 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 6967 6466 58 118 0 6845 0
Current children cumulated CPU time (s) 4900.15
Current children cumulated vsize (KiB) 31988

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886576/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=27868 CPUtime=4949.49
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6472 0 0 0 494902 47 0 0 25 0 1 0 53937307 28536832 6466 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 6967 6466 58 118 0 6845 0
Current children cumulated CPU time (s) 4960.13
Current children cumulated vsize (KiB) 31988

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886576/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=27868 CPUtime=4953.49
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6472 0 0 0 495302 47 0 0 25 0 1 0 53937307 28536832 6466 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 6967 6466 58 118 0 6845 0
Current children cumulated CPU time (s) 4964.13
Current children cumulated vsize (KiB) 31988

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886512/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=27868 CPUtime=4966.28
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6473 0 0 0 496581 47 0 0 25 0 1 0 53937307 28536832 6467 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 6967 6467 58 118 0 6845 0
Current children cumulated CPU time (s) 4976.92
Current children cumulated vsize (KiB) 31988

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886448/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=28000 CPUtime=4979.08
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6492 0 0 0 497861 47 0 0 25 0 1 0 53937307 28672000 6486 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 7000 6486 58 118 0 6878 0
Current children cumulated CPU time (s) 4989.72
Current children cumulated vsize (KiB) 32120

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886448/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=28000 CPUtime=4982.28
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6493 0 0 0 498181 47 0 0 25 0 1 0 53937307 28672000 6487 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 7000 6487 58 118 0 6878 0
Current children cumulated CPU time (s) 4992.92
Current children cumulated vsize (KiB) 32120

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886448/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=28000 CPUtime=4985.48
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6493 0 0 0 498501 47 0 0 25 0 1 0 53937307 28672000 6487 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 7000 6487 58 118 0 6878 0
Current children cumulated CPU time (s) 4996.12
Current children cumulated vsize (KiB) 32120

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886448/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=28000 CPUtime=4987.07
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6493 0 0 0 498660 47 0 0 25 0 1 0 53937307 28672000 6487 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 7000 6487 58 118 0 6878 0
Current children cumulated CPU time (s) 4997.71
Current children cumulated vsize (KiB) 32120

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886448/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=28000 CPUtime=4987.87
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6493 0 0 0 498740 47 0 0 25 0 1 0 53937307 28672000 6487 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 7000 6487 58 118 0 6878 0
Current children cumulated CPU time (s) 4998.51
Current children cumulated vsize (KiB) 32120

[startup+5000.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886448/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=28000 CPUtime=4988.07
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6493 0 0 0 498760 47 0 0 25 0 1 0 53937307 28672000 6487 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 7000 6487 58 118 0 6878 0
Current children cumulated CPU time (s) 4998.71
Current children cumulated vsize (KiB) 32120

[startup+5001 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2620
/proc/meminfo: memFree=1886448/2055920 swapFree=4168920/4192956
[pid=2412] ppid=2410 vsize=4120 CPUtime=10.64
/proc/2412/stat : 2412 (SATzilla2007_C) S 2410 2412 1647 0 -1 4194304 1483 3747 0 13 330 12 669 53 25 0 1 0 53936230 4218880 854 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2412/statm: 1030 854 164 260 0 754 0
[pid=2416] ppid=2412 vsize=28000 CPUtime=4988.17
/proc/2416/stat : 2416 (minisat20) R 2412 2412 1647 0 -1 4194304 6493 0 0 0 498770 47 0 0 25 0 1 0 53937307 28672000 6487 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2416/statm: 7000 6487 58 118 0 6878 0
Current children cumulated CPU time (s) 4998.81
Current children cumulated vsize (KiB) 32120

Child status: 17
Real time (s): 5001.09
CPU time (s): 4998.91
CPU user time (s): 4997.77
CPU system time (s): 1.13583
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 32120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.77
system time used= 1.13583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11736
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61
involuntary context switches= 75738

runsolver used 5.08123 second user time and 13.111 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Apr 22 14:02:47 UTC 2007

IDJOB= 368754
IDBENCH= 24615
IDSOLVER= 179
FILE ID= node40/368754-1177250566

PBS_JOBID= 4650550

Free space on /tmp= 66521 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368754-1177250566/SATzilla2007_C /tmp/evaluation/368754-1177250566/instance-368754-1177250566.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-368754-1177250566 -o ROOT/results/node40/solver-368754-1177250566 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368754-1177250566/SATzilla2007_C /tmp/evaluation/368754-1177250566/instance-368754-1177250566.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  84c61ea490109e11c1f7afe1d2e5d438

RANDOM SEED= 20457912

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1922704 kB
Buffers:          8396 kB
Cached:          37792 kB
SwapCached:       2432 kB
Active:          36780 kB
Inactive:        34308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922704 kB
SwapTotal:     4192956 kB
SwapFree:      4166872 kB
Dirty:            8664 kB
Writeback:           0 kB
Mapped:          34152 kB
Slab:            47516 kB
Committed_AS:   929764 kB
PageTables:       1932 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= 66521 MiB

End job on node40 on Sun Apr 22 15:26:08 UTC 2007