Trace number 3365502

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 3916.94 3916.88

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2843.87
Satisfiable
(Un)Satisfiability was proved
Number of variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

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.54	c ==============================================================================
0.00/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.54	c ==============================================================================
0.00/0.54	c |         0 | 1346401  3139386 |  403920       0        0     nan |  0.000 % |
4.18/4.25	c |         0 |  534198  1400252 |      --       0       --      -- |     --   | -504732/-1043370
4.18/4.25	c ==============================================================================
4.18/4.25	c Result  :   #vars: 84762   #clauses: 534198   #literals: 1400252
4.18/4.25	c CPU time:   4.12937 s
4.18/4.25	c ==============================================================================
4.49/4.55	c
4.49/4.55	c Starting glucose
4.49/4.55	c
4.49/4.56	
4.49/4.56	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.49/4.56	
4.49/4.56	c ============================[ Problem Statistics ]=============================
4.49/4.56	c |                                                                             |
4.49/4.56	c |  Number of variables:  84762                                                |
4.49/4.56	c |  Number of clauses:    534198                                               |
4.55/4.74	c |  Parsing time:         0.17         s                                       |
3916.84/3916.86	c restarts              : 3158
3916.84/3916.86	c nb ReduceDB           : 100
3916.84/3916.86	c nb learnts DL2        : 1722
3916.84/3916.86	c nb learnts size 2     : 853
3916.84/3916.86	c nb learnts size 1     : 286
3916.84/3916.86	c conflicts             : 6970231        (1782 /sec)
3916.84/3916.86	c decisions             : 8446283        (0.59 % random) (2159 /sec)
3916.84/3916.86	c propagations          : 6007460093     (1535529 /sec)
3916.84/3916.86	c conflict literals     : 466204499      (53.99 % deleted)
3916.84/3916.86	c Memory used           : 114.72 MB
3916.84/3916.86	c CPU time              : 3912.31 s
3916.84/3916.86	
3916.84/3916.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365502-1305315242/watcher-3365502-1305315242 -o /tmp/evaluation-result-3365502-1305315242/solver-3365502-1305315242 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365502-1305315242.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: 0.00 0.00 0.00 2/358 13233
/proc/meminfo: memFree=9181808/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940198 8912896 252 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13233/statm: 2176 252 211 178 0 69 0

[startup+0.046193 s]
/proc/loadavg: 0.00 0.00 0.00 2/358 13233
/proc/meminfo: memFree=9181808/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940198 8912896 252 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13233/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101191 s]
/proc/loadavg: 0.00 0.00 0.00 2/358 13233
/proc/meminfo: memFree=9181808/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940198 8912896 252 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13233/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301152 s]
/proc/loadavg: 0.00 0.00 0.00 2/358 13233
/proc/meminfo: memFree=9181808/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940198 8912896 252 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13233/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701075 s]
/proc/loadavg: 0.00 0.00 0.00 2/358 13233
/proc/meminfo: memFree=9181808/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940198 8912896 252 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13233/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50093 s]
/proc/loadavg: 0.00 0.00 0.00 3/360 13236
/proc/meminfo: memFree=9025784/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940198 8912896 252 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13233/statm: 2176 252 211 178 0 69 0
[pid=13234] ppid=13233 vsize=175244 CPUtime=1.49 cores=0,2,4,6
/proc/13234/stat : 13234 (SatELite_releas) R 13233 13233 13194 0 -1 4202496 39474 0 0 0 140 9 0 0 25 0 1 0 623940198 179449856 36069 33554432000 134512640 135225430 4289437776 18446744073709551615 134587400 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13234/statm: 43811 36069 78 175 0 43634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183948

[startup+3.10061 s]
/proc/loadavg: 0.00 0.00 0.00 3/360 13237
/proc/meminfo: memFree=9088652/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940198 8912896 252 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13233/statm: 2176 252 211 178 0 69 0
[pid=13234] ppid=13233 vsize=181500 CPUtime=3.09 cores=0,2,4,6
/proc/13234/stat : 13234 (SatELite_releas) R 13233 13233 13194 0 -1 4202496 44155 0 0 0 299 10 0 0 25 0 1 0 623940198 185856000 36349 33554432000 134512640 135225430 4289437776 18446744073709551615 134598924 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/13234/statm: 45375 36349 78 175 0 45198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190204

[startup+6.30107 s]
/proc/loadavg: 0.24 0.05 0.02 3/360 13238
/proc/meminfo: memFree=9145780/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=41100 CPUtime=1.73 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 9776 0 0 0 172 1 0 0 25 0 1 0 623940654 42086400 9718 33554432000 134512640 135217611 4291781552 18446744073709551615 134532723 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 10275 9718 77 173 0 10100 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49804

