Trace number 3266444

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
glucose 2? (TO) 1300.02 1300.01

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.865867
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   14811    34482 |    4443       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    8702    25472 |      --       0       --      -- |     --   | -6078/-8947
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1978   #clauses: 8702   #literals: 25472
0.00/0.05	c CPU time:   0.055991 s
0.00/0.05	c ==============================================================================
0.00/0.06	c
0.00/0.06	c Starting glucose
0.00/0.06	c
470.49/470.53	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
470.49/470.53	c WARNING: for repeatability, setting FPU to use double precision
470.49/470.53	c ============================[ Problem Statistics ]=============================
470.49/470.53	c |                                                                             |
470.49/470.53	c |  Number of variables:          1978                                         |
470.49/470.53	c |  Number of clauses:            8702                                         |
470.49/470.53	c |  Parse time:                   0.00 s                                       |
470.49/470.53	c |                                                                             |
470.49/470.53	c ============================[ Search Statistics ]==============================
470.49/470.53	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
470.49/470.53	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
470.49/470.53	c ===============================================================================
470.49/470.53	c |    242303 |    1978     8702    25472 |        1    52722     32 |  0.000 % |
470.49/470.53	c |    245157 |    1978     8702    25472 |        1    55576     33 |  0.000 % |
470.49/470.53	c |    318973 |    1978     8702    25472 |        1    61590     28 |  0.000 % |
470.49/470.53	c |    335827 |    1978     8702    25472 |        1    40641     22 |  0.000 % |
470.49/470.53	c |    339512 |    1978     8702    25472 |        1    44326     24 |  0.000 % |
470.49/470.53	c |    339748 |    1978     8702    25472 |        1    44562     24 |  0.000 % |
470.49/470.53	c |    340200 |    1978     8702    25472 |        1    45014     24 |  0.000 % |
470.49/470.53	c |    341103 |    1978     8702    25472 |        1    45917     25 |  0.000 % |
470.49/470.53	c |    457084 |    1978     8702    25472 |        1    78499     30 |  0.000 % |
470.49/470.53	c |    719224 |    1978     8702    25472 |        1    86649     23 |  0.000 % |
470.49/470.53	c |    754141 |    1978     8702    25472 |        1    62963     23 |  0.000 % |
470.49/470.53	c |    969600 |    1978     8702    25472 |        1    87020     27 |  0.000 % |
470.49/470.53	c |   1154622 |    1978     8702    25472 |        1   131446     29 |  0.000 % |
470.49/470.53	c |   1154771 |    1978     8702    25472 |        1   131595     29 |  0.000 % |
470.49/470.53	c |   1223685 |    1978     8702    25472 |        1   126304     34 |  0.000 % |
470.49/470.53	c |   1451307 |    1978     8702    25472 |        1   115721     17 |  0.000 % |
470.49/470.53	c |   1529001 |    1978     8702    25472 |        1   108818     20 |  0.000 % |
470.49/470.53	c |   1534591 |    1978     8702    25472 |        1   114408     21 |  0.000 % |
470.49/470.53	c |   1541067 |    1978     8702    25472 |        1   120884     23 |  0.000 % |
470.49/470.53	c |   1552772 |    1978     8702    25472 |        1   132589     26 |  0.000 % |
470.49/470.53	c |   1615948 |    1978     8702    25472 |        1   108574     22 |  0.000 % |
470.49/470.53	c |   1621137 |    1978     8702    25472 |        1   113763     23 |  0.000 % |
470.49/470.53	c |   1631163 |    1978     8702    25472 |        1   123789     25 |  0.000 % |
470.49/470.53	c |   1649575 |    1978     8702    25472 |        1   142201     27 |  0.000 % |
470.49/470.53	c |   1658397 |    1978     8702    25472 |        1   151023     29 |  0.000 % |
470.49/470.53	c |   1812877 |    1978     8702    25472 |        1   123300     21 |  0.000 % |
470.49/470.53	c |   1834522 |    1978     8702    25472 |        1   144945     25 |  0.000 % |
470.49/470.53	c |   1839180 |    1978     8702    25472 |        1   149603     26 |  0.000 % |
470.49/470.53	c |   1919148 |    1978     8702    25472 |        1   134574     23 |  0.000 % |
470.49/470.53	c |   1952913 |    1978     8702    25472 |        1   168339     25 |  0.000 % |
470.49/470.53	c |   1953463 |    1977     8702    25472 |        1   168881     25 |  0.051 % |
470.49/470.53	c |   2040824 |    1977     8702    25472 |        1   158643     27 |  0.051 % |
470.49/470.53	c |   2040925 |    1977     8702    25472 |        1   158744     27 |  0.051 % |
470.49/470.53	c |   2041027 |    1977     8702    25472 |        1   158846     27 |  0.051 % |
470.49/470.53	c |   2046830 |    1976     8702    25472 |        1   164641     27 |  0.101 % |
470.49/470.53	c |   2050260 |    1976     8702    25472 |        1   168071     28 |  0.101 % |
470.49/470.53	c |   2050372 |    1976     8702    25472 |        1   168183     28 |  0.101 % |
470.49/470.53	c |   2052217 |    1976     8702    25472 |        1   170028     28 |  0.101 % |
470.49/470.53	c |   2054107 |    19

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3266444-1303568270/watcher-3266444-1303568270 -o /tmp/evaluation-result-3266444-1303568270/solver-3266444-1303568270 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3266444-1303568270.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.03 2.21 5.16 3/186 19083
/proc/meminfo: memFree=21267592/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 201018258 8912896 253 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 253 211 178 0 69 0

