Trace number 3365996

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 1583.89 1584.09

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark911.704
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

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.19/1.24	c ==============================================================================
1.19/1.24	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.24	c ==============================================================================
1.19/1.24	c |         0 | 1379117  3541891 |  413735       0        0     nan |  0.000 % |
7.89/7.90	c |         0 |  616639  2018525 |      --       0       --      -- |     --   | -735035/-1451089
7.89/7.90	c ==============================================================================
7.89/7.90	c Result  :   #vars: 113534   #clauses: 616639   #literals: 2018525
7.89/7.91	c CPU time:   7.69883 s
7.89/7.91	c ==============================================================================
8.29/8.35	c
8.29/8.35	c Starting glucose
8.29/8.35	c
8.29/8.35	
8.29/8.35	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
8.29/8.35	
8.29/8.35	c ============================[ Problem Statistics ]=============================
8.29/8.35	c |                                                                             |
8.29/8.35	c |  Number of variables:  113534                                               |
8.29/8.35	c |  Number of clauses:    616639                                               |
8.35/8.70	c |  Parsing time:         0.33         s                                       |
1583.81/1584.06	c restarts              : 1173
1583.81/1584.06	c nb ReduceDB           : 33
1583.81/1584.06	c nb learnts DL2        : 21394
1583.81/1584.06	c nb learnts size 2     : 8985
1583.81/1584.06	c nb learnts size 1     : 105
1583.81/1584.06	c conflicts             : 1205571        (765 /sec)
1583.81/1584.06	c decisions             : 3338946        (1.44 % random) (2119 /sec)
1583.81/1584.06	c propagations          : 3979159349     (2525786 /sec)
1583.81/1584.06	c conflict literals     : 87031020       (53.37 % deleted)
1583.81/1584.06	c Memory used           : 97.98 MB
1583.81/1584.06	c CPU time              : 1575.41 s
1583.81/1584.06	
1583.81/1584.07	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-3365996-1305325256/watcher-3365996-1305325256 -o /tmp/evaluation-result-3365996-1305325256/solver-3365996-1305325256 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365996-1305325256.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.45 2.10 2.03 2/399 23387
/proc/meminfo: memFree=22713476/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0

[startup+0.076696 s]
/proc/loadavg: 2.45 2.10 2.03 2/399 23387
/proc/meminfo: memFree=22713476/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100689 s]
/proc/loadavg: 2.45 2.10 2.03 2/399 23387
/proc/meminfo: memFree=22713476/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300655 s]
/proc/loadavg: 2.45 2.10 2.03 2/399 23387
/proc/meminfo: memFree=22713476/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700585 s]
/proc/loadavg: 2.45 2.10 2.03 2/399 23387
/proc/meminfo: memFree=22713476/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50045 s]
/proc/loadavg: 2.45 2.10 2.03 3/401 23389
/proc/meminfo: memFree=22421136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0
[pid=23388] ppid=23387 vsize=197452 CPUtime=1.49 cores=1,3,5,7
/proc/23388/stat : 23388 (SatELite_releas) R 23387 23387 22931 0 -1 4202496 47927 0 0 0 139 10 0 0 25 0 1 0 644125772 202190848 43865 33554432000 134512640 135225430 4293773488 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23388/statm: 49363 43865 78 175 0 49186 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206156

[startup+3.10117 s]
/proc/loadavg: 2.45 2.10 2.03 3/401 23389
/proc/meminfo: memFree=22309432/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0
[pid=23388] ppid=23387 vsize=214772 CPUtime=3.09 cores=1,3,5,7
/proc/23388/stat : 23388 (SatELite_releas) R 23387 23387 22931 0 -1 4202496 52014 0 0 0 296 13 0 0 25 0 1 0 644125772 219926528 47952 33554432000 134512640 135225430 4293773488 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23388/statm: 53693 47952 78 175 0 53516 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 223476

[startup+6.30063 s]
/proc/loadavg: 2.50 2.11 2.04 4/401 23389
/proc/meminfo: memFree=22148916/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 644125772 8912896 252 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23387/statm: 2176 252 211 178 0 69 0
[pid=23388] ppid=23387 vsize=217732 CPUtime=6.29 cores=1,3,5,7
/proc/23388/stat : 23388 (SatELite_releas) R 23387 23387 22931 0 -1 4202496 53725 0 0 0 612 17 0 0 25 0 1 0 644125772 222957568 48673 33554432000 134512640 135225430 4293773488 18446744073709551615 134577254 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23388/statm: 54433 48673 78 175 0 54256 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226436

