Trace number 455956

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 9997.79 10000.7

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

Solver Data (download as text)

30.20/30.38	c run March_dl for 5 seconds ... 
30.20/30.38	c Bin: Executing march_dl
30.20/30.38	c child exit by a signal
30.20/30.38	c march_dl returned code 137.
30.20/30.38	c run saps (UBCSAT implementation) for 2 seconds ... 
30.20/30.38	c Bin: Executing ubcsat2006
30.20/30.38	c child exited successfully
30.20/30.38	c ubcsat2006 returned code 0.
30.20/30.38	c satzilla computing base features
30.20/30.38	c satzilla doing unit-prop probe
30.20/30.38	c satzilla doing local search probe
30.20/30.38	c satzilla doing lobjois search-space size estimate
30.20/30.38	c satzilla's ranking:
30.20/30.38	c 1) minisat20+P: -0.774263
30.20/30.38	c 2) vallst+P: 3.477228
30.20/30.38	c 3) march_dl: 4.263945
30.20/30.38	c 4) march_dl+P: 4.404852
30.20/30.38	c 5) zchaff_rand+P: 5.080544
30.20/30.38	c 6) minisat20: 6.680063
30.20/30.38	c 7) kcnfs+P: 999.000000
30.20/30.38	c 8) kcnfs: 999.000000
30.20/30.38	c 9) vallst: 999.000000
30.20/30.38	c 10) zchaff_rand: 999.000000
30.20/30.38	c satzilla running minisat20 with preprocessing ... 
52.19/52.32	This is MiniSat 2.0 beta
52.19/52.32	WARNING: for repeatability, setting FPU to use double precision
52.19/52.32	============================[ Problem Statistics ]=============================
52.19/52.32	|                                                                             |
52.19/52.33	|  Number of variables:  24573                                                |
52.19/52.33	|  Number of clauses:    102998                                               |
52.21/52.40	|  Parsing time:         0.06         s                                       |
52.21/52.40	============================[ Search Statistics ]==============================
52.21/52.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.21/52.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.21/52.40	===============================================================================
52.21/52.40	|         0 |   24573   102998   307675 |    34332        0    nan |  0.000 % |
52.21/52.43	|       100 |   24573   102998   307675 |    37765      100     23 |  0.000 % |
52.21/52.51	|       250 |   24573   102998   307675 |    41542      250     47 |  0.000 % |
52.21/52.56	|       476 |   24573   102998   307675 |    45696      476     38 |  0.000 % |
52.21/52.66	|       813 |   24572   102994   307667 |    50266      812     35 |  0.004 % |
52.68/52.87	|      1320 |   24572   102994   307667 |    55293     1319     44 |  0.004 % |
52.97/53.13	|      2080 |   24572   102994   307667 |    60822     2079     52 |  0.004 % |
53.37/53.50	|      3219 |   24572   102994   307667 |    66904     3218     49 |  0.004 % |
53.57/53.74	|      4928 |   24572   102994   307667 |    73595     4927     42 |  0.004 % |
54.68/54.88	|      7490 |   24572   102994   307667 |    80954     7489     51 |  0.004 % |
56.57/56.77	|     11334 |   24572   102994   307667 |    89050    11333     54 |  0.004 % |
63.58/63.77	|     17101 |   24572   102994   307667 |    97955    17100     87 |  0.004 % |
64.47/64.60	|     25750 |   24572   102994   307667 |   107750    25749     63 |  0.004 % |
72.27/72.44	|     38724 |   24572   102994   307667 |   118525    38723     66 |  0.004 % |
102.16/102.35	|     58186 |   24572   102994   307667 |   130378    58185     86 |  0.004 % |
154.25/154.44	|     87378 |   24572   102994   307667 |   143416    87377     94 |  0.004 % |
173.84/174.06	|    131168 |   24572   102994   307667 |   157757   131167     95 |  0.004 % |
244.42/244.60	|    196852 |   24572   102994   307667 |   173533    38736    139 |  0.004 % |
608.74/609.03	|    295378 |   24572   102994   307667 |   190886   137262    155 |  0.004 % |
1303.36/1303.87	|    443167 |   24572   102994   307667 |   209975    98884    315 |  0.004 % |
2149.25/2150.07	|    664850 |   24572   102994   307667 |   230973   114510    279 |  0.004 % |
3525.91/3527.08	|    997375 |   24572   102994   307667 |   254070   220271    246 |  0.004 % |
6146.45/6148.37	|   1496163 |   24572   102994   307667 |   279477   214300    223 |  0.004 % |
9997.69/10000.65	c Preprocessing...
9997.69/10000.65	c Inital problem has 31357 variables, 75374 nary clauses (58046 binary clauses).
9997.69/10000.65	c Num non-binary clauses 75096, Average non-binary clause length 3.384
9997.69/10000.65	c Theory has no gaps
9997.69/10000.65	c Preprocessor runtime was 21.690 seconds.
9997.69/10000.65	c 
9997.69/10000.65	c Satisfiability of theory still undetermined.
9997.69/10000.65	c See file /tmp/t4Lcnh for simplified theory.
9997.69/10000.65	c Bin: Executing minisat20
9997.69/10000.65	c child exit by a signal
9997.69/10000.65	c minisat20 returned code 137.
9997.69/10000.65	c minisat20 returned code 137.
9997.69/10000.65	c satzilla running vallst with preprocessing ... 
9997.69/10000.65	c Bin: Executing vallst
9997.69/10000.65	c vallst returned code 1.
9997.69/10000.65	c vallst returned code 1.
9997.69/10000.65	c satzilla running march_dl ... 
9997.69/10000.65	c Bin: Executing march_dl
9997.69/10000.65	c march_dl returned code 1.
9997.69/10000.65	c march_dl returned code 1.
9997.69/10000.65	c satzilla running march_dl with preprocessing ... 
9997.69/10000.65	c Bin: Executing march_dl
9997.69/10000.65	c march_dl returned code 1.
9997.69/10000.65	c march_dl returned code 1.
9997.69/10000.65	c satzilla running zchaff_rand with preprocessing ... 
9997.69/10000.65	c Bin: Executing zchaff_rand
9997.69/10000.65	c zchaff_rand returned code 1.
9997.69/10000.65	c zchaff_rand returned code 1.
9997.69/10000.65	c satzilla running minisat20 ... 
9997.69/10000.65	c Bin: Executing minisat20
9997.69/10000.65	c minisat20 returned code 1.
9997.69/10000.65	c minisat20 returned code 1.
9997.69/10000.65	c satzilla running kcnfs with preprocessing ... 
9997.69/10000.65	c Bin: Executing kcnfs
9997.69/10000.65	c kcnfs returned code 1.
9997.69/10000.65	c kcnfs returned code 1.
9997.69/10000.65	c satzilla running kcnfs ... 
9997.69/10000.65	c Bin: Executing kcnfs
9997.69/10000.65	c kcnfs returned code 1.
9997.69/10000.65	c kcnfs returned code 1.
9997.69/10000.65	c satzilla running vallst ... 
9997.69/10000.65	c Bin: Executing vallst
9997.69/10000.65	c vallst returned code 1.
9997.69/10000.65	c vallst returned code 1.
9997.69/10000.65	c satzilla running zchaff_rand ... 
9997.69/10000.65	c Bin: Executing zchaff_rand
9997.69/10000.65	c zchaff_rand returned code 1.
9997.69/10000.65	c zchaff_rand returned code 1.
9997.69/10000.65	c ERROR: All Failed! 
9997.69/10000.65	c SATZILLA_TIME=9999.280000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 28306
/proc/meminfo: memFree=1805840/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=0
/proc/28306/stat : 28306 (SATzilla2007_C) R 28304 28306 28009 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 336260770 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/28306/statm: 360 110 95 260 0 84 0
[pid=28307] ppid=28306 vsize=632 CPUtime=0
/proc/28307/stat : 28307 (march_dl) R 28306 28306 28009 0 -1 4194304 51 0 0 0 0 0 0 0 18 0 1 0 336260770 647168 46 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28307/statm: 158 46 39 118 0 37 0

