Trace number 3366012

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 1570.1 1570.07

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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...
1.49/1.56	c ==============================================================================
1.49/1.56	c |           |     ORIGINAL     |              LEARNT              |          |
1.49/1.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.49/1.56	c ==============================================================================
1.49/1.56	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
25.69/25.73	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
25.69/25.73	c ==============================================================================
25.69/25.73	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
25.69/25.73	c CPU time:   25.5191 s
25.69/25.73	c ==============================================================================
27.79/27.86	c
27.79/27.86	c Starting glucose
27.79/27.86	c
27.79/27.86	
27.79/27.86	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
27.79/27.86	
27.79/27.86	c ============================[ Problem Statistics ]=============================
27.79/27.86	c |                                                                             |
27.79/27.86	c |  Number of variables:  168000                                               |
27.79/27.86	c |  Number of clauses:    3532144                                              |
28.97/29.01	c |  Parsing time:         1.06         s                                       |
1570.00/1570.04	c restarts              : 9694
1570.00/1570.04	c nb ReduceDB           : 71
1570.00/1570.04	c nb learnts DL2        : 5553
1570.00/1570.04	c nb learnts size 2     : 5170
1570.00/1570.04	c nb learnts size 1     : 42
1570.00/1570.04	c conflicts             : 3931997        (2550 /sec)
1570.00/1570.04	c decisions             : 99883190       (0.74 % random) (64772 /sec)
1570.00/1570.04	c propagations          : 5610237749     (3638120 /sec)
1570.00/1570.04	c conflict literals     : 325213337      (57.16 % deleted)
1570.00/1570.04	c Memory used           : 290.96 MB
1570.00/1570.04	c CPU time              : 1542.07 s
1570.00/1570.04	
1570.00/1570.05	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-3366012-1305325340/watcher-3366012-1305325340 -o /tmp/evaluation-result-3366012-1305325340/solver-3366012-1305325340 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366012-1305325340.cnf 

running on 4 cores: 0,2,4,6

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.84 1.97 1.99 2/311 4878
/proc/meminfo: memFree=23145308/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0

[startup+0.0824831 s]
/proc/loadavg: 1.84 1.97 1.99 2/311 4878
/proc/meminfo: memFree=23145308/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100478 s]
/proc/loadavg: 1.84 1.97 1.99 2/311 4878
/proc/meminfo: memFree=23145308/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300443 s]
/proc/loadavg: 1.84 1.97 1.99 2/311 4878
/proc/meminfo: memFree=23145308/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700381 s]
/proc/loadavg: 1.84 1.97 1.99 2/311 4878
/proc/meminfo: memFree=23145308/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50025 s]
/proc/loadavg: 1.84 1.97 1.99 3/313 4880
/proc/meminfo: memFree=22964536/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
[pid=4879] ppid=4878 vsize=235584 CPUtime=1.49 cores=0,2,4,6
/proc/4879/stat : 4879 (SatELite_releas) R 4878 4878 4429 0 -1 4202496 56299 0 0 0 135 14 0 0 25 0 1 0 722764749 241238016 56255 33554432000 134512640 135225430 4289062000 18446744073709551615 134548165 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4879/statm: 58896 56255 52 175 0 58719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244288

[startup+3.10093 s]
/proc/loadavg: 1.85 1.97 1.99 3/313 4880
/proc/meminfo: memFree=22808256/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
[pid=4879] ppid=4878 vsize=268332 CPUtime=3.09 cores=0,2,4,6
/proc/4879/stat : 4879 (SatELite_releas) R 4878 4878 4429 0 -1 4202496 72105 0 0 0 293 16 0 0 25 0 1 0 722764749 274771968 64448 33554432000 134512640 135225430 4289062000 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4879/statm: 67083 64448 78 175 0 66906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 277036

[startup+6.30034 s]
/proc/loadavg: 1.85 1.97 1.99 3/317 4888
/proc/meminfo: memFree=22528056/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
[pid=4879] ppid=4878 vsize=299828 CPUtime=6.29 cores=0,2,4,6
/proc/4879/stat : 4879 (SatELite_releas) R 4878 4878 4429 0 -1 4202496 76031 0 0 0 612 17 0 0 25 0 1 0 722764749 307023872 68374 33554432000 134512640 135225430 4289062000 18446744073709551615 134587301 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4879/statm: 74957 68374 78 175 0 74780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 308532

