Trace number 305767

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.54 1199.89

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S450187849-03.cnf
MD5SUM7f1f4c201bd66bef376407077b248aa7
Bench CategoryRANDOM (random 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 variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
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.53/10.64	c run March_dl for 5 seconds ... 
10.53/10.64	c Bin: Executing march_dl
10.53/10.64	c child exit by a signal
10.53/10.64	c march_dl returned code 137.
10.53/10.64	c run saps (UBCSAT implementation) for 2 seconds ... 
10.53/10.64	c Bin: Executing ubcsat2006
10.53/10.64	c child exited successfully
10.53/10.64	c ubcsat2006 returned code 0.
10.53/10.64	c satzilla computing base features
10.53/10.64	c satzilla doing unit-prop probe
10.53/10.64	c satzilla doing local search probe
10.53/10.64	c satzilla doing lobjois search-space size estimate
10.53/10.64	c satzilla's ranking:
10.53/10.64	c 1) minisat20: 1.887144
10.53/10.64	c 2) minisat20+P: 1.981592
10.53/10.64	c 3) march_dl: 2.116786
10.53/10.64	c 4) march_dl+P: 2.155993
10.53/10.64	c 5) zchaff_rand+P: 2.507129
10.53/10.64	c 6) vallst+P: 2.520429
10.53/10.64	c 7) kcnfs+P: 999.000000
10.53/10.64	c 8) kcnfs: 999.000000
10.53/10.64	c 9) vallst: 999.000000
10.53/10.64	c 10) zchaff_rand: 999.000000
10.53/10.64	c satzilla running minisat20 ... 
10.53/10.64	This is MiniSat 2.0 beta
10.53/10.64	WARNING: for repeatability, setting FPU to use double precision
10.53/10.64	============================[ Problem Statistics ]=============================
10.53/10.64	|                                                                             |
10.53/10.64	|  Number of variables:  4000                                                 |
10.53/10.64	|  Number of clauses:    16800                                                |
10.53/10.65	|  Parsing time:         0.01         s                                       |
10.53/10.65	============================[ Search Statistics ]==============================
10.53/10.65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.53/10.65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.53/10.65	===============================================================================
10.53/10.65	|         0 |    4000    16800    50400 |     5600        0    nan |  0.000 % |
10.62/10.67	|       103 |    4000    16800    50400 |     6160      103     94 |  0.000 % |
10.62/10.68	|       253 |    4000    16800    50400 |     6776      253     87 |  0.000 % |
10.62/10.71	|       481 |    4000    16800    50400 |     7453      481     82 |  0.000 % |
10.62/10.75	|       819 |    4000    16800    50400 |     8198      819     90 |  0.000 % |
10.62/10.81	|      1328 |    4000    16800    50400 |     9018     1328     90 |  0.000 % |
10.62/10.91	|      2088 |    4000    16800    50400 |     9920     2088     94 |  0.000 % |
10.62/11.08	|      3228 |    4000    16800    50400 |    10912     3228    103 |  0.000 % |
11.24/11.35	|      4937 |    4000    16800    50400 |    12004     4937    105 |  0.000 % |
11.74/11.79	|      7499 |    4000    16800    50400 |    13204     7499    105 |  0.000 % |
12.56/12.62	|     11344 |    4000    16800    50400 |    14524    11344    112 |  0.000 % |
13.90/13.94	|     17112 |    4000    16800    50400 |    15977     9533    114 |  0.000 % |
16.26/16.35	|     25761 |    4000    16800    50400 |    17575     9883    109 |  0.000 % |
20.05/20.14	|     38736 |    4000    16800    50400 |    19332    13785    114 |  0.000 % |
27.02/27.13	|     58198 |    4000    16800    50400 |    21265    13283    114 |  0.000 % |
40.44/40.53	|     87390 |    4000    16800    50400 |    23392    20560    133 |  0.000 % |
60.23/60.29	|    131182 |    4000    16800    50400 |    25731    15108    126 |  0.000 % |
92.50/92.58	|    196866 |    4000    16800    50400 |    28305    26070    126 |  0.000 % |
141.47/141.64	|    295393 |    4000    16800    50400 |    31135    26828    128 |  0.000 % |
224.98/225.11	|    443182 |    4000    16800    50400 |    34249    27540    124 |  0.000 % |
369.45/369.60	|    664865 |    4000    16800    50400 |    37673    34753    135 |  0.000 % |
587.58/587.80	|    997391 |    4000    16800    50400 |    41441    25506    123 |  0.000 % |
944.98/945.34	|   1496179 |    4000    16800    50400 |    45585    27383    123 |  0.000 % |
1199.40/1199.80	c Bin: Executing minisat20
1199.40/1199.80	c child exit by a signal
1199.40/1199.80	c minisat20 returned code 137.
1199.40/1199.80	c minisat20 returned code 137.
1199.40/1199.80	c satzilla running minisat20 with preprocessing ... 
1199.50/1199.88	c Preprocessing...
1199.50/1199.88	c Inital problem has 4000 variables, 16800 nary clauses (0 binary clauses).
1199.50/1199.88	c Num non-binary clauses 16800, Average non-binary clause length 3.000
1199.50/1199.88	c Theory has no gaps
1199.50/1199.88	c Preprocessor runtime was 0.050 seconds.
1199.50/1199.88	c 
1199.50/1199.88	c Satisfiability of theory still undetermined.
1199.50/1199.88	c See file /tmp/ocBxON for simplified theory.
1199.50/1199.88	c Bin: Executing minisat20
1199.50/1199.88	c minisat20 returned code 1.
1199.50/1199.88	c minisat20 returned code 1.
1199.50/1199.88	c satzilla running march_dl ... 
1199.50/1199.88	c Bin: Executing march_dl
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c satzilla running march_dl with preprocessing ... 
1199.50/1199.88	c Bin: Executing march_dl
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c march_dl returned code 1.
1199.50/1199.88	c satzilla running zchaff_rand with preprocessing ... 
1199.50/1199.88	c Bin: Executing zchaff_rand
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c satzilla running vallst with preprocessing ... 
1199.50/1199.88	c Bin: Executing vallst
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c satzilla running kcnfs with preprocessing ... 
1199.50/1199.88	c Bin: Executing kcnfs
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c satzilla running kcnfs ... 
1199.50/1199.88	c Bin: Executing kcnfs
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c kcnfs returned code 1.
1199.50/1199.88	c satzilla running vallst ... 
1199.50/1199.88	c Bin: Executing vallst
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c vallst returned code 1.
1199.50/1199.88	c satzilla running zchaff_rand ... 
1199.50/1199.88	c Bin: Executing zchaff_rand
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c zchaff_rand returned code 1.
1199.50/1199.88	c ERROR: All Failed! 
1199.50/1199.88	c SATZILLA_TIME=1199.690000

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/node40/watcher-305767-1172085396 -o ROOT/results/node40/solver-305767-1172085396 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305767-1172085396/SATzilla2007_C /tmp/evaluation/305767-1172085396/instance-305767-1172085396.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.99 1.00 1.00 3/64 30990
/proc/meminfo: memFree=1426864/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=1440 CPUtime=0
/proc/30990/stat : 30990 (SATzilla2007_C) R 30988 30990 30586 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 133573879 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/30990/statm: 360 110 95 260 0 84 0
[pid=30991] ppid=30990 vsize=916 CPUtime=0
/proc/30991/stat : 30991 (march_dl) R 30990 30990 30586 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 133573879 937984 143 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30991/statm: 229 143 50 118 0 108 0