[startup+12.7005 s]
/proc/loadavg: 2.62 2.14 2.05 3/401 23391
/proc/meminfo: memFree=22208136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=55596 CPUtime=4.14 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 13155 0 0 0 412 2 0 0 25 0 1 0 644126608 56930304 12990 33554432000 134512640 135217611 4290581872 18446744073709551615 134528190 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 13899 12990 77 173 0 13724 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 64300

[startup+25.5003 s]
/proc/loadavg: 3.00 2.25 2.08 3/401 23392
/proc/meminfo: memFree=22492320/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=59456 CPUtime=16.95 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 14106 0 0 0 1692 3 0 0 25 0 1 0 644126608 60882944 13941 33554432000 134512640 135217611 4290581872 18446744073709551615 134542201 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 14864 13941 77 173 0 14689 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 68160

[startup+51.1009 s]
/proc/loadavg: 3.47 2.42 2.14 3/401 23393
/proc/meminfo: memFree=22485616/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=62676 CPUtime=42.55 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 14893 0 0 0 4251 4 0 0 25 0 1 0 644126608 64180224 14728 33554432000 134512640 135217611 4290581872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 15669 14728 77 173 0 15494 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 71380

[startup+102.315 s]
/proc/loadavg: 2.99 2.47 2.18 3/401 23394
/proc/meminfo: memFree=22481720/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=66716 CPUtime=93.76 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 15907 0 0 0 9372 4 0 0 25 0 1 0 644126608 68317184 15742 33554432000 134512640 135217611 4290581872 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 16679 15742 77 173 0 16504 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 75420

[startup+162.301 s]
/proc/loadavg: 2.36 2.38 2.16 3/401 23396
/proc/meminfo: memFree=22474776/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=69488 CPUtime=153.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 16617 0 0 0 15370 4 0 0 25 0 1 0 644126608 71155712 16452 33554432000 134512640 135217611 4290581872 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 17372 16452 77 173 0 17197 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 78192

[startup+222.3 s]
/proc/loadavg: 2.13 2.31 2.15 3/401 23397
/proc/meminfo: memFree=22472300/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=71192 CPUtime=213.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 17014 0 0 0 21370 4 0 0 25 0 1 0 644126608 72900608 16849 33554432000 134512640 135217611 4290581872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 17798 16849 77 173 0 17623 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 79896

[startup+282.301 s]
/proc/loadavg: 2.05 2.25 2.14 3/401 23399
/proc/meminfo: memFree=22467580/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=73436 CPUtime=273.75 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 17580 0 0 0 27370 5 0 0 25 0 1 0 644126608 75198464 17415 33554432000 134512640 135217611 4290581872 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 18359 17415 77 173 0 18184 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 82140

[startup+342.301 s]
/proc/loadavg: 2.06 2.22 2.13 3/401 23400
/proc/meminfo: memFree=22464224/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=73832 CPUtime=333.75 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 17691 0 0 0 33370 5 0 0 25 0 1 0 644126608 75603968 17526 33554432000 134512640 135217611 4290581872 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 18458 17526 77 173 0 18283 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 82536

[startup+402.3 s]
/proc/loadavg: 2.02 2.17 2.12 3/401 23402
/proc/meminfo: memFree=22458640/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7

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


[startup+1242.3 s]
/proc/loadavg: 2.10 2.05 2.07 3/401 23424
/proc/meminfo: memFree=22426420/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=92372 CPUtime=1233.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 22272 0 0 0 123366 8 0 0 25 0 1 0 644126608 94588928 22107 33554432000 134512640 135217611 4290581872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 23093 22107 77 173 0 22918 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 101076

[startup+1302.3 s]
/proc/loadavg: 2.03 2.04 2.06 3/401 23426
/proc/meminfo: memFree=22424180/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=93692 CPUtime=1293.75 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 22617 0 0 0 129367 8 0 0 25 0 1 0 644126608 95940608 22452 33554432000 134512640 135217611 4290581872 18446744073709551615 134542144 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 23423 22452 77 173 0 23248 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 102396

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.06 3/401 23428
/proc/meminfo: memFree=22420328/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=95540 CPUtime=1353.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 23081 0 0 0 135365 9 0 0 25 0 1 0 644126608 97832960 22916 33554432000 134512640 135217611 4290581872 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 23885 22916 77 173 0 23710 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 104244

[startup+1422.31 s]
/proc/loadavg: 2.08 2.04 2.05 3/401 23429
/proc/meminfo: memFree=22418336/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=95540 CPUtime=1413.76 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 23081 0 0 0 141367 9 0 0 25 0 1 0 644126608 97832960 22916 33554432000 134512640 135217611 4290581872 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 23885 22916 77 173 0 23710 0
Current children cumulated CPU time (s) 1422.11
Current children cumulated vsize (KiB) 104244

