Trace number 3365786

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 1263.94 1263.93

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.88941
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.38	c ==============================================================================
0.00/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.38	c ==============================================================================
0.00/0.38	c |         0 |  878967  2050923 |  263690       0        0     nan |  0.000 % |
1261.91/1261.90	c |         0 |   66722   233596 |      --       0       --      -- |     --   | -807713/-1806450
1261.91/1261.91	c ==============================================================================
1261.91/1261.91	c Result  :   #vars: 2404   #clauses: 66722   #literals: 233596
1261.91/1261.91	c CPU time:   1261.64 s
1261.91/1261.91	c ==============================================================================
1261.91/1261.96	c
1261.91/1261.96	c Starting glucose
1261.91/1261.96	c
1261.91/1261.96	
1261.91/1261.96	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1261.91/1261.96	
1261.91/1261.96	c ============================[ Problem Statistics ]=============================
1261.91/1261.96	c |                                                                             |
1261.91/1261.96	c |  Number of variables:  2404                                                 |
1261.91/1261.96	c |  Number of clauses:    66722                                                |
1261.91/1261.98	c |  Parsing time:         0.02         s                                       |
1263.80/1263.90	c restarts              : 14
1263.80/1263.90	c nb ReduceDB           : 1
1263.80/1263.90	c nb learnts DL2        : 94
1263.80/1263.90	c nb learnts size 2     : 79
1263.80/1263.90	c nb learnts size 1     : 18
1263.80/1263.90	c conflicts             : 35818          (18504 /sec)
1263.80/1263.90	c decisions             : 166073         (1.47 % random) (85795 /sec)
1263.80/1263.90	c propagations          : 2656581        (1372410 /sec)
1263.80/1263.90	c conflict literals     : 2879099        (11.10 % deleted)
1263.80/1263.90	c Memory used           : 17.09 MB
1263.80/1263.90	c CPU time              : 1.93571 s
1263.80/1263.90	
1263.80/1263.90	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-3365786-1305320294/watcher-3365786-1305320294 -o /tmp/evaluation-result-3365786-1305320294/solver-3365786-1305320294 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365786-1305320294.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.05 2.01 1.98 2/384 6473
/proc/meminfo: memFree=7454984/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0

[startup+0.0317361 s]
/proc/loadavg: 2.05 2.01 1.98 2/384 6473
/proc/meminfo: memFree=7454984/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100734 s]
/proc/loadavg: 2.05 2.01 1.98 2/384 6473
/proc/meminfo: memFree=7454984/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.3007 s]
/proc/loadavg: 2.05 2.01 1.98 2/384 6473
/proc/meminfo: memFree=7454984/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70063 s]
/proc/loadavg: 2.05 2.01 1.98 2/384 6473
/proc/meminfo: memFree=7454984/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50049 s]
/proc/loadavg: 2.05 2.01 1.98 3/386 6475
/proc/meminfo: memFree=7318304/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=153844 CPUtime=1.49 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 35881 0 0 0 140 9 0 0 25 0 1 0 722260147 157536256 33214 33554432000 134512640 135225430 4289447184 18446744073709551615 134587432 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/6474/statm: 38461 33214 78 175 0 38284 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162548

[startup+3.10021 s]
/proc/loadavg: 2.05 2.01 1.98 3/386 6475
/proc/meminfo: memFree=7303908/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=160100 CPUtime=3.08 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 37396 0 0 0 298 10 0 0 25 0 1 0 722260147 163942400 34729 33554432000 134512640 135225430 4289447184 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/6474/statm: 40025 34729 78 175 0 39848 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 168804

[startup+6.30064 s]
/proc/loadavg: 2.05 2.01 1.98 3/386 6475
/proc/meminfo: memFree=7261736/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=172624 CPUtime=6.29 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 40424 0 0 0 613 16 0 0 25 0 1 0 722260147 176766976 37757 33554432000 134512640 135225430 4289447184 18446744073709551615 134597112 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/6474/statm: 43156 37757 78 175 0 42979 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 181328

[startup+12.7005 s]
/proc/loadavg: 2.11 2.03 1.99 3/386 6475
/proc/meminfo: memFree=7194612/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=189996 CPUtime=12.68 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 44767 0 0 0 1246 22 0 0 25 0 1 0 722260147 194555904 41641 33554432000 134512640 135225430 4289447184 18446744073709551615 134549566 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 47499 41641 78 175 0 47322 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 198700

[startup+25.5003 s]
/proc/loadavg: 2.09 2.03 1.99 3/386 6476
/proc/meminfo: memFree=7184576/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=194000 CPUtime=25.48 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 45687 0 0 0 2524 24 0 0 25 0 1 0 722260147 198656000 42561 33554432000 134512640 135225430 4289447184 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 48500 42561 78 175 0 48323 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 202704

