Trace number 3365982

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 3288.45 3288.33

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark195.02
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   61421   207840 |   18426       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   61414   208298 |      --       0       --      -- |     --   | -7/458
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 9533   #clauses: 61414   #literals: 208298
0.00/0.06	c CPU time:   0.056991 s
0.00/0.06	c ==============================================================================
0.00/0.09	c
0.00/0.09	c Starting glucose
0.00/0.09	c
0.00/0.09	
0.00/0.09	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.09	
0.00/0.09	c ============================[ Problem Statistics ]=============================
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Number of variables:  9533                                                 |
0.00/0.09	c |  Number of clauses:    61414                                                |
0.09/0.12	c |  Parsing time:         0.02         s                                       |
3288.41/3288.32	c restarts              : 9497
3288.41/3288.32	c nb ReduceDB           : 138
3288.41/3288.32	c nb learnts DL2        : 15830
3288.41/3288.32	c nb learnts size 2     : 6031
3288.41/3288.32	c nb learnts size 1     : 939
3288.41/3288.32	c conflicts             : 12278411       (3734 /sec)
3288.41/3288.32	c decisions             : 17655073       (1.50 % random) (5369 /sec)
3288.41/3288.32	c propagations          : 3556043021     (1081428 /sec)
3288.41/3288.32	c conflict literals     : 333266919      (42.61 % deleted)
3288.41/3288.32	c Memory used           : 104.02 MB
3288.41/3288.32	c CPU time              : 3288.28 s
3288.41/3288.32	
3288.41/3288.32	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-3365982-1305323658/watcher-3365982-1305323658 -o /tmp/evaluation-result-3365982-1305323658/solver-3365982-1305323658 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365982-1305323658.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: 2.08 2.02 2.01 2/296 29226
/proc/meminfo: memFree=6180164/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643965484 8912896 252 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2176 252 211 178 0 69 0

[startup+0.0196091 s]
/proc/loadavg: 2.08 2.02 2.01 2/296 29226
/proc/meminfo: memFree=6180164/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643965484 8912896 252 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29226/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.104689 s]
/proc/loadavg: 2.08 2.02 2.01 2/296 29226
/proc/meminfo: memFree=6180164/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.300557 s]
/proc/loadavg: 2.08 2.02 2.01 2/296 29226
/proc/meminfo: memFree=6180164/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.700479 s]
/proc/loadavg: 2.08 2.02 2.01 2/296 29226
/proc/meminfo: memFree=6180164/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+1.50033 s]
/proc/loadavg: 2.08 2.02 2.01 3/298 29229
/proc/meminfo: memFree=6171096/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=8576 CPUtime=1.4 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 2009 0 0 0 140 0 0 0 25 0 1 0 643965494 8781824 1963 33554432000 134512640 135217611 4291906880 18446744073709551615 134528033 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 2144 1963 77 173 0 1969 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17280

[startup+3.10102 s]
/proc/loadavg: 2.07 2.02 2.00 3/298 29229
/proc/meminfo: memFree=6169360/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=9324 CPUtime=3 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 2204 0 0 0 300 0 0 0 25 0 1 0 643965494 9547776 2158 33554432000 134512640 135217611 4291906880 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 2331 2158 77 173 0 2156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18028

[startup+6.30041 s]
/proc/loadavg: 2.07 2.02 2.00 3/298 29229
/proc/meminfo: memFree=6167128/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=11208 CPUtime=6.2 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 2660 0 0 0 620 0 0 0 25 0 1 0 643965494 11476992 2614 33554432000 134512640 135217611 4291906880 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 2802 2614 77 173 0 2627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19912

[startup+12.7002 s]
/proc/loadavg: 2.06 2.02 2.00 3/298 29229
/proc/meminfo: memFree=6165076/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=13136 CPUtime=12.59 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 3128 0 0 0 1259 0 0 0 25 0 1 0 643965494 13451264 3082 33554432000 134512640 135217611 4291906880 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 3284 3082 77 173 0 3109 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21840

[startup+25.5008 s]
/proc/loadavg: 2.05 2.01 2.00 3/298 29229
/proc/meminfo: memFree=6161476/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=14720 CPUtime=25.4 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 3546 0 0 0 2540 0 0 0 25 0 1 0 643965494 15073280 3500 33554432000 134512640 135217611 4291906880 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 3680 3500 77 173 0 3505 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23424

[startup+51.1009 s]
/proc/loadavg: 2.15 2.04 2.01 3/298 29230
/proc/meminfo: memFree=6157900/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=17136 CPUtime=50.99 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 4111 0 0 0 5099 0 0 0 25 0 1 0 643965494 17547264 4065 33554432000 134512640 135217611 4291906880 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 4284 4065 77 173 0 4109 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25840

