Trace number 3250470

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.01 1300.01

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
Number of clauses of size over 50

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |  100443   411786 |   30132       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |  100378   412451 |      --       0       --      -- |     --   | -65/665
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 4221   #clauses: 100378   #literals: 412451
0.00/0.06	c CPU time:   0.06399 s
0.00/0.06	c ==============================================================================
0.00/0.13	c
0.00/0.13	c Starting glucose
0.00/0.13	c
815.19/815.29	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
815.19/815.29	c WARNING: for repeatability, setting FPU to use double precision
815.19/815.29	c ============================[ Problem Statistics ]=============================
815.19/815.29	c |                                                                             |
815.19/815.29	c |  Number of variables:          4221                                         |
815.19/815.29	c |  Number of clauses:          100378                                         |
815.19/815.29	c |  Parse time:                   0.02 s                                       |
815.19/815.29	c |                                                                             |
815.19/815.29	c ============================[ Search Statistics ]==============================
815.19/815.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
815.19/815.29	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
815.19/815.29	c ===============================================================================
815.19/815.29	c |      5784 |    4221   100378   412451 |        1     3788     81 |  0.000 % |
815.19/815.29	c |     35593 |    4221   100378   412451 |        1    13279     48 |  0.000 % |
815.19/815.29	c |     36817 |    4221   100378   412451 |        1    14503     51 |  0.000 % |
815.19/815.29	c |     38648 |    4221   100378   412451 |        1    16334     54 |  0.000 % |
815.19/815.29	c |     45483 |    4221   100378   412451 |        1    23169     59 |  0.000 % |
815.19/815.29	c |     80079 |    4221   100378   412451 |        1    31510     56 |  0.000 % |
815.19/815.29	c |    592380 |    4221   100378   412451 |        1    69197     39 |  0.000 % |
815.19/815.29	c |   1178024 |    4221   100378   412451 |        1    80648     26 |  0.000 % |
815.19/815.29	c |   1184044 |    4221   100378   412451 |        1    86668     29 |  0.000 % |
815.19/815.29	c |   1185387 |    4221   100378   412451 |        1    88011     30 |  0.000 % |
815.19/815.29	c |   1185529 |    4221   100378   412451 |        1    88153     30 |  0.000 % |
815.19/815.29	c |   1188800 |    4221   100378   412451 |        1    91424     33 |  0.000 % |
815.19/815.29	c |   1189382 |    4221   100378   412451 |        1    92006     34 |  0.000 % |
815.19/815.29	c |   1193521 |    4221   100378   412451 |        1    96145     36 |  0.000 % |
815.19/815.29	c |   1193809 |    4221   100378   412451 |        1    96433     36 |  0.000 % |
815.19/815.29	c |   3990351 |    4221   100378   412451 |        1   192974     37 |  0.000 % |
815.19/815.29	c |   3997888 |    4221   100378   412451 |        1   200511     38 |  0.000 % |
815.19/815.29	c |   3997988 |    4221   100378   412451 |        1   200611     38 |  0.000 % |
815.19/815.29	c |   4051854 |    4221   100378   412451 |        1   254477     47 |  0.000 % |
815.19/815.29	c |   4060094 |    4221   100378   412451 |        1   262717     48 |  0.000 % |
815.19/815.29	c |   4064900 |    4221   100378   412451 |        1   267523     49 |  0.000 % |
815.19/815.29	c |   4065110 |    4221   100378   412451 |        1   267733     49 |  0.000 % |
815.19/815.29	c |   4068289 |    4221   100378   412451 |        1   270912     49 |  0.000 % |
815.19/815.29	c |   4073240 |    4221   100378   412451 |        1   275863     49 |  0.000 % |
815.19/815.29	c |   4073529 |    4221   100378   412451 |        1   276152     50 |  0.000 % |
815.19/815.29	c |   4074065 |    4221   100378   412451 |        1   276688     50 |  0.000 % |
815.19/815.29	c |   4074172 |    4221   100378   412451 |        1   276795     50 |  0.000 % |
815.19/815.29	c |   4075963 |    4221   100378   412451 |        1   278586     50 |  0.000 % |
815.19/815.29	c |   4077869 |    4221   100378   412451 |        1   280492     50 |  0.000 % |
815.19/815.29	c |   4175352 |    4221   100378   412451 |        1   236166     42 |  0.000 % |
815.19/815.29	c |   4281401 |    4221   100378   412451 |        1   197818     36 |  0.000 % |
815.19/815.29	c |   4288699 |    4221   100378   412451 |        1   205116     37 |  0.000 % |
815.19/815.29	c |   4288813 |    4221   100378   412451 |        1   205230     37 |  0.000 % |
815.19/815.29	c |   4290888 |    4221   100378   412451 |        1   207305     38 |  0.000 % |
815.19/815.29	c |   4291483 |    4221   100378   412451 |        1   207900     38 |  0.000 % |
815.19/815.29	c |   4291924 |    4221   100378   412451 |        1   208341     38 |  0.000 % |
815.19/815.29	c |   4292205 |    4221   100378   412451 |        1   208622     38 |  0.000 % |
815.19/815.29	c |   4292769 |    4221   100378   412451 |        1   209186     38 |  0.000 % |
815.19/815.29	c |   4293171 |    42

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-3250470-1303514409/watcher-3250470-1303514409 -o /tmp/evaluation-result-3250470-1303514409/solver-3250470-1303514409 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3250470-1303514409.cnf 