[startup+0.0264729 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 28306
/proc/meminfo: memFree=1805840/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=0
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336260770 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28306/statm: 360 110 95 260 0 84 0
[pid=28307] ppid=28306 vsize=632 CPUtime=0.02
/proc/28307/stat : 28307 (march_dl) R 28306 28306 28009 0 -1 4194304 51 0 0 0 2 0 0 0 19 0 1 0 336260770 647168 46 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28307/statm: 158 46 39 118 0 37 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2072

[startup+0.102478 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 28306
/proc/meminfo: memFree=1805840/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=0
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336260770 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28306/statm: 360 110 95 260 0 84 0
[pid=28307] ppid=28306 vsize=4312 CPUtime=0.09
/proc/28307/stat : 28307 (march_dl) R 28306 28306 28009 0 -1 4194304 886 0 0 0 9 0 0 0 19 0 1 0 336260770 4415488 881 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28307/statm: 1078 881 50 118 0 957 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5752

[startup+0.301498 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 28306
/proc/meminfo: memFree=1805840/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=0
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336260770 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28306/statm: 360 110 95 260 0 84 0
[pid=28307] ppid=28306 vsize=10220 CPUtime=0.29
/proc/28307/stat : 28307 (march_dl) R 28306 28306 28009 0 -1 4194304 2640 0 0 0 28 1 0 0 21 0 1 0 336260770 10465280 1873 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544609 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28307/statm: 2555 1873 53 118 0 2434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11660

[startup+0.701536 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 28306
/proc/meminfo: memFree=1805840/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=0
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336260770 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28306/statm: 360 110 95 260 0 84 0
[pid=28307] ppid=28306 vsize=14232 CPUtime=0.69
/proc/28307/stat : 28307 (march_dl) R 28306 28306 28009 0 -1 4194304 6623 0 0 0 67 2 0 0 24 0 1 0 336260770 14573568 2975 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28307/statm: 3558 2975 55 118 0 3437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15672

[startup+1.50261 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28308
/proc/meminfo: memFree=1794240/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=0
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336260770 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28306/statm: 360 110 95 260 0 84 0
[pid=28307] ppid=28306 vsize=13968 CPUtime=1.49
/proc/28307/stat : 28307 (march_dl) R 28306 28306 28009 0 -1 4194304 8246 0 0 0 146 3 0 0 25 0 1 0 336260770 14303232 2961 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134671537 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28307/statm: 3492 2961 57 118 0 3371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15408

[startup+3.10177 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28308
/proc/meminfo: memFree=1793664/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=0
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 336260770 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28306/statm: 360 110 95 260 0 84 0
[pid=28307] ppid=28306 vsize=14216 CPUtime=3.09
/proc/28307/stat : 28307 (march_dl) R 28306 28306 28009 0 -1 4194304 10728 0 0 0 305 4 0 0 25 0 1 0 336260770 14557184 3025 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28307/statm: 3554 3025 57 118 0 3433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15656

[startup+6.30107 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28309
/proc/meminfo: memFree=1795584/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=1440 CPUtime=4.99
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 134 13642 0 0 0 0 492 7 16 0 1 0 336260770 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28306/statm: 360 111 96 260 0 84 0
[pid=28309] ppid=28306 vsize=14388 CPUtime=1.21
/proc/28309/stat : 28309 (ubcsat2006) R 28306 28306 28009 0 -1 4194304 2306 0 13 0 120 1 0 0 25 0 1 0 336261271 14733312 2302 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28309/statm: 3597 2302 156 64 0 3178 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 15828

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28309
/proc/meminfo: memFree=1796232/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=9396 CPUtime=12.6
/proc/28306/stat : 28306 (SATzilla2007_C) R 28304 28306 28009 0 -1 4194304 4379 15956 0 13 538 3 710 9 25 0 1 0 336260770 9621504 2127 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134527008 0 0 4096 0 0 0 0 17 1 0 0
/proc/28306/statm: 2349 2127 124 260 0 2073 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 9396

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28309
/proc/meminfo: memFree=1796296/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=9620 CPUtime=25.39
/proc/28306/stat : 28306 (SATzilla2007_C) R 28304 28306 28009 0 -1 4194304 4422 15956 0 13 1817 3 710 9 25 0 1 0 336260770 9850880 2170 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134542003 0 0 4096 0 0 0 0 17 1 0 0
/proc/28306/statm: 2405 2170 124 260 0 2129 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 9620

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28309
/proc/meminfo: memFree=1762120/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=57868 CPUtime=50.99
/proc/28306/stat : 28306 (SATzilla2007_C) R 28304 28306 28009 0 -1 4194304 17850 15956 0 13 4353 27 710 9 25 0 1 0 336260770 59256832 10754 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/28306/statm: 14467 10754 165 260 0 14191 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 57868

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28310
/proc/meminfo: memFree=1730048/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=29972 CPUtime=49.95
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 7337 0 0 0 4988 7 0 0 25 0 1 0 336266002 30691328 7331 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 7493 7331 59 118 0 7371 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 74576

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28310
/proc/meminfo: memFree=1706560/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=54224 CPUtime=109.94
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 13371 0 0 0 10980 14 0 0 25 0 1 0 336266002 55525376 13365 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 13556 13365 59 118 0 13434 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 98828

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28310
/proc/meminfo: memFree=1684416/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=75740 CPUtime=169.92
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 18719 0 0 0 16972 20 0 0 25 0 1 0 336266002 77557760 18713 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 18935 18713 59 118 0 18813 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 120344

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28312
/proc/meminfo: memFree=1684224/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=75740 CPUtime=229.9
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 18719 0 0 0 22970 20 0 0 25 0 1 0 336266002 77557760 18713 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 18935 18713 59 118 0 18813 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 120344

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28312
/proc/meminfo: memFree=1684224/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=75740 CPUtime=289.89
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 18719 0 0 0 28968 21 0 0 25 0 1 0 336266002 77557760 18713 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 18935 18713 59 118 0 18813 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 120344

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 28312
/proc/meminfo: memFree=1684224/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0

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


[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9647.26
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 964548 178 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9699.47
Current children cumulated vsize (KiB) 395556

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9707.25
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 970546 179 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9759.46
Current children cumulated vsize (KiB) 395556

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9767.23
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 976544 179 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134529781 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9819.44
Current children cumulated vsize (KiB) 395556

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406080/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9827.21
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 982542 179 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9879.42
Current children cumulated vsize (KiB) 395556

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406080/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9887.2
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 988540 180 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9939.41
Current children cumulated vsize (KiB) 395556

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9903.2
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 990140 180 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9955.41
Current children cumulated vsize (KiB) 395556

[startup+9983.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9928.78
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 992698 180 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9980.99
Current children cumulated vsize (KiB) 395556

[startup+9990.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9935.18
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 993338 180 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134527480 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9987.39
Current children cumulated vsize (KiB) 395556

[startup+9996.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9941.59
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 993979 180 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9993.8
Current children cumulated vsize (KiB) 395556

[startup+9998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9943.19
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 994138 181 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9995.4
Current children cumulated vsize (KiB) 395556

[startup+9999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9944.79
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 994298 181 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134528827 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9997
Current children cumulated vsize (KiB) 395556

[startup+10000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9945.19
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 994338 181 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9997.4
Current children cumulated vsize (KiB) 395556

[startup+10000.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=350952 CPUtime=9945.39
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4194304 87405 0 0 0 994358 181 0 0 25 0 1 0 336266002 359374848 87300 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525370 0 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 87738 87300 59 118 0 87616 0
Current children cumulated CPU time (s) 9997.6
Current children cumulated vsize (KiB) 395556

[startup+10000.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 28910
/proc/meminfo: memFree=1406144/2055920 swapFree=4141164/4192956
[pid=28306] ppid=28304 vsize=44604 CPUtime=52.21
/proc/28306/stat : 28306 (SATzilla2007_C) S 28304 28306 28009 0 -1 4194304 17853 15956 0 13 4471 31 710 9 25 0 1 0 336260770 45674496 10536 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/28306/statm: 11151 10536 165 260 0 10875 0
[pid=28310] ppid=28306 vsize=0 CPUtime=9945.48
/proc/28310/stat : 28310 (minisat20) R 28306 28306 28009 0 -1 4195332 87405 0 0 0 994367 181 0 0 25 0 1 0 336266002 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/28310/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9997.69
Current children cumulated vsize (KiB) 44604

Child status: 17
Real time (s): 10000.7
CPU time (s): 9997.79
CPU user time (s): 9995.5
CPU system time (s): 2.28865
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 395556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9995.5
system time used= 2.28865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121227
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= 45
involuntary context switches= 86052

runsolver used 9.82351 second user time and 25.8211 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue May  8 05:30:30 UTC 2007

IDJOB= 455956
IDBENCH= 20529
IDSOLVER= 179
FILE ID= node4/455956-1178602230

PBS_JOBID= 5217757

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= /tmp/evaluation/455956-1178602230/SATzilla2007_C /tmp/evaluation/455956-1178602230/instance-455956-1178602230.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-455956-1178602230 -o ROOT/results/node4/solver-455956-1178602230 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455956-1178602230/SATzilla2007_C /tmp/evaluation/455956-1178602230/instance-455956-1178602230.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  2bee695ce4278b72ee9295631ad94252

RANDOM SEED= 217555209

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1806312 kB
Buffers:         29312 kB
Cached:         130752 kB
SwapCached:      14968 kB
Active:          64748 kB
Inactive:       118336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806312 kB
SwapTotal:     4192956 kB
SwapFree:      4141164 kB
Dirty:           11516 kB
Writeback:           0 kB
Mapped:          29936 kB
Slab:            52052 kB
Committed_AS:  9837692 kB
PageTables:       1816 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= 66553 MiB

End job on node4 on Tue May  8 08:17:11 UTC 2007