Trace number 3366064

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 1809 1808.95

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.8739
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  305160   619119 |   91547       0        0     nan |  0.000 % |
0.00/0.90	c |         0 |  303750  1080083 |      --       0       --      -- |     --   | -1410/460964
0.00/0.90	c ==============================================================================
0.00/0.90	c Result  :   #vars: 9937   #clauses: 303750   #literals: 1080083
0.00/0.90	c CPU time:   0.880866 s
0.00/0.90	c ==============================================================================
0.99/1.09	c
0.99/1.09	c Starting glucose
0.99/1.09	c
0.99/1.09	
0.99/1.09	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.99/1.09	
0.99/1.09	c ============================[ Problem Statistics ]=============================
0.99/1.09	c |                                                                             |
0.99/1.09	c |  Number of variables:  9937                                                 |
0.99/1.09	c |  Number of clauses:    303750                                               |
1.08/1.22	c |  Parsing time:         0.12         s                                       |
1808.94/1808.93	c restarts              : 7
1808.94/1808.93	c nb ReduceDB           : 68
1808.94/1808.93	c nb learnts DL2        : 83
1808.94/1808.93	c nb learnts size 2     : 53
1808.94/1808.93	c nb learnts size 1     : 12
1808.94/1808.93	c conflicts             : 3715839        (2055 /sec)
1808.94/1808.93	c decisions             : 4846865        (1.61 % random) (2681 /sec)
1808.94/1808.93	c propagations          : 1352590532     (748170 /sec)
1808.94/1808.93	c conflict literals     : 242958277      (51.96 % deleted)
1808.94/1808.93	c Memory used           : 88.76 MB
1808.94/1808.93	c CPU time              : 1807.86 s
1808.94/1808.93	
1808.94/1808.94	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: 961)

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-3366064-1305325639/watcher-3366064-1305325639 -o /tmp/evaluation-result-3366064-1305325639/solver-3366064-1305325639 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366064-1305325639.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: 1.03 1.37 1.72 1/312 2634
/proc/meminfo: memFree=8410060/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 644166241 8912896 253 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 253 211 178 0 69 0

[startup+0.026252 s]
/proc/loadavg: 1.03 1.37 1.72 1/312 2634
/proc/meminfo: memFree=8410060/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 644166241 8912896 253 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100243 s]
/proc/loadavg: 1.03 1.37 1.72 1/312 2634
/proc/meminfo: memFree=8410060/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 644166241 8912896 253 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300219 s]
/proc/loadavg: 1.03 1.37 1.72 1/312 2634
/proc/meminfo: memFree=8410060/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 644166241 8912896 253 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701154 s]
/proc/loadavg: 1.03 1.37 1.72 1/312 2634
/proc/meminfo: memFree=8410060/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 644166241 8912896 253 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.501 s]
/proc/loadavg: 1.11 1.38 1.72 2/317 2680
/proc/meminfo: memFree=8376380/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 8704

[startup+3.10072 s]
/proc/loadavg: 1.11 1.38 1.72 3/320 2709
/proc/meminfo: memFree=8351500/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=23600 CPUtime=1.99 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 5779 0 0 0 199 0 0 0 25 0 1 0 644166351 24166400 5733 33554432000 134512640 135217611 4288512848 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 5900 5733 75 173 0 5725 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 32304

[startup+6.30107 s]
/proc/loadavg: 1.11 1.38 1.72 3/320 2709
/proc/meminfo: memFree=8342188/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=27380 CPUtime=5.2 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 6705 0 0 0 519 1 0 0 25 0 1 0 644166351 28037120 6659 33554432000 134512640 135217611 4288512848 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 6845 6659 75 173 0 6670 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36084

[startup+12.7009 s]
/proc/loadavg: 1.24 1.40 1.72 3/320 2709
/proc/meminfo: memFree=8335240/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=29380 CPUtime=11.6 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 7210 0 0 0 1159 1 0 0 25 0 1 0 644166351 30085120 7164 33554432000 134512640 135217611 4288512848 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 7345 7164 76 173 0 7170 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38084

[startup+25.5005 s]
/proc/loadavg: 1.36 1.42 1.72 3/320 2709
/proc/meminfo: memFree=8327700/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=33796 CPUtime=24.4 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 8322 0 0 0 2439 1 0 0 25 0 1 0 644166351 34607104 8276 33554432000 134512640 135217611 4288512848 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 8449 8276 76 173 0 8274 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42500