[startup+0.106792 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 30990
/proc/meminfo: memFree=1426864/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=1440 CPUtime=0
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 133573879 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30990/statm: 360 110 95 260 0 84 0
[pid=30991] ppid=30990 vsize=3080 CPUtime=0.1
/proc/30991/stat : 30991 (march_dl) R 30990 30990 30586 0 -1 4194304 1535 0 0 0 10 0 0 0 19 0 1 0 133573879 3153920 599 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543395 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30991/statm: 770 599 63 118 0 649 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4520

[startup+0.514844 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 30990
/proc/meminfo: memFree=1426864/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=1440 CPUtime=0
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 133573879 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30990/statm: 360 110 95 260 0 84 0
[pid=30991] ppid=30990 vsize=5432 CPUtime=0.5
/proc/30991/stat : 30991 (march_dl) R 30990 30990 30586 0 -1 4194304 2596 0 0 0 50 0 0 0 23 0 1 0 133573879 5562368 1221 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134568257 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30991/statm: 1358 1221 74 118 0 1237 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6872

[startup+1.33495 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30992
/proc/meminfo: memFree=1421920/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=1440 CPUtime=0
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 133573879 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30990/statm: 360 110 95 260 0 84 0
[pid=30991] ppid=30990 vsize=5824 CPUtime=1.32
/proc/30991/stat : 30991 (march_dl) R 30990 30990 30586 0 -1 4194304 2647 0 0 0 132 0 0 0 25 0 1 0 133573879 5963776 1272 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30991/statm: 1456 1272 74 118 0 1335 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7264

[startup+2.97116 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30992
/proc/meminfo: memFree=1421792/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=1440 CPUtime=0
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 133573879 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30990/statm: 360 110 95 260 0 84 0
[pid=30991] ppid=30990 vsize=5824 CPUtime=2.96
/proc/30991/stat : 30991 (march_dl) R 30990 30990 30586 0 -1 4194304 2657 0 0 0 296 0 0 0 25 0 1 0 133573879 5963776 1282 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30991/statm: 1456 1282 74 118 0 1335 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7264

[startup+6.25258 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30993
/proc/meminfo: memFree=1425120/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=1440 CPUtime=4.99
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 135 2687 0 0 0 0 499 0 16 0 1 0 133573879 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30990/statm: 360 111 96 260 0 84 0
[pid=30993] ppid=30990 vsize=6188 CPUtime=1.24
/proc/30993/stat : 30993 (ubcsat2006) R 30990 30990 30586 0 -1 4194304 505 0 0 0 113 11 0 0 25 0 1 0 133574379 6336512 488 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30993/statm: 1547 488 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7094 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30994
/proc/meminfo: memFree=1418784/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=8324 CPUtime=2.06
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 1822 0 0 0 205 1 0 0 25 0 1 0 133574943 8523776 1816 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 2081 1816 59 118 0 1959 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11024

[startup+25.5251 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30994
/proc/meminfo: memFree=1413600/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=12912 CPUtime=14.86
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 2956 0 0 0 1485 1 0 0 25 0 1 0 133574943 13221888 2950 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 3228 2950 59 118 0 3106 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15612

[startup+51.1554 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30994
/proc/meminfo: memFree=1409440/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=17000 CPUtime=40.49
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 3975 0 0 0 4047 2 0 0 25 0 1 0 133574943 17408000 3969 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 4250 3969 59 118 0 4128 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 19700

[startup+102.4 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30994
/proc/meminfo: memFree=1406112/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=20332 CPUtime=91.72
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 4820 0 0 0 9170 2 0 0 25 0 1 0 133574943 20819968 4814 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525158 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 5083 4814 59 118 0 4961 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 23032

[startup+162.462 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1403104/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=23336 CPUtime=151.76
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 5573 0 0 0 15173 3 0 0 25 0 1 0 133574943 23896064 5567 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 5834 5567 59 118 0 5712 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 26036

[startup+222.518 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 30996
/proc/meminfo: memFree=1401952/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=24392 CPUtime=211.8
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 5839 0 0 0 21177 3 0 0 25 0 1 0 133574943 24977408 5833 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 6098 5833 59 118 0 5976 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 27092

[startup+282.578 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 30996
/proc/meminfo: memFree=1400032/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=26504 CPUtime=271.85
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 6354 0 0 0 27181 4 0 0 25 0 1 0 133574943 27140096 6348 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 6626 6348 59 118 0 6504 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 29204

[startup+342.637 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1398752/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=27692 CPUtime=331.88
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 6644 0 0 0 33184 4 0 0 25 0 1 0 133574943 28356608 6638 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 6923 6638 59 118 0 6801 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 30392

[startup+402.696 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1396832/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=29540 CPUtime=391.93
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 7117 0 0 0 39188 5 0 0 25 0 1 0 133574943 30248960 7111 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 7385 7111 59 118 0 7263 0
Current children cumulated CPU time (s) 402.55
Current children cumulated vsize (KiB) 32240

[startup+462.752 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1396768/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=29540 CPUtime=451.96
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 7117 0 0 0 45191 5 0 0 25 0 1 0 133574943 30248960 7111 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 7385 7111 59 118 0 7263 0
Current children cumulated CPU time (s) 462.58

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

/proc/30994/statm: 8393 8089 59 118 0 8271 0
Current children cumulated CPU time (s) 762.8
Current children cumulated vsize (KiB) 36272

[startup+823.112 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 30996
/proc/meminfo: memFree=1393056/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=33528 CPUtime=812.22
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 8095 0 0 0 81215 7 0 0 25 0 1 0 133574943 34332672 8089 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 8382 8089 59 118 0 8260 0
Current children cumulated CPU time (s) 822.84
Current children cumulated vsize (KiB) 36228

[startup+883.169 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 30996
/proc/meminfo: memFree=1392736/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=33792 CPUtime=872.26
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 8158 0 0 0 87219 7 0 0 25 0 1 0 133574943 34603008 8152 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 8448 8152 59 118 0 8326 0
Current children cumulated CPU time (s) 882.88
Current children cumulated vsize (KiB) 36492

[startup+943.228 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 30996
/proc/meminfo: memFree=1392224/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=34316 CPUtime=932.31
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 8300 0 0 0 93223 8 0 0 25 0 1 0 133574943 35139584 8294 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 8579 8294 59 118 0 8457 0
Current children cumulated CPU time (s) 942.93
Current children cumulated vsize (KiB) 37016

[startup+1003.29 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 30996
/proc/meminfo: memFree=1388256/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38232 CPUtime=992.35
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9273 0 0 0 99226 9 0 0 25 0 1 0 133574943 39149568 9267 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9558 9267 59 118 0 9436 0
Current children cumulated CPU time (s) 1002.97
Current children cumulated vsize (KiB) 40932

[startup+1063.35 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 30996
/proc/meminfo: memFree=1388320/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38232 CPUtime=1052.4
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9273 0 0 0 105231 9 0 0 25 0 1 0 133574943 39149568 9267 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9558 9267 59 118 0 9436 0
Current children cumulated CPU time (s) 1063.02
Current children cumulated vsize (KiB) 40932

[startup+1123.41 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 30996
/proc/meminfo: memFree=1388256/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38232 CPUtime=1112.44
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9273 0 0 0 111235 9 0 0 25 0 1 0 133574943 39149568 9267 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9558 9267 59 118 0 9436 0
Current children cumulated CPU time (s) 1123.06
Current children cumulated vsize (KiB) 40932

[startup+1183.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38496 CPUtime=1172.49
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9355 0 0 0 117239 10 0 0 25 0 1 0 133574943 39419904 9349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9624 9349 59 118 0 9502 0
Current children cumulated CPU time (s) 1183.11
Current children cumulated vsize (KiB) 41196

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

[startup+1187.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38496 CPUtime=1176.28
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9355 0 0 0 117618 10 0 0 25 0 1 0 133574943 39419904 9349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9624 9349 59 118 0 9502 0
Current children cumulated CPU time (s) 1186.9
Current children cumulated vsize (KiB) 41196

[startup+1193.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38496 CPUtime=1182.83
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9355 0 0 0 118273 10 0 0 25 0 1 0 133574943 39419904 9349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9624 9349 59 118 0 9502 0
Current children cumulated CPU time (s) 1193.45
Current children cumulated vsize (KiB) 41196

[startup+1197.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38496 CPUtime=1186.12
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9355 0 0 0 118602 10 0 0 25 0 1 0 133574943 39419904 9349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9624 9349 59 118 0 9502 0
Current children cumulated CPU time (s) 1196.74
Current children cumulated vsize (KiB) 41196

[startup+1198.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38496 CPUtime=1187.76
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9355 0 0 0 118766 10 0 0 25 0 1 0 133574943 39419904 9349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9624 9349 59 118 0 9502 0
Current children cumulated CPU time (s) 1198.38
Current children cumulated vsize (KiB) 41196

[startup+1199.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38496 CPUtime=1188.58
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9355 0 0 0 118848 10 0 0 25 0 1 0 133574943 39419904 9349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9624 9349 59 118 0 9502 0
Current children cumulated CPU time (s) 1199.2
Current children cumulated vsize (KiB) 41196

[startup+1199.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=2700 CPUtime=10.62
/proc/30990/stat : 30990 (SATzilla2007_C) S 30988 30990 30586 0 -1 4194304 1452 3198 0 0 334 8 702 18 25 0 1 0 133573879 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30990/statm: 675 499 157 260 0 399 0
[pid=30994] ppid=30990 vsize=38496 CPUtime=1188.78
/proc/30994/stat : 30994 (minisat20) R 30990 30990 30586 0 -1 4194304 9355 0 0 0 118868 10 0 0 25 0 1 0 133574943 39419904 9349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30994/statm: 9624 9349 59 118 0 9502 0
Current children cumulated CPU time (s) 1199.4
Current children cumulated vsize (KiB) 41196

[startup+1199.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30996
/proc/meminfo: memFree=1388000/2055920 swapFree=4183972/4192956
[pid=30990] ppid=30988 vsize=5368 CPUtime=1199.5
/proc/30990/stat : 30990 (SATzilla2007_C) R 30988 30990 30586 0 -1 4194304 2206 12553 0 0 339 9 119573 29 18 0 1 0 133573879 5496832 1130 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135274668 0 0 4096 0 0 0 0 17 0 0 0
/proc/30990/statm: 1342 1130 165 260 0 1066 0
Current children cumulated CPU time (s) 1199.5
Current children cumulated vsize (KiB) 5368

Child status: 17
Real time (s): 1199.89
CPU time (s): 1199.54
CPU user time (s): 1199.15
CPU system time (s): 0.395939
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 41196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.15
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14766
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= 26
involuntary context switches= 2304

runsolver used 0.902862 second user time and 2.39963 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Feb 21 19:16:36 UTC 2007

IDJOB= 305767
IDBENCH= 20164
IDSOLVER= 135
FILE ID= node40/305767-1172085396

PBS_JOBID= 3892850

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S450187849-03.cnf
COMMAND LINE= /tmp/evaluation/305767-1172085396/SATzilla2007_C /tmp/evaluation/305767-1172085396/instance-305767-1172085396.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-305767-1172085396 -o ROOT/results/node40/solver-305767-1172085396 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305767-1172085396/SATzilla2007_C /tmp/evaluation/305767-1172085396/instance-305767-1172085396.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  7f1f4c201bd66bef376407077b248aa7

RANDOM SEED= 804476212

TIME LIMIT= 1200 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.242
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.242
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:       1427272 kB
Buffers:         37664 kB
Cached:         521248 kB
SwapCached:       3176 kB
Active:         150632 kB
Inactive:       418076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427272 kB
SwapTotal:     4192956 kB
SwapFree:      4183972 kB
Dirty:            8648 kB
Writeback:           0 kB
Mapped:          15648 kB
Slab:            45984 kB
Committed_AS:   243964 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB

End job on node40 on Wed Feb 21 19:36:36 UTC 2007