Trace number 3366044

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 872.072 872.049

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark71.3432
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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 |    2130     4500 |     638       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2100     7560 |      --       0       --      -- |     --   | -30/3060
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 270   #clauses: 2100   #literals: 7560
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  270                                                  |
0.00/0.00	c |  Number of clauses:    2100                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
872.02/872.04	c restarts              : 2645
872.02/872.04	c nb ReduceDB           : 97
872.02/872.04	c nb learnts DL2        : 179
872.02/872.04	c nb learnts size 2     : 159
872.02/872.04	c nb learnts size 1     : 12
872.02/872.04	c conflicts             : 5196568        (5959 /sec)
872.02/872.04	c decisions             : 6380180        (1.72 % random) (7316 /sec)
872.02/872.04	c propagations          : 77253660       (88589 /sec)
872.02/872.04	c conflict literals     : 130146262      (36.11 % deleted)
872.02/872.04	c Memory used           : 46.28 MB
872.02/872.04	c CPU time              : 872.043 s
872.02/872.04	
872.02/872.04	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-3366044-1305325558/watcher-3366044-1305325558 -o /tmp/evaluation-result-3366044-1305325558/solver-3366044-1305325558 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366044-1305325558.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 2/359 9631
/proc/meminfo: memFree=25655208/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 333 0 0 0 0 0 0 0 18 0 1 0 722786461 8912896 253 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9631/statm: 2176 253 211 178 0 69 0

[startup+0.0389671 s]
/proc/loadavg: 2.01 2.02 2.00 2/359 9631
/proc/meminfo: memFree=25655208/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100955 s]
/proc/loadavg: 2.01 2.02 2.00 2/359 9631
/proc/meminfo: memFree=25655208/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300916 s]
/proc/loadavg: 2.01 2.02 2.00 2/359 9631
/proc/meminfo: memFree=25655208/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700844 s]
/proc/loadavg: 2.01 2.02 2.00 2/359 9631
/proc/meminfo: memFree=25655208/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50069 s]
/proc/loadavg: 2.01 2.02 2.00 3/361 9634
/proc/meminfo: memFree=25651348/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=5120 CPUtime=1.49 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 944 0 0 0 149 0 0 0 23 0 1 0 722786462 5242880 899 33554432000 134512640 135217611 4293507872 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 1280 899 76 173 0 1105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13824

