Trace number 3365812

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 2891.73 2891.65

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.529
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  129618   302442 |   38885       0        0     nan |  0.000 % |
0.00/0.38	c |         0 |   68921   217805 |      --       0       --      -- |     --   | -60695/-84632
0.00/0.38	c ==============================================================================
0.00/0.38	c Result  :   #vars: 13945   #clauses: 68921   #literals: 217805
0.00/0.38	c CPU time:   0.363944 s
0.00/0.38	c ==============================================================================
0.00/0.42	c
0.00/0.42	c Starting glucose
0.00/0.42	c
0.00/0.42	
0.00/0.42	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.42	
0.00/0.42	c ============================[ Problem Statistics ]=============================
0.00/0.42	c |                                                                             |
0.00/0.42	c |  Number of variables:  13945                                                |
0.00/0.42	c |  Number of clauses:    68921                                                |
0.00/0.45	c |  Parsing time:         0.02         s                                       |
2891.67/2891.64	c restarts              : 8782
2891.67/2891.64	c nb ReduceDB           : 105
2891.67/2891.64	c nb learnts DL2        : 23634
2891.67/2891.64	c nb learnts size 2     : 6415
2891.67/2891.64	c nb learnts size 1     : 408
2891.67/2891.64	c conflicts             : 7663928        (2651 /sec)
2891.67/2891.64	c decisions             : 10754198       (1.34 % random) (3720 /sec)
2891.67/2891.64	c propagations          : 3663075516     (1266950 /sec)
2891.67/2891.64	c conflict literals     : 386520384      (55.77 % deleted)
2891.67/2891.64	c Memory used           : 82.43 MB
2891.67/2891.64	c CPU time              : 2891.25 s
2891.67/2891.64	
2891.67/2891.64	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-3365812-1305320336/watcher-3365812-1305320336 -o /tmp/evaluation-result-3365812-1305320336/solver-3365812-1305320336 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365812-1305320336.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: 1.92 1.98 1.95 2/348 10708
/proc/meminfo: memFree=25919724/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634084 8912896 252 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10708/statm: 2176 252 211 178 0 69 0

[startup+0.107883 s]
/proc/loadavg: 1.92 1.98 1.95 2/348 10708
/proc/meminfo: memFree=25919724/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634084 8912896 252 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10708/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200865 s]
/proc/loadavg: 1.92 1.98 1.95 2/348 10708
/proc/meminfo: memFree=25919724/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634084 8912896 252 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10708/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300847 s]
/proc/loadavg: 1.92 1.98 1.95 2/348 10708
/proc/meminfo: memFree=25919724/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 643634084 8912896 252 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10708/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700772 s]
/proc/loadavg: 1.92 1.98 1.95 2/348 10708
/proc/meminfo: memFree=25919724/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 8704

[startup+1.50063 s]
/proc/loadavg: 1.92 1.98 1.95 3/350 10711
/proc/meminfo: memFree=25906192/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=9928 CPUtime=1.07 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 2293 0 0 0 107 0 0 0 21 0 1 0 643634126 10166272 2247 33554432000 134512640 135217611 4294179952 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 2482 2247 77 173 0 2307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18632

[startup+3.10033 s]
/proc/loadavg: 1.92 1.98 1.95 3/350 10711
/proc/meminfo: memFree=25904008/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=11288 CPUtime=2.67 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 2637 0 0 0 267 0 0 0 25 0 1 0 643634126 11558912 2591 33554432000 134512640 135217611 4294179952 18446744073709551615 134542157 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 2822 2591 77 173 0 2647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19992

[startup+6.30076 s]
/proc/loadavg: 1.93 1.98 1.95 3/350 10711
/proc/meminfo: memFree=25901284/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=13168 CPUtime=5.87 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 3119 0 0 0 587 0 0 0 25 0 1 0 643634126 13484032 3073 33554432000 134512640 135217611 4294179952 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 3292 3073 77 173 0 3117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21872

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.95 3/350 10711
/proc/meminfo: memFree=25898708/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=14832 CPUtime=12.27 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 3504 0 0 0 1227 0 0 0 25 0 1 0 643634126 15187968 3458 33554432000 134512640 135217611 4294179952 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 3708 3458 77 173 0 3533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23536

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.95 3/350 10712
/proc/meminfo: memFree=25895976/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=17992 CPUtime=25.07 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 4278 0 0 0 2507 0 0 0 25 0 1 0 643634126 18423808 4232 33554432000 134512640 135217611 4294179952 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 4498 4232 77 173 0 4323 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26696