[startup+102.311 s]
/proc/loadavg: 2.11 2.05 2.01 3/298 29231
/proc/meminfo: memFree=6153512/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=21356 CPUtime=102.2 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 5162 0 0 0 10220 0 0 0 25 0 1 0 643965494 21868544 5116 33554432000 134512640 135217611 4291906880 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 5339 5116 77 173 0 5164 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 30060

[startup+162.301 s]
/proc/loadavg: 2.04 2.04 2.01 3/298 29233
/proc/meminfo: memFree=6148900/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=25200 CPUtime=162.2 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 6064 0 0 0 16219 1 0 0 25 0 1 0 643965494 25804800 6018 33554432000 134512640 135217611 4291906880 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 6300 6018 77 173 0 6125 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33904

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/298 29235
/proc/meminfo: memFree=6144396/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=28996 CPUtime=222.2 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 7038 0 0 0 22219 1 0 0 25 0 1 0 643965494 29691904 6992 33554432000 134512640 135217611 4291906880 18446744073709551615 134537680 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 7249 6992 77 173 0 7074 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 37700

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/298 29236
/proc/meminfo: memFree=6135568/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=37312 CPUtime=282.2 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 9040 0 0 0 28219 1 0 0 25 0 1 0 643965494 38207488 8994 33554432000 134512640 135217611 4291906880 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 9328 8994 77 173 0 9153 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46016

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/298 29238
/proc/meminfo: memFree=6135168/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=37796 CPUtime=342.2 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 9109 0 0 0 34219 1 0 0 25 0 1 0 643965494 38703104 9063 33554432000 134512640 135217611 4291906880 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 9449 9063 77 173 0 9274 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 46500

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/298 29239
/proc/meminfo: memFree=6133884/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7

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


