Trace number 3309140

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 952.2 952.183

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 benchmark0.403937
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                                       |
952.11/952.17	c restarts              : 2645
952.11/952.17	c nb ReduceDB           : 97
952.11/952.17	c nb learnts DL2        : 179
952.11/952.17	c nb learnts size 2     : 159
952.11/952.17	c nb learnts size 1     : 12
952.11/952.17	c conflicts             : 5196568        (5458 /sec)
952.11/952.17	c decisions             : 6380180        (1.72 % random) (6701 /sec)
952.11/952.17	c propagations          : 77253660       (81135 /sec)
952.11/952.17	c conflict literals     : 130146262      (36.11 % deleted)
952.11/952.17	c Memory used           : 46.25 MB
952.11/952.17	c CPU time              : 952.158 s
952.11/952.17	
952.11/952.17	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-3309140-1303985940/watcher-3309140-1303985940 -o /tmp/evaluation-result-3309140-1303985940/solver-3309140-1303985940 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309140-1303985940.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.07 4.02 3.76 5/192 25588
/proc/meminfo: memFree=14574864/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510193625 8912896 252 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 252 211 178 0 69 0

[startup+0.070738 s]
/proc/loadavg: 4.07 4.02 3.76 5/192 25588
/proc/meminfo: memFree=14574864/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10073 s]
/proc/loadavg: 4.07 4.02 3.76 5/192 25588
/proc/meminfo: memFree=14574864/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300694 s]
/proc/loadavg: 4.07 4.02 3.76 5/192 25588
/proc/meminfo: memFree=14574864/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700625 s]
/proc/loadavg: 4.07 4.02 3.76 5/192 25588
/proc/meminfo: memFree=14574864/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50049 s]
/proc/loadavg: 4.07 4.02 3.76 5/194 25591
/proc/meminfo: memFree=14571508/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=4992 CPUtime=1.49 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 941 0 0 0 149 0 0 0 25 0 1 0 510193626 5111808 896 33554432000 134512640 135217611 4292725952 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 1248 896 76 173 0 1073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13696

[startup+3.10027 s]
/proc/loadavg: 4.07 4.02 3.76 5/194 25591
/proc/meminfo: memFree=14570084/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=6448 CPUtime=3.09 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 1285 0 0 0 309 0 0 0 25 0 1 0 510193626 6602752 1240 33554432000 134512640 135217611 4292725952 18446744073709551615 134533093 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 1612 1240 76 173 0 1437 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15152

[startup+6.3007 s]
/proc/loadavg: 4.07 4.02 3.76 5/194 25592
/proc/meminfo: memFree=14567952/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=8256 CPUtime=6.28 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 1709 0 0 0 628 0 0 0 25 0 1 0 510193626 8454144 1664 33554432000 134512640 135217611 4292725952 18446744073709551615 134542575 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 2064 1664 76 173 0 1889 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16960

[startup+12.7006 s]
/proc/loadavg: 4.06 4.01 3.76 5/194 25592
/proc/meminfo: memFree=14565116/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=10536 CPUtime=12.69 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 2270 0 0 0 1268 1 0 0 25 0 1 0 510193626 10788864 2225 33554432000 134512640 135217611 4292725952 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 2634 2225 76 173 0 2459 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19240

[startup+25.5003 s]
/proc/loadavg: 4.05 4.01 3.77 5/194 25592
/proc/meminfo: memFree=14562496/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=13312 CPUtime=25.49 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 2921 0 0 0 2548 1 0 0 25 0 1 0 510193626 13631488 2876 33554432000 134512640 135217611 4292725952 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 3328 2876 76 173 0 3153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22016

[startup+51.1008 s]
/proc/loadavg: 4.03 4.01 3.77 5/194 25593
/proc/meminfo: memFree=14557996/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=17712 CPUtime=51.09 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 3942 0 0 0 5108 1 0 0 25 0 1 0 510193626 18137088 3897 33554432000 134512640 135217611 4292725952 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 4428 3897 76 173 0 4253 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26416

[startup+102.307 s]
/proc/loadavg: 3.86 3.97 3.77 4/187 25612
/proc/meminfo: memFree=14631312/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=22300 CPUtime=102.29 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 5057 0 0 0 10228 1 0 0 25 0 1 0 510193626 22835200 5012 33554432000 134512640 135217611 4292725952 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 5575 5012 76 173 0 5400 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 31004

