Trace number 3303478

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) 5000.04 4999.82

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

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-3303478-1306927451/watcher-3303478-1306927451 -o /tmp/evaluation-result-3303478-1306927451/solver-3303478-1306927451 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303478-1306927451.cnf 

running on 4 cores: 0,2,4,6

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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 1.54 1.31 3/518 23554
/proc/meminfo: memFree=21852216/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 804341778 8912896 253 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23554/statm: 2176 253 211 178 0 69 0

[startup+0.06557 s]
/proc/loadavg: 2.06 1.54 1.31 3/518 23554
/proc/meminfo: memFree=21852216/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 804341778 8912896 253 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23554/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100564 s]
/proc/loadavg: 2.06 1.54 1.31 3/518 23554
/proc/meminfo: memFree=21852216/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 804341778 8912896 253 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/23554/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300524 s]
/proc/loadavg: 2.06 1.54 1.31 3/518 23554
/proc/meminfo: memFree=21852216/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8704

[startup+0.700441 s]
/proc/loadavg: 2.06 1.54 1.31 3/518 23554
/proc/meminfo: memFree=21852216/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8704

[startup+1.50029 s]
/proc/loadavg: 2.06 1.54 1.31 3/520 23557
/proc/meminfo: memFree=21833104/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=41680 CPUtime=1.36 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 8809 0 0 0 136 0 0 0 25 0 1 0 804341790 42680320 5911 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 10420 5911 251 17 0 7061 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 50384

[startup+3.10096 s]
/proc/loadavg: 2.05 1.55 1.31 3/520 23557
/proc/meminfo: memFree=21830380/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=39032 CPUtime=2.96 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 11370 0 0 0 295 1 0 0 25 0 1 0 804341790 39968768 6038 33554432000 4194304 4260849 140736691850912 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 9758 6038 251 17 0 6399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 47736

[startup+6.30033 s]
/proc/loadavg: 2.05 1.55 1.31 3/520 23557
/proc/meminfo: memFree=21819600/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=41752 CPUtime=6.16 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 12510 0 0 0 615 1 0 0 25 0 1 0 804341790 42754048 7162 33554432000 4194304 4260849 140736691850912 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 10438 7162 251 17 0 7079 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 50456

[startup+12.701 s]
/proc/loadavg: 2.05 1.56 1.32 3/520 23558
/proc/meminfo: memFree=21810492/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=64936 CPUtime=12.56 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 21595 0 0 0 1254 2 0 0 25 0 1 0 804341790 66494464 9200 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224913 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 16234 9200 251 17 0 12875 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73640

[startup+25.5005 s]
/proc/loadavg: 2.11 1.59 1.33 3/520 23558
/proc/meminfo: memFree=21807640/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=64936 CPUtime=25.36 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 22457 0 0 0 2534 2 0 0 25 0 1 0 804341790 66494464 10050 33554432000 4194304 4260849 140736691850912 18446744073709551615 4225399 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 16234 10050 251 17 0 12875 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 73640

[startup+51.1004 s]
/proc/loadavg: 2.07 1.62 1.35 3/520 23559
/proc/meminfo: memFree=21779048/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=83792 CPUtime=50.96 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 32114 0 0 0 5093 3 0 0 25 0 1 0 804341790 85803008 14714 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 20948 14714 251 17 0 17589 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92496

[startup+102.319 s]
/proc/loadavg: 2.03 1.68 1.39 3/520 23560
/proc/meminfo: memFree=21762164/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=83792 CPUtime=102.18 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 42980 0 0 0 10213 5 0 0 25 0 1 0 804341790 85803008 17765 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 20948 17765 251 17 0 17589 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92496

[startup+162.301 s]
/proc/loadavg: 2.01 1.74 1.42 3/520 23562
/proc/meminfo: memFree=21716728/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=144952 CPUtime=162.16 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 97300 0 0 0 16203 13 0 0 25 0 1 0 804341790 148430848 29536 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 36238 29537 251 17 0 32879 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 153656

[startup+222.301 s]
/proc/loadavg: 2.00 1.78 1.46 3/520 23563
/proc/meminfo: memFree=21718284/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=95632 CPUtime=222.17 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 136114 0 0 0 22197 20 0 0 25 0 1 0 804341790 97927168 20725 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 23908 20725 251 17 0 20549 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 104336

[startup+282.3 s]
/proc/loadavg: 2.15 1.85 1.50 3/520 23565
/proc/meminfo: memFree=21751096/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=95632 CPUtime=282.18 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 167662 0 0 0 28193 25 0 0 25 0 1 0 804341790 97927168 20725 33554432000 4194304 4260849 140736691850912 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 23908 20725 251 17 0 20549 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104336

[startup+342.3 s]
/proc/loadavg: 2.05 1.88 1.52 3/520 23566
/proc/meminfo: memFree=21751156/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=95632 CPUtime=342.18 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 201374 0 0 0 34187 31 0 0 25 0 1 0 804341790 97927168 20725 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 23908 20725 251 17 0 20549 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104336

[startup+402.3 s]
/proc/loadavg: 2.02 1.90 1.55 3/520 23568
/proc/meminfo: memFree=21751240/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6

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

/proc/23557/statm: 80881 65334 251 17 0 77522 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 332228