[startup+51.1006 s]
/proc/loadavg: 1.58 1.47 1.73 3/320 2710
/proc/meminfo: memFree=8321580/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=36584 CPUtime=50 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 8974 0 0 0 4999 1 0 0 25 0 1 0 644166351 37462016 8928 33554432000 134512640 135217611 4288512848 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 9146 8928 76 173 0 8971 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45288

[startup+102.312 s]
/proc/loadavg: 1.95 1.59 1.75 3/320 2711
/proc/meminfo: memFree=8313996/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=38980 CPUtime=101.21 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 9572 0 0 0 10120 1 0 0 25 0 1 0 644166351 39915520 9526 33554432000 134512640 135217611 4288512848 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 9745 9526 76 173 0 9570 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 47684

[startup+162.301 s]
/proc/loadavg: 1.98 1.66 1.76 3/320 2713
/proc/meminfo: memFree=8307772/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=41568 CPUtime=161.2 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 10174 0 0 0 16119 1 0 0 25 0 1 0 644166351 42565632 10128 33554432000 134512640 135217611 4288512848 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 10392 10128 76 173 0 10217 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 50272

[startup+222.301 s]
/proc/loadavg: 1.99 1.72 1.77 3/320 2714
/proc/meminfo: memFree=8302040/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=44068 CPUtime=221.2 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 10793 0 0 0 22119 1 0 0 25 0 1 0 644166351 45125632 10747 33554432000 134512640 135217611 4288512848 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 11017 10747 76 173 0 10842 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 52772

[startup+282.301 s]
/proc/loadavg: 2.06 1.78 1.79 3/320 2716
/proc/meminfo: memFree=8297804/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=45784 CPUtime=281.2 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 11196 0 0 0 28119 1 0 0 25 0 1 0 644166351 46882816 11150 33554432000 134512640 135217611 4288512848 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 11446 11150 76 173 0 11271 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 54488

[startup+342.301 s]
/proc/loadavg: 2.02 1.82 1.80 3/320 2718
/proc/meminfo: memFree=8293432/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=47432 CPUtime=341.21 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 11603 0 0 0 34120 1 0 0 25 0 1 0 644166351 48570368 11557 33554432000 134512640 135217611 4288512848 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 11858 11557 76 173 0 11683 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 56136

[startup+402.301 s]
/proc/loadavg: 2.01 1.85 1.82 3/320 2719
/proc/meminfo: memFree=8288448/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=50188 CPUtime=401.21 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.92 3/320 2747
/proc/meminfo: memFree=8235808/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=77784 CPUtime=1421.26 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 19022 0 0 0 142123 3 0 0 25 0 1 0 644166351 79650816 18976 33554432000 134512640 135217611 4288512848 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 19446 18976 76 173 0 19271 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 86488

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/320 2748
/proc/meminfo: memFree=8234548/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=77784 CPUtime=1481.25 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 19025 0 0 0 148122 3 0 0 25 0 1 0 644166351 79650816 18979 33554432000 134512640 135217611 4288512848 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 19446 18979 76 173 0 19271 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 86488

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/320 2750
/proc/meminfo: memFree=8234388/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=78000 CPUtime=1541.25 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 19073 0 0 0 154122 3 0 0 25 0 1 0 644166351 79872000 19027 33554432000 134512640 135217611 4288512848 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 19500 19027 76 173 0 19325 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 86704

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/320 2751
/proc/meminfo: memFree=8232260/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=78504 CPUtime=1601.25 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 19174 0 0 0 160122 3 0 0 25 0 1 0 644166351 80388096 19128 33554432000 134512640 135217611 4288512848 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 19626 19128 76 173 0 19451 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 87208

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/320 2753
/proc/meminfo: memFree=8231852/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=78700 CPUtime=1661.25 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 19189 0 0 0 166122 3 0 0 25 0 1 0 644166351 80588800 19143 33554432000 134512640 135217611 4288512848 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 19675 19143 76 173 0 19500 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 87404

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/320 2754
/proc/meminfo: memFree=8227612/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=81788 CPUtime=1721.25 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 19915 0 0 0 172122 3 0 0 25 0 1 0 644166351 83750912 19869 33554432000 134512640 135217611 4288512848 18446744073709551615 134533772 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 20447 19869 76 173 0 20272 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 90492

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/320 2756
/proc/meminfo: memFree=8218164/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90016 CPUtime=1781.26 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21758 0 0 0 178122 4 0 0 25 0 1 0 644166351 92176384 21712 33554432000 134512640 135217611 4288512848 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22504 21712 76 173 0 22329 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 98720

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.92 3/320 2756
/proc/meminfo: memFree=8218032/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90160 CPUtime=1790.87 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21787 0 0 0 179083 4 0 0 25 0 1 0 644166351 92323840 21741 33554432000 134512640 135217611 4288512848 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22540 21741 76 173 0 22365 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 98864