[startup+12.7012 s]
/proc/loadavg: 2.02 2.00 2.00 3/317 4888
/proc/meminfo: memFree=22107756/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
[pid=4879] ppid=4878 vsize=359188 CPUtime=12.69 cores=0,2,4,6
/proc/4879/stat : 4879 (SatELite_releas) R 4878 4878 4429 0 -1 4202496 87043 0 0 0 1250 19 0 0 25 0 1 0 722764749 367808512 78818 33554432000 134512640 135225430 4289062000 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4879/statm: 89797 78818 78 175 0 89620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367892

[startup+25.5008 s]
/proc/loadavg: 2.02 2.00 2.00 3/317 4888
/proc/meminfo: memFree=22130832/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 722764749 8912896 253 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4878/statm: 2176 253 211 178 0 69 0
[pid=4879] ppid=4878 vsize=354484 CPUtime=25.49 cores=0,2,4,6
/proc/4879/stat : 4879 (SatELite_releas) R 4878 4878 4429 0 -1 4202496 94499 0 0 0 2528 21 0 0 25 0 1 0 722764749 362991616 78296 33554432000 134512640 135225430 4289062000 18446744073709551615 134602820 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4879/statm: 88621 78296 78 175 0 88444 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 363188

[startup+51.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/317 4890
/proc/meminfo: memFree=22103892/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=226184 CPUtime=23.22 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 55037 0 0 0 2313 9 0 0 25 0 1 0 722767536 231612416 54974 33554432000 134512640 135217611 4289024352 18446744073709551615 134532690 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4889/statm: 56546 54974 76 173 0 56371 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 234888

[startup+102.311 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4891
/proc/meminfo: memFree=22084600/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=233632 CPUtime=74.43 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 56887 0 0 0 7434 9 0 0 25 0 1 0 722767536 239239168 56824 33554432000 134512640 135217611 4289024352 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4889/statm: 58408 56824 76 173 0 58233 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 242336

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4893
/proc/meminfo: memFree=22074628/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=243724 CPUtime=134.42 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 59331 0 0 0 13432 10 0 0 25 0 1 0 722767536 249573376 59268 33554432000 134512640 135217611 4289024352 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4889/statm: 60931 59268 76 173 0 60756 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 252428

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4895
/proc/meminfo: memFree=22028228/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=289992 CPUtime=194.43 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 70880 0 0 0 19432 11 0 0 25 0 1 0 722767536 296951808 70817 33554432000 134512640 135217611 4289024352 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4889/statm: 72498 70817 76 173 0 72323 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 298696

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4896
/proc/meminfo: memFree=22026584/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=290172 CPUtime=254.43 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 70893 0 0 0 25432 11 0 0 25 0 1 0 722767536 297136128 70830 33554432000 134512640 135217611 4289024352 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4889/statm: 72543 70830 76 173 0 72368 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 298876

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4898
/proc/meminfo: memFree=22026296/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=290280 CPUtime=314.43 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 70929 0 0 0 31432 11 0 0 25 0 1 0 722767536 297246720 70866 33554432000 134512640 135217611 4289024352 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/4889/statm: 72570 70866 76 173 0 72395 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 298984

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4899
/proc/meminfo: memFree=22006648/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6

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


[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/317 4925
/proc/meminfo: memFree=21874224/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=290976 CPUtime=1214.44 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 71074 0 0 0 121432 12 0 0 25 0 1 0 722767536 297959424 71011 33554432000 134512640 135217611 4289024352 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 72744 71011 76 173 0 72569 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 299680

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4926
/proc/meminfo: memFree=21873932/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=290976 CPUtime=1274.44 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 71077 0 0 0 127432 12 0 0 25 0 1 0 722767536 297959424 71014 33554432000 134512640 135217611 4289024352 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 72744 71014 76 173 0 72569 0
Current children cumulated CPU time (s) 1302.29
Current children cumulated vsize (KiB) 299680

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4928
/proc/meminfo: memFree=21873868/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=290976 CPUtime=1334.44 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 71082 0 0 0 133432 12 0 0 25 0 1 0 722767536 297959424 71019 33554432000 134512640 135217611 4289024352 18446744073709551615 134525821 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 72744 71019 76 173 0 72569 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 299680

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4930
/proc/meminfo: memFree=21871220/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=293916 CPUtime=1394.46 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 71796 0 0 0 139433 13 0 0 25 0 1 0 722767536 300969984 71733 33554432000 134512640 135217611 4289024352 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 73479 71733 76 173 0 73304 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 302620

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 4931
/proc/meminfo: memFree=21871304/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=293916 CPUtime=1454.45 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 71796 0 0 0 145432 13 0 0 25 0 1 0 722767536 300969984 71733 33554432000 134512640 135217611 4289024352 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 73479 71733 76 173 0 73304 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 302620

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/317 4933
/proc/meminfo: memFree=21867912/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297828 CPUtime=1514.45 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72776 0 0 0 151432 13 0 0 25 0 1 0 722767536 304975872 72713 33554432000 134512640 135217611 4289024352 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74457 72713 76 173 0 74282 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 306532

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

[startup+1548.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/317 4933
/proc/meminfo: memFree=21867788/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1520.86 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 152073 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134542224 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1548.71
Current children cumulated vsize (KiB) 306640

[startup+1561.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/317 4933
/proc/meminfo: memFree=21867904/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1533.65 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 153352 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1561.5
Current children cumulated vsize (KiB) 306640

[startup+1564.7 s]
/proc/loadavg: 2.06 2.01 2.00 3/317 4933
/proc/meminfo: memFree=21867904/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1536.85 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 153672 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1564.7
Current children cumulated vsize (KiB) 306640

[startup+1567.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/317 4933
/proc/meminfo: memFree=21868028/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1540.05 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 153992 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1567.9
Current children cumulated vsize (KiB) 306640

[startup+1568.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/317 4934
/proc/meminfo: memFree=21868028/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1540.85 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 154072 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134544599 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1568.7
Current children cumulated vsize (KiB) 306640

[startup+1569.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/317 4934
/proc/meminfo: memFree=21868028/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1541.65 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 154152 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1569.5
Current children cumulated vsize (KiB) 306640

[startup+1569.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/317 4934
/proc/meminfo: memFree=21868028/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1542.05 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 154192 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1569.9
Current children cumulated vsize (KiB) 306640

[startup+1570 s]
/proc/loadavg: 2.05 2.01 2.00 3/317 4934
/proc/meminfo: memFree=21868028/32951124 swapFree=59305796/67111528
[pid=4878] ppid=4876 vsize=8704 CPUtime=27.85 cores=0,2,4,6
/proc/4878/stat : 4878 (glucose.sh) S 4876 4878 4429 0 -1 4202496 359 94762 0 0 0 0 2751 34 18 0 1 0 722764749 8912896 255 33554432000 4194304 4922060 140734358681824 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4878/statm: 2176 255 211 178 0 69 0
[pid=4889] ppid=4878 vsize=297936 CPUtime=1542.15 cores=0,2,4,6
/proc/4889/stat : 4889 (glucose_static) R 4878 4878 4429 0 -1 4202496 72786 0 0 0 154202 13 0 0 25 0 1 0 722767536 305086464 72723 33554432000 134512640 135217611 4289024352 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/4889/statm: 74484 72723 76 173 0 74309 0
Current children cumulated CPU time (s) 1570
Current children cumulated vsize (KiB) 306640

Child status: 20
Real time (s): 1570.07
CPU time (s): 1570.1
CPU user time (s): 1569.59
CPU system time (s): 0.507922
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 368500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1569.59
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168128
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= 46
involuntary context switches= 3045

runsolver used 5.13522 second user time and 10.5604 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 00:22:23
IDJOB=3366012
IDBENCH=85007
IDSOLVER=1842
FILE ID=node111/3366012-1305325340
RUNJOBID= node111-1305325340-4864
PBS_JOBID= 13324321
Free space on /tmp= 51452 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366012-1305325340/watcher-3366012-1305325340 -o /tmp/evaluation-result-3366012-1305325340/solver-3366012-1305325340 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366012-1305325340.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=690906255

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:      23145836 kB
Buffers:        215532 kB
Cached:        6339728 kB
SwapCached:      13720 kB
Active:         722904 kB
Inactive:      8864632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23145836 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:          147124 kB
Writeback:           0 kB
AnonPages:     3027528 kB
Mapped:          12252 kB
Slab:           118020 kB
PageTables:      36456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53319192 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= 51308 MiB
End job on node111 at 2011-05-14 00:48:33