[startup+0.0766881 s]
/proc/loadavg: 0.03 2.21 5.16 3/186 19083
/proc/meminfo: memFree=21267592/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.100648 s]
/proc/loadavg: 0.03 2.21 5.16 3/186 19083
/proc/meminfo: memFree=21267592/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.3006 s]
/proc/loadavg: 0.03 2.21 5.16 3/186 19083
/proc/meminfo: memFree=21267592/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+0.700527 s]
/proc/loadavg: 0.03 2.21 5.16 3/186 19083
/proc/meminfo: memFree=21267592/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8704

[startup+1.50039 s]
/proc/loadavg: 0.03 2.21 5.16 5/194 19098
/proc/meminfo: memFree=21251596/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=18552 CPUtime=1.43 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 1687 0 0 0 143 0 0 0 25 0 1 0 201018265 18997248 867 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 4638 867 240 17 0 1279 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 27256

[startup+3.10111 s]
/proc/loadavg: 0.03 2.21 5.16 5/194 19098
/proc/meminfo: memFree=21239448/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=24616 CPUtime=3.03 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 3016 0 0 0 303 0 0 0 25 0 1 0 201018265 25206784 2168 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 6154 2168 240 17 0 2795 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33320

[startup+6.30055 s]
/proc/loadavg: 0.35 2.24 5.15 5/194 19098
/proc/meminfo: memFree=21229140/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=24616 CPUtime=6.23 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 3480 0 0 0 623 0 0 0 25 0 1 0 201018265 25206784 2624 33554432000 4194304 4260849 140735864483808 18446744073709551615 4209389 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 6154 2624 240 17 0 2795 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33320

[startup+12.7004 s]
/proc/loadavg: 0.72 2.29 5.15 5/194 19099
/proc/meminfo: memFree=21209524/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=34488 CPUtime=12.63 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 5933 0 0 0 1263 0 0 0 25 0 1 0 201018265 35315712 5032 33554432000 4194304 4260849 140735864483808 18446744073709551615 4226291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 8622 5032 240 17 0 5263 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43192

[startup+25.5002 s]
/proc/loadavg: 1.45 2.37 5.13 5/194 19099
/proc/meminfo: memFree=21185748/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=43304 CPUtime=25.42 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 8912 0 0 0 2542 0 0 0 25 0 1 0 201018265 44343296 6421 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224913 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 10826 6421 240 17 0 7467 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52008