[startup+3.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/361 9634
/proc/meminfo: memFree=25649736/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=6520 CPUtime=3.09 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 1291 0 0 0 309 0 0 0 25 0 1 0 722786462 6676480 1246 33554432000 134512640 135217611 4293507872 18446744073709551615 134537031 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 1630 1246 76 173 0 1455 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15224

[startup+6.3008 s]
/proc/loadavg: 2.00 2.02 2.00 3/361 9635
/proc/meminfo: memFree=25647348/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=8332 CPUtime=6.29 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 1740 0 0 0 629 0 0 0 25 0 1 0 722786462 8531968 1695 33554432000 134512640 135217611 4293507872 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 2083 1695 76 173 0 1908 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17036

[startup+12.7006 s]
/proc/loadavg: 2.00 2.02 2.00 3/361 9635
/proc/meminfo: memFree=25643396/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=10816 CPUtime=12.69 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 2322 0 0 0 1269 0 0 0 25 0 1 0 722786462 11075584 2277 33554432000 134512640 135217611 4293507872 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 2704 2277 76 173 0 2529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19520

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 2.00 3/361 9635
/proc/meminfo: memFree=25639916/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=13536 CPUtime=25.49 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 2979 0 0 0 2549 0 0 0 25 0 1 0 722786462 13860864 2934 33554432000 134512640 135217611 4293507872 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 3384 2934 76 173 0 3209 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22240

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/361 9636
/proc/meminfo: memFree=25633664/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=18048 CPUtime=51.09 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 4012 0 0 0 5109 0 0 0 25 0 1 0 722786462 18481152 3967 33554432000 134512640 135217611 4293507872 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 4512 3967 76 173 0 4337 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26752

[startup+102.313 s]
/proc/loadavg: 2.00 2.01 2.00 3/361 9637
/proc/meminfo: memFree=25626196/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=22644 CPUtime=102.3 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 5138 0 0 0 10230 0 0 0 25 0 1 0 722786462 23187456 5093 33554432000 134512640 135217611 4293507872 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 5661 5093 76 173 0 5486 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 31348

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/361 9639
/proc/meminfo: memFree=25618224/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=27064 CPUtime=162.29 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 6140 0 0 0 16228 1 0 0 25 0 1 0 722786462 27713536 6095 33554432000 134512640 135217611 4293507872 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 6766 6095 76 173 0 6591 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 35768

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/361 9640
/proc/meminfo: memFree=25612984/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=30096 CPUtime=222.3 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 6821 0 0 0 22229 1 0 0 25 0 1 0 722786462 30818304 6776 33554432000 134512640 135217611 4293507872 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 7524 6776 76 173 0 7349 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 38800

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/361 9642
/proc/meminfo: memFree=25606508/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=33172 CPUtime=282.3 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 7572 0 0 0 28229 1 0 0 25 0 1 0 722786462 33968128 7527 33554432000 134512640 135217611 4293507872 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 8293 7527 76 173 0 8118 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 41876

[startup+342.301 s]
/proc/loadavg: 2.17 2.04 2.01 3/361 9643
/proc/meminfo: memFree=25601644/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=35612 CPUtime=342.29 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 8041 0 0 0 34228 1 0 0 25 0 1 0 722786462 36466688 7996 33554432000 134512640 135217611 4293507872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 8903 7996 76 173 0 8728 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 44316

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/361 9645
/proc/meminfo: memFree=25596776/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6

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


[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/361 9650
/proc/meminfo: memFree=25587992/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=42944 CPUtime=582.3 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 9684 0 0 0 58229 1 0 0 25 0 1 0 722786462 43974656 9639 33554432000 134512640 135217611 4293507872 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 10736 9639 76 173 0 10561 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 51648

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/361 9651
/proc/meminfo: memFree=25585716/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=43844 CPUtime=642.31 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 9878 0 0 0 64230 1 0 0 25 0 1 0 722786462 44896256 9833 33554432000 134512640 135217611 4293507872 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 10961 9833 76 173 0 10786 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 52548

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/361 9653
/proc/meminfo: memFree=25583580/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=44636 CPUtime=702.3 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10077 0 0 0 70229 1 0 0 25 0 1 0 722786462 45707264 10032 33554432000 134512640 135217611 4293507872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11159 10032 76 173 0 10984 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 53340

[startup+762.314 s]
/proc/loadavg: 2.06 2.02 2.00 3/361 9655
/proc/meminfo: memFree=25581548/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=45536 CPUtime=762.32 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10247 0 0 0 76231 1 0 0 25 0 1 0 722786462 46628864 10202 33554432000 134512640 135217611 4293507872 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11384 10202 76 173 0 11209 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 54240

[startup+822.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/361 9659
/proc/meminfo: memFree=25578660/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=46664 CPUtime=822.32 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10486 0 0 0 82230 2 0 0 25 0 1 0 722786462 47783936 10441 33554432000 134512640 135217611 4293507872 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11666 10441 76 173 0 11491 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 55368

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

[startup+844.701 s]
/proc/loadavg: 2.08 2.04 2.01 3/361 9660
/proc/meminfo: memFree=25577292/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47024 CPUtime=844.72 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10594 0 0 0 84470 2 0 0 25 0 1 0 722786462 48152576 10549 33554432000 134512640 135217611 4293507872 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11756 10549 76 173 0 11581 0
Current children cumulated CPU time (s) 844.72
Current children cumulated vsize (KiB) 55728

[startup+857.501 s]
/proc/loadavg: 2.06 2.03 2.01 3/361 9660
/proc/meminfo: memFree=25576796/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47168 CPUtime=857.52 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10610 0 0 0 85750 2 0 0 25 0 1 0 722786462 48300032 10565 33554432000 134512640 135217611 4293507872 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11792 10565 76 173 0 11617 0
Current children cumulated CPU time (s) 857.52
Current children cumulated vsize (KiB) 55872

[startup+863.901 s]
/proc/loadavg: 2.06 2.03 2.00 3/361 9660
/proc/meminfo: memFree=25576420/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47384 CPUtime=863.92 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10648 0 0 0 86390 2 0 0 25 0 1 0 722786462 48521216 10603 33554432000 134512640 135217611 4293507872 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11846 10603 76 173 0 11671 0
Current children cumulated CPU time (s) 863.92
Current children cumulated vsize (KiB) 56088

[startup+867.1 s]
/proc/loadavg: 2.06 2.03 2.00 3/361 9660
/proc/meminfo: memFree=25576416/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47384 CPUtime=867.12 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10648 0 0 0 86710 2 0 0 25 0 1 0 722786462 48521216 10603 33554432000 134512640 135217611 4293507872 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11846 10603 76 173 0 11671 0
Current children cumulated CPU time (s) 867.12
Current children cumulated vsize (KiB) 56088

[startup+870.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/361 9660
/proc/meminfo: memFree=25576168/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47384 CPUtime=870.32 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10656 0 0 0 87030 2 0 0 25 0 1 0 722786462 48521216 10611 33554432000 134512640 135217611 4293507872 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11846 10611 76 173 0 11671 0
Current children cumulated CPU time (s) 870.32
Current children cumulated vsize (KiB) 56088

[startup+871.101 s]
/proc/loadavg: 2.05 2.03 2.00 3/361 9660
/proc/meminfo: memFree=25576168/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47384 CPUtime=871.12 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10656 0 0 0 87110 2 0 0 25 0 1 0 722786462 48521216 10611 33554432000 134512640 135217611 4293507872 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11846 10611 76 173 0 11671 0
Current children cumulated CPU time (s) 871.12
Current children cumulated vsize (KiB) 56088

[startup+871.501 s]
/proc/loadavg: 2.05 2.03 2.00 3/361 9660
/proc/meminfo: memFree=25576168/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47384 CPUtime=871.52 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10656 0 0 0 87150 2 0 0 25 0 1 0 722786462 48521216 10611 33554432000 134512640 135217611 4293507872 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11846 10611 76 173 0 11671 0
Current children cumulated CPU time (s) 871.52
Current children cumulated vsize (KiB) 56088

[startup+871.9 s]
/proc/loadavg: 2.05 2.03 2.00 3/361 9660
/proc/meminfo: memFree=25576168/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47384 CPUtime=871.92 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10656 0 0 0 87190 2 0 0 25 0 1 0 722786462 48521216 10611 33554432000 134512640 135217611 4293507872 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11846 10611 76 173 0 11671 0
Current children cumulated CPU time (s) 871.92
Current children cumulated vsize (KiB) 56088

[startup+872 s]
/proc/loadavg: 2.05 2.03 2.00 3/361 9660
/proc/meminfo: memFree=25576168/32950928 swapFree=38710892/67111528
[pid=9631] ppid=9629 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9631/stat : 9631 (glucose.sh) S 9629 9631 9045 0 -1 4202496 359 207 0 0 0 0 0 0 18 0 1 0 722786461 8912896 255 33554432000 4194304 4922060 140735663101888 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9631/statm: 2176 255 211 178 0 69 0
[pid=9633] ppid=9631 vsize=47384 CPUtime=872.02 cores=0,2,4,6
/proc/9633/stat : 9633 (glucose_static) R 9631 9631 9045 0 -1 4202496 10656 0 0 0 87200 2 0 0 25 0 1 0 722786462 48521216 10611 33554432000 134512640 135217611 4293507872 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/9633/statm: 11846 10611 76 173 0 11671 0
Current children cumulated CPU time (s) 872.02
Current children cumulated vsize (KiB) 56088

Child status: 20
Real time (s): 872.049
CPU time (s): 872.072
CPU user time (s): 872.049
CPU system time (s): 0.022996
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 56088

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

runsolver used 3.08553 second user time and 6.53301 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 00:25:58
IDJOB=3366044
IDBENCH=87935
IDSOLVER=1842
FILE ID=node113/3366044-1305325558
RUNJOBID= node113-1305325339-9482
PBS_JOBID= 13324319
Free space on /tmp= 47784 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366044-1305325558/watcher-3366044-1305325558 -o /tmp/evaluation-result-3366044-1305325558/solver-3366044-1305325558 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366044-1305325558.cnf

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=1556431092

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25655480 kB
Buffers:        205180 kB
Cached:        2406632 kB
SwapCached:      93712 kB
Active:         736192 kB
Inactive:      6306512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25655480 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            1700 kB
Writeback:           0 kB
AnonPages:     4349172 kB
Mapped:          14336 kB
Slab:            96836 kB
PageTables:      91704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87106352 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= 47784 MiB
End job on node113 at 2011-05-14 00:40:30