[startup+1482.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/401 23431
/proc/meminfo: memFree=22414732/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=96464 CPUtime=1473.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 23338 0 0 0 147365 9 0 0 25 0 1 0 644126608 98779136 23173 33554432000 134512640 135217611 4290581872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 24116 23173 77 173 0 23941 0
Current children cumulated CPU time (s) 1482.09
Current children cumulated vsize (KiB) 105168

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/401 23432
/proc/meminfo: memFree=22411124/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1533.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 153364 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1542.09
Current children cumulated vsize (KiB) 109036

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

[startup+1561.5 s]
/proc/loadavg: 2.03 2.03 2.05 3/401 23433
/proc/meminfo: memFree=22409636/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1552.94 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 155284 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134537010 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1561.29
Current children cumulated vsize (KiB) 109036

[startup+1574.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/401 23433
/proc/meminfo: memFree=22409140/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1565.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 156564 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134532904 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1574.09
Current children cumulated vsize (KiB) 109036

[startup+1580.71 s]
/proc/loadavg: 2.02 2.03 2.04 3/401 23433
/proc/meminfo: memFree=22409136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1572.16 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 157206 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1580.51
Current children cumulated vsize (KiB) 109036

[startup+1582.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/401 23433
/proc/meminfo: memFree=22409136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1573.74 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 157364 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1582.09
Current children cumulated vsize (KiB) 109036

[startup+1583.1 s]
/proc/loadavg: 2.02 2.03 2.04 3/401 23433
/proc/meminfo: memFree=22409136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1574.54 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 157444 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1582.89
Current children cumulated vsize (KiB) 109036

[startup+1583.5 s]
/proc/loadavg: 2.02 2.03 2.04 3/401 23433
/proc/meminfo: memFree=22409136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1574.94 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 157484 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1583.29
Current children cumulated vsize (KiB) 109036

[startup+1583.9 s]
/proc/loadavg: 2.02 2.03 2.04 3/401 23433
/proc/meminfo: memFree=22409136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1575.35 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 157525 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1583.7
Current children cumulated vsize (KiB) 109036

[startup+1584.02 s]
/proc/loadavg: 2.02 2.03 2.04 3/401 23433
/proc/meminfo: memFree=22409136/32951132 swapFree=67093844/67111528
[pid=23387] ppid=23385 vsize=8704 CPUtime=8.35 cores=1,3,5,7
/proc/23387/stat : 23387 (glucose.sh) S 23385 23387 22931 0 -1 4202496 357 79346 0 0 0 0 811 24 18 0 1 0 644125772 8912896 254 33554432000 4194304 4922060 140734306921328 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23387/statm: 2176 254 211 178 0 69 0
[pid=23390] ppid=23387 vsize=100332 CPUtime=1575.46 cores=1,3,5,7
/proc/23390/stat : 23390 (glucose_static) R 23387 23387 22931 0 -1 4202496 24281 0 0 0 157536 10 0 0 25 0 1 0 644126608 102739968 24116 33554432000 134512640 135217611 4290581872 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/23390/statm: 25083 24116 77 173 0 24908 0
Current children cumulated CPU time (s) 1583.81
Current children cumulated vsize (KiB) 109036

Child status: 20
Real time (s): 1584.09
CPU time (s): 1583.89
CPU user time (s): 1583.53
CPU system time (s): 0.357945
CPU usage (%): 99.9874
Max. virtual memory (cumulated for all children) (KiB): 249336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1583.53
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104204
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= 42
involuntary context switches= 2559

runsolver used 5.74813 second user time and 14.4438 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 00:21:05
IDJOB=3365996
IDBENCH=84246
IDSOLVER=1842
FILE ID=node128/3365996-1305325256
RUNJOBID= node128-1305325256-23367
PBS_JOBID= 13324304
Free space on /tmp= 51024 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365996-1305325256/watcher-3365996-1305325256 -o /tmp/evaluation-result-3365996-1305325256/solver-3365996-1305325256 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365996-1305325256.cnf

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1530007858

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22809920 kB
Buffers:        223084 kB
Cached:        4334872 kB
SwapCached:       1440 kB
Active:        6119200 kB
Inactive:      3694148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22809920 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           94680 kB
Writeback:          72 kB
AnonPages:     5253928 kB
Mapped:          31368 kB
Slab:           224700 kB
PageTables:      38192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100670896 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 50892 MiB
End job on node128 at 2011-05-14 00:47:35