[startup+51.1007 s]
/proc/loadavg: 2.32 2.50 5.10 5/194 19099
/proc/meminfo: memFree=21170064/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=43300 CPUtime=51.03 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 11415 0 0 0 5102 1 0 0 25 0 1 0 201018265 44339200 6970 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 10825 6970 248 17 0 7466 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52004

[startup+102.307 s]
/proc/loadavg: 3.27 2.73 5.04 5/194 19101
/proc/meminfo: memFree=21137668/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=47760 CPUtime=102.23 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 13042 0 0 0 10222 1 0 0 25 0 1 0 201018265 48906240 8543 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 11940 8543 248 17 0 8581 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 56464

[startup+162.301 s]
/proc/loadavg: 3.73 2.96 4.97 5/194 19103
/proc/meminfo: memFree=21100176/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=55856 CPUtime=162.23 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 18102 0 0 0 16221 2 0 0 25 0 1 0 201018265 57196544 10435 33554432000 4194304 4260849 140735864483808 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 13964 10435 248 17 0 10605 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 64560

[startup+222.301 s]
/proc/loadavg: 3.90 3.14 4.91 5/194 19104
/proc/meminfo: memFree=21079552/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=86204 CPUtime=222.23 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 23634 0 0 0 22220 3 0 0 25 0 1 0 201018265 88272896 11254 33554432000 4194304 4260849 140735864483808 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 21551 11254 248 17 0 18192 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 94908

[startup+282.301 s]
/proc/loadavg: 3.96 3.30 4.85 5/194 19106
/proc/meminfo: memFree=21056692/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=86204 CPUtime=282.23 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 28511 0 0 0 28218 5 0 0 25 0 1 0 201018265 88272896 16002 33554432000 4194304 4260849 140735864483808 18446744073709551615 4225300 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 21551 16002 248 17 0 18192 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 94908

[startup+342.301 s]
/proc/loadavg: 4.05 3.44 4.80 5/194 19107
/proc/meminfo: memFree=21045492/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=86204 CPUtime=342.23 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 30781 0 0 0 34217 6 0 0 25 0 1 0 201018265 88272896 18180 33554432000 4194304 4260849 140735864483808 18446744073709551615 4226718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 21551 18180 248 17 0 18192 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 94908

[startup+402.301 s]
/proc/loadavg: 4.02 3.54 4.75 5/194 19109
/proc/meminfo: memFree=21022136/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3

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

/proc/19086/statm: 24517 18346 248 17 0 21158 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 106772

[startup+642.301 s]
/proc/loadavg: 4.00 3.79 4.57 5/194 19115
/proc/meminfo: memFree=20977972/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98068 CPUtime=642.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 30955 0 0 0 64219 6 0 0 25 0 1 0 201018265 100421632 18346 33554432000 4194304 4260849 140735864483808 18446744073709551615 4226278 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24517 18346 248 17 0 21158 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 106772

[startup+702.3 s]
/proc/loadavg: 4.00 3.83 4.53 5/194 19117
/proc/meminfo: memFree=20952884/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98644 CPUtime=702.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34021 0 0 0 70218 7 0 0 25 0 1 0 201018265 101011456 21218 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24661 21218 248 17 0 21302 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 107348

[startup+762.307 s]
/proc/loadavg: 4.00 3.86 4.50 5/194 19119
/proc/meminfo: memFree=20944788/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98644 CPUtime=762.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34021 0 0 0 76218 7 0 0 25 0 1 0 201018265 101011456 21218 33554432000 4194304 4260849 140735864483808 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24661 21218 248 17 0 21302 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 107348

[startup+822.3 s]
/proc/loadavg: 4.00 3.88 4.46 5/194 19120
/proc/meminfo: memFree=20943760/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98644 CPUtime=822.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34021 0 0 0 82218 7 0 0 25 0 1 0 201018265 101011456 21218 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24661 21218 248 17 0 21302 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 107348

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 4.43 5/194 19122
/proc/meminfo: memFree=20972492/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98644 CPUtime=882.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34021 0 0 0 88218 7 0 0 25 0 1 0 201018265 101011456 21218 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24661 21218 248 17 0 21302 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 107348