[startup+12.7009 s]
/proc/loadavg: 0.38 0.08 0.03 3/360 13238
/proc/meminfo: memFree=9131344/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=44568 CPUtime=8.13 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 10637 0 0 0 812 1 0 0 25 0 1 0 623940654 45637632 10579 33554432000 134512640 135217611 4291781552 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 11142 10579 77 173 0 10967 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53272

[startup+25.5006 s]
/proc/loadavg: 0.74 0.18 0.06 3/360 13238
/proc/meminfo: memFree=9120584/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=47868 CPUtime=20.93 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 11468 0 0 0 2092 1 0 0 25 0 1 0 623940654 49016832 11410 33554432000 134512640 135217611 4291781552 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 11967 11410 77 173 0 11792 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56572

[startup+51.101 s]
/proc/loadavg: 1.17 0.32 0.11 3/360 13239
/proc/meminfo: memFree=9096160/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=52272 CPUtime=46.52 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 12546 0 0 0 4651 1 0 0 25 0 1 0 623940654 53526528 12488 33554432000 134512640 135217611 4291781552 18446744073709551615 134528190 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 13068 12488 77 173 0 12893 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60976

[startup+102.313 s]
/proc/loadavg: 1.64 0.58 0.20 3/360 13240
/proc/meminfo: memFree=9076652/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=58948 CPUtime=97.73 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 14201 0 0 0 9772 1 0 0 25 0 1 0 623940654 60362752 14143 33554432000 134512640 135217611 4291781552 18446744073709551615 134527849 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 14737 14143 77 173 0 14562 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 67652

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.31 3/360 13242
/proc/meminfo: memFree=9066072/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=62264 CPUtime=157.72 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 15043 0 0 0 15771 1 0 0 25 0 1 0 623940654 63758336 14985 33554432000 134512640 135217611 4291781552 18446744073709551615 134528199 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 15566 14985 77 173 0 15391 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 70968

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.42 3/360 13243
/proc/meminfo: memFree=9056836/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=70832 CPUtime=217.73 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 17161 0 0 0 21771 2 0 0 25 0 1 0 623940654 72531968 17103 33554432000 134512640 135217611 4291781552 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 17708 17103 77 173 0 17533 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 79536

[startup+282.3 s]
/proc/loadavg: 2.12 1.26 0.53 3/360 13245
/proc/meminfo: memFree=9052580/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=70832 CPUtime=277.72 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 17170 0 0 0 27770 2 0 0 25 0 1 0 623940654 72531968 17112 33554432000 134512640 135217611 4291781552 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 17708 17112 77 173 0 17533 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 79536

[startup+342.301 s]
/proc/loadavg: 2.04 1.39 0.62 3/360 13247
/proc/meminfo: memFree=9049192/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=70832 CPUtime=337.72 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 17176 0 0 0 33770 2 0 0 25 0 1 0 623940654 72531968 17118 33554432000 134512640 135217611 4291781552 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13238/statm: 17708 17118 77 173 0 17533 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 79536

[startup+402.301 s]
/proc/loadavg: 2.05 1.51 0.71 3/360 13248
/proc/meminfo: memFree=9041852/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6

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


[startup+3642.3 s]
/proc/loadavg: 2.06 2.03 1.94 3/360 13347
/proc/meminfo: memFree=8882992/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=116608 CPUtime=3637.79 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28025 0 0 0 363773 6 0 0 25 0 1 0 623940654 119406592 27963 33554432000 134512640 135217611 4291781552 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29152 27963 77 173 0 28977 0
Current children cumulated CPU time (s) 3642.34
Current children cumulated vsize (KiB) 125312