running on 2 cores: 4,6

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: 3.88 3.97 3.92 4/192 4164
/proc/meminfo: memFree=14070728/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 463041701 8912896 252 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 252 211 178 0 69 0

[startup+0.0588359 s]
/proc/loadavg: 3.88 3.97 3.92 4/192 4164
/proc/meminfo: memFree=14070728/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 463041701 8912896 252 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100856 s]
/proc/loadavg: 3.88 3.97 3.92 4/192 4164
/proc/meminfo: memFree=14070728/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 463041701 8912896 252 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300772 s]
/proc/loadavg: 3.88 3.97 3.92 4/192 4164
/proc/meminfo: memFree=14070728/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8704

[startup+0.700689 s]
/proc/loadavg: 3.88 3.97 3.92 4/192 4164
/proc/meminfo: memFree=14070728/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8704

[startup+1.5006 s]
/proc/loadavg: 3.88 3.97 3.92 5/194 4167
/proc/meminfo: memFree=14042828/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=41676 CPUtime=1.36 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 8783 0 0 0 135 1 0 0 25 0 1 0 463041714 42676224 5885 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 10419 5885 251 17 0 7060 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 50380

[startup+3.10031 s]
/proc/loadavg: 3.88 3.97 3.92 5/194 4167
/proc/meminfo: memFree=14031792/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=39028 CPUtime=2.95 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 11369 0 0 0 294 1 0 0 25 0 1 0 463041714 39964672 6037 33554432000 4194304 4260849 140733799314096 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 9757 6037 251 17 0 6398 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 47732

[startup+6.30073 s]
/proc/loadavg: 3.97 3.99 3.93 5/194 4167
/proc/meminfo: memFree=14044748/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=41748 CPUtime=6.15 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 12509 0 0 0 614 1 0 0 25 0 1 0 463041714 42749952 7161 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224855 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 10437 7161 251 17 0 7078 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 50452

[startup+12.7006 s]
/proc/loadavg: 3.97 3.99 3.93 5/194 4167
/proc/meminfo: memFree=14034208/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=64932 CPUtime=12.55 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 21594 0 0 0 1253 2 0 0 25 0 1 0 463041714 66490368 9199 33554432000 4194304 4260849 140733799314096 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 16233 9199 251 17 0 12874 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 73636

[startup+25.5012 s]
/proc/loadavg: 3.98 3.99 3.93 5/194 4168
/proc/meminfo: memFree=13974092/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=64932 CPUtime=25.35 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 22456 0 0 0 2533 2 0 0 25 0 1 0 463041714 66490368 10049 33554432000 4194304 4260849 140733799314096 18446744073709551615 4226333 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 16233 10049 251 17 0 12874 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 73636

