Trace number 3365672

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 1195.23 1195.25

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.3553
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
0.00/0.58	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
0.00/0.58	c ==============================================================================
0.00/0.58	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
0.00/0.58	c CPU time:   0.564914 s
0.00/0.58	c ==============================================================================
0.00/0.74	c
0.00/0.74	c Starting glucose
0.00/0.74	c
0.00/0.75	
0.00/0.75	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.75	
0.00/0.75	c ============================[ Problem Statistics ]=============================
0.00/0.75	c |                                                                             |
0.00/0.75	c |  Number of variables:  11639                                                |
0.00/0.75	c |  Number of clauses:    289635                                               |
0.73/0.84	c |  Parsing time:         0.09         s                                       |
1195.16/1195.23	c restarts              : 54
1195.16/1195.23	c nb ReduceDB           : 99
1195.16/1195.23	c nb learnts DL2        : 4915
1195.16/1195.23	c nb learnts size 2     : 4515
1195.16/1195.23	c nb learnts size 1     : 19
1195.16/1195.23	c conflicts             : 6863621        (5746 /sec)
1195.16/1195.23	c decisions             : 16972698       (1.29 % random) (14210 /sec)
1195.16/1195.23	c propagations          : 2714680900     (2272828 /sec)
1195.16/1195.23	c conflict literals     : 754540148      (49.26 % deleted)
1195.16/1195.23	c Memory used           : 134.95 MB
1195.16/1195.23	c CPU time              : 1194.41 s
1195.16/1195.23	
1195.16/1195.23	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-3365672-1305315999/watcher-3365672-1305315999 -o /tmp/evaluation-result-3365672-1305315999/solver-3365672-1305315999 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365672-1305315999.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.00 1.86 1.11 2/365 27589
/proc/meminfo: memFree=21034172/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 624015492 8912896 252 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27589/statm: 2176 252 211 178 0 69 0

[startup+0.0501819 s]
/proc/loadavg: 2.00 1.86 1.11 2/365 27589
/proc/meminfo: memFree=21034172/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 624015492 8912896 252 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27589/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101175 s]
/proc/loadavg: 2.00 1.86 1.11 2/365 27589
/proc/meminfo: memFree=21034172/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 624015492 8912896 252 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27589/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301145 s]
/proc/loadavg: 2.00 1.86 1.11 2/365 27589
/proc/meminfo: memFree=21034172/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 624015492 8912896 252 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27589/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701058 s]
/proc/loadavg: 2.00 1.86 1.11 2/365 27589
/proc/meminfo: memFree=21034172/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 624015492 8912896 252 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27589/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 2.00 1.86 1.11 3/367 27592
/proc/meminfo: memFree=21007496/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=22500 CPUtime=0.74 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 5498 0 0 0 74 0 0 0 21 0 1 0 624015567 23040000 5453 33554432000 134512640 135217611 4288455808 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 5625 5453 77 173 0 5450 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31204

[startup+3.1006 s]
/proc/loadavg: 2.00 1.86 1.11 3/367 27592
/proc/meminfo: memFree=21000552/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=30372 CPUtime=2.35 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 7455 0 0 0 234 1 0 0 25 0 1 0 624015567 31100928 7410 33554432000 134512640 135217611 4288455808 18446744073709551615 134532611 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 7593 7410 77 173 0 7418 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39076

[startup+6.30099 s]
/proc/loadavg: 2.00 1.86 1.12 3/367 27592
/proc/meminfo: memFree=20990580/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=36332 CPUtime=5.54 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 8930 0 0 0 553 1 0 0 25 0 1 0 624015567 37203968 8885 33554432000 134512640 135217611 4288455808 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 9083 8885 77 173 0 8908 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 45036

[startup+12.7008 s]
/proc/loadavg: 2.00 1.87 1.12 3/367 27592
/proc/meminfo: memFree=20983892/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=42972 CPUtime=11.94 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 10550 0 0 0 1193 1 0 0 25 0 1 0 624015567 44003328 10505 33554432000 134512640 135217611 4288455808 18446744073709551615 134528056 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 10743 10505 77 173 0 10568 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 51676

