Trace number 3308582

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 1263.84 1263.81

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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 |  304025   890579 |   91207       0        0     nan |  0.000 % |
0.00/0.60	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
0.00/0.60	c ==============================================================================
0.00/0.60	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
0.00/0.60	c CPU time:   0.58691 s
0.00/0.60	c ==============================================================================
0.00/0.76	c
0.00/0.76	c Starting glucose
0.00/0.76	c
0.00/0.76	
0.00/0.76	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.76	
0.00/0.76	c ============================[ Problem Statistics ]=============================
0.00/0.76	c |                                                                             |
0.00/0.76	c |  Number of variables:  11639                                                |
0.00/0.76	c |  Number of clauses:    289635                                               |
0.76/0.86	c |  Parsing time:         0.09         s                                       |
1263.82/1263.80	c restarts              : 54
1263.82/1263.80	c nb ReduceDB           : 99
1263.82/1263.80	c nb learnts DL2        : 4915
1263.82/1263.80	c nb learnts size 2     : 4515
1263.82/1263.80	c nb learnts size 1     : 19
1263.82/1263.80	c conflicts             : 6863621        (5435 /sec)
1263.82/1263.80	c decisions             : 16972698       (1.29 % random) (13439 /sec)
1263.82/1263.80	c propagations          : 2714680900     (2149534 /sec)
1263.82/1263.80	c conflict literals     : 754540148      (49.26 % deleted)
1263.82/1263.80	c Memory used           : 134.95 MB
1263.82/1263.80	c CPU time              : 1262.92 s
1263.82/1263.80	
1263.82/1263.80	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-3308582-1303983386/watcher-3308582-1303983386 -o /tmp/evaluation-result-3308582-1303983386/solver-3308582-1303983386 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308582-1303983386.cnf 

running on 2 cores: 4,6

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: 3.84 1.89 0.74 5/192 19906
/proc/meminfo: memFree=19698424/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 509936582 8912896 252 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 252 211 178 0 69 0

[startup+0.093406 s]
/proc/loadavg: 3.84 1.89 0.74 5/192 19906
/proc/meminfo: memFree=19698424/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 509936582 8912896 252 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100403 s]
/proc/loadavg: 3.84 1.89 0.74 5/192 19906
/proc/meminfo: memFree=19698424/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 509936582 8912896 252 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300368 s]
/proc/loadavg: 3.84 1.89 0.74 5/192 19906
/proc/meminfo: memFree=19698424/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 509936582 8912896 252 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700314 s]
/proc/loadavg: 3.84 1.89 0.74 5/192 19906
/proc/meminfo: memFree=19698424/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 509936582 8912896 252 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50119 s]
/proc/loadavg: 3.84 1.89 0.74 5/194 19909
/proc/meminfo: memFree=19672120/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=22224 CPUtime=0.72 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 5445 0 0 0 72 0 0 0 21 0 1 0 509936658 22757376 5400 33554432000 134512640 135217611 4288197232 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 5556 5400 77 173 0 5381 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30928

[startup+3.1009 s]
/proc/loadavg: 3.85 1.92 0.75 5/194 19909
/proc/meminfo: memFree=19666168/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=30372 CPUtime=2.32 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 7455 0 0 0 232 0 0 0 25 0 1 0 509936658 31100928 7410 33554432000 134512640 135217611 4288197232 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 7593 7410 77 173 0 7418 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39076

[startup+6.30031 s]
/proc/loadavg: 3.85 1.92 0.75 5/194 19909
/proc/meminfo: memFree=19655284/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=36332 CPUtime=5.53 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 8926 0 0 0 552 1 0 0 25 0 1 0 509936658 37203968 8881 33554432000 134512640 135217611 4288197232 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 9083 8881 77 173 0 8908 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45036

[startup+12.7012 s]
/proc/loadavg: 3.87 1.99 0.79 5/194 19909
/proc/meminfo: memFree=19647996/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=42972 CPUtime=11.92 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 10550 0 0 0 1191 1 0 0 25 0 1 0 509936658 44003328 10505 33554432000 134512640 135217611 4288197232 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 10743 10505 77 173 0 10568 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51676

[startup+25.501 s]
/proc/loadavg: 3.89 2.06 0.82 5/194 19909
/proc/meminfo: memFree=19642036/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=47060 CPUtime=24.72 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 11549 0 0 0 2471 1 0 0 25 0 1 0 509936658 48189440 11504 33554432000 134512640 135217611 4288197232 18446744073709551615 134522424 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 11765 11504 77 173 0 11590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55764