[startup+51.1005 s]
/proc/loadavg: 3.98 3.99 3.93 5/194 4169
/proc/meminfo: memFree=13962368/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=83788 CPUtime=50.95 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 28698 0 0 0 5092 3 0 0 25 0 1 0 463041714 85798912 11446 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 20947 11447 251 17 0 17588 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 92492

[startup+102.307 s]
/proc/loadavg: 4.06 4.00 3.93 5/194 4170
/proc/meminfo: memFree=13891256/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=83788 CPUtime=102.16 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 35187 0 0 0 10211 5 0 0 25 0 1 0 463041714 85798912 17751 33554432000 4194304 4260849 140733799314096 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 20947 17751 251 17 0 17588 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 92492

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 4171
/proc/meminfo: memFree=13911192/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=95628 CPUtime=162.15 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 88477 0 0 0 16204 11 0 0 25 0 1 0 463041714 97923072 20724 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 23907 20724 251 17 0 20548 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 104332

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/194 4204
/proc/meminfo: memFree=13916672/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=95628 CPUtime=222.15 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 126148 0 0 0 22198 17 0 0 25 0 1 0 463041714 97923072 20724 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 23907 20724 251 17 0 20548 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 104332

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4206
/proc/meminfo: memFree=13849068/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=95628 CPUtime=282.16 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 156846 0 0 0 28194 22 0 0 25 0 1 0 463041714 97923072 20724 33554432000 4194304 4260849 140733799314096 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 23907 20724 251 17 0 20548 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 104332

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4207
/proc/meminfo: memFree=13746120/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=144948 CPUtime=342.16 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 189748 0 0 0 34190 26 0 0 25 0 1 0 463041714 148426752 31846 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 36237 31846 251 17 0 32878 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 153652

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 4209
/proc/meminfo: memFree=13825840/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6

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

/proc/4167/statm: 49314 39591 251 17 0 45955 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 205960