[startup+25.5004 s]
/proc/loadavg: 2.15 1.91 1.14 3/367 27593
/proc/meminfo: memFree=20980488/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=47060 CPUtime=24.74 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 11549 0 0 0 2473 1 0 0 25 0 1 0 624015567 48189440 11504 33554432000 134512640 135217611 4288455808 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 11765 11504 77 173 0 11590 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 55764

[startup+51.1005 s]
/proc/loadavg: 2.10 1.91 1.17 3/367 27593
/proc/meminfo: memFree=20974644/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=53452 CPUtime=50.35 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 13113 0 0 0 5033 2 0 0 25 0 1 0 624015567 54734848 13068 33554432000 134512640 135217611 4288455808 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 13363 13068 77 173 0 13188 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 62156

[startup+102.314 s]
/proc/loadavg: 2.09 1.94 1.21 3/367 27595
/proc/meminfo: memFree=20958368/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=62668 CPUtime=101.56 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 15408 0 0 0 10154 2 0 0 25 0 1 0 624015567 64172032 15363 33554432000 134512640 135217611 4288455808 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 15667 15363 77 173 0 15492 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71372

[startup+162.3 s]
/proc/loadavg: 2.03 1.95 1.26 3/367 27596
/proc/meminfo: memFree=20950884/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=69184 CPUtime=161.54 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 16979 0 0 0 16152 2 0 0 25 0 1 0 624015567 70844416 16934 33554432000 134512640 135217611 4288455808 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27592/statm: 17296 16934 77 173 0 17121 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 77888

[startup+222.301 s]
/proc/loadavg: 2.01 1.95 1.30 3/367 27598
/proc/meminfo: memFree=20943136/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=77220 CPUtime=221.5 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 18904 0 0 0 22147 3 0 0 25 0 1 0 624015567 79073280 18859 33554432000 134512640 135217611 4288455808 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 19305 18859 77 173 0 19130 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 85924

[startup+282.301 s]
/proc/loadavg: 2.00 1.96 1.34 3/367 27600
/proc/meminfo: memFree=20937512/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=80576 CPUtime=281.5 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 19692 0 0 0 28147 3 0 0 25 0 1 0 624015567 82509824 19643 33554432000 134512640 135217611 4288455808 18446744073709551615 134538357 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 20144 19643 77 173 0 19969 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 89280

[startup+342.3 s]
/proc/loadavg: 2.07 1.99 1.39 3/367 27601
/proc/meminfo: memFree=20923588/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=91248 CPUtime=341.49 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 22286 0 0 0 34146 3 0 0 25 0 1 0 624015567 93437952 22230 33554432000 134512640 135217611 4288455808 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 22812 22230 77 173 0 22637 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 99952

[startup+402.301 s]
/proc/loadavg: 2.06 2.00 1.43 3/367 27603
/proc/meminfo: memFree=20906788/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.63 3/367 27614
/proc/meminfo: memFree=20863292/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=118504 CPUtime=821.52 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 28806 0 0 0 82147 5 0 0 25 0 1 0 624015567 121348096 28726 33554432000 134512640 135217611 4288455808 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 29626 28726 77 173 0 29451 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 127208

[startup+882.3 s]
/proc/loadavg: 2.05 2.01 1.65 3/367 27625
/proc/meminfo: memFree=20858344/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=122084 CPUtime=881.52 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 29576 0 0 0 88147 5 0 0 25 0 1 0 624015567 125014016 29496 33554432000 134512640 135217611 4288455808 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 30521 29496 77 173 0 30346 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 130788

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 1.67 3/367 27626
/proc/meminfo: memFree=20857420/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=123748 CPUtime=941.52 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 29931 0 0 0 94147 5 0 0 25 0 1 0 624015567 126717952 29851 33554432000 134512640 135217611 4288455808 18446744073709551615 134522600 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 30937 29851 77 173 0 30762 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 132452