[startup+51.1008 s]
/proc/loadavg: 2.22 2.06 2.00 3/386 6476
/proc/meminfo: memFree=7168216/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=199696 CPUtime=51.08 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47168 0 0 0 5081 27 0 0 25 0 1 0 722260147 204488704 43648 33554432000 134512640 135225430 4289447184 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 49924 43648 78 175 0 49747 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 208400

[startup+102.314 s]
/proc/loadavg: 2.15 2.06 2.00 3/386 6509
/proc/meminfo: memFree=6904300/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=200052 CPUtime=102.29 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47220 0 0 0 10202 27 0 0 25 0 1 0 722260147 204853248 43700 33554432000 134512640 135225430 4289447184 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50013 43700 78 175 0 49836 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 208756

[startup+162.3 s]
/proc/loadavg: 2.19 2.08 2.01 3/386 6510
/proc/meminfo: memFree=6889504/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=200052 CPUtime=162.28 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47246 0 0 0 16201 27 0 0 25 0 1 0 722260147 204853248 43726 33554432000 134512640 135225430 4289447184 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50013 43726 78 175 0 49836 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 208756

[startup+222.301 s]
/proc/loadavg: 2.13 2.08 2.01 3/386 6521
/proc/meminfo: memFree=6878736/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=200308 CPUtime=222.28 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47298 0 0 0 22201 27 0 0 25 0 1 0 722260147 205115392 43778 33554432000 134512640 135225430 4289447184 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50077 43778 78 175 0 49900 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 209012