[startup+1798.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/320 2757
/proc/meminfo: memFree=8216668/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90160 CPUtime=1797.26 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21792 0 0 0 179722 4 0 0 25 0 1 0 644166351 92323840 21746 33554432000 134512640 135217611 4288512848 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22540 21746 76 173 0 22365 0
Current children cumulated CPU time (s) 1798.34
Current children cumulated vsize (KiB) 98864

[startup+1804.7 s]
/proc/loadavg: 2.02 2.01 1.92 3/320 2757
/proc/meminfo: memFree=8216172/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90744 CPUtime=1803.66 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21902 0 0 0 180362 4 0 0 25 0 1 0 644166351 92921856 21856 33554432000 134512640 135217611 4288512848 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22686 21856 76 173 0 22511 0
Current children cumulated CPU time (s) 1804.74
Current children cumulated vsize (KiB) 99448

[startup+1806.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/320 2757
/proc/meminfo: memFree=8216292/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90744 CPUtime=1805.26 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21903 0 0 0 180522 4 0 0 25 0 1 0 644166351 92921856 21857 33554432000 134512640 135217611 4288512848 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22686 21857 76 173 0 22511 0
Current children cumulated CPU time (s) 1806.34
Current children cumulated vsize (KiB) 99448

[startup+1807.9 s]
/proc/loadavg: 2.01 2.01 1.92 3/320 2757
/proc/meminfo: memFree=8216164/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90744 CPUtime=1806.86 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21903 0 0 0 180682 4 0 0 25 0 1 0 644166351 92921856 21857 33554432000 134512640 135217611 4288512848 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22686 21857 76 173 0 22511 0
Current children cumulated CPU time (s) 1807.94
Current children cumulated vsize (KiB) 99448

[startup+1808.7 s]
/proc/loadavg: 2.01 2.01 1.92 3/320 2757
/proc/meminfo: memFree=8216164/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90744 CPUtime=1807.66 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21905 0 0 0 180762 4 0 0 25 0 1 0 644166351 92921856 21859 33554432000 134512640 135217611 4288512848 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22686 21859 76 173 0 22511 0
Current children cumulated CPU time (s) 1808.74
Current children cumulated vsize (KiB) 99448

[startup+1808.9 s]
/proc/loadavg: 2.01 2.01 1.92 3/320 2757
/proc/meminfo: memFree=8216164/32951124 swapFree=67093864/67111528
[pid=2634] ppid=2632 vsize=8704 CPUtime=1.08 cores=0,2,4,6
/proc/2634/stat : 2634 (glucose.sh) S 2632 2634 1895 0 -1 4202496 360 7232 0 0 0 0 105 3 18 0 1 0 644166241 8912896 255 33554432000 4194304 4922060 140735682588496 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/2634/statm: 2176 255 211 178 0 69 0
[pid=2698] ppid=2634 vsize=90888 CPUtime=1807.86 cores=0,2,4,6
/proc/2698/stat : 2698 (glucose_static) R 2634 2634 1895 0 -1 4202496 21931 0 0 0 180782 4 0 0 25 0 1 0 644166351 93069312 21885 33554432000 134512640 135217611 4288512848 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2698/statm: 22722 21885 76 173 0 22547 0
Current children cumulated CPU time (s) 1808.94
Current children cumulated vsize (KiB) 99592

Child status: 20
Real time (s): 1808.95
CPU time (s): 1809
CPU user time (s): 1808.92
CPU system time (s): 0.083987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99592

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

runsolver used 5.69013 second user time and 12.4021 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 00:27:19
IDJOB=3366064
IDBENCH=88066
IDSOLVER=1842
FILE ID=node102/3366064-1305325639
RUNJOBID= node102-1305325639-2593
PBS_JOBID= 13324330
Free space on /tmp= 44788 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366064-1305325639/watcher-3366064-1305325639 -o /tmp/evaluation-result-3366064-1305325639/solver-3366064-1305325639 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366064-1305325639.cnf

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1028317672

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5226.15
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.828
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.82
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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:     32951124 kB
MemFree:       8410216 kB
Buffers:        201068 kB
Cached:        5553096 kB
SwapCached:       1128 kB
Active:       19446908 kB
Inactive:      4746884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8410216 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:            5580 kB
Writeback:           0 kB
AnonPages:    18437768 kB
Mapped:          26312 kB
Slab:           231052 kB
PageTables:      52652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59039388 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= 44776 MiB
End job on node102 at 2011-05-14 00:57:28