Trace number 3308384

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
SAT09 reference solver:glucose 1.0UNSAT 1145.28 1145.25

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.219
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  133142   370214 |   39942       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |  110225   402477 |      --       0       --      -- |     --   | -21015/37952
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 14762   #clauses: 110225   #literals: 402477
0.00/0.36	c CPU time:   0.353946 s
0.00/0.36	c ==============================================================================
0.00/0.44	c
0.00/0.44	c Starting glucose
0.00/0.44	c
0.00/0.44	
0.00/0.44	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.44	
0.00/0.44	c ============================[ Problem Statistics ]=============================
0.00/0.44	c |                                                                             |
0.00/0.44	c |  Number of variables:  14762                                                |
0.00/0.44	c |  Number of clauses:    110225                                               |
0.00/0.48	c |  Parsing time:         0.04         s                                       |
1145.21/1145.24	c restarts              : 4131
1145.21/1145.24	c nb ReduceDB           : 100
1145.21/1145.24	c nb learnts DL2        : 18706
1145.21/1145.24	c nb learnts size 2     : 8144
1145.21/1145.24	c nb learnts size 1     : 35
1145.21/1145.24	c conflicts             : 7017508        (6130 /sec)
1145.21/1145.24	c decisions             : 10809522       (1.12 % random) (9443 /sec)
1145.21/1145.24	c propagations          : 1492517645     (1303798 /sec)
1145.21/1145.24	c conflict literals     : 369555635      (16.73 % deleted)
1145.21/1145.24	c Memory used           : 119.66 MB
1145.21/1145.24	c CPU time              : 1144.75 s
1145.21/1145.24	
1145.21/1145.24	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 2/184 32059
/proc/meminfo: memFree=21177944/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509918246 8912896 253 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 253 211 178 0 69 0

[startup+0.0589669 s]
/proc/loadavg: 0.16 0.03 0.01 2/184 32059
/proc/meminfo: memFree=21177944/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509918246 8912896 253 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100962 s]
/proc/loadavg: 0.16 0.03 0.01 2/184 32059
/proc/meminfo: memFree=21177944/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509918246 8912896 253 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300926 s]
/proc/loadavg: 0.16 0.03 0.01 2/184 32059
/proc/meminfo: memFree=21177944/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509918246 8912896 253 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700803 s]
/proc/loadavg: 0.16 0.03 0.01 2/184 32059
/proc/meminfo: memFree=21177944/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8704

[startup+1.50069 s]
/proc/loadavg: 0.16 0.03 0.01 3/186 32063
/proc/meminfo: memFree=21196020/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=12996 CPUtime=1.05 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 3093 0 0 0 105 0 0 0 20 0 1 0 509918290 13307904 3043 33554432000 134512640 135217611 4291190672 18446744073709551615 134533520 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 3249 3043 77 173 0 3074 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21700

[startup+3.1004 s]
/proc/loadavg: 0.16 0.03 0.01 5/194 32078
/proc/meminfo: memFree=21138040/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=15648 CPUtime=2.65 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 3755 0 0 0 265 0 0 0 25 0 1 0 509918290 16023552 3705 33554432000 134512640 135217611 4291190672 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 3912 3705 77 173 0 3737 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24352

[startup+6.30082 s]
/proc/loadavg: 0.47 0.10 0.03 5/198 32086
/proc/meminfo: memFree=20910996/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=19352 CPUtime=5.85 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 4663 0 0 0 585 0 0 0 25 0 1 0 509918290 19816448 4613 33554432000 134512640 135217611 4291190672 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 4838 4613 77 173 0 4663 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28056

[startup+12.7007 s]
/proc/loadavg: 0.75 0.16 0.05 5/198 32087
/proc/meminfo: memFree=21018964/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=24036 CPUtime=12.24 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 5817 0 0 0 1224 0 0 0 25 0 1 0 509918290 24612864 5767 33554432000 134512640 135217611 4291190672 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 6009 5767 77 173 0 5834 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32740

[startup+25.5003 s]
/proc/loadavg: 1.47 0.35 0.12 5/198 32087
/proc/meminfo: memFree=21009380/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=25808 CPUtime=25.04 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 6262 0 0 0 2504 0 0 0 25 0 1 0 509918290 26427392 6212 33554432000 134512640 135217611 4291190672 18446744073709551615 134532635 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 6452 6212 77 173 0 6277 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34512

[startup+51.1007 s]
/proc/loadavg: 2.33 0.64 0.22 5/198 32088
/proc/meminfo: memFree=20994216/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=28020 CPUtime=50.64 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 6776 0 0 0 5064 0 0 0 25 0 1 0 509918290 28692480 6726 33554432000 134512640 135217611 4291190672 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 7005 6726 77 173 0 6830 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36724

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 0.41 5/198 32089
/proc/meminfo: memFree=20963880/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=42284 CPUtime=101.86 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 10317 0 0 0 10185 1 0 0 25 0 1 0 509918290 43298816 10267 33554432000 134512640 135217611 4291190672 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 10571 10267 77 173 0 10396 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 50988