[startup+942.3 s]
/proc/loadavg: 4.03 3.93 4.41 5/194 19123
/proc/meminfo: memFree=20951120/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98644 CPUtime=942.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34021 0 0 0 94218 7 0 0 25 0 1 0 201018265 101011456 21218 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24661 21218 248 17 0 21302 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 107348

[startup+1002.3 s]
/proc/loadavg: 4.06 3.95 4.38 5/194 19125
/proc/meminfo: memFree=20947976/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98644 CPUtime=1002.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34021 0 0 0 100218 7 0 0 25 0 1 0 201018265 101011456 21218 33554432000 4194304 4260849 140735864483808 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24661 21218 248 17 0 21302 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 107348

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 4.35 5/194 19127
/proc/meminfo: memFree=20946692/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=98644 CPUtime=1062.25 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34021 0 0 0 106218 7 0 0 25 0 1 0 201018265 101011456 21218 33554432000 4194304 4260849 140735864483808 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24661 21218 248 17 0 21302 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 107348

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 4.33 5/194 19128
/proc/meminfo: memFree=20974676/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=99284 CPUtime=1122.26 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34185 0 0 0 112219 7 0 0 25 0 1 0 201018265 101666816 21378 33554432000 4194304 4260849 140735864483808 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24821 21378 248 17 0 21462 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 107988

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 4.31 5/194 19130
/proc/meminfo: memFree=20938176/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=99924 CPUtime=1182.26 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 34349 0 0 0 118219 7 0 0 25 0 1 0 201018265 102322176 21538 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 24981 21538 248 17 0 21622 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 108628

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 4.28 5/194 19131
/proc/meminfo: memFree=20919780/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=119420 CPUtime=1242.26 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 38572 0 0 0 124216 10 0 0 25 0 1 0 201018265 122286080 25679 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 29855 25679 248 17 0 26496 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 128124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 4.26 3/189 19135
/proc/meminfo: memFree=21080332/32951124 swapFree=67111528/67111528
[pid=19083] ppid=19081 vsize=8704 CPUtime=0.05 cores=1,3
/proc/19083/stat : 19083 (glucose.sh) S 19081 19083 19029 0 -1 4202496 359 788 0 0 0 0 5 0 21 0 1 0 201018258 8912896 255 33554432000 4194304 4922060 140734192546944 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19083/statm: 2176 255 211 178 0 69 0
[pid=19086] ppid=19083 vsize=119420 CPUtime=1299.97 cores=1,3
/proc/19086/stat : 19086 (glucose_static) R 19083 19083 19029 0 -1 4202496 38735 0 0 0 129987 10 0 0 25 0 1 0 201018265 122286080 25835 33554432000 4194304 4260849 140735864483808 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19086/statm: 29855 25835 248 17 0 26496 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 128124

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19083 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=59990
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.062989
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.92
CPU system time (s): 0.1
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 128124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.05999
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1147
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= 6
involuntary context switches= 15

runsolver used 2.08168 second user time and 5.02224 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 16:17:50
IDJOB=3266444
IDBENCH=87734
IDSOLVER=1651
FILE ID=node107/3266444-1303568270
RUNJOBID= node107-1303568269-19049
PBS_JOBID= 13150304
Free space on /tmp= 71792 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266444-1303568270/watcher-3266444-1303568270 -o /tmp/evaluation-result-3266444-1303568270/solver-3266444-1303568270 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3266444-1303568270.cnf 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=479685785

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5359.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21267980 kB
Buffers:       2010184 kB
Cached:        9127316 kB
SwapCached:          0 kB
Active:        7513152 kB
Inactive:      3693456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21267980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4116 kB
Writeback:           0 kB
AnonPages:       68324 kB
Mapped:          15136 kB
Slab:           412388 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   238724 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71788 MiB
End job on node107 at 2011-04-23 16:39:32