Trace number 3309158

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 971.945 971.936

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-40-10.shuffled.cnf
MD5SUM532245ed9a95eef41b179dba56b78f57
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables4800
Number of clauses14281
Sum of the clauses size33540
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29360
Number of clauses of size 34920
Number of clauses of size 40
Number of clauses of size 50
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.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 |   14281    33540 |    4284       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |   10774    29695 |      --       0       --      -- |     --   | -3507/-3845
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 2885   #clauses: 10774   #literals: 29695
0.00/0.04	c CPU time:   0.039993 s
0.00/0.04	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
0.00/0.04	
0.00/0.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  2885                                                 |
0.00/0.04	c |  Number of clauses:    10774                                                |
0.04/0.05	c |  Parsing time:         0.00         s                                       |
971.89/971.92	c restarts              : 1592
971.89/971.92	c nb ReduceDB           : 86
971.89/971.92	c nb learnts DL2        : 1330
971.89/971.92	c nb learnts size 2     : 881
971.89/971.92	c nb learnts size 1     : 12
971.89/971.92	c conflicts             : 4136813        (4257 /sec)
971.89/971.92	c decisions             : 7000909        (1.05 % random) (7204 /sec)
971.89/971.92	c propagations          : 947501526      (974931 /sec)
971.89/971.92	c conflict literals     : 165649335      (51.07 % deleted)
971.89/971.92	c Memory used           : 44.25 MB
971.89/971.92	c CPU time              : 971.865 s
971.89/971.92	
971.89/971.93	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309158-1303985955/watcher-3309158-1303985955 -o /tmp/evaluation-result-3309158-1303985955/solver-3309158-1303985955 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309158-1303985955.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.76 3.00 3/186 7008
/proc/meminfo: memFree=14215500/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 510195279 8912896 253 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 253 211 178 0 69 0

[startup+0.0514461 s]
/proc/loadavg: 2.09 2.76 3.00 3/186 7008
/proc/meminfo: memFree=14215500/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.100438 s]
/proc/loadavg: 2.09 2.76 3.00 3/186 7008
/proc/meminfo: memFree=14215500/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.300451 s]
/proc/loadavg: 2.09 2.76 3.00 3/186 7008
/proc/meminfo: memFree=14215500/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.70028 s]
/proc/loadavg: 2.09 2.76 3.00 3/186 7008
/proc/meminfo: memFree=14215500/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+1.50014 s]
/proc/loadavg: 2.25 2.78 3.01 5/194 7055
/proc/meminfo: memFree=14216988/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=4424 CPUtime=1.44 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 812 0 0 0 144 0 0 0 25 0 1 0 510195283 4530176 766 33554432000 134512640 135217611 4288481168 18446744073709551615 134538547 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 1106 766 77 173 0 931 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13128

[startup+3.1009 s]
/proc/loadavg: 2.25 2.78 3.01 5/194 7055
/proc/meminfo: memFree=14213408/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=5480 CPUtime=3.04 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 1059 0 0 0 304 0 0 0 25 0 1 0 510195283 5611520 1013 33554432000 134512640 135217611 4288481168 18446744073709551615 134533396 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 1370 1013 77 173 0 1195 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14184

[startup+6.30035 s]
/proc/loadavg: 2.39 2.80 3.01 5/194 7055
/proc/meminfo: memFree=14207088/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=6544 CPUtime=6.24 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 1319 0 0 0 624 0 0 0 25 0 1 0 510195283 6701056 1273 33554432000 134512640 135217611 4288481168 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 1636 1273 77 173 0 1461 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15248

[startup+12.7002 s]
/proc/loadavg: 2.52 2.82 3.02 5/194 7055
/proc/meminfo: memFree=14201396/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=7680 CPUtime=12.64 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 1596 0 0 0 1264 0 0 0 25 0 1 0 510195283 7864320 1550 33554432000 134512640 135217611 4288481168 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 1920 1550 77 173 0 1745 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16384

[startup+25.501 s]
/proc/loadavg: 2.74 2.86 3.03 5/194 7086
/proc/meminfo: memFree=14159504/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=10092 CPUtime=25.44 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 2204 0 0 0 2544 0 0 0 25 0 1 0 510195283 10334208 2158 33554432000 134512640 135217611 4288481168 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 2523 2158 77 173 0 2348 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18796

