Trace number 1785655

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
IUT_BMB_SAT 1.0SAT 1491.33 1491.94

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-200-100.cnf
MD5SUM3eff3d0cb86e42a8fbb844259e0c7beb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.7442
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  200                                                  |
0.00/0.01	c |  Number of clauses:    480                                                  |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     200      480     1200 |      160        0    nan |  0.000 % |
0.00/0.01	c |       100 |     200      480     1200 |      176      100     39 |  0.003 % |
0.00/0.01	c |       250 |     200      480     1200 |      193      136     28 |  0.003 % |
0.00/0.02	c |       475 |     200      480     1200 |      212      243     28 |  0.003 % |
0.00/0.02	c |       812 |     200      480     1200 |      234      178     21 |  0.003 % |
0.00/0.03	c |      1319 |     200      480     1200 |      257      245     26 |  0.003 % |
0.00/0.05	c |      2078 |     200      480     1200 |      283      227     20 |  0.003 % |
0.00/0.08	c |      3217 |     200      480     1200 |      311      343     26 |  0.003 % |
0.00/0.12	c |      4930 |     200      480     1200 |      342      379     25 |  0.003 % |
0.00/0.17	c |      7492 |     200      480     1200 |      377      309     21 |  0.003 % |
0.00/0.27	c |     11338 |     200      480     1200 |      414      385     26 |  0.003 % |
0.00/0.41	c |     17104 |     200      480     1200 |      456      433     27 |  0.003 % |
0.00/0.62	c |     25755 |     200      480     1200 |      502      461     27 |  0.003 % |
0.00/0.96	c |     38731 |     200      480     1200 |      552      472     25 |  0.003 % |
1.38/1.47	c |     58192 |     200      480     1200 |      607      367     19 |  0.003 % |
2.19/2.27	c |     87386 |     200      480     1200 |      668      617     25 |  0.003 % |
3.40/3.43	c |    131175 |     200      480     1200 |      735      449     21 |  0.003 % |
5.19/5.27	c |    196859 |     200      480     1200 |      808      789     28 |  0.003 % |
8.08/8.16	c |    295385 |     200      480     1200 |      889      603     24 |  0.003 % |
12.58/12.63	c |    443179 |     200      480     1200 |      978      542     22 |  0.003 % |
19.58/19.63	c |    664864 |     200      480     1200 |     1076      962     29 |  0.003 % |
30.27/30.33	c |    997389 |     200      480     1200 |     1184     1109     32 |  0.003 % |
47.27/47.33	c |   1496177 |     200      480     1200 |     1302      896     30 |  0.003 % |
72.95/73.01	c |   2244359 |     200      480     1200 |     1432     1183     31 |  0.003 % |
112.84/112.99	c |   3366633 |     200      480     1200 |     1575     1382     33 |  0.003 % |
175.12/175.30	c |   5050044 |     200      480     1200 |     1733     1649     32 |  0.003 % |
271.87/272.04	c |   7575160 |     200      480     1200 |     1906      941     29 |  0.003 % |
421.11/421.35	c |  11362837 |     200      480     1200 |     2097     1505     29 |  0.003 % |
657.12/657.48	c |  17044350 |     200      480     1200 |     2307     1991     34 |  0.003 % |
1025.26/1025.74	c |  25566623 |     200      480     1200 |     2538     2257     35 |  0.003 % |
1491.27/1491.93	c ===============================================================================
1491.27/1491.93	c restarts              : 30
1491.27/1491.93	c conflicts             : 35909547       (24079 /sec)
1491.27/1491.93	c decisions             : 42374998       (1.58 % random) (28415 /sec)
1491.27/1491.93	c propagations          : 1396786602     (936624 /sec)
1491.27/1491.93	c conflict literals     : 1408436334     (9.90 % deleted)
1491.27/1491.93	c Memory used           : 3.81 MB
1491.27/1491.93	c CPU time              : 1491.3 s
1491.27/1491.93	
1491.27/1491.93	s SATISFIABLE
1491.27/1491.93	v -1 -2 3 -4 -5 6 -7 -8 -9 -10 -11 12 -13 -14 -15 -16 -17 18 -19 -20 -21 -22 23 -24 -25 -26 27 -28 -29 -30 -31 32 -33 -34 -35 36 -37 -38 -39 -40 41 -42 -43 -44 -45 -46 -47 -48 49 -50 51 -52 -53 -54 -55 -56 -57 -58 59 -60 61 -62 -63 -64 -65 -66 -67 68 -69 -70 71 -72 -73 -74 -75 -76 -77 78 -79 -80 -81 -82 -83 84 -85 -86 87 -88 -89 -90 -91 -92 -93 94 -95 -96 -97 -98 99 -100 -101 -102 -103 104 -105 -106 107 -108 -109 -110 -111 -112 113 -114 -115 116 -117 -118 -119 -120 -121 -122 -123 124 -125 -126 -127 128 -129 -130 -131 -132 133 -134 -135 136 -137 -138 -139 -140 -141 -142 -143 144 -145 -146 -147 -148 149 -150 -151 152 -153 -154 -155 -156 -157 -158 159 -160 -161 162 -163 -164 -165 -166 167 -168 -169 -170 -171 -172 173 -174 -175 -176 177 -178 -179 -180 -181 -182 -183 184 -185 -186 187 -188 -189 -190 -191 -192 193 -194 -195 196 -197 -198 -199 -200 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785655-1241924822/watcher-1785655-1241924822 -o /tmp/evaluation-result-1785655-1241924822/solver-1785655-1241924822 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785655-1241924822.cnf HOME 

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): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7998
/proc/meminfo: memFree=1764496/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) R 7996 7998 4722 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 141 1992294400 134512640 135635285 4294956224 18446744073709551615 134515162 0 0 4096 0 0 0 0 17 0 0 0
/proc/7998/statm: 354 141 97 274 0 77 0