[startup+162.3 s]
/proc/loadavg: 3.73 1.67 0.64 5/198 32091
/proc/meminfo: memFree=20951696/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=43128 CPUtime=161.85 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 10507 0 0 0 16184 1 0 0 25 0 1 0 509918290 44163072 10457 33554432000 134512640 135217611 4291190672 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 10782 10457 77 173 0 10607 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 51832

[startup+222.301 s]
/proc/loadavg: 3.90 2.09 0.84 5/198 32093
/proc/meminfo: memFree=20928120/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=55660 CPUtime=221.85 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 13576 0 0 0 22183 2 0 0 25 0 1 0 509918290 56995840 13526 33554432000 134512640 135217611 4291190672 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 13915 13526 77 173 0 13740 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 64364

[startup+282.301 s]
/proc/loadavg: 3.96 2.44 1.04 5/198 32094
/proc/meminfo: memFree=20907896/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=68656 CPUtime=281.85 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 16838 0 0 0 28182 3 0 0 25 0 1 0 509918290 70303744 16788 33554432000 134512640 135217611 4291190672 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 17164 16788 77 173 0 16989 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 77360

[startup+342.301 s]
/proc/loadavg: 3.98 2.72 1.22 5/198 32126
/proc/meminfo: memFree=20885028/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=69472 CPUtime=341.85 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 17048 0 0 0 34182 3 0 0 25 0 1 0 509918290 71139328 16998 33554432000 134512640 135217611 4291190672 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 17368 16998 77 173 0 17193 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 78176

[startup+402.301 s]
/proc/loadavg: 4.07 2.97 1.40 5/198 32127
/proc/meminfo: memFree=20836488/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3

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


[startup+822.3 s]
/proc/loadavg: 4.01 3.76 2.34 5/198 32139
/proc/meminfo: memFree=20732856/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=98688 CPUtime=821.87 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 24257 0 0 0 82181 6 0 0 25 0 1 0 509918290 101056512 24207 33554432000 134512640 135217611 4291190672 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 24672 24207 77 173 0 24497 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 107392

[startup+882.3 s]
/proc/loadavg: 4.00 3.80 2.44 5/198 32140
/proc/meminfo: memFree=20705924/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=101544 CPUtime=881.87 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 24925 0 0 0 88181 6 0 0 25 0 1 0 509918290 103981056 24875 33554432000 134512640 135217611 4291190672 18446744073709551615 134533532 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 25386 24875 77 173 0 25211 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 110248

[startup+942.301 s]
/proc/loadavg: 4.04 3.85 2.54 5/198 32142
/proc/meminfo: memFree=20703164/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=101464 CPUtime=941.87 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 25063 0 0 0 94181 6 0 0 25 0 1 0 509918290 103899136 24873 33554432000 134512640 135217611 4291190672 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 25366 24873 77 173 0 25191 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 110168

[startup+1002.3 s]
/proc/loadavg: 4.05 3.89 2.63 5/198 32143
/proc/meminfo: memFree=20694836/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=107764 CPUtime=1001.87 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 26519 0 0 0 100180 7 0 0 25 0 1 0 509918290 110350336 26329 33554432000 134512640 135217611 4291190672 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 26941 26329 77 173 0 26766 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 116468

[startup+1062.3 s]
/proc/loadavg: 4.02 3.90 2.72 5/198 32145
/proc/meminfo: memFree=20683772/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=111636 CPUtime=1061.88 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 27422 0 0 0 106180 8 0 0 25 0 1 0 509918290 114315264 27232 33554432000 134512640 135217611 4291190672 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 27909 27232 77 173 0 27734 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 120340

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 2.79 5/198 32147
/proc/meminfo: memFree=20670716/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1121.88 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30120 0 0 0 112180 8 0 0 25 0 1 0 509918290 125468672 29930 33554432000 134512640 135217611 4291190672 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29930 77 173 0 30457 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 131232

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

[startup+1126.3 s]
/proc/loadavg: 4.00 3.92 2.80 5/198 32147
/proc/meminfo: memFree=20670592/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1125.89 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30122 0 0 0 112581 8 0 0 25 0 1 0 509918290 125468672 29932 33554432000 134512640 135217611 4291190672 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29932 77 173 0 30457 0
Current children cumulated CPU time (s) 1126.32
Current children cumulated vsize (KiB) 131232

