Trace number 3365850

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 2589.94 2589.89

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.23	c ==============================================================================
0.00/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.23	c ==============================================================================
0.00/0.23	c |         0 |  564951  1318219 |  169485       0        0     nan |  0.000 % |
1.39/1.46	c |         0 |  279680   895605 |      --       0       --      -- |     --   | -285269/-422609
1.39/1.47	c ==============================================================================
1.39/1.47	c Result  :   #vars: 57963   #clauses: 279680   #literals: 895605
1.39/1.47	c CPU time:   1.39379 s
1.39/1.47	c ==============================================================================
1.59/1.64	c
1.59/1.64	c Starting glucose
1.59/1.64	c
1.59/1.64	
1.59/1.64	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.59/1.64	
1.59/1.64	c ============================[ Problem Statistics ]=============================
1.59/1.64	c |                                                                             |
1.59/1.64	c |  Number of variables:  57963                                                |
1.59/1.64	c |  Number of clauses:    279680                                               |
1.64/1.75	c |  Parsing time:         0.10         s                                       |
2589.85/2589.86	c restarts              : 13182
2589.85/2589.86	c nb ReduceDB           : 196
2589.85/2589.86	c nb learnts DL2        : 140219
2589.85/2589.86	c nb learnts size 2     : 15169
2589.85/2589.86	c nb learnts size 1     : 217
2589.85/2589.86	c conflicts             : 23092324       (8922 /sec)
2589.85/2589.86	c decisions             : 85388187       (1.58 % random) (32993 /sec)
2589.85/2589.86	c propagations          : 2963740994     (1145141 /sec)
2589.85/2589.86	c conflict literals     : 431839951      (32.14 % deleted)
2589.85/2589.86	c Memory used           : 377.36 MB
2589.85/2589.86	c CPU time              : 2588.1 s
2589.85/2589.86	
2589.85/2589.87	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-3365850-1305320354/watcher-3365850-1305320354 -o /tmp/evaluation-result-3365850-1305320354/solver-3365850-1305320354 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365850-1305320354.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.89 1.98 1.97 2/337 26010
/proc/meminfo: memFree=8627832/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 643636416 8912896 252 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26010/statm: 2176 252 211 178 0 69 0

[startup+0.0951049 s]
/proc/loadavg: 1.89 1.98 1.97 2/337 26010
/proc/meminfo: memFree=8627832/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 643636416 8912896 252 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26010/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101087 s]
/proc/loadavg: 1.89 1.98 1.97 2/337 26010
/proc/meminfo: memFree=8627832/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 643636416 8912896 252 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26010/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301053 s]
/proc/loadavg: 1.89 1.98 1.97 2/337 26010
/proc/meminfo: memFree=8627832/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 643636416 8912896 252 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26010/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700995 s]
/proc/loadavg: 1.89 1.98 1.97 2/337 26010
/proc/meminfo: memFree=8627832/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 643636416 8912896 252 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26010/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50084 s]
/proc/loadavg: 1.90 1.98 1.97 3/339 26012
/proc/meminfo: memFree=8528644/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 643636416 8912896 252 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26010/statm: 2176 252 211 178 0 69 0
[pid=26011] ppid=26010 vsize=98660 CPUtime=1.49 cores=1,3,5,7
/proc/26011/stat : 26011 (SatELite_releas) R 26010 26010 25674 0 -1 4202496 25315 0 0 0 142 7 0 0 25 0 1 0 643636416 101027840 21665 33554432000 134512640 135225430 4287980800 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/26011/statm: 24665 21665 80 175 0 24488 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107364

[startup+3.10056 s]
/proc/loadavg: 1.90 1.98 1.97 3/339 26013
/proc/meminfo: memFree=8584568/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=26040 CPUtime=1.44 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 6276 0 0 0 144 0 0 0 23 0 1 0 643636581 26664960 6215 33554432000 134512640 135217611 4291625952 18446744073709551615 134542598 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 6510 6215 77 173 0 6335 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34744

[startup+6.30099 s]
/proc/loadavg: 1.90 1.98 1.97 3/339 26013
/proc/meminfo: memFree=8580876/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=28100 CPUtime=4.64 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 6755 0 0 0 464 0 0 0 25 0 1 0 643636581 28774400 6694 33554432000 134512640 135217611 4291625952 18446744073709551615 134542532 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 7025 6694 77 173 0 6850 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36804

[startup+12.7009 s]
/proc/loadavg: 2.07 2.01 1.98 3/339 26013
/proc/meminfo: memFree=8577732/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=29716 CPUtime=11.04 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 7176 0 0 0 1104 0 0 0 25 0 1 0 643636581 30429184 7115 33554432000 134512640 135217611 4291625952 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 7429 7115 77 173 0 7254 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38420

