Trace number 3293128

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

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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 |   16803    38653 |    5040       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    8377    24913 |      --       0       --      -- |     --   | -8417/-13719
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1686   #clauses: 8377   #literals: 24913
0.00/0.06	c CPU time:   0.058991 s
0.00/0.06	c ==============================================================================
0.00/0.06	c
0.00/0.06	c Starting glucose
0.00/0.06	c
65.29/65.30	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
65.29/65.30	c WARNING: for repeatability, setting FPU to use double precision
65.29/65.30	c ============================[ Problem Statistics ]=============================
65.29/65.30	c |                                                                             |
65.29/65.30	c |  Number of variables:          1686                                         |
65.29/65.30	c |  Number of clauses:            8377                                         |
65.29/65.30	c |  Parse time:                   0.00 s                                       |
65.29/65.30	c |                                                                             |
65.29/65.30	c ============================[ Search Statistics ]==============================
65.29/65.30	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
65.29/65.30	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
65.29/65.30	c ===============================================================================
65.29/65.30	c |       918 |    1685     8377    24913 |        1      917     30 |  0.059 % |
65.29/65.30	c |      1019 |    1685     8375    24906 |        1     1018     32 |  0.059 % |
65.29/65.30	c |      1135 |    1685     8375    24906 |        1     1134     33 |  0.059 % |
65.29/65.30	c |      2507 |    1685     8375    24906 |        1     2506     36 |  0.059 % |
65.29/65.30	c |      2631 |    1685     8375    24906 |        1     2630     37 |  0.059 % |
65.29/65.30	c |      3238 |    1685     8375    24906 |        1     3237     36 |  0.059 % |
65.29/65.30	c |      3784 |    1685     8375    24906 |        1     3783     39 |  0.059 % |
65.29/65.30	c |      3885 |    1685     8375    24906 |        1     3884     39 |  0.059 % |
65.29/65.30	c |      4539 |    1685     8375    24906 |        1     2540     22 |  0.059 % |
65.29/65.30	c |      5012 |    1685     8375    24906 |        1     3013     28 |  0.059 % |
65.29/65.30	c |      6581 |    1685     8375    24906 |        1     4582     34 |  0.059 % |
65.29/65.30	c |      7388 |    1685     8375    24906 |        1     5389     37 |  0.059 % |
65.29/65.30	c |     10848 |    1685     8375    24906 |        1     4553     19 |  0.059 % |
65.29/65.30	c |     59862 |    1685     8375    24906 |        1    25711     40 |  0.059 % |
65.29/65.30	c |    290536 |    1685     8375    24906 |        1    68353     24 |  0.059 % |
65.29/65.30	c |    295141 |    1685     8375    24906 |        1    37763     18 |  0.059 % |
65.29/65.30	c |    295394 |    1685     8375    24906 |        1    38016     18 |  0.059 % |
65.29/65.30	c |    297704 |    1685     8375    24906 |        1    40326     21 |  0.059 % |
65.29/65.30	c |    299055 |    1685     8375    24906 |        1    41677     22 |  0.059 % |
65.29/65.30	c |    300578 |    1685     8375    24906 |        1    43200     22 |  0.059 % |
65.29/65.30	c |    301201 |    1685     8375    24906 |        1    43823     23 |  0.059 % |
65.29/65.30	c |    340201 |    1685     8375    24906 |        1    45023     20 |  0.059 % |
65.29/65.30	c |    356015 |    1685     8375    24906 |        1    60837     27 |  0.059 % |
65.29/65.30	c |    356215 |    1685     8375    24906 |        1    61037     27 |  0.059 % |
65.29/65.30	c |    357365 |    1685     8375    24906 |        1    62187     27 |  0.059 % |
65.29/65.30	c |    364026 |    1685     8375    24906 |        1    68848     28 |  0.059 % |
65.29/65.30	c |    364644 |    1685     8375    24906 |        1    69466     28 |  0.059 % |
65.29/65.30	c |    367980 |    1685     8375    24906 |        1    72802     29 |  0.059 % |
65.29/65.30	c |    368182 |    1685     8375    24906 |        1    73004     29 |  0.059 % |
65.29/65.30	c |    406086 |    1685     8375    24906 |        1    70506     32 |  0.059 % |
65.29/65.30	c |    424086 |    1685     8375    24906 |        1    45505     19 |  0.059 % |
65.29/65.30	c |    434387 |    1685     8375    24906 |        1    55806     24 |  0.059 % |
65.29/65.30	c |    437415 |    1685     8375    24906 |        1    58834     25 |  0.059 % |
65.29/65.30	c |    440110 |    1685     8375    24906 |        1    61529     26 |  0.059 % |
65.29/65.30	c |    442362 |    1685     8375    24906 |        1    63781     27 |  0.059 % |
65.29/65.30	c |    462335 |    1685     8375    24906 |        1    83754     30 |  0.059 % |
65.29/65.30	c |    464105 |    1685     8375    24906 |        1    85524     30 |  0.059 % |
65.29/65.30	c |    471547 |    1685     8375    24906 |        1    47363     18 |  0.059 % |
65.29/65.30	c |    476476 |    16HOME/glucose.sh: line 55: 25485 Terminated              $RS $TMP.cnf $TMP.result "$@"

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-3293128-1303781595/watcher-3293128-1303781595 -o /tmp/evaluation-result-3293128-1303781595/solver-3293128-1303781595 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3293128-1303781595.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: 4.00 4.01 3.88 4/192 25482
/proc/meminfo: memFree=27887756/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 489759157 8912896 253 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 253 211 178 0 69 0