[startup+2802.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/298 29315
/proc/meminfo: memFree=6040064/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=100880 CPUtime=2802.3 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 23836 0 0 0 280224 6 0 0 25 0 1 0 643965494 103301120 23787 33554432000 134512640 135217611 4291906880 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 25220 23787 77 173 0 25045 0
Current children cumulated CPU time (s) 2802.39
Current children cumulated vsize (KiB) 109584

[startup+2862.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/298 29317
/proc/meminfo: memFree=6039288/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=101820 CPUtime=2862.3 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24013 0 0 0 286224 6 0 0 25 0 1 0 643965494 104263680 23964 33554432000 134512640 135217611 4291906880 18446744073709551615 134534001 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 25455 23964 77 173 0 25280 0
Current children cumulated CPU time (s) 2862.39
Current children cumulated vsize (KiB) 110524

[startup+2922.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/298 29319
/proc/meminfo: memFree=6038272/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=102276 CPUtime=2922.31 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24077 0 0 0 292225 6 0 0 25 0 1 0 643965494 104730624 24028 33554432000 134512640 135217611 4291906880 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 25569 24028 77 173 0 25394 0
Current children cumulated CPU time (s) 2922.4
Current children cumulated vsize (KiB) 110980

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/298 29320
/proc/meminfo: memFree=6037612/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=103020 CPUtime=2982.31 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24176 0 0 0 298225 6 0 0 25 0 1 0 643965494 105492480 24127 33554432000 134512640 135217611 4291906880 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 25755 24127 77 173 0 25580 0
Current children cumulated CPU time (s) 2982.4
Current children cumulated vsize (KiB) 111724

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/298 29322
/proc/meminfo: memFree=6037960/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=103416 CPUtime=3042.31 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24265 0 0 0 304225 6 0 0 25 0 1 0 643965494 105897984 24216 33554432000 134512640 135217611 4291906880 18446744073709551615 134522440 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 25854 24216 77 173 0 25679 0
Current children cumulated CPU time (s) 3042.4
Current children cumulated vsize (KiB) 112120

[startup+3102.3 s]
/proc/loadavg: 1.78 1.95 1.98 2/291 29341
/proc/meminfo: memFree=6157420/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=104128 CPUtime=3102.31 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24403 0 0 0 310225 6 0 0 25 0 1 0 643965494 106627072 24354 33554432000 134512640 135217611 4291906880 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26032 24354 77 173 0 25857 0
Current children cumulated CPU time (s) 3102.4
Current children cumulated vsize (KiB) 112832

[startup+3162.3 s]
/proc/loadavg: 1.31 1.79 1.92 2/291 29343
/proc/meminfo: memFree=6156692/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=104956 CPUtime=3162.31 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24575 0 0 0 316225 6 0 0 25 0 1 0 643965494 107474944 24526 33554432000 134512640 135217611 4291906880 18446744073709551615 134537924 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26239 24526 77 173 0 26064 0
Current children cumulated CPU time (s) 3162.4
Current children cumulated vsize (KiB) 113660

[startup+3222.3 s]
/proc/loadavg: 1.18 1.65 1.87 2/291 29345
/proc/meminfo: memFree=6156296/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=105700 CPUtime=3222.31 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24734 0 0 0 322225 6 0 0 25 0 1 0 643965494 108236800 24685 33554432000 134512640 135217611 4291906880 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26425 24685 77 173 0 26250 0
Current children cumulated CPU time (s) 3222.4
Current children cumulated vsize (KiB) 114404

[startup+3282.3 s]
/proc/loadavg: 1.06 1.53 1.81 2/291 29346
/proc/meminfo: memFree=6155648/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=106512 CPUtime=3282.33 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24892 0 0 0 328227 6 0 0 25 0 1 0 643965494 109068288 24843 33554432000 134512640 135217611 4291906880 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26628 24843 77 173 0 26453 0
Current children cumulated CPU time (s) 3282.42
Current children cumulated vsize (KiB) 115216

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

[startup+3283.1 s]
/proc/loadavg: 1.06 1.53 1.81 2/291 29346
/proc/meminfo: memFree=6155648/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=106512 CPUtime=3283.12 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24892 0 0 0 328306 6 0 0 25 0 1 0 643965494 109068288 24843 33554432000 134512640 135217611 4291906880 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26628 24843 77 173 0 26453 0
Current children cumulated CPU time (s) 3283.21
Current children cumulated vsize (KiB) 115216

[startup+3286.3 s]
/proc/loadavg: 1.06 1.53 1.81 2/291 29346
/proc/meminfo: memFree=6155524/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=106512 CPUtime=3286.32 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24892 0 0 0 328626 6 0 0 25 0 1 0 643965494 109068288 24843 33554432000 134512640 135217611 4291906880 18446744073709551615 134533466 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26628 24843 77 173 0 26453 0
Current children cumulated CPU time (s) 3286.41
Current children cumulated vsize (KiB) 115216

[startup+3287.1 s]
/proc/loadavg: 1.06 1.52 1.80 2/291 29346
/proc/meminfo: memFree=6155524/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=106512 CPUtime=3287.12 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24892 0 0 0 328706 6 0 0 25 0 1 0 643965494 109068288 24843 33554432000 134512640 135217611 4291906880 18446744073709551615 134522704 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26628 24843 77 173 0 26453 0
Current children cumulated CPU time (s) 3287.21
Current children cumulated vsize (KiB) 115216

[startup+3287.91 s]
/proc/loadavg: 1.06 1.52 1.80 2/291 29346
/proc/meminfo: memFree=6155768/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=106512 CPUtime=3287.93 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24892 0 0 0 328787 6 0 0 25 0 1 0 643965494 109068288 24843 33554432000 134512640 135217611 4291906880 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26628 24843 77 173 0 26453 0
Current children cumulated CPU time (s) 3288.02
Current children cumulated vsize (KiB) 115216

[startup+3288.3 s]
/proc/loadavg: 1.06 1.52 1.80 2/291 29346
/proc/meminfo: memFree=6155768/32950928 swapFree=67083212/67111528
[pid=29226] ppid=29224 vsize=8704 CPUtime=0.09 cores=1,3,5,7
/proc/29226/stat : 29226 (glucose.sh) S 29224 29226 28575 0 -1 4202496 358 1580 0 0 0 0 9 0 25 0 1 0 643965484 8912896 254 33554432000 4194304 4922060 140734665896144 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29226/statm: 2176 254 211 178 0 69 0
[pid=29229] ppid=29226 vsize=106512 CPUtime=3288.32 cores=1,3,5,7
/proc/29229/stat : 29229 (glucose_static) R 29226 29226 28575 0 -1 4202496 24892 0 0 0 328826 6 0 0 25 0 1 0 643965494 109068288 24843 33554432000 134512640 135217611 4291906880 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29229/statm: 26628 24843 77 173 0 26453 0
Current children cumulated CPU time (s) 3288.41
Current children cumulated vsize (KiB) 115216

Child status: 20
Real time (s): 3288.33
CPU time (s): 3288.45
CPU user time (s): 3288.38
CPU system time (s): 0.076988
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 115216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3288.38
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27052
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= 37
involuntary context switches= 8655

runsolver used 8.40672 second user time and 21.4957 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-13 23:54:18
IDJOB=3365982
IDBENCH=84205
IDSOLVER=1842
FILE ID=node127/3365982-1305323658
RUNJOBID= node127-1305315244-28594
PBS_JOBID= 13324305
Free space on /tmp= 41884 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365982-1305323658/watcher-3365982-1305323658 -o /tmp/evaluation-result-3365982-1305323658/solver-3365982-1305323658 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365982-1305323658.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=450024419

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:       6180436 kB
Buffers:        242668 kB
Cached:       10137360 kB
SwapCached:       1620 kB
Active:       18689180 kB
Inactive:      7601536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6180436 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            2752 kB
Writeback:           0 kB
AnonPages:    15909044 kB
Mapped:          26580 kB
Slab:           370260 kB
PageTables:      46732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44411896 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= 41884 MiB
End job on node127 at 2011-05-14 00:49:07