[startup+51.1006 s]
/proc/loadavg: 1.96 1.98 1.95 3/350 10712
/proc/meminfo: memFree=25892164/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=21428 CPUtime=50.67 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 5164 0 0 0 5066 1 0 0 25 0 1 0 643634126 21942272 5118 33554432000 134512640 135217611 4294179952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 5357 5118 77 173 0 5182 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30132

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.95 3/350 10714
/proc/meminfo: memFree=25884776/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=26900 CPUtime=101.88 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 6527 0 0 0 10187 1 0 0 25 0 1 0 643634126 27545600 6481 33554432000 134512640 135217611 4294179952 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 6725 6481 77 173 0 6550 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 35604

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/350 10724
/proc/meminfo: memFree=25874168/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=32916 CPUtime=161.86 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 7987 0 0 0 16185 1 0 0 25 0 1 0 643634126 33705984 7941 33554432000 134512640 135217611 4294179952 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 8229 7941 77 173 0 8054 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 41620

[startup+222.313 s]
/proc/loadavg: 1.99 1.98 1.95 3/350 10726
/proc/meminfo: memFree=25871020/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=35744 CPUtime=221.88 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 8673 0 0 0 22187 1 0 0 25 0 1 0 643634126 36601856 8627 33554432000 134512640 135217611 4294179952 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 8936 8627 77 173 0 8761 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 44448

[startup+282.3 s]
/proc/loadavg: 2.04 2.00 1.96 3/350 10727
/proc/meminfo: memFree=25866148/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=39724 CPUtime=281.88 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 9687 0 0 0 28186 2 0 0 25 0 1 0 643634126 40677376 9641 33554432000 134512640 135217611 4294179952 18446744073709551615 134527990 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 9931 9641 77 173 0 9756 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48428

[startup+342.3 s]
/proc/loadavg: 2.14 2.03 1.97 3/350 10732
/proc/meminfo: memFree=25864800/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=40796 CPUtime=341.88 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 9949 0 0 0 34186 2 0 0 25 0 1 0 643634126 41775104 9903 33554432000 134512640 135217611 4294179952 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 10199 9903 77 173 0 10024 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49500

[startup+402.3 s]
/proc/loadavg: 2.11 2.04 1.97 3/350 10734
/proc/meminfo: memFree=25859564/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7

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