[startup+51.1004 s]
/proc/loadavg: 3.24 2.97 3.06 5/194 7086
/proc/meminfo: memFree=14143064/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=13932 CPUtime=51.03 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 3142 0 0 0 5103 0 0 0 25 0 1 0 510195283 14266368 3096 33554432000 134512640 135217611 4288481168 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 3483 3096 77 173 0 3308 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22636

[startup+102.307 s]
/proc/loadavg: 3.67 3.13 3.10 5/194 7088
/proc/meminfo: memFree=14127828/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=16940 CPUtime=102.24 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 3860 0 0 0 10224 0 0 0 25 0 1 0 510195283 17346560 3814 33554432000 134512640 135217611 4288481168 18446744073709551615 134527896 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 4235 3814 77 173 0 4060 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 25644

[startup+162.301 s]
/proc/loadavg: 3.91 3.30 3.16 5/194 7089
/proc/meminfo: memFree=14113776/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=22584 CPUtime=162.23 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 5288 0 0 0 16223 0 0 0 25 0 1 0 510195283 23126016 5238 33554432000 134512640 135217611 4288481168 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 5646 5238 77 173 0 5471 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 31288

[startup+222.301 s]
/proc/loadavg: 3.96 3.42 3.21 5/194 7091
/proc/meminfo: memFree=14099100/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=26748 CPUtime=222.24 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 6241 0 0 0 22223 1 0 0 25 0 1 0 510195283 27389952 6191 33554432000 134512640 135217611 4288481168 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 6687 6191 77 173 0 6512 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 35452

[startup+282.301 s]
/proc/loadavg: 4.03 3.54 3.26 5/194 7092
/proc/meminfo: memFree=14089884/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=28152 CPUtime=282.24 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 6604 0 0 0 28223 1 0 0 25 0 1 0 510195283 28827648 6554 33554432000 134512640 135217611 4288481168 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 7038 6554 77 173 0 6863 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 36856

[startup+342.301 s]
/proc/loadavg: 4.01 3.62 3.31 5/194 7094
/proc/meminfo: memFree=14082892/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=31228 CPUtime=342.24 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 7368 0 0 0 34223 1 0 0 25 0 1 0 510195283 31977472 7318 33554432000 134512640 135217611 4288481168 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 7807 7318 77 173 0 7632 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 39932

[startup+402.3 s]
/proc/loadavg: 4.00 3.69 3.35 5/194 7096
/proc/meminfo: memFree=14077404/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6

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