[startup+0.0924391 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7998
/proc/meminfo: memFree=1764496/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101439 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7998
/proc/meminfo: memFree=1764496/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301459 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7998
/proc/meminfo: memFree=1764496/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701498 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 7998
/proc/meminfo: memFree=1764496/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1763696/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2052 CPUtime=1.48
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 178 0 0 0 148 0 0 0 25 0 1 0 220509935 2101248 159 1992294400 134512640 135243223 4294956320 18446744073709551615 134567716 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 513 159 83 178 0 333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8824

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1763504/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2176 CPUtime=3.08
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 193 0 0 0 308 0 0 0 25 0 1 0 220509935 2228224 174 1992294400 134512640 135243223 4294956320 18446744073709551615 134565172 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 544 174 83 178 0 364 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8948

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1763312/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2176 CPUtime=6.28
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 211 0 0 0 628 0 0 0 25 0 1 0 220509935 2228224 192 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 544 192 83 178 0 364 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8948

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1763136/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2308 CPUtime=12.68
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 235 0 0 0 1268 0 0 0 25 0 1 0 220509935 2363392 216 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 577 216 83 178 0 397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9080

[startup+25.5059 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1763136/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2440 CPUtime=25.48
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 273 0 0 0 2548 0 0 0 25 0 1 0 220509935 2498560 254 1992294400 134512640 135243223 4294956320 18446744073709551615 134565513 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 610 254 83 178 0 430 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9212

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1763008/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2704 CPUtime=51.07
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 313 0 0 0 5107 0 0 0 25 0 1 0 220509935 2768896 294 1992294400 134512640 135243223 4294956320 18446744073709551615 134564910 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 676 294 83 178 0 496 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9476

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1762688/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2836 CPUtime=102.24
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 355 0 0 0 10224 0 0 0 25 0 1 0 220509935 2904064 336 1992294400 134512640 135243223 4294956320 18446744073709551615 134565513 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 709 336 83 178 0 529 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 9608

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1762432/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=2968 CPUtime=162.22
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 399 0 0 0 16222 0 0 0 25 0 1 0 220509935 3039232 380 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 742 380 83 178 0 562 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 9740

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1762368/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3100 CPUtime=222.2
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 432 0 0 0 22220 0 0 0 25 0 1 0 220509935 3174400 413 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 775 413 83 178 0 595 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9872

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1762240/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3232 CPUtime=282.17

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

/proc/8001/statm: 975 599 83 178 0 795 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 10672

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761152/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1241.77
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 620 0 0 0 124176 1 0 0 25 0 1 0 220509935 3993600 601 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 601 83 178 0 795 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 10672

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761152/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1301.74
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 625 0 0 0 130173 1 0 0 25 0 1 0 220509935 3993600 606 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 606 83 178 0 795 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 10672

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1361.72
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 627 0 0 0 136171 1 0 0 25 0 1 0 220509935 3993600 608 1992294400 134512640 135243223 4294956320 18446744073709551615 134564692 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 608 83 178 0 795 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 10672

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1421.7
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 142169 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 10672

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1481.68
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 148167 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 10672

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

[startup+1484.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1484.28
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 148427 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1484.28
Current children cumulated vsize (KiB) 10672

[startup+1488.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1487.47
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 148746 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134564702 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1487.47
Current children cumulated vsize (KiB) 10672

[startup+1489.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1489.07
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 148906 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134565923 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1489.07
Current children cumulated vsize (KiB) 10672

[startup+1491.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1490.67
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 149066 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1490.67
Current children cumulated vsize (KiB) 10672

[startup+1491.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1491.07
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 149106 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134555628 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1491.07
Current children cumulated vsize (KiB) 10672

[startup+1491.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 8001
/proc/meminfo: memFree=1761088/2055920 swapFree=4180200/4192956
[pid=7998] ppid=7996 vsize=1416 CPUtime=0
/proc/7998/stat : 7998 (IUT_BMB_SAT) S 7996 7998 4722 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 220509934 1449984 150 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7998/statm: 354 150 105 274 0 77 0
[pid=8000] ppid=7998 vsize=5356 CPUtime=0
/proc/8000/stat : 8000 (sh) S 7998 7998 4722 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220509934 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8000/statm: 1339 232 193 169 0 50 0
[pid=8001] ppid=8000 vsize=3900 CPUtime=1491.27
/proc/8001/stat : 8001 (minisat) R 8000 7998 4722 0 -1 4194304 631 0 0 0 149126 1 0 0 25 0 1 0 220509935 3993600 612 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/8001/statm: 975 612 83 178 0 795 0
Current children cumulated CPU time (s) 1491.27
Current children cumulated vsize (KiB) 10672

Child status: 0
Real time (s): 1491.94
CPU time (s): 1491.33
CPU user time (s): 1491.31
CPU system time (s): 0.017997
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 10672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1491.31
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1132
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= 8
involuntary context switches= 3195

runsolver used 1.13683 second user time and 4.29835 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-10 05:07:02
IDJOB=1785655
IDBENCH=71124
IDSOLVER=638
FILE ID=node56/1785655-1241924822
PBS_JOBID= 9264858
Free space on /tmp= 102936 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-200-100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785655-1241924822/watcher-1785655-1241924822 -o /tmp/evaluation-result-1785655-1241924822/solver-1785655-1241924822 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785655-1241924822.cnf HOME

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

MD5SUM BENCH= 3eff3d0cb86e42a8fbb844259e0c7beb
RANDOM SEED=1574701951

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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	: 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.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:       1764976 kB
Buffers:         55204 kB
Cached:         162100 kB
SwapCached:       6824 kB
Active:         115892 kB
Inactive:       110740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764976 kB
SwapTotal:     4192956 kB
SwapFree:      4180200 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:          14604 kB
Slab:            50280 kB
Committed_AS:   659924 kB
PageTables:       1472 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= 102932 MiB
End job on node56 at 2009-05-10 05:31:54