[startup+162.3 s]
/proc/loadavg: 3.23 3.78 3.71 3/184 25615
/proc/meminfo: memFree=14680060/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=26344 CPUtime=162.29 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 5996 0 0 0 16228 1 0 0 25 0 1 0 510193626 26976256 5951 33554432000 134512640 135217611 4292725952 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 6586 5951 76 173 0 6411 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 35048

[startup+222.301 s]
/proc/loadavg: 2.45 3.45 3.60 3/180 25633
/proc/meminfo: memFree=14684580/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=29640 CPUtime=222.29 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 6717 0 0 0 22228 1 0 0 25 0 1 0 510193626 30351360 6672 33554432000 134512640 135217611 4292725952 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 7410 6672 76 173 0 7235 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 38344

[startup+282.301 s]
/proc/loadavg: 2.20 3.20 3.51 3/180 25635
/proc/meminfo: memFree=14680700/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=32064 CPUtime=282.3 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 7309 0 0 0 28228 2 0 0 25 0 1 0 510193626 32833536 7264 33554432000 134512640 135217611 4292725952 18446744073709551615 134533010 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 8016 7264 76 173 0 7841 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 40768

[startup+342.3 s]
/proc/loadavg: 2.07 2.98 3.41 3/180 25636
/proc/meminfo: memFree=14678796/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=34280 CPUtime=342.3 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 7802 0 0 0 34228 2 0 0 25 0 1 0 510193626 35102720 7757 33554432000 134512640 135217611 4292725952 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 8570 7757 76 173 0 8395 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42984

[startup+402.301 s]
/proc/loadavg: 2.02 2.80 3.32 3/180 25638
/proc/meminfo: memFree=14675416/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2

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


[startup+462.3 s]
/proc/loadavg: 1.56 2.54 3.19 2/173 25658
/proc/meminfo: memFree=15173580/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=39328 CPUtime=462.3 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 8875 0 0 0 46228 2 0 0 25 0 1 0 510193626 40271872 8830 33554432000 134512640 135217611 4292725952 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 9832 8830 76 173 0 9657 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 48032

[startup+522.301 s]
/proc/loadavg: 1.21 2.26 3.05 2/173 25659
/proc/meminfo: memFree=15172556/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=41056 CPUtime=522.3 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 9243 0 0 0 52228 2 0 0 25 0 1 0 510193626 42041344 9198 33554432000 134512640 135217611 4292725952 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 10264 9198 76 173 0 10089 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 49760

[startup+582.3 s]
/proc/loadavg: 1.07 2.02 2.92 2/173 25661
/proc/meminfo: memFree=15171388/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=42188 CPUtime=582.29 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 9525 0 0 0 58227 2 0 0 25 0 1 0 510193626 43200512 9480 33554432000 134512640 135217611 4292725952 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 10547 9480 76 173 0 10372 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 50892

[startup+642.301 s]
/proc/loadavg: 1.02 1.84 2.80 2/173 25662
/proc/meminfo: memFree=15170960/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=42908 CPUtime=642.3 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 9707 0 0 0 64228 2 0 0 25 0 1 0 510193626 43937792 9662 33554432000 134512640 135217611 4292725952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 10727 9662 76 173 0 10552 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 51612

[startup+702.301 s]
/proc/loadavg: 1.01 1.68 2.68 2/173 25664
/proc/meminfo: memFree=15169928/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=43948 CPUtime=702.31 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 9904 0 0 0 70228 3 0 0 25 0 1 0 510193626 45002752 9859 33554432000 134512640 135217611 4292725952 18446744073709551615 134522600 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 10987 9859 76 173 0 10812 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 52652

[startup+762.307 s]
/proc/loadavg: 1.00 1.55 2.58 2/173 25666
/proc/meminfo: memFree=15169512/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=44452 CPUtime=762.31 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10030 0 0 0 76228 3 0 0 25 0 1 0 510193626 45518848 9985 33554432000 134512640 135217611 4292725952 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11113 9985 76 173 0 10938 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 53156

[startup+822.301 s]
/proc/loadavg: 1.04 1.47 2.48 2/173 25667
/proc/meminfo: memFree=15169096/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=45280 CPUtime=822.31 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10188 0 0 0 82228 3 0 0 25 0 1 0 510193626 46366720 10143 33554432000 134512640 135217611 4292725952 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11320 10143 76 173 0 11145 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 53984

[startup+882.301 s]
/proc/loadavg: 1.01 1.38 2.38 2/173 25669
/proc/meminfo: memFree=15168432/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=46216 CPUtime=882.31 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10398 0 0 0 88228 3 0 0 25 0 1 0 510193626 47325184 10353 33554432000 134512640 135217611 4292725952 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11554 10353 76 173 0 11379 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 54920