[startup+25.5006 s]
/proc/loadavg: 2.06 2.01 1.98 3/339 26014
/proc/meminfo: memFree=8572904/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=33656 CPUtime=23.84 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 8159 0 0 0 2384 0 0 0 25 0 1 0 643636581 34463744 8098 33554432000 134512640 135217611 4291625952 18446744073709551615 134526171 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 8414 8098 77 173 0 8239 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42360

[startup+51.1011 s]
/proc/loadavg: 2.04 2.01 1.98 3/339 26014
/proc/meminfo: memFree=8564052/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=39600 CPUtime=49.45 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 9651 0 0 0 4944 1 0 0 25 0 1 0 643636581 40550400 9590 33554432000 134512640 135217611 4291625952 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 9900 9590 77 173 0 9725 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48304

[startup+102.313 s]
/proc/loadavg: 2.01 2.01 1.98 3/339 26016
/proc/meminfo: memFree=8539416/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=59412 CPUtime=100.65 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 14527 0 0 0 10064 1 0 0 25 0 1 0 643636581 60837888 14466 33554432000 134512640 135217611 4291625952 18446744073709551615 134537375 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 14853 14466 77 173 0 14678 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 68116

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/339 26026
/proc/meminfo: memFree=8514164/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=79404 CPUtime=160.65 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 19437 0 0 0 16062 3 0 0 25 0 1 0 643636581 81309696 19376 33554432000 134512640 135217611 4291625952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 19851 19376 77 173 0 19676 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88108

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/339 26028
/proc/meminfo: memFree=8494172/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=97568 CPUtime=220.64 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 23941 0 0 0 22061 3 0 0 25 0 1 0 643636581 99909632 23880 33554432000 134512640 135217611 4291625952 18446744073709551615 134544609 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 24392 23880 77 173 0 24217 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 106272

[startup+282.301 s]
/proc/loadavg: 2.13 2.03 1.99 3/340 26032
/proc/meminfo: memFree=8477528/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=111244 CPUtime=280.65 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 27157 0 0 0 28061 4 0 0 25 0 1 0 643636581 113913856 27096 33554432000 134512640 135217611 4291625952 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 27811 27096 77 173 0 27636 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 119948

[startup+342.301 s]
/proc/loadavg: 2.04 2.02 1.99 3/339 26034
/proc/meminfo: memFree=8461860/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=122716 CPUtime=340.65 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 30045 0 0 0 34061 4 0 0 25 0 1 0 643636581 125661184 29984 33554432000 134512640 135217611 4291625952 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 30679 29984 77 173 0 30504 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 131420

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 1.99 3/339 26036
/proc/meminfo: memFree=8448932/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7

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