[startup+0.0404819 s]
/proc/loadavg: 4.00 4.01 3.88 4/192 25482
/proc/meminfo: memFree=27887756/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 489759157 8912896 253 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.107472 s]
/proc/loadavg: 4.00 4.01 3.88 4/192 25482
/proc/meminfo: memFree=27887756/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.300432 s]
/proc/loadavg: 4.00 4.01 3.88 4/192 25482
/proc/meminfo: memFree=27887756/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+0.700357 s]
/proc/loadavg: 4.00 4.01 3.88 4/192 25482
/proc/meminfo: memFree=27887756/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8704

[startup+1.5002 s]
/proc/loadavg: 4.00 4.01 3.88 5/194 25485
/proc/meminfo: memFree=27881416/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=23552 CPUtime=1.43 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 2117 0 0 0 143 0 0 0 25 0 1 0 489759164 24117248 1432 33554432000 4194304 4260849 140736842635472 18446744073709551615 4225421 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 5888 1432 248 17 0 2529 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32256

[startup+3.1009 s]
/proc/loadavg: 4.00 4.01 3.88 6/194 25485
/proc/meminfo: memFree=27874996/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=23552 CPUtime=3.02 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 3000 0 0 0 302 0 0 0 25 0 1 0 489759164 24117248 2289 33554432000 4194304 4260849 140736842635472 18446744073709551615 4209683 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 5888 2289 248 17 0 2529 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32256

[startup+6.30029 s]
/proc/loadavg: 4.00 4.01 3.88 5/194 25485
/proc/meminfo: memFree=27942288/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=25568 CPUtime=6.22 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 4919 0 0 0 622 0 0 0 25 0 1 0 489759164 26181632 2977 33554432000 4194304 4260849 140736842635472 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 6392 2977 249 17 0 3033 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34272

[startup+12.7011 s]
/proc/loadavg: 4.00 4.01 3.88 5/194 25485
/proc/meminfo: memFree=27971300/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=32640 CPUtime=12.62 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 6086 0 0 0 1262 0 0 0 25 0 1 0 489759164 33423360 4113 33554432000 4194304 4260849 140736842635472 18446744073709551615 208079929678 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 8160 4113 249 17 0 4801 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41344

[startup+25.5006 s]
/proc/loadavg: 4.00 4.01 3.88 5/194 25486
/proc/meminfo: memFree=27932748/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=32640 CPUtime=25.42 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 6611 0 0 0 2542 0 0 0 25 0 1 0 489759164 33423360 4623 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 8160 4623 249 17 0 4801 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41344

[startup+51.1008 s]
/proc/loadavg: 4.00 4.01 3.88 6/194 25486
/proc/meminfo: memFree=27922740/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=46988 CPUtime=51.02 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 11137 0 0 0 5101 1 0 0 25 0 1 0 489759164 48115712 6541 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 11747 6541 249 17 0 8388 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55692

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.89 6/194 25488
/proc/meminfo: memFree=27917868/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=51448 CPUtime=102.23 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 14177 0 0 0 10221 2 0 0 25 0 1 0 489759164 52682752 9486 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 12862 9486 249 17 0 9503 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 60152

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/194 25489
/proc/meminfo: memFree=27874664/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=54892 CPUtime=162.23 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 15078 0 0 0 16221 2 0 0 25 0 1 0 489759164 56209408 10347 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 13723 10347 249 17 0 10364 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63596

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/194 25491
/proc/meminfo: memFree=27869300/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=66776 CPUtime=222.24 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 20576 0 0 0 22220 4 0 0 25 0 1 0 489759164 68378624 12373 33554432000 4194304 4260849 140736842635472 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 16694 12373 249 17 0 13335 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 75480

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/194 25492
/proc/meminfo: memFree=27861184/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=66776 CPUtime=282.23 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 20935 0 0 0 28219 4 0 0 25 0 1 0 489759164 68378624 12720 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 16694 12720 249 17 0 13335 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75480

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 25494
/proc/meminfo: memFree=27818956/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=66776 CPUtime=342.23 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 21293 0 0 0 34219 4 0 0 25 0 1 0 489759164 68378624 13069 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224873 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 16694 13069 249 17 0 13335 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 75480

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.91 6/194 25496
/proc/meminfo: memFree=27886468/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3

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

[pid=25485] ppid=25482 vsize=97032 CPUtime=522.24 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 31779 0 0 0 52217 7 0 0 25 0 1 0 489759164 99360768 18621 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224721 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24258 18621 249 17 0 20899 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 105736

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 25500
/proc/meminfo: memFree=27787232/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97032 CPUtime=582.24 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 32168 0 0 0 58217 7 0 0 25 0 1 0 489759164 99360768 18999 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24258 18999 249 17 0 20899 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 105736

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 6/194 25502
/proc/meminfo: memFree=27771184/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=127380 CPUtime=642.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 32839 0 0 0 64218 8 0 0 25 0 1 0 489759164 130437120 19649 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 31845 19649 249 17 0 28486 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 136084

