Trace number 3366046

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 4987.71 4987.55

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

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 |    1476     3168 |     442       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1452     5280 |      --       0       --      -- |     --   | -24/2112
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 240   #clauses: 1452   #literals: 5280
0.00/0.00	c CPU time:   0.001999 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:  240                                                  |
0.00/0.00	c |  Number of clauses:    1452                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
4987.65/4987.53	c restarts              : 5328
4987.65/4987.53	c nb ReduceDB           : 213
4987.65/4987.53	c nb learnts DL2        : 269
4987.65/4987.53	c nb learnts size 2     : 196
4987.65/4987.53	c nb learnts size 1     : 19
4987.65/4987.53	c conflicts             : 23799287       (4772 /sec)
4987.65/4987.53	c decisions             : 27820416       (1.71 % random) (5578 /sec)
4987.65/4987.53	c propagations          : 311568471      (62468 /sec)
4987.65/4987.53	c conflict literals     : 590218925      (34.43 % deleted)
4987.65/4987.53	c Memory used           : 98.48 MB
4987.65/4987.53	c CPU time              : 4987.64 s
4987.65/4987.53	
4987.65/4987.54	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-3366046-1305325565/watcher-3366046-1305325565 -o /tmp/evaluation-result-3366046-1305325565/solver-3366046-1305325565 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366046-1305325565.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.95 1.98 1.99 3/325 18904
/proc/meminfo: memFree=24894436/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0

[startup+0.0407839 s]
/proc/loadavg: 1.95 1.98 1.99 3/325 18904
/proc/meminfo: memFree=24894436/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100776 s]
/proc/loadavg: 1.95 1.98 1.99 3/325 18904
/proc/meminfo: memFree=24894436/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300739 s]
/proc/loadavg: 1.95 1.98 1.99 3/325 18904
/proc/meminfo: memFree=24894436/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700662 s]
/proc/loadavg: 1.95 1.98 1.99 3/325 18904
/proc/meminfo: memFree=24894436/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50051 s]
/proc/loadavg: 1.95 1.98 1.99 3/327 18907
/proc/meminfo: memFree=24890608/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=5228 CPUtime=1.49 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 976 0 0 0 149 0 0 0 25 0 1 0 644156901 5353472 931 33554432000 134512640 135217611 4289654384 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 1307 931 76 173 0 1132 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13932

[startup+3.10022 s]
/proc/loadavg: 1.95 1.98 1.99 3/327 18907
/proc/meminfo: memFree=24888872/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=6224 CPUtime=3.09 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 1213 0 0 0 309 0 0 0 25 0 1 0 644156901 6373376 1168 33554432000 134512640 135217611 4289654384 18446744073709551615 134533520 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 1556 1168 76 173 0 1381 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14928

[startup+6.30063 s]
/proc/loadavg: 1.95 1.98 1.99 3/327 18907
/proc/meminfo: memFree=24887680/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=7512 CPUtime=6.29 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 1530 0 0 0 629 0 0 0 25 0 1 0 644156901 7692288 1485 33554432000 134512640 135217611 4289654384 18446744073709551615 134740255 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 1878 1485 76 173 0 1703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16216

[startup+12.7004 s]
/proc/loadavg: 1.96 1.98 1.99 3/327 18907
/proc/meminfo: memFree=24883760/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=10808 CPUtime=12.69 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 2316 0 0 0 1269 0 0 0 25 0 1 0 644156901 11067392 2271 33554432000 134512640 135217611 4289654384 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 2702 2271 76 173 0 2527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19512

[startup+25.5011 s]
/proc/loadavg: 1.97 1.98 1.99 3/327 18908
/proc/meminfo: memFree=24879040/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=14540 CPUtime=25.49 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 3194 0 0 0 2549 0 0 0 25 0 1 0 644156901 14888960 3149 33554432000 134512640 135217611 4289654384 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 3635 3149 76 173 0 3460 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23244

[startup+51.1003 s]
/proc/loadavg: 1.98 1.98 1.99 3/327 18908
/proc/meminfo: memFree=24870824/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=18708 CPUtime=51.09 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 4156 0 0 0 5109 0 0 0 25 0 1 0 644156901 19156992 4111 33554432000 134512640 135217611 4289654384 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 4677 4111 76 173 0 4502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27412

[startup+102.312 s]
/proc/loadavg: 1.99 1.98 1.99 3/327 18910
/proc/meminfo: memFree=24860452/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=25548 CPUtime=102.3 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 5767 0 0 0 10230 0 0 0 25 0 1 0 644156901 26161152 5722 33554432000 134512640 135217611 4289654384 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 6387 5722 76 173 0 6212 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 34252

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/327 18911
/proc/meminfo: memFree=24854712/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=29696 CPUtime=162.29 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 6720 0 0 0 16229 0 0 0 25 0 1 0 644156901 30408704 6675 33554432000 134512640 135217611 4289654384 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 7424 6675 76 173 0 7249 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38400

[startup+222.301 s]
/proc/loadavg: 2.07 1.99 1.99 4/327 18913
/proc/meminfo: memFree=24850732/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=33072 CPUtime=222.3 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 7524 0 0 0 22229 1 0 0 25 0 1 0 644156901 33865728 7479 33554432000 134512640 135217611 4289654384 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 8268 7479 76 173 0 8093 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 41776

[startup+282.3 s]
/proc/loadavg: 2.02 1.99 1.99 3/327 18914
/proc/meminfo: memFree=24844756/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=35832 CPUtime=282.3 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 8136 0 0 0 28229 1 0 0 25 0 1 0 644156901 36691968 8091 33554432000 134512640 135217611 4289654384 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 8958 8091 76 173 0 8783 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 44536