[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/350 10820
/proc/meminfo: memFree=25847824/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=82204 CPUtime=2501.94 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20096 0 0 0 250190 4 0 0 25 0 1 0 643634126 84176896 20050 33554432000 134512640 135217611 4294179952 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20551 20050 77 173 0 20376 0
Current children cumulated CPU time (s) 2502.36
Current children cumulated vsize (KiB) 90908

[startup+2562.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/350 10821
/proc/meminfo: memFree=25847436/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=82204 CPUtime=2561.94 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20100 0 0 0 256190 4 0 0 25 0 1 0 643634126 84176896 20054 33554432000 134512640 135217611 4294179952 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20551 20054 77 173 0 20376 0
Current children cumulated CPU time (s) 2562.36
Current children cumulated vsize (KiB) 90908

[startup+2622.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/350 10823
/proc/meminfo: memFree=25847164/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=82456 CPUtime=2621.94 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20134 0 0 0 262190 4 0 0 25 0 1 0 643634126 84434944 20088 33554432000 134512640 135217611 4294179952 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20614 20088 77 173 0 20439 0
Current children cumulated CPU time (s) 2622.36
Current children cumulated vsize (KiB) 91160

[startup+2682.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/350 10824
/proc/meminfo: memFree=25846752/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=82788 CPUtime=2681.95 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20181 0 0 0 268191 4 0 0 25 0 1 0 643634126 84774912 20135 33554432000 134512640 135217611 4294179952 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20697 20135 77 173 0 20522 0
Current children cumulated CPU time (s) 2682.37
Current children cumulated vsize (KiB) 91492

[startup+2742.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/350 10826
/proc/meminfo: memFree=25844992/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=82944 CPUtime=2741.96 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20256 0 0 0 274192 4 0 0 25 0 1 0 643634126 84934656 20210 33554432000 134512640 135217611 4294179952 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20736 20210 77 173 0 20561 0
Current children cumulated CPU time (s) 2742.38
Current children cumulated vsize (KiB) 91648

[startup+2802.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/350 10828
/proc/meminfo: memFree=25844576/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=83400 CPUtime=2801.95 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20339 0 0 0 280191 4 0 0 25 0 1 0 643634126 85401600 20293 33554432000 134512640 135217611 4294179952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20850 20293 77 173 0 20675 0
Current children cumulated CPU time (s) 2802.37
Current children cumulated vsize (KiB) 92104

[startup+2862.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/350 10829
/proc/meminfo: memFree=25843660/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=83916 CPUtime=2861.96 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20464 0 0 0 286192 4 0 0 25 0 1 0 643634126 85929984 20418 33554432000 134512640 135217611 4294179952 18446744073709551615 134538569 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20979 20418 77 173 0 20804 0
Current children cumulated CPU time (s) 2862.38
Current children cumulated vsize (KiB) 92620

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

[startup+2867.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/350 10829
/proc/meminfo: memFree=25843660/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=83916 CPUtime=2866.85 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20480 0 0 0 286681 4 0 0 25 0 1 0 643634126 85929984 20434 33554432000 134512640 135217611 4294179952 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 20979 20434 77 173 0 20804 0
Current children cumulated CPU time (s) 2867.27
Current children cumulated vsize (KiB) 92620

[startup+2880 s]
/proc/loadavg: 2.00 2.00 2.00 3/350 10830
/proc/meminfo: memFree=25843016/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=84248 CPUtime=2879.65 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20548 0 0 0 287961 4 0 0 25 0 1 0 643634126 86269952 20502 33554432000 134512640 135217611 4294179952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 21062 20502 77 173 0 20887 0
Current children cumulated CPU time (s) 2880.07
Current children cumulated vsize (KiB) 92952

[startup+2886.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/350 10830
/proc/meminfo: memFree=25843016/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=84248 CPUtime=2886.06 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20550 0 0 0 288602 4 0 0 25 0 1 0 643634126 86269952 20504 33554432000 134512640 135217611 4294179952 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 21062 20504 77 173 0 20887 0
Current children cumulated CPU time (s) 2886.48
Current children cumulated vsize (KiB) 92952

[startup+2889.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/350 10830
/proc/meminfo: memFree=25843016/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=84408 CPUtime=2889.25 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20576 0 0 0 288921 4 0 0 25 0 1 0 643634126 86433792 20530 33554432000 134512640 135217611 4294179952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 21102 20530 77 173 0 20927 0
Current children cumulated CPU time (s) 2889.67
Current children cumulated vsize (KiB) 93112

[startup+2890.4 s]
/proc/loadavg: 2.08 2.02 2.01 3/350 10830
/proc/meminfo: memFree=25843016/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=84408 CPUtime=2890.05 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20576 0 0 0 289001 4 0 0 25 0 1 0 643634126 86433792 20530 33554432000 134512640 135217611 4294179952 18446744073709551615 134533383 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 21102 20530 77 173 0 20927 0
Current children cumulated CPU time (s) 2890.47
Current children cumulated vsize (KiB) 93112

[startup+2891.2 s]
/proc/loadavg: 2.08 2.02 2.01 3/350 10830
/proc/meminfo: memFree=25842644/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=84408 CPUtime=2890.85 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20576 0 0 0 289081 4 0 0 25 0 1 0 643634126 86433792 20530 33554432000 134512640 135217611 4294179952 18446744073709551615 134540931 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 21102 20530 77 173 0 20927 0
Current children cumulated CPU time (s) 2891.27
Current children cumulated vsize (KiB) 93112

[startup+2891.6 s]
/proc/loadavg: 2.08 2.02 2.01 3/350 10830
/proc/meminfo: memFree=25842644/32951124 swapFree=40554400/67111528
[pid=10708] ppid=10706 vsize=8704 CPUtime=0.42 cores=1,3,5,7
/proc/10708/stat : 10708 (glucose.sh) S 10706 10708 10463 0 -1 4202496 359 6155 0 0 0 0 40 2 18 0 1 0 643634084 8912896 254 33554432000 4194304 4922060 140736393706944 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10708/statm: 2176 254 211 178 0 69 0
[pid=10711] ppid=10708 vsize=84408 CPUtime=2891.25 cores=1,3,5,7
/proc/10711/stat : 10711 (glucose_static) R 10708 10708 10463 0 -1 4202496 20576 0 0 0 289121 4 0 0 25 0 1 0 643634126 86433792 20530 33554432000 134512640 135217611 4294179952 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10711/statm: 21102 20530 77 173 0 20927 0
Current children cumulated CPU time (s) 2891.67
Current children cumulated vsize (KiB) 93112

Child status: 20
Real time (s): 2891.65
CPU time (s): 2891.73
CPU user time (s): 2891.66
CPU system time (s): 0.076988
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 93112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2891.66
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 4025

runsolver used 9.04762 second user time and 22.5146 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-13 22:58:56
IDJOB=3365812
IDBENCH=82466
IDSOLVER=1842
FILE ID=node104/3365812-1305320336
RUNJOBID= node104-1305315334-10482
PBS_JOBID= 13324328
Free space on /tmp= 16384 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365812-1305320336/watcher-3365812-1305320336 -o /tmp/evaluation-result-3365812-1305320336/solver-3365812-1305320336 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365812-1305320336.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1779941500

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25919996 kB
Buffers:        212020 kB
Cached:        2250056 kB
SwapCached:     122128 kB
Active:         950124 kB
Inactive:      5830324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25919996 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            3508 kB
Writeback:           0 kB
AnonPages:     4208652 kB
Mapped:          11412 kB
Slab:           103084 kB
PageTables:      84772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74948340 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= 16372 MiB
End job on node104 at 2011-05-13 23:47:08