[startup+642.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/194 4215
/proc/meminfo: memFree=13636144/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=166436 CPUtime=642.17 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 321424 0 0 0 64169 48 0 0 25 0 1 0 463041714 170430464 37759 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 41609 37759 251 17 0 38250 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 175140

[startup+702.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/194 4217
/proc/meminfo: memFree=13700972/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=117116 CPUtime=702.17 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 338432 0 0 0 70164 53 0 0 25 0 1 0 463041714 119926784 26096 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 29279 26096 251 17 0 25920 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 125820

[startup+762.307 s]
/proc/loadavg: 3.74 3.95 3.92 4/187 4237
/proc/meminfo: memFree=13698252/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=197256 CPUtime=762.18 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 366008 0 0 0 76161 57 0 0 25 0 1 0 463041714 201990144 38914 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 49314 38914 251 17 0 45955 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 205960

[startup+822.3 s]
/proc/loadavg: 3.27 3.77 3.86 4/187 4238
/proc/meminfo: memFree=13685960/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=197256 CPUtime=822.17 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 414543 0 0 0 82151 66 0 0 25 0 1 0 463041714 201990144 41535 33554432000 4194304 4260849 140733799314096 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 49314 41535 251 17 0 45955 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 205960

[startup+882.3 s]
/proc/loadavg: 3.10 3.63 3.80 4/187 4240
/proc/meminfo: memFree=13808196/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=117116 CPUtime=882.18 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 446588 0 0 0 88146 72 0 0 25 0 1 0 463041714 119926784 26096 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 29279 26096 251 17 0 25920 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 125820

[startup+942.3 s]
/proc/loadavg: 3.07 3.53 3.76 4/187 4241
/proc/meminfo: memFree=13752500/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=136976 CPUtime=942.17 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 479804 0 0 0 94139 78 0 0 25 0 1 0 463041714 140263424 26593 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 34244 26593 251 17 0 30885 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 145680

[startup+1002.3 s]
/proc/loadavg: 3.02 3.43 3.70 4/187 4243
/proc/meminfo: memFree=13663200/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=198876 CPUtime=1002.17 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 516426 0 0 0 100133 84 0 0 25 0 1 0 463041714 203649024 46414 33554432000 4194304 4260849 140733799314096 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 49719 46414 251 17 0 46360 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 207580

[startup+1062.3 s]
/proc/loadavg: 3.01 3.35 3.66 5/187 4244
/proc/meminfo: memFree=13732376/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=229696 CPUtime=1062.18 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 537504 0 0 0 106130 88 0 0 25 0 1 0 463041714 235208704 50178 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 57424 50178 251 17 0 54065 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 238400

[startup+1122.3 s]
/proc/loadavg: 3.00 3.28 3.61 4/187 4246
/proc/meminfo: memFree=13596944/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=229696 CPUtime=1122.18 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 572362 0 0 0 112123 95 0 0 25 0 1 0 463041714 235208704 49590 33554432000 4194304 4260849 140733799314096 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 57424 49590 251 17 0 54065 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 238400

[startup+1182.3 s]
/proc/loadavg: 3.00 3.23 3.57 4/187 4248
/proc/meminfo: memFree=13683616/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=229696 CPUtime=1182.19 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 607959 0 0 0 118115 104 0 0 25 0 1 0 463041714 235208704 48913 33554432000 4194304 4260849 140733799314096 18446744073709551615 4226306 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 57424 48913 251 17 0 54065 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 238400

[startup+1242.3 s]
/proc/loadavg: 2.92 3.17 3.53 3/181 4267
/proc/meminfo: memFree=13931376/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=229696 CPUtime=1242.18 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 629739 0 0 0 124111 107 0 0 25 0 1 0 463041714 235208704 52222 33554432000 4194304 4260849 140733799314096 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 57424 52222 251 17 0 54065 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 238400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.09 2.90 3.41 2/173 4287
/proc/meminfo: memFree=14053396/32951124 swapFree=67111528/67111528
[pid=4164] ppid=4162 vsize=8704 CPUtime=0.12 cores=4,6
/proc/4164/stat : 4164 (glucose.sh) S 4162 4164 2261 0 -1 4202496 360 2460 0 0 0 0 12 0 24 0 1 0 463041701 8912896 254 33554432000 4194304 4922060 140737488327632 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4164/statm: 2176 254 211 178 0 69 0
[pid=4167] ppid=4164 vsize=198876 CPUtime=1299.89 cores=4,6
/proc/4167/stat : 4167 (glucose_static) R 4164 4164 2261 0 -1 4202496 659016 0 0 0 129876 113 0 0 25 0 1 0 463041714 203649024 43889 33554432000 4194304 4260849 140733799314096 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4167/statm: 49719 43889 251 17 0 46360 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 207580

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 4164 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=122981
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=6998
# CPU time returned by wait4() is 0.129979
# while last known CPU time is 1300.01
#
# 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.01
CPU user time (s): 1298.88
CPU system time (s): 1.13
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 238400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.122981
system time used= 0.006998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2820
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= 3

runsolver used 2.21866 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-23 01:20:10
IDJOB=3250470
IDBENCH=83254
IDSOLVER=1651
FILE ID=node109/3250470-1303514409
RUNJOBID= node109-1303513043-3887
PBS_JOBID= 13134242
Free space on /tmp= 71164 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250470-1303514409/watcher-3250470-1303514409 -o /tmp/evaluation-result-3250470-1303514409/solver-3250470-1303514409 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3250470-1303514409.cnf 

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=310157802

node109.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.809
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.61
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.809
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.809
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.74
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.809
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.75
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.809
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.82
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.809
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	: 5332.75
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14071140 kB
Buffers:       1898848 kB
Cached:       16219028 kB
SwapCached:          0 kB
Active:        9810044 kB
Inactive:      8502092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14071140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44732 kB
Writeback:           0 kB
AnonPages:      193916 kB
Mapped:          15300 kB
Slab:           503728 kB
PageTables:       5716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   406172 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= 71192 MiB
End job on node109 at 2011-04-23 01:41:52