[startup+282.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/386 6522
/proc/meminfo: memFree=6876952/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=200564 CPUtime=282.28 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47349 0 0 0 28201 27 0 0 25 0 1 0 722260147 205377536 43829 33554432000 134512640 135225430 4289447184 18446744073709551615 134549566 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50141 43829 78 175 0 49964 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 209268

[startup+342.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/386 6555
/proc/meminfo: memFree=7450928/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=201076 CPUtime=342.29 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47417 0 0 0 34202 27 0 0 25 0 1 0 722260147 205901824 43897 33554432000 134512640 135225430 4289447184 18446744073709551615 134549560 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50269 43897 78 175 0 50092 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 209780

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/386 6557
/proc/meminfo: memFree=7443756/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7

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

/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=203120 CPUtime=762.31 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47834 0 0 0 76204 27 0 0 25 0 1 0 722260147 207994880 44314 33554432000 134512640 135225430 4289447184 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50780 44314 78 175 0 50603 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 211824

[startup+822.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/386 6568
/proc/meminfo: memFree=7420404/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=203632 CPUtime=822.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 47924 0 0 0 82203 27 0 0 25 0 1 0 722260147 208519168 44404 33554432000 134512640 135225430 4289447184 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50908 44404 78 175 0 50731 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 212336

[startup+882.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/386 6569
/proc/meminfo: memFree=7418024/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=203888 CPUtime=882.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48001 0 0 0 88203 27 0 0 25 0 1 0 722260147 208781312 44481 33554432000 134512640 135225430 4289447184 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 50972 44481 78 175 0 50795 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 212592

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/386 6571
/proc/meminfo: memFree=7416508/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=204400 CPUtime=942.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48093 0 0 0 94203 27 0 0 25 0 1 0 722260147 209305600 44573 33554432000 134512640 135225430 4289447184 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 51100 44573 78 175 0 50923 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 213104

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/386 6573
/proc/meminfo: memFree=7415132/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=204912 CPUtime=1002.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48179 0 0 0 100203 27 0 0 25 0 1 0 722260147 209829888 44659 33554432000 134512640 135225430 4289447184 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 51228 44659 78 175 0 51051 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 213616

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/386 6574
/proc/meminfo: memFree=7411760/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=205424 CPUtime=1062.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48268 0 0 0 106203 27 0 0 25 0 1 0 722260147 210354176 44748 33554432000 134512640 135225430 4289447184 18446744073709551615 134549609 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 51356 44748 78 175 0 51179 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 214128

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 6576
/proc/meminfo: memFree=7407396/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=206192 CPUtime=1122.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48388 0 0 0 112203 27 0 0 25 0 1 0 722260147 211140608 44868 33554432000 134512640 135225430 4289447184 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 51548 44868 78 175 0 51371 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 214896

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/386 6577
/proc/meminfo: memFree=7406504/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=207408 CPUtime=1182.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48551 0 0 0 118203 27 0 0 25 0 1 0 722260147 212385792 45031 33554432000 134512640 135225430 4289447184 18446744073709551615 134549600 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 51852 45031 78 175 0 51675 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 216112

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6579
/proc/meminfo: memFree=7404468/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=207984 CPUtime=1242.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48693 0 0 0 124203 27 0 0 25 0 1 0 722260147 212975616 45173 33554432000 134512640 135225430 4289447184 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 51996 45173 78 175 0 51819 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 216688

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

[startup+1254.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6579
/proc/meminfo: memFree=7404328/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=208368 CPUtime=1254.3 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48761 0 0 0 125403 27 0 0 25 0 1 0 722260147 213368832 45241 33554432000 134512640 135225430 4289447184 18446744073709551615 134549612 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 52092 45241 78 175 0 51915 0
Current children cumulated CPU time (s) 1254.3
Current children cumulated vsize (KiB) 217072

[startup+1260.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6579
/proc/meminfo: memFree=7404824/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 722260147 8912896 253 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/6473/statm: 2176 253 211 178 0 69 0
[pid=6474] ppid=6473 vsize=208560 CPUtime=1260.7 cores=1,3,5,7
/proc/6474/stat : 6474 (SatELite_releas) R 6473 6473 6193 0 -1 4202496 48790 0 0 0 126043 27 0 0 25 0 1 0 722260147 213565440 45270 33554432000 134512640 135225430 4289447184 18446744073709551615 134549615 0 0 4096 3 0 0 0 17 1 0 0 1
/proc/6474/statm: 52140 45270 78 175 0 51963 0
Current children cumulated CPU time (s) 1260.7
Current children cumulated vsize (KiB) 217264

[startup+1262.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6580
/proc/meminfo: memFree=7401104/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=1261.97 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 359 51974 0 0 0 0 126168 29 18 0 1 0 722260147 8912896 255 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6473/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1261.97
Current children cumulated vsize (KiB) 8704

[startup+1263.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6581
/proc/meminfo: memFree=7571604/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=1261.97 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 359 51974 0 0 0 0 126168 29 18 0 1 0 722260147 8912896 255 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6473/statm: 2176 255 211 178 0 69 0
[pid=6581] ppid=6473 vsize=13856 CPUtime=1.13 cores=1,3,5,7
/proc/6581/stat : 6581 (glucose_static) R 6473 6473 6193 0 -1 4202496 3345 0 0 0 113 0 0 0 22 0 1 0 722386343 14188544 3299 33554432000 134512640 135217611 4287310352 18446744073709551615 134534034 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/6581/statm: 3464 3299 77 173 0 3289 0
Current children cumulated CPU time (s) 1263.1
Current children cumulated vsize (KiB) 22560

[startup+1263.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6581
/proc/meminfo: memFree=7571604/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=1261.97 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 359 51974 0 0 0 0 126168 29 18 0 1 0 722260147 8912896 255 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6473/statm: 2176 255 211 178 0 69 0
[pid=6581] ppid=6473 vsize=15044 CPUtime=1.53 cores=1,3,5,7
/proc/6581/stat : 6581 (glucose_static) R 6473 6473 6193 0 -1 4202496 3670 0 0 0 153 0 0 0 23 0 1 0 722386343 15405056 3624 33554432000 134512640 135217611 4287310352 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/6581/statm: 3761 3624 77 173 0 3586 0
Current children cumulated CPU time (s) 1263.5
Current children cumulated vsize (KiB) 23748

[startup+1263.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6581
/proc/meminfo: memFree=7566768/32951124 swapFree=65586204/67111528
[pid=6473] ppid=6471 vsize=8704 CPUtime=1263.91 cores=1,3,5,7
/proc/6473/stat : 6473 (glucose.sh) S 6471 6473 6193 0 -1 4202496 388 56263 0 0 0 0 126362 29 17 0 1 0 722260147 8912896 258 33554432000 4194304 4922060 140735523532912 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6473/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 1263.91
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 1263.93
CPU time (s): 1263.94
CPU user time (s): 1263.62
CPU system time (s): 0.313952
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 230312

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

runsolver used 4.31934 second user time and 10.7124 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-13 22:58:15
IDJOB=3365786
IDBENCH=82444
IDSOLVER=1842
FILE ID=node119/3365786-1305320294
RUNJOBID= node119-1305315245-6212
PBS_JOBID= 13324313
Free space on /tmp= 34996 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365786-1305320294/watcher-3365786-1305320294 -o /tmp/evaluation-result-3365786-1305320294/solver-3365786-1305320294 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365786-1305320294.cnf

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=1824929216

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7455256 kB
Buffers:        231444 kB
Cached:       11686260 kB
SwapCached:       4756 kB
Active:       15432676 kB
Inactive:      9578440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7455256 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           92176 kB
Writeback:           0 kB
AnonPages:    13092096 kB
Mapped:          30544 kB
Slab:           362264 kB
PageTables:      57088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102694796 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= 35080 MiB
End job on node119 at 2011-05-13 23:19:19