[startup+342.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/327 18916
/proc/meminfo: memFree=24840264/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=38584 CPUtime=342.3 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 8793 0 0 0 34229 1 0 0 25 0 1 0 644156901 39510016 8748 33554432000 134512640 135217611 4289654384 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 9646 8748 76 173 0 9471 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47288

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/327 18918
/proc/meminfo: memFree=24835412/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7

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


[startup+4602.3 s]
/proc/loadavg: 1.02 1.01 1.18 2/320 19060
/proc/meminfo: memFree=25360012/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=99024 CPUtime=4602.45 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22219 0 0 0 460240 5 0 0 25 0 1 0 644156901 101400576 22098 33554432000 134512640 135217611 4289654384 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 24756 22098 76 173 0 24581 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 107728

[startup+4662.3 s]
/proc/loadavg: 1.01 1.00 1.17 2/320 19061
/proc/meminfo: memFree=25359476/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=99096 CPUtime=4662.44 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22262 0 0 0 466239 5 0 0 25 0 1 0 644156901 101474304 22141 33554432000 134512640 135217611 4289654384 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 24774 22141 76 173 0 24599 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 107800

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.16 2/320 19063
/proc/meminfo: memFree=25359084/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=99736 CPUtime=4722.45 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22318 0 0 0 472240 5 0 0 25 0 1 0 644156901 102129664 22197 33554432000 134512640 135217611 4289654384 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 24934 22197 76 173 0 24759 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 108440

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/320 19064
/proc/meminfo: memFree=25359040/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100148 CPUtime=4782.44 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22391 0 0 0 478239 5 0 0 25 0 1 0 644156901 102551552 22270 33554432000 134512640 135217611 4289654384 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25037 22270 76 173 0 24862 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 108852

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/320 19066
/proc/meminfo: memFree=25359004/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100468 CPUtime=4842.44 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22407 0 0 0 484239 5 0 0 25 0 1 0 644156901 102879232 22286 33554432000 134512640 135217611 4289654384 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25117 22286 76 173 0 24942 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 109172

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/320 19068
/proc/meminfo: memFree=25358728/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100736 CPUtime=4902.45 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22445 0 0 0 490240 5 0 0 25 0 1 0 644156901 103153664 22324 33554432000 134512640 135217611 4289654384 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25184 22324 76 173 0 25009 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 109440

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19069
/proc/meminfo: memFree=25358696/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4962.45 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 496240 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 109548

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19069
/proc/meminfo: memFree=25358696/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4966.45 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 496640 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4966.45
Current children cumulated vsize (KiB) 109548

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19070
/proc/meminfo: memFree=25358688/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4979.25 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 497920 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4979.25
Current children cumulated vsize (KiB) 109548

[startup+4982.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19070
/proc/meminfo: memFree=25358688/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4982.45 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 498240 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4982.45
Current children cumulated vsize (KiB) 109548

[startup+4985.5 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19070
/proc/meminfo: memFree=25358564/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4985.65 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 498560 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4985.65
Current children cumulated vsize (KiB) 109548

[startup+4986.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19070
/proc/meminfo: memFree=25358564/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4986.46 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 498641 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4986.46
Current children cumulated vsize (KiB) 109548

[startup+4987.1 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19070
/proc/meminfo: memFree=25358564/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4987.25 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 498720 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4987.25
Current children cumulated vsize (KiB) 109548

[startup+4987.5 s]
/proc/loadavg: 1.00 1.00 1.11 2/320 19070
/proc/meminfo: memFree=25358684/32951124 swapFree=44485764/67111528
[pid=18904] ppid=18902 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18904/stat : 18904 (glucose.sh) S 18902 18904 18099 0 -1 4202496 358 190 0 0 0 0 0 0 25 0 1 0 644156901 8912896 254 33554432000 4194304 4922060 140736071801520 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18904/statm: 2176 254 211 178 0 69 0
[pid=18906] ppid=18904 vsize=100844 CPUtime=4987.65 cores=1,3,5,7
/proc/18906/stat : 18906 (glucose_static) R 18904 18904 18099 0 -1 4202496 22473 0 0 0 498760 5 0 0 25 0 1 0 644156901 103264256 22352 33554432000 134512640 135217611 4289654384 18446744073709551615 134527820 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18906/statm: 25211 22352 76 173 0 25036 0
Current children cumulated CPU time (s) 4987.65
Current children cumulated vsize (KiB) 109548

Child status: 20
Real time (s): 4987.55
CPU time (s): 4987.71
CPU user time (s): 4987.65
CPU system time (s): 0.065989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 109548

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

runsolver used 13.9589 second user time and 35.9215 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 00:26:05
IDJOB=3366046
IDBENCH=87943
IDSOLVER=1842
FILE ID=node105/3366046-1305325565
RUNJOBID= node105-1305315334-18118
PBS_JOBID= 13324327
Free space on /tmp= 48532 MiB

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

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=1716560540

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24894460 kB
Buffers:        225648 kB
Cached:        5921760 kB
SwapCached:      39656 kB
Active:        1067436 kB
Inactive:      6730132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24894460 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:          113232 kB
Writeback:          20 kB
AnonPages:     1618324 kB
Mapped:          10896 kB
Slab:           126812 kB
PageTables:      67376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65810484 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= 48644 MiB
End job on node105 at 2011-05-14 01:49:12