[startup+702.301 s]
/proc/loadavg: 4.05 4.01 3.91 5/194 25504
/proc/meminfo: memFree=27793916/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=702.25 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 39672 0 0 0 70215 10 0 0 25 0 1 0 489759164 99459072 17660 33554432000 4194304 4260849 140736842635472 18446744073709551615 4225327 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 17660 250 17 0 20923 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 105832

[startup+762.307 s]
/proc/loadavg: 3.96 3.99 3.91 5/194 25566
/proc/meminfo: memFree=27956148/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=762.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 41421 0 0 0 76214 12 0 0 25 0 1 0 489759164 99459072 19369 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 19369 250 17 0 20923 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 105832

[startup+822.301 s]
/proc/loadavg: 3.98 3.99 3.91 6/194 25568
/proc/meminfo: memFree=27895104/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=822.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 41485 0 0 0 82214 12 0 0 25 0 1 0 489759164 99459072 19430 33554432000 4194304 4260849 140736842635472 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 19430 250 17 0 20923 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 105832

[startup+882.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/194 25690
/proc/meminfo: memFree=27949164/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=882.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 41688 0 0 0 88214 12 0 0 25 0 1 0 489759164 99459072 19627 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 19627 250 17 0 20923 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 105832

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/194 25692
/proc/meminfo: memFree=27925396/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=942.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 41763 0 0 0 94214 12 0 0 25 0 1 0 489759164 99459072 19697 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 19697 250 17 0 20923 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 105832

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/194 25694
/proc/meminfo: memFree=27903376/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=1002.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 42169 0 0 0 100214 12 0 0 25 0 1 0 489759164 99459072 20094 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 20094 250 17 0 20923 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 105832

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/194 25695
/proc/meminfo: memFree=27854208/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=1062.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 42340 0 0 0 106214 12 0 0 25 0 1 0 489759164 99459072 20257 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 20257 250 17 0 20923 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 105832

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/194 25697
/proc/meminfo: memFree=27813692/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=1122.26 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 42340 0 0 0 112214 12 0 0 25 0 1 0 489759164 99459072 20257 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 20257 250 17 0 20923 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 105832

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/194 25698
/proc/meminfo: memFree=27845992/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=1182.27 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 42463 0 0 0 118215 12 0 0 25 0 1 0 489759164 99459072 20377 33554432000 4194304 4260849 140736842635472 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 20377 250 17 0 20923 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 105832

[startup+1242.3 s]
/proc/loadavg: 3.62 3.91 3.89 4/187 25718
/proc/meminfo: memFree=27978540/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=1242.27 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 42732 0 0 0 124215 12 0 0 25 0 1 0 489759164 99459072 20638 33554432000 4194304 4260849 140736842635472 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 20638 250 17 0 20923 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 105832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.22 3.74 3.83 4/187 25720
/proc/meminfo: memFree=27910152/32950928 swapFree=67111364/67111528
[pid=25482] ppid=25480 vsize=8704 CPUtime=0.06 cores=1,3
/proc/25482/stat : 25482 (glucose.sh) S 25480 25482 24832 0 -1 4202496 359 923 0 0 0 0 6 0 25 0 1 0 489759157 8912896 255 33554432000 4194304 4922060 140734818281088 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/25482/statm: 2176 255 211 178 0 69 0
[pid=25485] ppid=25482 vsize=97128 CPUtime=1299.98 cores=1,3
/proc/25485/stat : 25485 (glucose_static) R 25482 25482 24832 0 -1 4202496 42923 0 0 0 129986 12 0 0 25 0 1 0 489759164 99459072 20822 33554432000 4194304 4260849 140736842635472 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25485/statm: 24282 20822 250 17 0 20923 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 105832

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)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.93
CPU system time (s): 0.134979
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 136084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44211
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= 10
involuntary context switches= 1746

runsolver used 1.9417 second user time and 5.16322 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-26 03:33:15
IDJOB=3293128
IDBENCH=88045
IDSOLVER=1651
FILE ID=node127/3293128-1303781595
RUNJOBID= node127-1303779629-24852
PBS_JOBID= 13157213
Free space on /tmp= 71188 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293128-1303781595/watcher-3293128-1303781595 -o /tmp/evaluation-result-3293128-1303781595/solver-3293128-1303781595 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3293128-1303781595.cnf 

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=201071394

node127.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.823
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.64
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.823
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      27888028 kB
Buffers:       1257760 kB
Cached:        2899608 kB
SwapCached:          0 kB
Active:        1034296 kB
Inactive:      3561236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27888028 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1528 kB
Writeback:           0 kB
AnonPages:      438112 kB
Mapped:          15352 kB
Slab:           401456 kB
PageTables:       5912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   693216 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= 71168 MiB
End job on node127 at 2011-04-26 03:54:57