[startup+1002.3 s]
/proc/loadavg: 2.12 2.03 1.70 3/367 27659
/proc/meminfo: memFree=20225512/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=124956 CPUtime=1001.52 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 30141 0 0 0 100147 5 0 0 25 0 1 0 624015567 127954944 30061 33554432000 134512640 135217611 4288455808 18446744073709551615 134522539 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 31239 30061 77 173 0 31064 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 133660

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 1.72 3/367 27690
/proc/meminfo: memFree=20915344/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=126620 CPUtime=1061.52 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 30475 0 0 0 106147 5 0 0 25 0 1 0 624015567 129658880 30395 33554432000 134512640 135217611 4288455808 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 31655 30395 77 173 0 31480 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 135324

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.73 3/367 27692
/proc/meminfo: memFree=20866632/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1121.53 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33364 0 0 0 112147 6 0 0 25 0 1 0 624015567 141500416 33284 33554432000 134512640 135217611 4288455808 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33284 77 173 0 34371 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 146888

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/367 27694
/proc/meminfo: memFree=20844412/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1181.53 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 118147 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 146888

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

[startup+1183.9 s]
/proc/loadavg: 2.00 2.01 1.74 3/367 27694
/proc/meminfo: memFree=20844396/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1183.13 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 118307 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1183.86
Current children cumulated vsize (KiB) 146888

[startup+1190.3 s]
/proc/loadavg: 2.00 2.01 1.75 3/367 27694
/proc/meminfo: memFree=20844392/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1189.53 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 118947 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1190.26
Current children cumulated vsize (KiB) 146888

[startup+1193.51 s]
/proc/loadavg: 2.00 2.01 1.75 3/367 27694
/proc/meminfo: memFree=20844392/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1192.74 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 119268 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1193.47
Current children cumulated vsize (KiB) 146888

[startup+1194.3 s]
/proc/loadavg: 2.00 2.01 1.75 3/367 27694
/proc/meminfo: memFree=20844392/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1193.53 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 119347 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1194.26
Current children cumulated vsize (KiB) 146888

[startup+1194.7 s]
/proc/loadavg: 2.00 2.01 1.75 3/367 27694
/proc/meminfo: memFree=20844392/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1193.93 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 119387 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1194.66
Current children cumulated vsize (KiB) 146888

[startup+1195.1 s]
/proc/loadavg: 2.00 2.01 1.75 3/367 27694
/proc/meminfo: memFree=20844392/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1194.33 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 119427 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1195.06
Current children cumulated vsize (KiB) 146888

[startup+1195.2 s]
/proc/loadavg: 2.00 2.01 1.75 3/367 27694
/proc/meminfo: memFree=20844392/32951124 swapFree=66341972/67111528
[pid=27589] ppid=27587 vsize=8704 CPUtime=0.73 cores=1,3,5,7
/proc/27589/stat : 27589 (glucose.sh) S 27587 27589 27408 0 -1 4202496 358 8257 0 0 0 0 71 2 18 0 1 0 624015492 8912896 254 33554432000 4194304 4922060 140734180372848 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27589/statm: 2176 254 211 178 0 69 0
[pid=27592] ppid=27589 vsize=138184 CPUtime=1194.43 cores=1,3,5,7
/proc/27592/stat : 27592 (glucose_static) R 27589 27589 27408 0 -1 4202496 33383 0 0 0 119437 6 0 0 25 0 1 0 624015567 141500416 33303 33554432000 134512640 135217611 4288455808 18446744073709551615 134532803 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/27592/statm: 34546 33303 77 173 0 34371 0
Current children cumulated CPU time (s) 1195.16
Current children cumulated vsize (KiB) 146888

Child status: 20
Real time (s): 1195.25
CPU time (s): 1195.23
CPU user time (s): 1195.13
CPU system time (s): 0.103984
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 146888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.13
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 1722

runsolver used 4.08138 second user time and 10.0405 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 21:46:39
IDJOB=3365672
IDBENCH=71718
IDSOLVER=1842
FILE ID=node141/3365672-1305315999
RUNJOBID= node141-1305315242-27427
PBS_JOBID= 13324291
Free space on /tmp= 48888 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365672-1305315999/watcher-3365672-1305315999 -o /tmp/evaluation-result-3365672-1305315999/solver-3365672-1305315999 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365672-1305315999.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=784663642

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.75
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21034444 kB
Buffers:        223820 kB
Cached:        6033260 kB
SwapCached:      22860 kB
Active:        3320220 kB
Inactive:      8350780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21034444 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:            7456 kB
Writeback:           0 kB
AnonPages:     5396772 kB
Mapped:          19868 kB
Slab:           140660 kB
PageTables:      38328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86428928 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= 48888 MiB
End job on node141 at 2011-05-13 22:06:34