[startup+51.1005 s]
/proc/loadavg: 3.93 2.21 0.91 5/194 19910
/proc/meminfo: memFree=19632780/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=53048 CPUtime=50.33 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 12985 0 0 0 5031 2 0 0 25 0 1 0 509936658 54321152 12940 33554432000 134512640 135217611 4288197232 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 13262 12940 77 173 0 13087 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61752

[startup+102.307 s]
/proc/loadavg: 3.97 2.51 1.08 5/194 19911
/proc/meminfo: memFree=19606512/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=62008 CPUtime=101.54 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 15243 0 0 0 10151 3 0 0 25 0 1 0 509936658 63496192 15198 33554432000 134512640 135217611 4288197232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 15502 15198 77 173 0 15327 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70712

[startup+162.301 s]
/proc/loadavg: 4.05 2.77 1.25 5/194 19913
/proc/meminfo: memFree=19593332/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=69112 CPUtime=161.53 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 16969 0 0 0 16150 3 0 0 25 0 1 0 509936658 70770688 16924 33554432000 134512640 135217611 4288197232 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 17278 16924 77 173 0 17103 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77816

[startup+222.3 s]
/proc/loadavg: 4.01 3.01 1.43 5/194 19915
/proc/meminfo: memFree=19582644/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=76896 CPUtime=221.52 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 18831 0 0 0 22149 3 0 0 25 0 1 0 509936658 78741504 18786 33554432000 134512640 135217611 4288197232 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 19224 18786 77 173 0 19049 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 85600

[startup+282.301 s]
/proc/loadavg: 4.00 3.17 1.58 5/194 19916
/proc/meminfo: memFree=19571944/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=79752 CPUtime=281.53 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 19476 0 0 0 28149 4 0 0 25 0 1 0 509936658 81666048 19431 33554432000 134512640 135217611 4288197232 18446744073709551615 134532784 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 19938 19431 77 173 0 19763 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88456

[startup+342.301 s]
/proc/loadavg: 4.00 3.33 1.74 5/194 19918
/proc/meminfo: memFree=19536440/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=88092 CPUtime=341.53 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 21499 0 0 0 34149 4 0 0 25 0 1 0 509936658 90206208 21443 33554432000 134512640 135217611 4288197232 18446744073709551615 134536974 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 22023 21443 77 173 0 21848 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 96796

[startup+402.301 s]
/proc/loadavg: 4.07 3.46 1.87 5/194 19949
/proc/meminfo: memFree=19214976/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6

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


[startup+882.301 s]
/proc/loadavg: 4.00 3.90 2.73 5/194 19962
/proc/meminfo: memFree=19011352/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=118828 CPUtime=881.54 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 28878 0 0 0 88143 11 0 0 25 0 1 0 509936658 121679872 28798 33554432000 134512640 135217611 4288197232 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 29707 28798 77 173 0 29532 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 127532

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 2.80 5/194 19964
/proc/meminfo: memFree=19006848/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=122512 CPUtime=941.54 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 29683 0 0 0 94143 11 0 0 25 0 1 0 509936658 125452288 29603 33554432000 134512640 135217611 4288197232 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 30628 29603 77 173 0 30453 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 131216

[startup+1002.3 s]
/proc/loadavg: 4.03 3.94 2.88 5/194 19965
/proc/meminfo: memFree=19003716/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=123936 CPUtime=1001.55 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 29974 0 0 0 100143 12 0 0 25 0 1 0 509936658 126910464 29894 33554432000 134512640 135217611 4288197232 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 30984 29894 77 173 0 30809 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 132640

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 2.94 5/194 19967
/proc/meminfo: memFree=19001568/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=124956 CPUtime=1061.55 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 30141 0 0 0 106143 12 0 0 25 0 1 0 509936658 127954944 30061 33554432000 134512640 135217611 4288197232 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 31239 30061 77 173 0 31064 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 133660

[startup+1122.3 s]
/proc/loadavg: 4.01 3.95 3.01 5/194 20029
/proc/meminfo: memFree=18917568/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=126620 CPUtime=1121.55 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 30474 0 0 0 112142 13 0 0 25 0 1 0 509936658 129658880 30394 33554432000 134512640 135217611 4288197232 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 31655 30394 77 173 0 31480 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 135324

[startup+1182.3 s]
/proc/loadavg: 4.07 3.97 3.07 5/194 20030
/proc/meminfo: memFree=18825288/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1181.55 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33346 0 0 0 118141 14 0 0 25 0 1 0 509936658 141500416 33266 33554432000 134512640 135217611 4288197232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33266 77 173 0 34371 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 146888