[startup+2262.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/339 26115
/proc/meminfo: memFree=8228932/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=349772 CPUtime=2260.7 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 84962 0 0 0 226054 16 0 0 25 0 1 0 643636581 358166528 84886 33554432000 134512640 135217611 4291625952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 87443 84886 77 173 0 87268 0
Current children cumulated CPU time (s) 2262.34
Current children cumulated vsize (KiB) 358476

[startup+2322.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 26117
/proc/meminfo: memFree=8222444/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=356564 CPUtime=2320.7 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 86546 0 0 0 232054 16 0 0 25 0 1 0 643636581 365121536 86470 33554432000 134512640 135217611 4291625952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 89141 86470 77 173 0 88966 0
Current children cumulated CPU time (s) 2322.34
Current children cumulated vsize (KiB) 365268

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/339 26118
/proc/meminfo: memFree=8215352/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=364568 CPUtime=2380.7 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 88448 0 0 0 238054 16 0 0 25 0 1 0 643636581 373317632 88372 33554432000 134512640 135217611 4291625952 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 91142 88372 77 173 0 90967 0
Current children cumulated CPU time (s) 2382.34
Current children cumulated vsize (KiB) 373272

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 26120
/proc/meminfo: memFree=8208876/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=369788 CPUtime=2440.7 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 89677 0 0 0 244054 16 0 0 25 0 1 0 643636581 378662912 89601 33554432000 134512640 135217611 4291625952 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 92447 89601 77 173 0 92272 0
Current children cumulated CPU time (s) 2442.34
Current children cumulated vsize (KiB) 378492

[startup+2502.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/339 26122
/proc/meminfo: memFree=8198688/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=379444 CPUtime=2500.71 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 91812 0 0 0 250054 17 0 0 25 0 1 0 643636581 388550656 91736 33554432000 134512640 135217611 4291625952 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 94861 91736 77 173 0 94686 0
Current children cumulated CPU time (s) 2502.35
Current children cumulated vsize (KiB) 388148

[startup+2562.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/339 26123
/proc/meminfo: memFree=8193588/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=383888 CPUtime=2560.71 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 92844 0 0 0 256054 17 0 0 25 0 1 0 643636581 393101312 92768 33554432000 134512640 135217611 4291625952 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 95972 92768 77 173 0 95797 0
Current children cumulated CPU time (s) 2562.35
Current children cumulated vsize (KiB) 392592

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

[startup+2572.7 s]
/proc/loadavg: 2.04 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8192216/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=385476 CPUtime=2571.11 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93224 0 0 0 257094 17 0 0 25 0 1 0 643636581 394727424 93148 33554432000 134512640 135217611 4291625952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96369 93148 77 173 0 96194 0
Current children cumulated CPU time (s) 2572.75
Current children cumulated vsize (KiB) 394180

[startup+2579.1 s]
/proc/loadavg: 2.04 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8191464/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=385960 CPUtime=2577.51 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93367 0 0 0 257734 17 0 0 25 0 1 0 643636581 395223040 93291 33554432000 134512640 135217611 4291625952 18446744073709551615 134522600 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96490 93291 77 173 0 96315 0
Current children cumulated CPU time (s) 2579.15
Current children cumulated vsize (KiB) 394664

[startup+2585.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8191464/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=386128 CPUtime=2583.91 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93422 0 0 0 258374 17 0 0 25 0 1 0 643636581 395395072 93346 33554432000 134512640 135217611 4291625952 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96532 93346 77 173 0 96357 0
Current children cumulated CPU time (s) 2585.55
Current children cumulated vsize (KiB) 394832

[startup+2587.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8191092/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=386412 CPUtime=2585.52 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93487 0 0 0 258535 17 0 0 25 0 1 0 643636581 395685888 93411 33554432000 134512640 135217611 4291625952 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96603 93411 77 173 0 96428 0
Current children cumulated CPU time (s) 2587.16
Current children cumulated vsize (KiB) 395116

[startup+2588.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8191092/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=386412 CPUtime=2587.11 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93487 0 0 0 258694 17 0 0 25 0 1 0 643636581 395685888 93411 33554432000 134512640 135217611 4291625952 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96603 93411 77 173 0 96428 0
Current children cumulated CPU time (s) 2588.75
Current children cumulated vsize (KiB) 395116

[startup+2589.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8191092/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=386412 CPUtime=2587.91 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93488 0 0 0 258774 17 0 0 25 0 1 0 643636581 395685888 93412 33554432000 134512640 135217611 4291625952 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96603 93412 77 173 0 96428 0
Current children cumulated CPU time (s) 2589.55
Current children cumulated vsize (KiB) 395116

[startup+2589.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8191092/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=386412 CPUtime=2588.11 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93488 0 0 0 258794 17 0 0 25 0 1 0 643636581 395685888 93412 33554432000 134512640 135217611 4291625952 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96603 93412 77 173 0 96428 0
Current children cumulated CPU time (s) 2589.75
Current children cumulated vsize (KiB) 395116

[startup+2589.8 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 26124
/proc/meminfo: memFree=8191092/32951124 swapFree=67056804/67111528
[pid=26010] ppid=26008 vsize=8704 CPUtime=1.64 cores=1,3,5,7
/proc/26010/stat : 26010 (glucose.sh) S 26008 26010 25674 0 -1 4202496 358 25316 0 0 0 0 156 8 18 0 1 0 643636416 8912896 254 33554432000 4194304 4922060 140734066208288 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26010/statm: 2176 254 211 178 0 69 0
[pid=26013] ppid=26010 vsize=386412 CPUtime=2588.21 cores=1,3,5,7
/proc/26013/stat : 26013 (glucose_static) R 26010 26010 25674 0 -1 4202496 93488 0 0 0 258804 17 0 0 25 0 1 0 643636581 395685888 93412 33554432000 134512640 135217611 4291625952 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/26013/statm: 96603 93412 77 173 0 96428 0
Current children cumulated CPU time (s) 2589.85
Current children cumulated vsize (KiB) 395116

Child status: 20
Real time (s): 2589.89
CPU time (s): 2589.94
CPU user time (s): 2589.67
CPU system time (s): 0.278957
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 395116

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

runsolver used 8.04178 second user time and 20.2059 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-13 22:59:15
IDJOB=3365850
IDBENCH=82493
IDSOLVER=1842
FILE ID=node108/3365850-1305320354
RUNJOBID= node108-1305315334-25693
PBS_JOBID= 13324324
Free space on /tmp= 35564 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365850-1305320354/watcher-3365850-1305320354 -o /tmp/evaluation-result-3365850-1305320354/solver-3365850-1305320354 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365850-1305320354.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1716560540

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8628104 kB
Buffers:        257772 kB
Cached:       13388608 kB
SwapCached:       8700 kB
Active:       12882300 kB
Inactive:     10888840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8628104 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           27992 kB
Writeback:           0 kB
AnonPages:    10121988 kB
Mapped:          27212 kB
Slab:           447936 kB
PageTables:      38544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52290136 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= 35572 MiB
End job on node108 at 2011-05-13 23:42:25