[startup+1132.7 s]
/proc/loadavg: 4.00 3.92 2.81 5/198 32147
/proc/meminfo: memFree=20670712/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1132.28 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30122 0 0 0 113220 8 0 0 25 0 1 0 509918290 125468672 29932 33554432000 134512640 135217611 4291190672 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29932 77 173 0 30457 0
Current children cumulated CPU time (s) 1132.71
Current children cumulated vsize (KiB) 131232

[startup+1139.1 s]
/proc/loadavg: 4.00 3.92 2.81 5/198 32147
/proc/meminfo: memFree=20670712/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1138.68 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30123 0 0 0 113860 8 0 0 25 0 1 0 509918290 125468672 29933 33554432000 134512640 135217611 4291190672 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29933 77 173 0 30457 0
Current children cumulated CPU time (s) 1139.11
Current children cumulated vsize (KiB) 131232

[startup+1142.3 s]
/proc/loadavg: 4.00 3.92 2.82 5/198 32147
/proc/meminfo: memFree=20670588/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1141.88 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30123 0 0 0 114180 8 0 0 25 0 1 0 509918290 125468672 29933 33554432000 134512640 135217611 4291190672 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29933 77 173 0 30457 0
Current children cumulated CPU time (s) 1142.31
Current children cumulated vsize (KiB) 131232

[startup+1143.9 s]
/proc/loadavg: 4.00 3.92 2.82 5/198 32147
/proc/meminfo: memFree=20669716/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1143.49 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30123 0 0 0 114341 8 0 0 25 0 1 0 509918290 125468672 29933 33554432000 134512640 135217611 4291190672 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29933 77 173 0 30457 0
Current children cumulated CPU time (s) 1143.92
Current children cumulated vsize (KiB) 131232

[startup+1144.7 s]
/proc/loadavg: 4.00 3.92 2.82 5/198 32147
/proc/meminfo: memFree=20669716/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1144.28 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30123 0 0 0 114420 8 0 0 25 0 1 0 509918290 125468672 29933 33554432000 134512640 135217611 4291190672 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29933 77 173 0 30457 0
Current children cumulated CPU time (s) 1144.71
Current children cumulated vsize (KiB) 131232

[startup+1145.11 s]
/proc/loadavg: 4.00 3.92 2.83 5/198 32147
/proc/meminfo: memFree=20669716/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1144.69 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30123 0 0 0 114461 8 0 0 25 0 1 0 509918290 125468672 29933 33554432000 134512640 135217611 4291190672 18446744073709551615 134539576 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29933 77 173 0 30457 0
Current children cumulated CPU time (s) 1145.12
Current children cumulated vsize (KiB) 131232

[startup+1145.2 s]
/proc/loadavg: 4.00 3.92 2.83 5/198 32147
/proc/meminfo: memFree=20669716/32951124 swapFree=67111352/67111528
[pid=32059] ppid=32057 vsize=8704 CPUtime=0.43 cores=1,3
/proc/32059/stat : 32059 (glucose.sh) S 32057 32059 32018 0 -1 4202496 360 5789 0 0 0 0 41 2 17 0 1 0 509918246 8912896 255 33554432000 4194304 4922060 140733230258608 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32059/statm: 2176 255 211 178 0 69 0
[pid=32063] ppid=32059 vsize=122528 CPUtime=1144.78 cores=1,3
/proc/32063/stat : 32063 (glucose_static) R 32059 32059 32018 0 -1 4202496 30123 0 0 0 114470 8 0 0 25 0 1 0 509918290 125468672 29933 33554432000 134512640 135217611 4291190672 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/32063/statm: 30632 29933 77 173 0 30457 0
Current children cumulated CPU time (s) 1145.21
Current children cumulated vsize (KiB) 131232

Child status: 20
Real time (s): 1145.25
CPU time (s): 1145.28
CPU user time (s): 1145.17
CPU system time (s): 0.113982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 131232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1145.17
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36493
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= 38
involuntary context switches= 1554

runsolver used 1.87871 second user time and 4.37233 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-28 11:33:21
IDJOB=3308384
IDBENCH=20529
IDSOLVER=1691
FILE ID=node134/3308384-1303983200
RUNJOBID= node134-1303983196-32038
PBS_JOBID= 13168692
Free space on /tmp= 71564 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308384-1303983200/watcher-3308384-1303983200 -o /tmp/evaluation-result-3308384-1303983200/solver-3308384-1303983200 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308384-1303983200.cnf

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=1079550348

node134.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.831
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.66
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21178224 kB
Buffers:       2323148 kB
Cached:        8775512 kB
SwapCached:         64 kB
Active:        4708820 kB
Inactive:      6509412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21178224 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           23108 kB
Writeback:           0 kB
AnonPages:      119000 kB
Mapped:          15544 kB
Slab:           490632 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71488 MiB
End job on node134 at 2011-04-28 11:52:26