[startup+3702.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/360 13348
/proc/meminfo: memFree=8882804/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=116680 CPUtime=3697.79 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28051 0 0 0 369773 6 0 0 25 0 1 0 623940654 119480320 27989 33554432000 134512640 135217611 4291781552 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29170 27989 77 173 0 28995 0
Current children cumulated CPU time (s) 3702.34
Current children cumulated vsize (KiB) 125384

[startup+3762.3 s]
/proc/loadavg: 2.04 2.03 1.94 3/360 13350
/proc/meminfo: memFree=8882768/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=116788 CPUtime=3757.79 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28077 0 0 0 375773 6 0 0 25 0 1 0 623940654 119590912 28015 33554432000 134512640 135217611 4291781552 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29197 28015 77 173 0 29022 0
Current children cumulated CPU time (s) 3762.34
Current children cumulated vsize (KiB) 125492

[startup+3822.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/360 13351
/proc/meminfo: memFree=8873780/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117148 CPUtime=3817.79 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28149 0 0 0 381773 6 0 0 25 0 1 0 623940654 119959552 28087 33554432000 134512640 135217611 4291781552 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29287 28087 77 173 0 29112 0
Current children cumulated CPU time (s) 3822.34
Current children cumulated vsize (KiB) 125852

[startup+3882.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/360 13353
/proc/meminfo: memFree=8873740/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117148 CPUtime=3877.79 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28155 0 0 0 387773 6 0 0 25 0 1 0 623940654 119959552 28093 33554432000 134512640 135217611 4291781552 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29287 28093 77 173 0 29112 0
Current children cumulated CPU time (s) 3882.34
Current children cumulated vsize (KiB) 125852

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

[startup+3891.1 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13353
/proc/meminfo: memFree=8873728/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117148 CPUtime=3886.59 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28155 0 0 0 388653 6 0 0 25 0 1 0 623940654 119959552 28093 33554432000 134512640 135217611 4291781552 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29287 28093 77 173 0 29112 0
Current children cumulated CPU time (s) 3891.14
Current children cumulated vsize (KiB) 125852

[startup+3903.91 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8873356/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3899.4 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 389934 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134548585 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3903.95
Current children cumulated vsize (KiB) 126176

[startup+3910.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8873592/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3905.79 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 390573 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3910.34
Current children cumulated vsize (KiB) 126176

[startup+3913.5 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8869748/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3908.99 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 390893 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3913.54
Current children cumulated vsize (KiB) 126176

[startup+3915.1 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8866400/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3910.59 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 391053 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3915.14
Current children cumulated vsize (KiB) 126176

[startup+3915.9 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8864912/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3911.4 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 391134 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3915.95
Current children cumulated vsize (KiB) 126176

[startup+3916.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8864912/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3911.79 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 391173 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3916.34
Current children cumulated vsize (KiB) 126176

[startup+3916.7 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8864912/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3912.19 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 391213 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134522528 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3916.74
Current children cumulated vsize (KiB) 126176

[startup+3916.8 s]
/proc/loadavg: 2.00 2.01 1.94 3/360 13354
/proc/meminfo: memFree=8864912/32951124 swapFree=67111348/67111528
[pid=13233] ppid=13231 vsize=8704 CPUtime=4.55 cores=0,2,4,6
/proc/13233/stat : 13233 (glucose.sh) S 13231 13233 13194 0 -1 4202496 358 59631 0 0 0 0 440 15 18 0 1 0 623940198 8912896 254 33554432000 4194304 4922060 140734306094032 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13233/statm: 2176 254 211 178 0 69 0
[pid=13238] ppid=13233 vsize=117472 CPUtime=3912.29 cores=0,2,4,6
/proc/13238/stat : 13238 (glucose_static) R 13233 13233 13194 0 -1 4202496 28232 0 0 0 391223 6 0 0 25 0 1 0 623940654 120291328 28170 33554432000 134512640 135217611 4291781552 18446744073709551615 134522694 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/13238/statm: 29368 28170 77 173 0 29193 0
Current children cumulated CPU time (s) 3916.84
Current children cumulated vsize (KiB) 126176

Child status: 20
Real time (s): 3916.88
CPU time (s): 3916.94
CPU user time (s): 3916.71
CPU system time (s): 0.230964
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 205144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3916.71
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88442
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= 39
involuntary context switches= 7748

runsolver used 13.8469 second user time and 28.9626 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 21:34:03
IDJOB=3365502
IDBENCH=20365
IDSOLVER=1842
FILE ID=node145/3365502-1305315242
RUNJOBID= node145-1305315242-13212
PBS_JOBID= 13324287
Free space on /tmp= 43192 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365502-1305315242/watcher-3365502-1305315242 -o /tmp/evaluation-result-3365502-1305315242/solver-3365502-1305315242 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365502-1305315242.cnf

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=862989256

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9182204 kB
Buffers:        253708 kB
Cached:       17384560 kB
SwapCached:          0 kB
Active:        7870280 kB
Inactive:     15314236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9182204 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           40928 kB
Writeback:           0 kB
AnonPages:     5545928 kB
Mapped:          27800 kB
Slab:           484492 kB
PageTables:      34244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79444572 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= 43176 MiB
End job on node145 at 2011-05-13 22:39:20