[startup+4362.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/520 23697
/proc/meminfo: memFree=21438832/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=323524 CPUtime=4362.37 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1500883 0 0 0 435911 326 0 0 25 0 1 0 804341790 331288576 73798 33554432000 4194304 4260849 140736691850912 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 80881 73798 251 17 0 77522 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 332228

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/520 23698
/proc/meminfo: memFree=21505756/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=274516 CPUtime=4422.37 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1519516 0 0 0 441907 330 0 0 25 0 1 0 804341790 281104384 63509 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 68629 63509 251 17 0 65270 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 283220

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/520 23700
/proc/meminfo: memFree=21442720/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=324604 CPUtime=4482.37 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1528009 0 0 0 447904 333 0 0 25 0 1 0 804341790 332394496 71910 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 81151 71910 251 17 0 77792 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 333308

[startup+4542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/520 23701
/proc/meminfo: memFree=21507644/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=276152 CPUtime=4542.38 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1546060 0 0 0 453900 338 0 0 25 0 1 0 804341790 282779648 61265 33554432000 4194304 4260849 140736691850912 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 69038 61265 251 17 0 65679 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 284856

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/520 23703
/proc/meminfo: memFree=21441028/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=326240 CPUtime=4602.4 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1556254 0 0 0 459898 342 0 0 25 0 1 0 804341790 334069760 71331 33554432000 4194304 4260849 140736691850912 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 81560 71331 251 17 0 78201 0
Current children cumulated CPU time (s) 4602.52
Current children cumulated vsize (KiB) 334944

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 23706
/proc/meminfo: memFree=21508080/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=276580 CPUtime=4662.38 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1574572 0 0 0 465891 347 0 0 25 0 1 0 804341790 283217920 60632 33554432000 4194304 4260849 140736691850912 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 69145 60632 251 17 0 65786 0
Current children cumulated CPU time (s) 4662.5
Current children cumulated vsize (KiB) 285284

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/520 23707
/proc/meminfo: memFree=21441708/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=326668 CPUtime=4722.41 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1584988 0 0 0 471891 350 0 0 25 0 1 0 804341790 334508032 70925 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 81667 70925 251 17 0 78308 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 335372

[startup+4782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/520 23739
/proc/meminfo: memFree=21675424/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=246944 CPUtime=4782.38 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1601590 0 0 0 477884 354 0 0 25 0 1 0 804341790 252870656 58127 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 61736 58127 251 17 0 58377 0
Current children cumulated CPU time (s) 4782.5
Current children cumulated vsize (KiB) 255648

[startup+4842.3 s]
/proc/loadavg: 2.20 2.08 2.02 3/520 23741
/proc/meminfo: memFree=21606132/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=327852 CPUtime=4842.39 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1612062 0 0 0 483882 357 0 0 25 0 1 0 804341790 335720448 68485 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224855 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 81963 68485 251 17 0 78604 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 336556

[startup+4902.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/520 23743
/proc/meminfo: memFree=21692304/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=199096 CPUtime=4902.39 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1619552 0 0 0 489879 360 0 0 25 0 1 0 804341790 203874304 46329 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 49774 46329 251 17 0 46415 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 207800

[startup+4962.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/520 23776
/proc/meminfo: memFree=21649720/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=279236 CPUtime=4962.4 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1638681 0 0 0 495875 365 0 0 25 0 1 0 804341790 285937664 65310 33554432000 4194304 4260849 140736691850912 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 69809 65310 251 17 0 66450 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 287940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.02 2.05 2.01 3/520 23777
/proc/meminfo: memFree=21605172/32950928 swapFree=34979748/67111528
[pid=23554] ppid=23552 vsize=8704 CPUtime=0.12 cores=0,2,4,6
/proc/23554/stat : 23554 (glucose.sh) S 23552 23554 22442 0 -1 4202496 359 2461 0 0 0 0 11 1 25 0 1 0 804341778 8912896 255 33554432000 4194304 4922060 140735386183632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23554/statm: 2176 255 211 178 0 69 0
[pid=23557] ppid=23554 vsize=329324 CPUtime=4999.92 cores=0,2,4,6
/proc/23557/stat : 23557 (glucose_static) R 23554 23554 22442 0 -1 4202496 1643617 0 0 0 499625 367 0 0 25 0 1 0 804341790 337227776 70185 33554432000 4194304 4260849 140736691850912 18446744073709551615 4227281 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23557/statm: 82331 70185 251 17 0 78972 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 338028

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 23554 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=114982
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=14997
# CPU time returned by wait4() is 0.129979
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.82
CPU time (s): 5000.04
CPU user time (s): 4996.36
CPU system time (s): 3.68
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 338028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.114982
system time used= 0.014997
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= 4

runsolver used 27.3648 second user time and 58.8581 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-01 13:24:11
IDJOB=3303478
IDBENCH=83254
IDSOLVER=1687
FILE ID=node149/3303478-1306927451
RUNJOBID= node149-1306927227-23495
PBS_JOBID= 13488481
Free space on /tmp= 73616 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-3303478-1306927451/watcher-3303478-1306927451 -o /tmp/evaluation-result-3303478-1306927451/solver-3303478-1306927451 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303478-1306927451.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=415623253

node149.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.806
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21852488 kB
Buffers:        294028 kB
Cached:        2247208 kB
SwapCached:      84504 kB
Active:        2019000 kB
Inactive:      8750400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21852488 kB
SwapTotal:    67111528 kB
SwapFree:     34979748 kB
Dirty:            3544 kB
Writeback:           0 kB
AnonPages:     8167932 kB
Mapped:          18080 kB
Slab:           139800 kB
PageTables:     117784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173176608 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= 73612 MiB
End job on node149 at 2011-06-01 14:47:33