[startup+1242.3 s]
/proc/loadavg: 4.07 3.99 3.14 5/194 20063
/proc/meminfo: memFree=19111776/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1241.55 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33380 0 0 0 124141 14 0 0 25 0 1 0 509936658 141500416 33300 33554432000 134512640 135217611 4288197232 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33300 77 173 0 34371 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 146888

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

[startup+1254.3 s]
/proc/loadavg: 4.06 3.99 3.14 5/194 20063
/proc/meminfo: memFree=19104928/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1253.55 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33383 0 0 0 125341 14 0 0 25 0 1 0 509936658 141500416 33303 33554432000 134512640 135217611 4288197232 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1254.31
Current children cumulated vsize (KiB) 146888

[startup+1260.7 s]
/proc/loadavg: 4.06 3.99 3.15 5/194 20063
/proc/meminfo: memFree=19104296/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1259.95 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33383 0 0 0 125981 14 0 0 25 0 1 0 509936658 141500416 33303 33554432000 134512640 135217611 4288197232 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1260.71
Current children cumulated vsize (KiB) 146888

[startup+1262.3 s]
/proc/loadavg: 4.06 3.99 3.15 5/194 20063
/proc/meminfo: memFree=19103800/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1261.55 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33383 0 0 0 126141 14 0 0 25 0 1 0 509936658 141500416 33303 33554432000 134512640 135217611 4288197232 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1262.31
Current children cumulated vsize (KiB) 146888

[startup+1263.1 s]
/proc/loadavg: 4.13 4.01 3.16 5/194 20063
/proc/meminfo: memFree=19102312/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1262.35 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33383 0 0 0 126221 14 0 0 25 0 1 0 509936658 141500416 33303 33554432000 134512640 135217611 4288197232 18446744073709551615 134532924 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1263.11
Current children cumulated vsize (KiB) 146888

[startup+1263.5 s]
/proc/loadavg: 4.13 4.01 3.16 5/194 20063
/proc/meminfo: memFree=19102312/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1262.75 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33383 0 0 0 126261 14 0 0 25 0 1 0 509936658 141500416 33303 33554432000 134512640 135217611 4288197232 18446744073709551615 134522531 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1263.51
Current children cumulated vsize (KiB) 146888

[startup+1263.7 s]
/proc/loadavg: 4.13 4.01 3.16 5/194 20063
/proc/meminfo: memFree=19102312/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=138184 CPUtime=1262.95 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202496 33383 0 0 0 126281 14 0 0 25 0 1 0 509936658 141500416 33303 33554432000 134512640 135217611 4288197232 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/19909/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1263.71
Current children cumulated vsize (KiB) 146888

[startup+1263.8 s]
/proc/loadavg: 4.13 4.01 3.16 5/194 20063
/proc/meminfo: memFree=19100204/32951124 swapFree=67111464/67111528
[pid=19906] ppid=19904 vsize=8704 CPUtime=0.76 cores=4,6
/proc/19906/stat : 19906 (glucose.sh) S 19904 19906 19774 0 -1 4202496 359 8256 0 0 0 0 74 2 18 0 1 0 509936582 8912896 254 33554432000 4194304 4922060 140735976684176 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19906/statm: 2176 254 211 178 0 69 0
[pid=19909] ppid=19906 vsize=0 CPUtime=1263.06 cores=4,6
/proc/19909/stat : 19909 (glucose_static) R 19906 19906 19774 0 -1 4202500 33395 0 0 0 126291 15 0 0 25 0 1 0 509936658 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 4 0 0 0
/proc/19909/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1263.82
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1263.81
CPU time (s): 1263.84
CPU user time (s): 1263.66
CPU system time (s): 0.176973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 146888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1263.66
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42219
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= 9
involuntary context switches= 2355

runsolver used 2.18367 second user time and 4.71728 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 11:36:26
IDJOB=3308582
IDBENCH=71718
IDSOLVER=1691
FILE ID=node136/3308582-1303983386
RUNJOBID= node136-1303983196-19794
PBS_JOBID= 13168690
Free space on /tmp= 72240 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308582-1303983386/watcher-3308582-1303983386 -o /tmp/evaluation-result-3308582-1303983386/solver-3308582-1303983386 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308582-1303983386.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=2099984934

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:     32951124 kB
MemFree:      19698572 kB
Buffers:       1733696 kB
Cached:       10739980 kB
SwapCached:         60 kB
Active:        5686076 kB
Inactive:      6985948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19698572 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            7368 kB
Writeback:         180 kB
AnonPages:      197968 kB
Mapped:          16016 kB
Slab:           516444 kB
PageTables:       5908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   385532 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= 72168 MiB
End job on node136 at 2011-04-28 11:57:30