[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.46 5/194 7100
/proc/meminfo: memFree=14054336/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=38156 CPUtime=582.25 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 8984 0 0 0 58223 2 0 0 25 0 1 0 510195283 39071744 8934 33554432000 134512640 135217611 4288481168 18446744073709551615 134537048 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 9539 8934 77 173 0 9364 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 46860

[startup+642.301 s]
/proc/loadavg: 4.00 3.86 3.49 5/194 7102
/proc/meminfo: memFree=14045488/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=40620 CPUtime=642.26 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 9585 0 0 0 64224 2 0 0 25 0 1 0 510195283 41594880 9535 33554432000 134512640 135217611 4288481168 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 10155 9535 77 173 0 9980 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 49324

[startup+702.3 s]
/proc/loadavg: 4.04 3.90 3.52 5/194 7104
/proc/meminfo: memFree=14042344/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=40800 CPUtime=702.25 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 9621 0 0 0 70223 2 0 0 25 0 1 0 510195283 41779200 9571 33554432000 134512640 135217611 4288481168 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 10200 9571 77 173 0 10025 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 49504

[startup+762.307 s]
/proc/loadavg: 4.01 3.91 3.55 5/194 7105
/proc/meminfo: memFree=14033248/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=42928 CPUtime=762.26 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10173 0 0 0 76224 2 0 0 25 0 1 0 510195283 43958272 10123 33554432000 134512640 135217611 4288481168 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 10732 10123 77 173 0 10557 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 51632

[startup+822.301 s]
/proc/loadavg: 4.07 3.94 3.58 5/194 7107
/proc/meminfo: memFree=14030100/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=44692 CPUtime=822.25 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10609 0 0 0 82223 2 0 0 25 0 1 0 510195283 45764608 10559 33554432000 134512640 135217611 4288481168 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11173 10559 77 173 0 10998 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 53396

[startup+882.301 s]
/proc/loadavg: 4.02 3.95 3.60 5/194 7108
/proc/meminfo: memFree=14024724/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=44908 CPUtime=882.25 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10662 0 0 0 88223 2 0 0 25 0 1 0 510195283 45985792 10612 33554432000 134512640 135217611 4288481168 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11227 10612 77 173 0 11052 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 53612

[startup+942.301 s]
/proc/loadavg: 4.01 3.95 3.63 5/194 7110
/proc/meminfo: memFree=14020960/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=942.25 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 94223 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 54012

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

[startup+947.107 s]
/proc/loadavg: 4.01 3.95 3.63 5/194 7110
/proc/meminfo: memFree=14020960/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=947.06 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 94704 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 947.1
Current children cumulated vsize (KiB) 54012

[startup+959.901 s]
/proc/loadavg: 4.00 3.95 3.63 5/194 7110
/proc/meminfo: memFree=14020940/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=959.85 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 95983 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 959.89
Current children cumulated vsize (KiB) 54012

[startup+966.301 s]
/proc/loadavg: 4.00 3.96 3.64 5/194 7111
/proc/meminfo: memFree=14020432/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=966.25 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 96623 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134522694 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 966.29
Current children cumulated vsize (KiB) 54012

[startup+969.501 s]
/proc/loadavg: 4.00 3.96 3.64 5/194 7111
/proc/meminfo: memFree=14020060/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=969.45 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 96943 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 969.49
Current children cumulated vsize (KiB) 54012

[startup+971.101 s]
/proc/loadavg: 4.00 3.96 3.64 5/194 7111
/proc/meminfo: memFree=14020060/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=971.05 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 97103 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134527804 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 971.09
Current children cumulated vsize (KiB) 54012

[startup+971.501 s]
/proc/loadavg: 4.00 3.96 3.64 5/194 7111
/proc/meminfo: memFree=14020060/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=971.45 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 97143 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 971.49
Current children cumulated vsize (KiB) 54012

[startup+971.901 s]
/proc/loadavg: 4.00 3.96 3.64 5/194 7111
/proc/meminfo: memFree=14020060/32950928 swapFree=67111528/67111528
[pid=7008] ppid=7006 vsize=8704 CPUtime=0.04 cores=4,6
/proc/7008/stat : 7008 (glucose.sh) S 7006 7008 6397 0 -1 4202496 360 756 0 0 0 0 4 0 21 0 1 0 510195279 8912896 255 33554432000 4194304 4922060 140734819594336 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/7008/statm: 2176 255 211 178 0 69 0
[pid=7011] ppid=7008 vsize=45308 CPUtime=971.85 cores=4,6
/proc/7011/stat : 7011 (glucose_static) R 7008 7008 6397 0 -1 4202496 10722 0 0 0 97183 2 0 0 25 0 1 0 510195283 46395392 10672 33554432000 134512640 135217611 4288481168 18446744073709551615 134522477 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/7011/statm: 11327 10672 77 173 0 11152 0
Current children cumulated CPU time (s) 971.89
Current children cumulated vsize (KiB) 54012

Child status: 20
Real time (s): 971.936
CPU time (s): 971.945
CPU user time (s): 971.912
CPU system time (s): 0.032994
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 54012

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

runsolver used 1.60176 second user time and 3.70144 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-28 12:19:15
IDJOB=3309158
IDBENCH=88025
IDSOLVER=1691
FILE ID=node123/3309158-1303985955
RUNJOBID= node123-1303985954-6944
PBS_JOBID= 13168703
Free space on /tmp= 72812 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-40-10.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309158-1303985955/watcher-3309158-1303985955 -o /tmp/evaluation-result-3309158-1303985955/solver-3309158-1303985955 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309158-1303985955.cnf

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

MD5SUM BENCH= 532245ed9a95eef41b179dba56b78f57
RANDOM SEED=1958296791

node123.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.838
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.67
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.838
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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:      14215788 kB
Buffers:       2187940 kB
Cached:       15916336 kB
SwapCached:          0 kB
Active:        8851568 kB
Inactive:      9333972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14215788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7816 kB
Writeback:          48 kB
AnonPages:       80236 kB
Mapped:          15836 kB
Slab:           485960 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   249300 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= 72800 MiB
End job on node123 at 2011-04-28 12:35:27