[startup+942.301 s]
/proc/loadavg: 1.00 1.31 2.29 2/173 25670
/proc/meminfo: memFree=15167396/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=47356 CPUtime=942.31 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10659 0 0 0 94228 3 0 0 25 0 1 0 510193626 48492544 10614 33554432000 134512640 135217611 4292725952 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11839 10614 76 173 0 11664 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 56060

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

[startup+947.106 s]
/proc/loadavg: 1.00 1.30 2.29 2/173 25671
/proc/meminfo: memFree=15167516/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=47356 CPUtime=947.11 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10659 0 0 0 94708 3 0 0 25 0 1 0 510193626 48492544 10614 33554432000 134512640 135217611 4292725952 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11839 10614 76 173 0 11664 0
Current children cumulated CPU time (s) 947.11
Current children cumulated vsize (KiB) 56060

[startup+950.301 s]
/proc/loadavg: 1.00 1.30 2.28 2/173 25671
/proc/meminfo: memFree=15167516/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=47356 CPUtime=950.31 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10667 0 0 0 95028 3 0 0 25 0 1 0 510193626 48492544 10622 33554432000 134512640 135217611 4292725952 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11839 10622 76 173 0 11664 0
Current children cumulated CPU time (s) 950.31
Current children cumulated vsize (KiB) 56060

[startup+951.1 s]
/proc/loadavg: 1.00 1.30 2.28 2/173 25671
/proc/meminfo: memFree=15167516/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=47356 CPUtime=951.11 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10667 0 0 0 95108 3 0 0 25 0 1 0 510193626 48492544 10622 33554432000 134512640 135217611 4292725952 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11839 10622 76 173 0 11664 0
Current children cumulated CPU time (s) 951.11
Current children cumulated vsize (KiB) 56060

[startup+951.9 s]
/proc/loadavg: 1.00 1.30 2.28 2/173 25671
/proc/meminfo: memFree=15167516/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=47356 CPUtime=951.91 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10667 0 0 0 95188 3 0 0 25 0 1 0 510193626 48492544 10622 33554432000 134512640 135217611 4292725952 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11839 10622 76 173 0 11664 0
Current children cumulated CPU time (s) 951.91
Current children cumulated vsize (KiB) 56060

[startup+952.101 s]
/proc/loadavg: 1.00 1.30 2.28 2/173 25671
/proc/meminfo: memFree=15167516/32950928 swapFree=67111528/67111528
[pid=25588] ppid=25586 vsize=8704 CPUtime=0 cores=0,2
/proc/25588/stat : 25588 (glucose.sh) S 25586 25588 24889 0 -1 4202496 358 205 0 0 0 0 0 0 25 0 1 0 510193625 8912896 254 33554432000 4194304 4922060 140735536198080 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25588/statm: 2176 254 211 178 0 69 0
[pid=25591] ppid=25588 vsize=47356 CPUtime=952.11 cores=0,2
/proc/25591/stat : 25591 (glucose_static) R 25588 25588 24889 0 -1 4202496 10667 0 0 0 95208 3 0 0 25 0 1 0 510193626 48492544 10622 33554432000 134512640 135217611 4292725952 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/25591/statm: 11839 10622 76 173 0 11664 0
Current children cumulated CPU time (s) 952.11
Current children cumulated vsize (KiB) 56060

Child status: 20
Real time (s): 952.183
CPU time (s): 952.2
CPU user time (s): 952.162
CPU system time (s): 0.037994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 56060

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

runsolver used 1.43378 second user time and 3.12352 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 12:19:00
IDJOB=3309140
IDBENCH=87935
IDSOLVER=1691
FILE ID=node125/3309140-1303985940
RUNJOBID= node125-1303983196-24907
PBS_JOBID= 13168701
Free space on /tmp= 72524 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-3309140-1303985940/watcher-3309140-1303985940 -o /tmp/evaluation-result-3309140-1303985940/solver-3309140-1303985940 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309140-1303985940.cnf

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=222806539

node125.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	: 5266.55
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.84
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.74
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.74
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.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.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:     32950928 kB
MemFree:      14575144 kB
Buffers:       2212956 kB
Cached:       15179716 kB
SwapCached:          0 kB
Active:        9339940 kB
Inactive:      8502940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14575144 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1604 kB
Writeback:          40 kB
AnonPages:      449832 kB
Mapped:          16084 kB
Slab:           468464 kB
PageTables:       6156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   653336 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= 72764 MiB
End job on node125 at 2011-04-28 12:34:52